Datasets:
Dataset Viewer
Full Screen Viewer
Full Screen
The dataset viewer is not available because its heuristics could not detect any supported data files. You can try uploading some data files, or configuring the data files location manually.
Dataset Card for "ai2_arc"
Usage
from datasets import load_dataset
dataset=load_dataset(
"Sadanto3933/ai2_arc",
"ARC-Challenge",
split="train",
)
# ...
Supported Tasks and Leaderboards
Languages
Dataset Structure
Data Instances
ARC-Challenge
An example of 'train' looks as follows.
{
"answerKey": "B",
"choices": {
"label": ["A", "B", "C", "D"],
"text": ["Shady areas increased.", "Food sources increased.", "Oxygen levels increased.", "Available water increased."]
},
"id": "Mercury_SC_405487",
"question": "One year, the oak trees in a park began producing more acorns than usual. The next year, the population of chipmunks in the park also increased. Which best explains why there were more chipmunks the next year?"
}
ARC-Easy
- Size of downloaded dataset files: 680.84 MB
- Size of the generated dataset: 1.45 MB
- Total amount of disk used: 682.29 MB
An example of 'train' looks as follows.
{
"answerKey": "B",
"choices": {
"label": ["A", "B", "C", "D"],
"text": ["Shady areas increased.", "Food sources increased.", "Oxygen levels increased.", "Available water increased."]
},
"id": "Mercury_SC_405487",
"question": "One year, the oak trees in a park began producing more acorns than usual. The next year, the population of chipmunks in the park also increased. Which best explains why there were more chipmunks the next year?"
}
Data Fields
The data fields are the same among all splits.
ARC-Challenge
id
: astring
feature.question
: astring
feature.choices
: a dictionary feature containing:text
: astring
feature.label
: astring
feature.
answerKey
: astring
feature.
ARC-Easy
id
: astring
feature.question
: astring
feature.choices
: a dictionary feature containing:text
: astring
feature.label
: astring
feature.
answerKey
: astring
feature.
Dataset Creation
Curation Rationale
Citation Information
@article{allenai:arc,
author = {Peter Clark and Isaac Cowhey and Oren Etzioni and Tushar Khot and
Ashish Sabharwal and Carissa Schoenick and Oyvind Tafjord},
title = {Think you have Solved Question Answering? Try ARC, the AI2 Reasoning Challenge},
journal = {arXiv:1803.05457v1},
year = {2018},
}
- Downloads last month
- 42