File size: 1,333 Bytes
dada0b4
aed4986
 
 
 
dada0b4
6a9466b
6360481
aad16ed
aed4986
 
 
 
 
9517b2b
dada0b4
d7ddc61
4070947
 
 
 
 
e917808
7920afe
 
aed4986
6833132
9c176fd
4070947
 
 
 
 
 
 
 
 
 
 
c042e29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
---
language: 
  - en
bigbio_language:
  - English
license: apache-2.0
bigbio_license_shortname: APACHE_2p0
multilinguality: monolingual
pretty_name: SciTail
homepage: https://allenai.org/data/scitail
bigbio_pubmed: false
bigbio_public: true
bigbio_tasks:
  - TEXTUAL_ENTAILMENT
paperswithcode_id: scitail
---


# Dataset Card for SciTail

## Dataset Description

- **Homepage:** https://allenai.org/data/scitail
- **Pubmed:** False
- **Public:** True
- **Tasks:** TE


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.


## 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}
```