Update files from the datasets library (from 1.7.0)
Browse filesRelease notes: https://github.com/huggingface/datasets/releases/tag/1.7.0
README.md
CHANGED
@@ -21,19 +21,20 @@ task_categories:
|
|
21 |
- text-scoring
|
22 |
task_ids:
|
23 |
- semantic-similarity-scoring
|
|
|
24 |
---
|
25 |
|
26 |
-
# Dataset Card for
|
27 |
|
28 |
## Table of Contents
|
29 |
- [Dataset Description](#dataset-description)
|
30 |
- [Dataset Summary](#dataset-summary)
|
31 |
-
- [Supported Tasks](#supported-tasks)
|
32 |
- [Languages](#languages)
|
33 |
- [Dataset Structure](#dataset-structure)
|
34 |
- [Data Instances](#data-instances)
|
35 |
- [Data Fields](#data-fields)
|
36 |
-
- [Data Splits
|
37 |
- [Dataset Creation](#dataset-creation)
|
38 |
- [Curation Rationale](#curation-rationale)
|
39 |
- [Source Data](#source-data)
|
@@ -68,7 +69,7 @@ that covers a range of genres of spoken and written text, and supports a
|
|
68 |
distinctive cross-genre generalization evaluation. The corpus served as the
|
69 |
basis for the shared task of the RepEval 2017 Workshop at EMNLP in Copenhagen.
|
70 |
|
71 |
-
### Supported Tasks
|
72 |
|
73 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
74 |
|
@@ -111,9 +112,9 @@ The data fields are the same among all splits.
|
|
111 |
- `{premise,hypothesis} parse`: Each sentence as parsed by the Stanford PCFG Parser 3.5.2
|
112 |
- `{premise,hypothesis} binary parse`: parses in unlabeled binary-branching format
|
113 |
- `genre`: a `string` feature.
|
114 |
-
- `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2)
|
115 |
|
116 |
-
### Data Splits
|
117 |
|
118 |
|train |validation_matched|validation_mismatched|
|
119 |
|-----:|-----------------:|--------------------:|
|
@@ -127,11 +128,23 @@ They constructed MultiNLI so as to make it possible to explicitly evaluate model
|
|
127 |
|
128 |
### Source Data
|
129 |
|
|
|
|
|
130 |
They created each sentence pair by selecting a premise sentence from a preexisting text source and asked a human annotator to compose a novel sentence to pair with it as a hypothesis.
|
131 |
|
|
|
|
|
|
|
|
|
132 |
### Annotations
|
133 |
|
134 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
135 |
|
136 |
### Personal and Sensitive Information
|
137 |
|
@@ -159,7 +172,7 @@ They created each sentence pair by selecting a premise sentence from a preexisti
|
|
159 |
|
160 |
### Licensing Information
|
161 |
|
162 |
-
The majority of the corpus is released under the OANC’s license, which allows all content to be freely used,
|
163 |
|
164 |
### Citation Information
|
165 |
|
|
|
21 |
- text-scoring
|
22 |
task_ids:
|
23 |
- semantic-similarity-scoring
|
24 |
+
paperswithcode_id: multinli
|
25 |
---
|
26 |
|
27 |
+
# Dataset Card for Multi-Genre Natural Language Inference (MultiNLI)
|
28 |
|
29 |
## Table of Contents
|
30 |
- [Dataset Description](#dataset-description)
|
31 |
- [Dataset Summary](#dataset-summary)
|
32 |
+
- [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
|
33 |
- [Languages](#languages)
|
34 |
- [Dataset Structure](#dataset-structure)
|
35 |
- [Data Instances](#data-instances)
|
36 |
- [Data Fields](#data-fields)
|
37 |
+
- [Data Splits](#data-splits)
|
38 |
- [Dataset Creation](#dataset-creation)
|
39 |
- [Curation Rationale](#curation-rationale)
|
40 |
- [Source Data](#source-data)
|
|
|
69 |
distinctive cross-genre generalization evaluation. The corpus served as the
|
70 |
basis for the shared task of the RepEval 2017 Workshop at EMNLP in Copenhagen.
|
71 |
|
72 |
+
### Supported Tasks and Leaderboards
|
73 |
|
74 |
[More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
|
75 |
|
|
|
112 |
- `{premise,hypothesis} parse`: Each sentence as parsed by the Stanford PCFG Parser 3.5.2
|
113 |
- `{premise,hypothesis} binary parse`: parses in unlabeled binary-branching format
|
114 |
- `genre`: a `string` feature.
|
115 |
+
- `label`: a classification label, with possible values including `entailment` (0), `neutral` (1), `contradiction` (2). Dataset instances which don't have any gold label are marked with -1 label. Make sure you filter them before starting the training using `datasets.Dataset.filter`.
|
116 |
|
117 |
+
### Data Splits
|
118 |
|
119 |
|train |validation_matched|validation_mismatched|
|
120 |
|-----:|-----------------:|--------------------:|
|
|
|
128 |
|
129 |
### Source Data
|
130 |
|
131 |
+
#### Initial Data Collection and Normalization
|
132 |
+
|
133 |
They created each sentence pair by selecting a premise sentence from a preexisting text source and asked a human annotator to compose a novel sentence to pair with it as a hypothesis.
|
134 |
|
135 |
+
#### Who are the source language producers?
|
136 |
+
|
137 |
+
[More Information Needed]
|
138 |
+
|
139 |
### Annotations
|
140 |
|
141 |
+
#### Annotation process
|
142 |
+
|
143 |
+
[More Information Needed]
|
144 |
+
|
145 |
+
#### Who are the annotators?
|
146 |
+
|
147 |
+
[More Information Needed]
|
148 |
|
149 |
### Personal and Sensitive Information
|
150 |
|
|
|
172 |
|
173 |
### Licensing Information
|
174 |
|
175 |
+
The majority of the corpus is released under the OANC’s license, which allows all content to be freely used, modified, and shared under permissive terms. The data in the FICTION section falls under several permissive licenses; Seven Swords is available under a Creative Commons Share-Alike 3.0 Unported License, and with the explicit permission of the author, Living History and Password Incorrect are available under Creative Commons Attribution 3.0 Unported Licenses; the remaining works of fiction are in the public domain in the United States (but may be licensed differently elsewhere).
|
176 |
|
177 |
### Citation Information
|
178 |
|