HighSchoolEducation
Collection
Multi-modal dataset across multiple domains for high school education • 2 items • Updated
assessment_program stringclasses 1
value | assessment_stage stringclasses 1
value | subject stringclasses 2
values | domain stringclasses 2
values | context stringclasses 2
values | images listlengths 1 5 | question stringclasses 2
values | options unknown | answer stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|
mcas | standalone | maths | Geometry | Line $q$ is represented by this equation.
$$y = x$$
Point $T$ (shown) will be reflected over line $q$ to create its image. | [
"context_text_images__image_options/images/43_0.jpg"
] | Which of the following graphs shows point $T$ and its image after the reflection? | {
"A": "context_text_images__image_options/images/44_0.jpg",
"B": "context_text_images__image_options/images/44_1.jpg",
"C": "context_text_images__image_options/images/44_2.jpg",
"D": "context_text_images__image_options/images/44_3.jpg"
} | D |
mcas | standalone | physics | Motion, Forces, and Interactions | A 12 kg object and a 16 kg object are located 2 m apart. Each exerts a gravitational force, $F_g$, on the other, as shown in the diagram. | [
"context_text_images__image_options/images/b21b1e3d804678d4c92f6b9e4d67fadc_4_img.webp",
"context_text_images__image_options/images/b21b1e3d804678d4c92f6b9e4d67fadc_7_img.webp",
"context_text_images__image_options/images/b21b1e3d804678d4c92f6b9e4d67fadc_9_img.webp",
"context_text_images__image_options/images/... | Which of the following pairs of objects placed 4 m apart will have these same gravitational forces? | {
"A": "context_text_images__image_options/images/b21b1e3d804678d4c92f6b9e4d67fadc_7_img.webp",
"B": "context_text_images__image_options/images/b21b1e3d804678d4c92f6b9e4d67fadc_9_img.webp",
"C": "context_text_images__image_options/images/b21b1e3d804678d4c92f6b9e4d67fadc_11_img.webp",
"D": "context_text_images__... | B |
Here’s a smaller README description:
MCQ is a multimodal multiple-choice question-answering dataset containing questions with text, tables, and images. Answer choices may also be provided as text or images.
The dataset is organized into configurations based on the context and option types, making it suitable for evaluating text-based and multimodal reasoning models.
from datasets import load_dataset
dataset = load_dataset(
"syntaxMaster/MCQ",
"context_text_only__text_option"
)