File size: 822 Bytes
4c2f54c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
f49a1db
 
 
 
 
 
 
 
 
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
---
dataset_info:
  features:
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  - name: label_name
    dtype: string
  - name: subset
    dtype: string
  splits:
  - name: train
    num_bytes: 351587589
    num_examples: 1594065
  - name: test
    num_bytes: 29289215
    num_examples: 112013
  download_size: 149650337
  dataset_size: 380876804
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: test
    path: data/test-*
---
This dataset is a mixture of the following NLI (Natural Language Inference) and TE (Textual Entailment) datasets:
- SNLI
- MNLI
- Fever
- SciTail
- PAWS
- VitaminC

To merge the datasets together, labels has been converted to "entailment" and "non-entailment" using an NLI format with features "premise" and "hypothesis".