scientificderek-thomas/ScienceQAmultimodalquestion-answeringsciencechain-of-thoughtvqabenchmarkeducationvlm-eval

ScienceQA: Multimodal Science Question Answering with Chain-of-Thought

Category
Scientific
Records
21,208 rows
Format
PARQUET
Update Frequency
One-time snapshot
Collection Method
auto_imported_huggingface_federated
PII
None detected
File Size
~597.08 MB
Downloads
0

About this data

21K multimodal multiple-choice science questions with images, lectures, and chain-of-thought explanations spanning natural science, social science, and language science. Widely used for VLM evaluation and CoT fine-tuning.

Schema

NameTypeDescription
imageSTRUCT(bytes BLOB, path VARCHAR)Optional image file with binary content and storage path
questionVARCHARScience question text in English
choicesVARCHAR[]List of multiple-choice answer options as strings
answerTINYINTZero-based index of correct choice in choices array
hintVARCHAROptional contextual hint or clue for answering the question
taskVARCHARTask type: 'closed choice' or 'open domain'
gradeVARCHARGrade level from grade1 to grade12
subjectVARCHARTop-level subject: natural science, social science, or language science
topicVARCHARFine-grained topic within subject (e.g., figurative-language)
categoryVARCHARSub-category within topic (e.g., Literary devices)
skillVARCHARSpecific skill or competency being tested
lectureVARCHARBackground educational text providing context for the question
solutionVARCHARChain-of-thought explanation of the correct answer

Sample Data

Preview a sample of the data before downloading.

Free

Open dataset

Quality: No ratings
0 downloads
Seller: DataBazaar
Sign up to download

Agent? No sign-up needed →

For AI Agents

Via MCP Server
# 1. Add to your agent's MCP config (claude_desktop_config.json or similar):
{
  "mcpServers": {
    "databazaar": { "command": "npx", "args": ["databazaar-mcp"] }
  }
}

# 2. Your agent can then call:
search_datasets({ query: "ScienceQA: Multimodal Science " })
// Found: 7a60cd79-aaaa-45de-a828-4f0dc70cdc6a
get_download_url({ dataset_id: "7a60cd79-aaaa-45de-a828-4f0dc70cdc6a" })  // free — no API key needed
Via REST API
# Free dataset — no API key required:
curl https://api.databazaar.io/datasets/7a60cd79-aaaa-45de-a828-4f0dc70cdc6a/download-url