Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
unknown
Annotations Creators:
unknown
Source Datasets:
unknown
License:
wzkariampuzha commited on
Commit
307846f
1 Parent(s): 90ef55b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +181 -0
README.md CHANGED
@@ -1,3 +1,184 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ```
2
  from datasets import load_dataset
3
  epiclassify = load_dataset("ncats/EpiSet4BinaryClassification")
 
1
+ ---
2
+ annotations_creators:
3
+ - unknown
4
+ language_creators:
5
+ - unknown
6
+ languages:
7
+ - en
8
+ licenses:
9
+ - cc-by-4-0
10
+ multilinguality:
11
+ - monolingual
12
+ size_categories:
13
+ - 10K<n<100K
14
+ source_datasets:
15
+ - unknown
16
+
17
+ paperswithcode_id: glue
18
+ pretty_name: GLUE (General Language Understanding Evaluation benchmark)
19
+ ---
20
+
21
+ # DOCUMENTATION UPDATES IN PROGRESS! IGNORE BELOW
22
+
23
+ # Dataset Card for GLUE
24
+
25
+ ## Table of Contents
26
+ - [Dataset Description](#dataset-description)
27
+ - [Dataset Summary](#dataset-summary)
28
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
29
+ - [Languages](#languages)
30
+ - [Dataset Structure](#dataset-structure)
31
+ - [Data Instances](#data-instances)
32
+ - [Data Fields](#data-fields)
33
+ - [Data Splits](#data-splits)
34
+ - [Dataset Creation](#dataset-creation)
35
+ - [Curation Rationale](#curation-rationale)
36
+ - [Source Data](#source-data)
37
+ - [Annotations](#annotations)
38
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
39
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
40
+ - [Social Impact of Dataset](#social-impact-of-dataset)
41
+ - [Discussion of Biases](#discussion-of-biases)
42
+ - [Other Known Limitations](#other-known-limitations)
43
+ - [Additional Information](#additional-information)
44
+ - [Dataset Curators](#dataset-curators)
45
+ - [Licensing Information](#licensing-information)
46
+ - [Citation Information](#citation-information)
47
+ - [Contributions](#contributions)
48
+
49
+ ## Dataset Description
50
+
51
+ - **Homepage:** [https://nyu-mll.github.io/CoLA/](https://nyu-mll.github.io/CoLA/)
52
+ - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
53
+ - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+ - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
55
+ - **Size of downloaded dataset files:** 955.33 MB
56
+ - **Size of the generated dataset:** 229.68 MB
57
+ - **Total amount of disk used:** 1185.01 MB
58
+
59
+ ### Dataset Summary
60
+
61
+ GLUE, the General Language Understanding Evaluation benchmark (https://gluebenchmark.com/) is a collection of resources for training, evaluating, and analyzing natural language understanding systems.
62
+
63
+ ### Supported Tasks and Leaderboards
64
+
65
+ The leaderboard for the GLUE benchmark can be found [at this address](https://gluebenchmark.com/). It comprises the following tasks:
66
+
67
+ #### cola
68
+
69
+ The Corpus of Linguistic Acceptability consists of English acceptability judgments drawn from books and journal articles on linguistic theory. Each example is a sequence of words annotated with whether it is a grammatical English sentence.
70
+
71
+ ### Languages
72
+
73
+ The language data in is in English
74
+
75
+ ## Dataset Structure
76
+
77
+ ### Data Instances
78
+
79
+ #### cola
80
+
81
+ - **Size of downloaded dataset files:** 0.36 MB
82
+ - **Size of the generated dataset:** 0.58 MB
83
+ - **Total amount of disk used:** 0.94 MB
84
+
85
+ An example of 'train' looks as follows.
86
+ ```
87
+ {
88
+ "sentence": "Our friends won't buy this analysis, let alone the next one we propose.",
89
+ "label": 1,
90
+ "id": 0
91
+ }
92
+ ```
93
+
94
+
95
+ ### Data Fields
96
+
97
+ The data fields are the same among all splits.
98
+
99
+ #### cola
100
+ - `abstract`: a `string` feature.
101
+ - `label`: a classification label, with possible values including `unacceptable` (0), `acceptable` (1).
102
+ - `idx`: a `int32` feature.
103
+
104
+ ### Data Splits
105
+
106
+ |train|validation|test|
107
+ |----:|---------:|---:|
108
+ | 8551| 1043|1063|
109
+
110
+ ## Dataset Creation
111
+
112
+ ### Curation Rationale
113
+
114
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
115
+
116
+ ### Source Data
117
+
118
+ #### Initial Data Collection and Normalization
119
+
120
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
121
+
122
+ #### Who are the source language producers?
123
+
124
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
125
+
126
+ ### Annotations
127
+
128
+ #### Annotation process
129
+
130
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
131
+
132
+ #### Who are the annotators?
133
+
134
+ Rare Disease Curators from the [National Institutes of Health (NIH) Genetic and Rare Diseases Information Center (GARD)](https://rarediseases.info.nih.gov/)
135
+
136
+ ### Personal and Sensitive Information
137
+
138
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
139
+
140
+ ## Considerations for Using the Data
141
+
142
+ ### Social Impact of Dataset
143
+
144
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
145
+
146
+ ### Discussion of Biases
147
+
148
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
149
+
150
+ ### Other Known Limitations
151
+
152
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
153
+
154
+ ## Additional Information
155
+
156
+ ### Dataset Curators
157
+
158
+ Rare Disease Curators from the [National Institutes of Health (NIH) Genetic and Rare Diseases Information Center (GARD)](https://rarediseases.info.nih.gov/)
159
+
160
+ ### Licensing Information
161
+
162
+ [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
163
+
164
+ ### Citation Information
165
+ ```
166
+ @inproceedings{john2021recurrent,
167
+ title={Recurrent Neural Networks to Automatically Identify Rare Disease Epidemiologic Studies from PubMed},
168
+ author={John, Jennifer N and Sid, Eric and Zhu, Qian},
169
+ booktitle={AMIA Annual Symposium Proceedings},
170
+ volume={2021},
171
+ pages={325},
172
+ year={2021},
173
+ organization={American Medical Informatics Association}
174
+ }
175
+ ```
176
+
177
+
178
+ ### Contributions
179
+
180
+ Thanks to [@patpizio](https://github.com/patpizio), [@jeswan](https://github.com/jeswan), [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@mariamabarham](https://github.com/mariamabarham) for adding this dataset.
181
+
182
  ```
183
  from datasets import load_dataset
184
  epiclassify = load_dataset("ncats/EpiSet4BinaryClassification")