The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Server-side error
Error code: ClientConnectionError
Subsets and Splits
SQL Console for derek-thomas/ScienceQA
This query provides a balanced sample of entries across different topics where images are missing, allowing for a more representative analysis of text-only data.
SQL Console for derek-thomas/ScienceQA
This query provides a balanced sample of text entries across different topics, ensuring that each topic is proportionally represented, which is useful for further analysis or model training.
Random Sample by Topic Ratio
This query balances the dataset by randomly selecting a proportional number of items from each topic to create a balanced subset of 3000 items, revealing how well-represented each topic is in the dataset.
Topic Counts by Grade
Provides a breakdown of the number of questions by topic (physics, chemistry, biology, geography) for each grade level, revealing the distribution of question types.
Train Data with Numeric Choices
This query identifies distinct rows in the dataset where one of the elements in the choices column contains a number and the image column is null, providing insight into data completeness and specific patterns in the choices.
Cultural Questions Without Images
Retrieves 100 entries from the 'train' dataset where the image is missing and the topic is 'culture', providing basic filtering with limited analytical value.
Biology Skills for Grades 2 & 3
Lists unique skills and categories for biology topics in grades 2 and 3, providing basic filtering of the dataset.
Biology Qs for Grades 2 &
Retrieves all entries for grade 2 and grade 3 students focusing on the biology topic, providing a basic filtered view of the dataset.
Biology Grade 3 Questions Count
Counts the number of entries for grade 3 students in the biology topic, providing a basic count of data points.
Select Test Rows With Images
The query retrieves all records from the 'test' table where the 'image' column is not null, providing basic filtering without deep analytical value.
Test Images Query
This query retrieves a limited sample of rows where the image column is not null, providing basic filtering but minimal analytical value.
Test Data with Images
The query filters out rows where the image column is not null, providing a basic subset of the data but without much analytical insight.
Select Test Entries With Images
The query retrieves all records from the 'test' table where the 'image' column is not null, providing basic filtering but no deeper analytical insight.