gabrielaltay
commited on
Commit
•
9c176fd
1
Parent(s):
d81f894
Update README.md
Browse files
README.md
CHANGED
@@ -8,13 +8,10 @@ pretty_name: SciTail
|
|
8 |
|
9 |
# Dataset Card for SciTail
|
10 |
|
11 |
-
## Homepage
|
12 |
-
|
13 |
-
https://allenai.org/data/scitail
|
14 |
-
|
15 |
-
|
16 |
## Dataset Description
|
17 |
|
|
|
|
|
18 |
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.
|
19 |
|
20 |
|
|
|
8 |
|
9 |
# Dataset Card for SciTail
|
10 |
|
|
|
|
|
|
|
|
|
|
|
11 |
## Dataset Description
|
12 |
|
13 |
+
- **Homepage:** https://allenai.org/data/scitail
|
14 |
+
|
15 |
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.
|
16 |
|
17 |
|