HighSchoolEducation
Collection
Multi-modal dataset across multiple domains for high school education • 2 items • Updated
assessment_name stringclasses 2
values | assessment_type stringclasses 1
value | subject stringclasses 2
values | domain stringclasses 3
values | context stringclasses 4
values | image_context null | image unknown | question stringclasses 4
values | answer unknown |
|---|---|---|---|---|---|---|---|---|
pisa | standalone | maths | space_and_shape | This is the floor plan for Mari's Ice-cream Shop. She is renovating the shop.
The service area is surrounded by the serving counter.
![Floor plan of Mari's Ice-cream Shop. The shop is represented by a grid of squares. The Entrance door is at the top, labeled 'Entrance area'. The main area is gray, labeled 'Seating ar... | null | "context_image_only__text_response/images/4494465a2e2f3620a683d9e103c010d3_4_img__pisa_math__8a70ebba92.webp" | Mari wants to put new edging along the outer edge of the counter. What is the total length of edging she needs? Show your work. | 4.5 |
pisa | standalone | maths | space_and_shape | This is the floor plan for Mari's Ice-cream Shop. She is renovating the shop.
The service area is surrounded by the serving counter.
![Floor plan of Mari's Ice-cream Shop. The shop is represented by a grid of squares. The Entrance door is at the top, labeled 'Entrance area'. The main area is gray, labeled 'Seating ar... | null | "context_image_only__text_response/images/4494465a2e2f3620a683d9e103c010d3_4_img__pisa_math__8a70ebba92.webp" | Mari is also going to put new flooring in the shop. What is the total floor space area of the shop, excluding the service area and counter? Show your work.
Translation Note: “The total floor space area”: In some languages the term used for “area” varies according to the context. You may choose to use both terms in the... | 31.5 |
new_york_regents | standalone | biology | ecology | The data below summarize some of the changes that occurred in biotic and abiotic factors present on Earth from before the Devonian period to the present day. The shaded areas on each graph identify the Devonian period.
Change in Carbon Dioxide and Oxygen on Earth
The graph plots CO<sub>2</sub> (%) and O<sub>2</sub> (... | null | [
"context_image_only__text_response/images/7ed8dbfac983877dc0f731e23a4a57a6_4_img__dc_biology_2024_chandra_md__5055746a16.webp",
"context_image_only__text_response/images/7ed8dbfac983877dc0f731e23a4a57a6_5_img__dc_biology_2024_chandra_md__d302aa3c84.webp"
] | Identify numerical evidence from the graphs that supports an argument that oxygen levels affected animal evolution during the Devonian period as a part of a feedback between the atmosphere and biosphere. | [
"Animals need oxygen for respiration, so oxygen levels of 21% would allow more amphibians to evolve from the 12% levels seen at the start of the Devonian.",
"During the Devonian, increased levels in available $O_2$ in the atmosphere allowed insects that utilize oxygen to increase in number of insect genera from n... |
new_york_regents | standalone | biology | evolution | The Devonian period ended with a major extinction event. Many of the organisms that went extinct were a part of marine communities. The graphs below illustrate the mass extinctions that have occurred throughout Earth's history and temperatures over a similar period.
**Mass Extinctions That Have Occurred Throughout Ear... | null | [
"context_image_only__text_response/images/ef3047ef5a5c3656f83a6bf61c085755_4_img__dc_biology_2024_chandra_md__c4c46989be.webp",
"context_image_only__text_response/images/ef3047ef5a5c3656f83a6bf61c085755_5_img__dc_biology_2024_chandra_md__3ae48474c1.webp"
] | A claim is made by a student that temperature changes alone directly caused the Late Devonian extinction. Evaluate the evidence provided to determine the merit of this claim. | [
"Since other major time periods of temperature change do not always coincide with a major extinction, it is not possible to tell if these factors are causal or correlational using the provided evidence.",
"The claim should be refuted because the temperature change during the Devonian was minimal and yet a mass ex... |
OEQ is a multimodal open-ended question-answering dataset containing questions with text, image, and table contexts. Answers may be provided as text or visual responses.
The dataset is organized into configurations based on the context and response types, making it suitable for evaluating text-based and multimodal reasoning models.
from datasets import load_dataset
dataset = load_dataset(
"syntaxMaster/OEQ",
"context_image_only__text_response"
)