Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
100K<n<1M
Language Creators:
found
ArXiv:
Tags:
License:
albertvillanova HF staff commited on
Commit
ab48154
1 Parent(s): bf20683

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -23,6 +23,7 @@ task_ids:
23
  paperswithcode_id: anli
24
  pretty_name: Adversarial NLI
25
  dataset_info:
 
26
  features:
27
  - name: uid
28
  dtype: string
@@ -39,37 +40,58 @@ dataset_info:
39
  '2': contradiction
40
  - name: reason
41
  dtype: string
42
- config_name: plain_text
43
  splits:
44
  - name: train_r1
45
- num_bytes: 8006920
46
  num_examples: 16946
47
  - name: dev_r1
48
- num_bytes: 573444
49
  num_examples: 1000
50
  - name: test_r1
51
- num_bytes: 574933
52
  num_examples: 1000
53
  - name: train_r2
54
- num_bytes: 20801661
55
  num_examples: 45460
56
  - name: dev_r2
57
- num_bytes: 556082
58
  num_examples: 1000
59
  - name: test_r2
60
- num_bytes: 572655
61
  num_examples: 1000
62
  - name: train_r3
63
- num_bytes: 44720895
64
  num_examples: 100459
65
  - name: dev_r3
66
- num_bytes: 663164
67
  num_examples: 1200
68
  - name: test_r3
69
- num_bytes: 657602
70
  num_examples: 1200
71
- download_size: 18621352
72
- dataset_size: 77127356
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
73
  ---
74
 
75
  # Dataset Card for "anli"
 
23
  paperswithcode_id: anli
24
  pretty_name: Adversarial NLI
25
  dataset_info:
26
+ config_name: plain_text
27
  features:
28
  - name: uid
29
  dtype: string
 
40
  '2': contradiction
41
  - name: reason
42
  dtype: string
 
43
  splits:
44
  - name: train_r1
45
+ num_bytes: 8006888
46
  num_examples: 16946
47
  - name: dev_r1
48
+ num_bytes: 573428
49
  num_examples: 1000
50
  - name: test_r1
51
+ num_bytes: 574917
52
  num_examples: 1000
53
  - name: train_r2
54
+ num_bytes: 20801581
55
  num_examples: 45460
56
  - name: dev_r2
57
+ num_bytes: 556066
58
  num_examples: 1000
59
  - name: test_r2
60
+ num_bytes: 572639
61
  num_examples: 1000
62
  - name: train_r3
63
+ num_bytes: 44720719
64
  num_examples: 100459
65
  - name: dev_r3
66
+ num_bytes: 663148
67
  num_examples: 1200
68
  - name: test_r3
69
+ num_bytes: 657586
70
  num_examples: 1200
71
+ download_size: 26286748
72
+ dataset_size: 77126972
73
+ configs:
74
+ - config_name: plain_text
75
+ data_files:
76
+ - split: train_r1
77
+ path: plain_text/train_r1-*
78
+ - split: dev_r1
79
+ path: plain_text/dev_r1-*
80
+ - split: test_r1
81
+ path: plain_text/test_r1-*
82
+ - split: train_r2
83
+ path: plain_text/train_r2-*
84
+ - split: dev_r2
85
+ path: plain_text/dev_r2-*
86
+ - split: test_r2
87
+ path: plain_text/test_r2-*
88
+ - split: train_r3
89
+ path: plain_text/train_r3-*
90
+ - split: dev_r3
91
+ path: plain_text/dev_r3-*
92
+ - split: test_r3
93
+ path: plain_text/test_r3-*
94
+ default: true
95
  ---
96
 
97
  # Dataset Card for "anli"
