Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
File size: 3,799 Bytes
ab48154
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
{
    "plain_text": {
        "description": "The Adversarial Natural Language Inference (ANLI) is a new large-scale NLI benchmark dataset,\nThe dataset is collected via an iterative, adversarial human-and-model-in-the-loop procedure.\nANLI is much more difficult than its predecessors including SNLI and MNLI.\nIt contains three rounds. Each round has train/dev/test splits.\n",
        "citation": "@InProceedings{nie2019adversarial,\n    title={Adversarial NLI: A New Benchmark for Natural Language Understanding},\n    author={Nie, Yixin\n                and Williams, Adina\n                and Dinan, Emily\n                and Bansal, Mohit\n                and Weston, Jason\n                and Kiela, Douwe},\n    booktitle = \"Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics\",\n    year = \"2020\",\n    publisher = \"Association for Computational Linguistics\",\n}\n",
        "homepage": "https://github.com/facebookresearch/anli/",
        "license": "",
        "features": {
            "uid": {
                "dtype": "string",
                "_type": "Value"
            },
            "premise": {
                "dtype": "string",
                "_type": "Value"
            },
            "hypothesis": {
                "dtype": "string",
                "_type": "Value"
            },
            "label": {
                "names": [
                    "entailment",
                    "neutral",
                    "contradiction"
                ],
                "_type": "ClassLabel"
            },
            "reason": {
                "dtype": "string",
                "_type": "Value"
            }
        },
        "builder_name": "anli",
        "dataset_name": "anli",
        "config_name": "plain_text",
        "version": {
            "version_str": "0.1.0",
            "description": "",
            "major": 0,
            "minor": 1,
            "patch": 0
        },
        "splits": {
            "train_r1": {
                "name": "train_r1",
                "num_bytes": 8006888,
                "num_examples": 16946,
                "dataset_name": null
            },
            "dev_r1": {
                "name": "dev_r1",
                "num_bytes": 573428,
                "num_examples": 1000,
                "dataset_name": null
            },
            "test_r1": {
                "name": "test_r1",
                "num_bytes": 574917,
                "num_examples": 1000,
                "dataset_name": null
            },
            "train_r2": {
                "name": "train_r2",
                "num_bytes": 20801581,
                "num_examples": 45460,
                "dataset_name": null
            },
            "dev_r2": {
                "name": "dev_r2",
                "num_bytes": 556066,
                "num_examples": 1000,
                "dataset_name": null
            },
            "test_r2": {
                "name": "test_r2",
                "num_bytes": 572639,
                "num_examples": 1000,
                "dataset_name": null
            },
            "train_r3": {
                "name": "train_r3",
                "num_bytes": 44720719,
                "num_examples": 100459,
                "dataset_name": null
            },
            "dev_r3": {
                "name": "dev_r3",
                "num_bytes": 663148,
                "num_examples": 1200,
                "dataset_name": null
            },
            "test_r3": {
                "name": "test_r3",
                "num_bytes": 657586,
                "num_examples": 1200,
                "dataset_name": null
            }
        },
        "download_size": 26286748,
        "dataset_size": 77126972,
        "size_in_bytes": 103413720
    }
}