Commit ·
d7ddc61
1
Parent(s): 6360481
Update README.md
Browse files
README.md
CHANGED
|
@@ -4,3 +4,11 @@ license: apache-2.0
|
|
| 4 |
multilinguality: monolingual
|
| 5 |
pretty_name: SciTail
|
| 6 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
multilinguality: monolingual
|
| 5 |
pretty_name: SciTail
|
| 6 |
---
|
| 7 |
+
|
| 8 |
+
The SciTail dataset is an entailment dataset created from multiple-choice science exams and
|
| 9 |
+
web sentences. Each question and the correct answer choice are converted into an assertive
|
| 10 |
+
statement to form the hypothesis. We use information retrieval to obtain relevant text from
|
| 11 |
+
a large text corpus of web sentences, and use these sentences as a premise P. We crowdsource
|
| 12 |
+
the annotation of such premise-hypothesis pair as supports (entails) or not (neutral), in order
|
| 13 |
+
to create the SciTail dataset. The dataset contains 27,026 examples with 10,101 examples with
|
| 14 |
+
entails label and 16,925 examples with neutral label.
|