dataset_infos.json CHANGED
@@ -1 +1,103 @@
1
- {"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", "id": null, "_type": "Value"}, "premise": {"dtype": "string", "id": null, "_type": "Value"}, "hypothesis": {"dtype": "string", "id": null, "_type": "Value"}, "label": {"num_classes": 3, "names": ["entailment", "neutral", "contradiction"], "names_file": null, "id": null, "_type": "ClassLabel"}, "reason": {"dtype": "string", "id": null, "_type": "Value"}}, "supervised_keys": null, "builder_name": "anli", "config_name": "plain_text", "version": {"version_str": "0.1.0", "description": "", "datasets_version_to_prepare": null, "major": 0, "minor": 1, "patch": 0}, "splits": {"train_r1": {"name": "train_r1", "num_bytes": 8006920, "num_examples": 16946, "dataset_name": "anli"}, "dev_r1": {"name": "dev_r1", "num_bytes": 573444, "num_examples": 1000, "dataset_name": "anli"}, "test_r1": {"name": "test_r1", "num_bytes": 574933, "num_examples": 1000, "dataset_name": "anli"}, "train_r2": {"name": "train_r2", "num_bytes": 20801661, "num_examples": 45460, "dataset_name": "anli"}, "dev_r2": {"name": "dev_r2", "num_bytes": 556082, "num_examples": 1000, "dataset_name": "anli"}, "test_r2": {"name": "test_r2", "num_bytes": 572655, "num_examples": 1000, "dataset_name": "anli"}, "train_r3": {"name": "train_r3", "num_bytes": 44720895, "num_examples": 100459, "dataset_name": "anli"}, "dev_r3": {"name": "dev_r3", "num_bytes": 663164, "num_examples": 1200, "dataset_name": "anli"}, "test_r3": {"name": "test_r3", "num_bytes": 657602, "num_examples": 1200, "dataset_name": "anli"}}, "download_checksums": {"https://dl.fbaipublicfiles.com/anli/anli_v0.1.zip": {"num_bytes": 18621352, "checksum": "16ac929a7e90ecf9093deaec89cc81fe86a379265a5320a150028efe50c5cde8"}}, "download_size": 18621352, "dataset_size": 77127356, "size_in_bytes": 95748708}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "plain_text": {
3
+ "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",
4
+ "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",
5
+ "homepage": "https://github.com/facebookresearch/anli/",
6
+ "license": "",
7
+ "features": {
8
+ "uid": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "premise": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "hypothesis": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "label": {
21
+ "names": [
22
+ "entailment",
23
+ "neutral",
24
+ "contradiction"
25
+ ],
26
+ "_type": "ClassLabel"
27
+ },
28
+ "reason": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ }
32
+ },
33
+ "builder_name": "anli",
34
+ "dataset_name": "anli",
35
+ "config_name": "plain_text",
36
+ "version": {
37
+ "version_str": "0.1.0",
38
+ "description": "",
39
+ "major": 0,
40
+ "minor": 1,
41
+ "patch": 0
42
+ },
43
+ "splits": {
44
+ "train_r1": {
45
+ "name": "train_r1",
46
+ "num_bytes": 8006888,
47
+ "num_examples": 16946,
48
+ "dataset_name": null
49
+ },
50
+ "dev_r1": {
51
+ "name": "dev_r1",
52
+ "num_bytes": 573428,
53
+ "num_examples": 1000,
54
+ "dataset_name": null
55
+ },
56
+ "test_r1": {
57
+ "name": "test_r1",
58
+ "num_bytes": 574917,
59
+ "num_examples": 1000,
60
+ "dataset_name": null
61
+ },
62
+ "train_r2": {
63
+ "name": "train_r2",
64
+ "num_bytes": 20801581,
65
+ "num_examples": 45460,
66
+ "dataset_name": null
67
+ },
68
+ "dev_r2": {
69
+ "name": "dev_r2",
70
+ "num_bytes": 556066,
71
+ "num_examples": 1000,
72
+ "dataset_name": null
73
+ },
74
+ "test_r2": {
75
+ "name": "test_r2",
76
+ "num_bytes": 572639,
77
+ "num_examples": 1000,
78
+ "dataset_name": null
79
+ },
80
+ "train_r3": {
81
+ "name": "train_r3",
82
+ "num_bytes": 44720719,
83
+ "num_examples": 100459,
84
+ "dataset_name": null
85
+ },
86
+ "dev_r3": {
87
+ "name": "dev_r3",
88
+ "num_bytes": 663148,
89
+ "num_examples": 1200,
90
+ "dataset_name": null
91
+ },
92
+ "test_r3": {
93
+ "name": "test_r3",
94
+ "num_bytes": 657586,
95
+ "num_examples": 1200,
96
+ "dataset_name": null
97
+ }
98
+ },
99
+ "download_size": 26286748,
100
+ "dataset_size": 77126972,
101
+ "size_in_bytes": 103413720
102
+ }
103
+ }
plain_text/dev_r1-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:72e27463177b4363be80f1fc6ccdaab44ddaeb65db58c2280f94690e15468334
3
+ size 351479
plain_text/dev_r2-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:43e4673665decf0b0e8487e55f98285423cb356b985e206fe5998defae2e38fa
3
+ size 350606
plain_text/dev_r3-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:61775ec09351f6011ce4dc9ea313f457bba6e11d7665d34d95c111665023a83e
3
+ size 434044
plain_text/test_r1-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c4a3d304c4671941d6bad5a07632a79713c5a1be485ccf75b81b6df93f61045e
3
+ size 353376
plain_text/test_r2-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:df5daccdd5623cfcaa34be0100721783485f4181a42796b1d0ac0cd7601e7acb
3
+ size 361549
plain_text/test_r3-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3232c4217979da00b2cd6ed97d099a8a8edf04530193ea52e3c8d69190de92a2
3
+ size 434550
plain_text/train_r1-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:de2d038ae67f1fb1872073490b9e7685e9114d5f278ddd4631905fe0a4ecbcff
3
+ size 3140120
plain_text/train_r2-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:209f4a15bf77224c62ffbde5f150fda928a7e2f5175366f4cacc3c7588aab13d
3
+ size 6527557
plain_text/train_r3-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:c1d3f614d673888ac56b9ab62324e21583c98a11c4fef84e938d0f8fc414b29a
3
+ size 14333467