system HF staff commited on
Commit
0f86ab9
1 Parent(s): bedff50

Update files from the datasets library (from 1.3.0)

Browse files

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

Files changed (1) hide show
  1. README.md +158 -0
README.md ADDED
@@ -0,0 +1,158 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ ---
3
+
4
+ # Dataset Card for "hans"
5
+
6
+ ## Table of Contents
7
+ - [Dataset Description](#dataset-description)
8
+ - [Dataset Summary](#dataset-summary)
9
+ - [Supported Tasks](#supported-tasks)
10
+ - [Languages](#languages)
11
+ - [Dataset Structure](#dataset-structure)
12
+ - [Data Instances](#data-instances)
13
+ - [Data Fields](#data-fields)
14
+ - [Data Splits Sample Size](#data-splits-sample-size)
15
+ - [Dataset Creation](#dataset-creation)
16
+ - [Curation Rationale](#curation-rationale)
17
+ - [Source Data](#source-data)
18
+ - [Annotations](#annotations)
19
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
20
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
21
+ - [Social Impact of Dataset](#social-impact-of-dataset)
22
+ - [Discussion of Biases](#discussion-of-biases)
23
+ - [Other Known Limitations](#other-known-limitations)
24
+ - [Additional Information](#additional-information)
25
+ - [Dataset Curators](#dataset-curators)
26
+ - [Licensing Information](#licensing-information)
27
+ - [Citation Information](#citation-information)
28
+ - [Contributions](#contributions)
29
+
30
+ ## [Dataset Description](#dataset-description)
31
+
32
+ - **Homepage:** [https://github.com/tommccoy1/hans](https://github.com/tommccoy1/hans)
33
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
34
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
+ - **Size of downloaded dataset files:** 29.51 MB
37
+ - **Size of the generated dataset:** 30.34 MB
38
+ - **Total amount of disk used:** 59.85 MB
39
+
40
+ ### [Dataset Summary](#dataset-summary)
41
+
42
+ The HANS dataset is an NLI evaluation set that tests specific hypotheses about invalid heuristics that NLI models are likely to learn.
43
+
44
+ ### [Supported Tasks](#supported-tasks)
45
+
46
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
47
+
48
+ ### [Languages](#languages)
49
+
50
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
51
+
52
+ ## [Dataset Structure](#dataset-structure)
53
+
54
+ We show detailed information for up to 5 configurations of the dataset.
55
+
56
+ ### [Data Instances](#data-instances)
57
+
58
+ #### plain_text
59
+
60
+ - **Size of downloaded dataset files:** 29.51 MB
61
+ - **Size of the generated dataset:** 30.34 MB
62
+ - **Total amount of disk used:** 59.85 MB
63
+
64
+ An example of 'train' looks as follows.
65
+ ```
66
+
67
+ ```
68
+
69
+ ### [Data Fields](#data-fields)
70
+
71
+ The data fields are the same among all splits.
72
+
73
+ #### plain_text
74
+ - `premise`: a `string` feature.
75
+ - `hypothesis`: a `string` feature.
76
+ - `label`: a classification label, with possible values including `entailment` (0), `non-entailment` (1).
77
+ - `parse_premise`: a `string` feature.
78
+ - `parse_hypothesis`: a `string` feature.
79
+ - `binary_parse_premise`: a `string` feature.
80
+ - `binary_parse_hypothesis`: a `string` feature.
81
+ - `heuristic`: a `string` feature.
82
+ - `subcase`: a `string` feature.
83
+ - `template`: a `string` feature.
84
+
85
+ ### [Data Splits Sample Size](#data-splits-sample-size)
86
+
87
+ | name |train|validation|
88
+ |----------|----:|---------:|
89
+ |plain_text|30000| 30000|
90
+
91
+ ## [Dataset Creation](#dataset-creation)
92
+
93
+ ### [Curation Rationale](#curation-rationale)
94
+
95
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
96
+
97
+ ### [Source Data](#source-data)
98
+
99
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
100
+
101
+ ### [Annotations](#annotations)
102
+
103
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
104
+
105
+ ### [Personal and Sensitive Information](#personal-and-sensitive-information)
106
+
107
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
108
+
109
+ ## [Considerations for Using the Data](#considerations-for-using-the-data)
110
+
111
+ ### [Social Impact of Dataset](#social-impact-of-dataset)
112
+
113
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
114
+
115
+ ### [Discussion of Biases](#discussion-of-biases)
116
+
117
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
118
+
119
+ ### [Other Known Limitations](#other-known-limitations)
120
+
121
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
122
+
123
+ ## [Additional Information](#additional-information)
124
+
125
+ ### [Dataset Curators](#dataset-curators)
126
+
127
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
128
+
129
+ ### [Licensing Information](#licensing-information)
130
+
131
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
132
+
133
+ ### [Citation Information](#citation-information)
134
+
135
+ ```
136
+ @article{DBLP:journals/corr/abs-1902-01007,
137
+ author = {R. Thomas McCoy and
138
+ Ellie Pavlick and
139
+ Tal Linzen},
140
+ title = {Right for the Wrong Reasons: Diagnosing Syntactic Heuristics in Natural
141
+ Language Inference},
142
+ journal = {CoRR},
143
+ volume = {abs/1902.01007},
144
+ year = {2019},
145
+ url = {http://arxiv.org/abs/1902.01007},
146
+ archivePrefix = {arXiv},
147
+ eprint = {1902.01007},
148
+ timestamp = {Tue, 21 May 2019 18:03:36 +0200},
149
+ biburl = {https://dblp.org/rec/journals/corr/abs-1902-01007.bib},
150
+ bibsource = {dblp computer science bibliography, https://dblp.org}
151
+ }
152
+
153
+ ```
154
+
155
+
156
+ ### Contributions
157
+
158
+ Thanks to [@TevenLeScao](https://github.com/TevenLeScao), [@thomwolf](https://github.com/thomwolf) for adding this dataset.