3 datasets found
  1. P

    ARC (AI2 Reasoning Challenge) Dataset

    • paperswithcode.com
    • opendatalab.com
    Updated Jun 9, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    Peter Clark; Isaac Cowhey; Oren Etzioni; Tushar Khot; Ashish Sabharwal; Carissa Schoenick; Oyvind Tafjord (2024). ARC (AI2 Reasoning Challenge) Dataset [Dataset]. https://paperswithcode.com/dataset/arc
    Explore at:
    Dataset updated
    Jun 9, 2024
    Authors
    Peter Clark; Isaac Cowhey; Oren Etzioni; Tushar Khot; Ashish Sabharwal; Carissa Schoenick; Oyvind Tafjord
    Description

    The AI2’s Reasoning Challenge (ARC) dataset is a multiple-choice question-answering dataset, containing questions from science exams from grade 3 to grade 9. The dataset is split in two partitions: Easy and Challenge, where the latter partition contains the more difficult questions that require reasoning. Most of the questions have 4 answer choices, with <1% of all the questions having either 3 or 5 answer choices. ARC includes a supporting KB of 14.3M unstructured text passages.

  2. T

    ai2_arc_with_ir

    • tensorflow.org
    Updated Nov 29, 2023
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    (2023). ai2_arc_with_ir [Dataset]. https://www.tensorflow.org/datasets/catalog/ai2_arc_with_ir
    Explore at:
    Dataset updated
    Nov 29, 2023
    Description

    A new dataset of 7,787 genuine grade-school level, multiple-choice science questions, assembled to encourage research in advanced question-answering. The dataset is partitioned into a Challenge Set and an Easy Set, where the former contains only questions answered incorrectly by both a retrieval-based algorithm and a word co-occurrence algorithm. We are also including a corpus of over 14 million science sentences relevant to the task, and an implementation of three neural baseline models for this dataset. We pose ARC as a challenge to the community.

    Compared to the original dataset, this adds context sentences obtained through information retrieval in the same way as UnifiedQA (see: https://arxiv.org/abs/2005.00700 ).

    To use this dataset:

    import tensorflow_datasets as tfds
    
    ds = tfds.load('ai2_arc_with_ir', split='train')
    for ex in ds.take(4):
     print(ex)
    

    See the guide for more informations on tensorflow_datasets.

  3. h

    Indic-ARC-Easy

    • huggingface.co
    Updated Apr 2, 2024
    + more versions
    Share
    FacebookFacebook
    TwitterTwitter
    Email
    Click to copy link
    Link copied
    Close
    Cite
    CognitiveLab (2024). Indic-ARC-Easy [Dataset]. https://huggingface.co/datasets/Cognitive-Lab/Indic-ARC-Easy
    Explore at:
    CroissantCroissant is a format for machine-learning datasets. Learn more about this at mlcommons.org/croissant.
    Dataset updated
    Apr 2, 2024
    Dataset authored and provided by
    CognitiveLab
    Description

    ARC Easy Translated

    Citation: @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}, }

    Contributions:Thanks to @Srinidhi9113 and @Achala Nayak for adding the dataset.

  4. Not seeing a result you expected?
    Learn how you can add new datasets to our index.

Share
FacebookFacebook
TwitterTwitter
Email
Click to copy link
Link copied
Close
Cite
Peter Clark; Isaac Cowhey; Oren Etzioni; Tushar Khot; Ashish Sabharwal; Carissa Schoenick; Oyvind Tafjord (2024). ARC (AI2 Reasoning Challenge) Dataset [Dataset]. https://paperswithcode.com/dataset/arc

ARC (AI2 Reasoning Challenge) Dataset

Explore at:
38 scholarly articles cite this dataset (View in Google Scholar)
Dataset updated
Jun 9, 2024
Authors
Peter Clark; Isaac Cowhey; Oren Etzioni; Tushar Khot; Ashish Sabharwal; Carissa Schoenick; Oyvind Tafjord
Description

The AI2’s Reasoning Challenge (ARC) dataset is a multiple-choice question-answering dataset, containing questions from science exams from grade 3 to grade 9. The dataset is split in two partitions: Easy and Challenge, where the latter partition contains the more difficult questions that require reasoning. Most of the questions have 4 answer choices, with <1% of all the questions having either 3 or 5 answer choices. ARC includes a supporting KB of 14.3M unstructured text passages.

Search
Clear search
Close search
Google apps
Main menu