Datasets:

Modalities:
Text
Formats:
parquet
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
system HF staff commited on
Commit
d77e38f
1 Parent(s): a7a10d1

Update files from the datasets library (from 1.4.0)

Browse files

Release notes: https://github.com/huggingface/datasets/releases/tag/1.4.0

Files changed (1) hide show
  1. README.md +21 -21
README.md CHANGED
@@ -27,7 +27,7 @@
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
- ## [Dataset Description](#dataset-description)
31
 
32
  - **Homepage:** [https://github.com/facebookresearch/anli/](https://github.com/facebookresearch/anli/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
@@ -37,26 +37,26 @@
37
  - **Size of the generated dataset:** 73.55 MB
38
  - **Total amount of disk used:** 91.31 MB
39
 
40
- ### [Dataset Summary](#dataset-summary)
41
 
42
  The Adversarial Natural Language Inference (ANLI) is a new large-scale NLI benchmark dataset,
43
  The dataset is collected via an iterative, adversarial human-and-model-in-the-loop procedure.
44
  ANLI is much more difficult than its predecessors including SNLI and MNLI.
45
  It contains three rounds. Each round has train/dev/test splits.
46
 
47
- ### [Supported Tasks](#supported-tasks)
48
 
49
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
 
51
- ### [Languages](#languages)
52
 
53
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
 
55
- ## [Dataset Structure](#dataset-structure)
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
- ### [Data Instances](#data-instances)
60
 
61
  #### plain_text
62
 
@@ -77,7 +77,7 @@ This example was too long and was cropped:
77
  }
78
  ```
79
 
80
- ### [Data Fields](#data-fields)
81
 
82
  The data fields are the same among all splits.
83
 
@@ -88,55 +88,55 @@ The data fields are the same among all splits.
88
  - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
89
  - `reason`: a `string` feature.
90
 
91
- ### [Data Splits Sample Size](#data-splits-sample-size)
92
 
93
  | name |train_r1|dev_r1|train_r2|dev_r2|train_r3|dev_r3|test_r1|test_r2|test_r3|
94
  |----------|-------:|-----:|-------:|-----:|-------:|-----:|------:|------:|------:|
95
  |plain_text| 16946| 1000| 45460| 1000| 100459| 1200| 1000| 1000| 1200|
96
 
97
- ## [Dataset Creation](#dataset-creation)
98
 
99
- ### [Curation Rationale](#curation-rationale)
100
 
101
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
102
 
103
- ### [Source Data](#source-data)
104
 
105
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
106
 
107
- ### [Annotations](#annotations)
108
 
109
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
 
111
- ### [Personal and Sensitive Information](#personal-and-sensitive-information)
112
 
113
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
 
115
- ## [Considerations for Using the Data](#considerations-for-using-the-data)
116
 
117
- ### [Social Impact of Dataset](#social-impact-of-dataset)
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
- ### [Discussion of Biases](#discussion-of-biases)
122
 
123
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
 
125
- ### [Other Known Limitations](#other-known-limitations)
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
- ## [Additional Information](#additional-information)
130
 
131
- ### [Dataset Curators](#dataset-curators)
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
- ### [Licensing Information](#licensing-information)
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
- ### [Citation Information](#citation-information)
140
 
141
  ```
142
  @InProceedings{nie2019adversarial,
 
27
  - [Citation Information](#citation-information)
28
  - [Contributions](#contributions)
29
 
30
+ ## Dataset Description
31
 
32
  - **Homepage:** [https://github.com/facebookresearch/anli/](https://github.com/facebookresearch/anli/)
33
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
37
  - **Size of the generated dataset:** 73.55 MB
38
  - **Total amount of disk used:** 91.31 MB
39
 
40
+ ### Dataset Summary
41
 
42
  The Adversarial Natural Language Inference (ANLI) is a new large-scale NLI benchmark dataset,
43
  The dataset is collected via an iterative, adversarial human-and-model-in-the-loop procedure.
44
  ANLI is much more difficult than its predecessors including SNLI and MNLI.
45
  It contains three rounds. Each round has train/dev/test splits.
46
 
47
+ ### Supported Tasks
48
 
49
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
50
 
51
+ ### Languages
52
 
53
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
 
55
+ ## Dataset Structure
56
 
57
  We show detailed information for up to 5 configurations of the dataset.
58
 
59
+ ### Data Instances
60
 
61
  #### plain_text
62
 
 
77
  }
78
  ```
79
 
80
+ ### Data Fields
81
 
82
  The data fields are the same among all splits.
83
 
 
88
  - `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2).
89
  - `reason`: a `string` feature.
90
 
91
+ ### Data Splits Sample Size
92
 
93
  | name |train_r1|dev_r1|train_r2|dev_r2|train_r3|dev_r3|test_r1|test_r2|test_r3|
94
  |----------|-------:|-----:|-------:|-----:|-------:|-----:|------:|------:|------:|
95
  |plain_text| 16946| 1000| 45460| 1000| 100459| 1200| 1000| 1000| 1200|
96
 
97
+ ## Dataset Creation
98
 
99
+ ### Curation Rationale
100
 
101
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
102
 
103
+ ### Source Data
104
 
105
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
106
 
107
+ ### Annotations
108
 
109
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
110
 
111
+ ### Personal and Sensitive Information
112
 
113
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
 
115
+ ## Considerations for Using the Data
116
 
117
+ ### Social Impact of Dataset
118
 
119
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
120
 
121
+ ### Discussion of Biases
122
 
123
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
124
 
125
+ ### Other Known Limitations
126
 
127
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
 
129
+ ## Additional Information
130
 
131
+ ### Dataset Curators
132
 
133
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
134
 
135
+ ### Licensing Information
136
 
137
  [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
138
 
139
+ ### Citation Information
140
 
141
  ```
142
  @InProceedings{nie2019adversarial,