allenai/scitail
Dataset Card for "scitail" Dataset Summary The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question and the correct answer choice are converted into an assertive statement to form the hypothesis. We use information retrieval to obtain relevant text from a large text corpus of web sentences, and use these sentences as a premise P. We crowdsource the annotation of such premise-hypothesis pair as… See the full description on the dataset page: https://huggingface.co/datasets/allenai/scitail.
Dataset Card for "scitail"
Table of Contents
- Dataset Description
- Dataset Summary
- Supported Tasks and Leaderboards
- Languages
- Dataset Structure
- Data Instances
- Data Fields
- Data Splits
- Dataset Creation
- Curation Rationale
- Source Data
- Annotations
- Personal and Sensitive Information
- Considerations for Using the Data
- Social Impact of Dataset
- Discussion of Biases
- Other Known Limitations
- Additional Information
- Dataset Curators
- Licensing Information
- Citation Information
- Contributions
Dataset Description
- Homepage: https://allenai.org/data/scitail
- Repository: More Information Needed
- Paper: More Information Needed
- Point of Contact: More Information Needed
- Size of downloaded dataset files: 56.70 MB
- Size of the generated dataset: 49.09 MB
- Total amount of disk used: 105.79 MB
Dataset Summary
The SciTail dataset is an entailment dataset created from multiple-choice science exams and web sentences. Each question and the correct answer choice are converted into an assertive statement to form the hypothesis. We use information retrieval to obtain relevant text from a large text corpus of web sentences, and use these sentences as a premise P. We crowdsource the annotation of such premise-hypothesis pair as supports (entails) or not (neutral), in order to create the SciTail dataset. The dataset contains 27,026 examples with 10,101 examples with entails label and 16,925 examples with neutral label
Supported Tasks and Leaderboards
Languages
Dataset Structure
Data Instances
dgem_format
- Size of downloaded dataset files: 14.18 MB
- Size of the generated dataset: 7.83 MB
- Total amount of disk used: 22.01 MB
An example of 'train' looks as follows.
predictor_format
- Size of downloaded dataset files: 14.18 MB
- Size of the generated dataset: 10.19 MB
- Total amount of disk used: 24.37 MB
An example of 'validation' looks as follows.
snli_format
- Size of downloaded dataset files: 14.18 MB
- Size of the generated dataset: 25.77 MB
- Total amount of disk used: 39.95 MB
An example of 'validation' looks as follows.
tsv_format
- Size of downloaded dataset files: 14.18 MB
- Size of the generated dataset: 5.30 MB
- Total amount of disk used: 19.46 MB
An example of 'validation' looks as follows.
Data Fields
The data fields are the same among all splits.
dgem_format
premise: astringfeature.hypothesis: astringfeature.label: astringfeature.hypothesis_graph_structure: astringfeature.
predictor_format
answer: astringfeature.sentence2_structure: astringfeature.sentence1: astringfeature.sentence2: astringfeature.gold_label: astringfeature.question: astringfeature.
snli_format
sentence1_binary_parse: astringfeature.sentence1_parse: astringfeature.sentence1: astringfeature.sentence2_parse: astringfeature.sentence2: astringfeature.annotator_labels: alistofstringfeatures.gold_label: astringfeature.
tsv_format
premise: astringfeature.hypothesis: astringfeature.label: astringfeature.
Data Splits
Dataset Creation
Curation Rationale
Source Data
Initial Data Collection and Normalization
Who are the source language producers?
Annotations
Annotation process
Who are the annotators?
Personal and Sensitive Information
Considerations for Using the Data
Social Impact of Dataset
Discussion of Biases
Other Known Limitations
Additional Information
Dataset Curators
Licensing Information
Citation Information
inproceedings{scitail,
Author = {Tushar Khot and Ashish Sabharwal and Peter Clark},
Booktitle = {AAAI},
Title = {{SciTail}: A Textual Entailment Dataset from Science Question Answering},
Year = {2018}
}
Contributions
Thanks to @patrickvonplaten, @mariamabarham, @lewtun, @thomwolf for adding this dataset.
