gabrielaltay commited on
Commit
4070947
1 Parent(s): fe7a836

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -1
README.md CHANGED
@@ -5,4 +5,24 @@ multilinguality: monolingual
5
  pretty_name: SciTail
6
  ---
7
 
8
- 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 crowd source 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.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5
  pretty_name: SciTail
6
  ---
7
 
8
+
9
+ # Dataset Card for SciTail
10
+
11
+ ## Homepage
12
+
13
+ https://allenai.org/data/scitail
14
+
15
+ ## Dataset Description
16
+
17
+ 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 crowd source 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.
18
+
19
+
20
+ ## Citation Information
21
+
22
+ ```
23
+ @inproceedings{scitail,
24
+ author = {Tushar Khot and Ashish Sabharwal and Peter Clark},
25
+ booktitle = {AAAI}
26
+ title = {SciTail: A Textual Entailment Dataset from Science Question Answering},
27
+ year = {2018}
28
+ ```