CoolFace
Datasetpublic

ucinlp/drop

Dataset Card for "drop" Dataset Summary DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs. . DROP is a crowdsourced, adversarially-created, 96k-question benchmark, in which a system must resolve references in a question, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or sorting). These operations require a much more comprehensive understanding of the content of… See the full description on the dataset page: https://huggingface.co/datasets/ucinlp/drop.

sourceHugging Facecc-by-sa-4.0updated 3y agoView on Hugging Face
70likes26kdownloads
Dataset Card

Dataset Card for "drop"

Table of Contents

Dataset Description

  • Homepage: https://allenai.org/data/drop
  • Repository: More Information Needed
  • Paper: https://aclanthology.org/N19-1246/
  • Paper: https://arxiv.org/abs/1903.00161
  • Point of Contact: More Information Needed
  • Size of downloaded dataset files: 8.30 MB
  • Size of the generated dataset: 110.91 MB
  • Total amount of disk used: 119.21 MB

Dataset Summary

DROP: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs. . DROP is a crowdsourced, adversarially-created, 96k-question benchmark, in which a system must resolve references in a question, perhaps to multiple input positions, and perform discrete operations over them (such as addition, counting, or sorting). These operations require a much more comprehensive understanding of the content of paragraphs than what was necessary for prior datasets.

Supported Tasks and Leaderboards

More Information Needed

Languages

More Information Needed

Dataset Structure

Data Instances

default
  • Size of downloaded dataset files: 8.30 MB
  • Size of the generated dataset: 110.91 MB
  • Total amount of disk used: 119.21 MB

An example of 'validation' looks as follows.

This example was too long and was cropped:

{
    "answers_spans": {
        "spans": ["Chaz Schilens"]
    },
    "passage": "\" Hoping to rebound from their loss to the Patriots, the Raiders stayed at home for a Week 16 duel with the Houston Texans.  Oak...",
    "question": "Who scored the first touchdown of the game?"
}

Data Fields

The data fields are the same among all splits.

default
  • passage: a string feature.
  • question: a string feature.
  • answers_spans: a dictionary feature containing:
  • spans: a string feature.

Data Splits

nametrainvalidation
default774099536

Dataset Creation

Curation Rationale

More Information Needed

Source Data

Initial Data Collection and Normalization

More Information Needed

Who are the source language producers?

More Information Needed

Annotations

Annotation process

More Information Needed

Who are the annotators?

More Information Needed

Personal and Sensitive Information

More Information Needed

Considerations for Using the Data

Social Impact of Dataset

More Information Needed

Discussion of Biases

More Information Needed

Other Known Limitations

More Information Needed

Additional Information

Dataset Curators

More Information Needed

Licensing Information

More Information Needed

Citation Information

@inproceedings{Dua2019DROP,
  author={Dheeru Dua and Yizhong Wang and Pradeep Dasigi and Gabriel Stanovsky and Sameer Singh and Matt Gardner},
  title={  {DROP}: A Reading Comprehension Benchmark Requiring Discrete Reasoning Over Paragraphs},
  booktitle={Proc. of NAACL},
  year={2019}
}

Contributions

Thanks to @patrickvonplaten, @thomwolf, @mariamabarham, @lewtun for adding this dataset.