File size: 1,886 Bytes
9ce507c
fcf5436
 
 
 
 
 
 
 
 
 
 
 
 
5b99ea8
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
9ce507c
fcf5436
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2c51743
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
---
language:
- ko
license: 
- cc-by-nc-4.0
size_categories:
- 100K<n<1M
task_categories:
- text-classification
task_ids:
- natural-language-inference
- multi-input-text-classification
paperswithcode_id: anli
pretty_name: Adversarial NLI
dataset_info:
  features:
  - name: data_index_by_user
    dtype: int32
  - name: premise
    dtype: string
  - name: hypothesis
    dtype: string
  - name: label
    dtype:
      class_label:
        names:
          '0': entailment
          '1': neutral
          '2': contradiction
  - name: reason
    dtype: string
  splits:
  - name: train_r1
    num_bytes: 8505556
    num_examples: 16946
  - name: train_r2
    num_bytes: 22521662
    num_examples: 45460
  - name: train_r3
    num_bytes: 48605206
    num_examples: 100459
  - name: dev_r1
    num_bytes: 628891
    num_examples: 1000
  - name: dev_r2
    num_bytes: 613763
    num_examples: 1000
  - name: dev_r3
    num_bytes: 740840
    num_examples: 1200
  - name: test_r1
    num_bytes: 626555
    num_examples: 1000
  - name: test_r2
    num_bytes: 633241
    num_examples: 1000
  - name: test_r3
    num_bytes: 736887
    num_examples: 1200
  download_size: 23386318
  dataset_size: 83612601
---

# Dataset Card for anli

## Licensing Information

[cc-4 Attribution-NonCommercial](https://github.com/facebookresearch/anli/blob/main/LICENSE)

## Source Data Citation INformation

```
@InProceedings{nie2019adversarial,
    title={Adversarial NLI: A New Benchmark for Natural Language Understanding},
    author={Nie, Yixin
                and Williams, Adina
                and Dinan, Emily
                and Bansal, Mohit
                and Weston, Jason
                and Kiela, Douwe},
    booktitle = "Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics",
    year = "2020",
    publisher = "Association for Computational Linguistics",
}