gabrielaltay commited on
Commit
6833132
1 Parent(s): 2feed5e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -1
README.md CHANGED
@@ -3,6 +3,7 @@ language: en
3
  license: apache-2.0
4
  multilinguality: monolingual
5
  pretty_name: SciTail
 
6
  ---
7
 
8
 
@@ -11,7 +12,10 @@ pretty_name: SciTail
11
  ## Dataset Description
12
 
13
  - **Homepage:** https://allenai.org/data/scitail
14
- - **Random Thing:** i am rando
 
 
 
15
 
16
  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.
17
 
 
3
  license: apache-2.0
4
  multilinguality: monolingual
5
  pretty_name: SciTail
6
+ pubmed: True
7
  ---
8
 
9
 
 
12
  ## Dataset Description
13
 
14
  - **Homepage:** https://allenai.org/data/scitail
15
+ - **Pubmed:** True
16
+ - **Public:** False
17
+ - **Tasks:** Textual Entailment
18
+
19
 
20
  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.
21