thawani commited on
Commit
db40086
1 Parent(s): ae94e8f

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +212 -0
README.md ADDED
@@ -0,0 +1,212 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ YAML tags:
3
+ - annotations_creators:
4
+ - found
5
+ language_creators:
6
+ - found
7
+ languages:
8
+ - en-US
9
+ licenses:
10
+ - mit
11
+ multilinguality:
12
+ - monolingual
13
+ pretty_name: Wiki-Convert
14
+ size_categories:
15
+ - unknown
16
+ source_datasets:
17
+ - extended|wikipedia
18
+ task_categories:
19
+ - sequence-modeling
20
+ task_ids:
21
+ - language-modeling
22
+ ---
23
+
24
+ # Dataset Card Creation Guide
25
+
26
+ ## Table of Contents
27
+ - [Dataset Card Creation Guide](#dataset-card-creation-guide)
28
+ - [Table of Contents](#table-of-contents)
29
+ - [Dataset Description](#dataset-description)
30
+ - [Dataset Summary](#dataset-summary)
31
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
32
+ - [Languages](#languages)
33
+ - [Dataset Structure](#dataset-structure)
34
+ - [Data Instances](#data-instances)
35
+ - [Data Fields](#data-fields)
36
+ - [Data Splits](#data-splits)
37
+ - [Dataset Creation](#dataset-creation)
38
+ - [Curation Rationale](#curation-rationale)
39
+ - [Source Data](#source-data)
40
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
41
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
42
+ - [Annotations](#annotations)
43
+ - [Annotation process](#annotation-process)
44
+ - [Who are the annotators?](#who-are-the-annotators)
45
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
46
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
47
+ - [Social Impact of Dataset](#social-impact-of-dataset)
48
+ - [Discussion of Biases](#discussion-of-biases)
49
+ - [Other Known Limitations](#other-known-limitations)
50
+ - [Additional Information](#additional-information)
51
+ - [Dataset Curators](#dataset-curators)
52
+ - [Licensing Information](#licensing-information)
53
+ - [Citation Information](#citation-information)
54
+ - [Contributions](#contributions)
55
+
56
+ ## Dataset Description
57
+
58
+ - **Repository:** [If the dataset is hosted on github or has a github homepage, add URL here](https://github.com/avi-jit/numeracy-literacy)
59
+ - **Paper:** [PDF](https://github.com/avi-jit/numeracy-literacy/blob/main/camera_ready.pdf)
60
+ - **Point of Contact:** [Avijit Thawani](mailto:thawani@isi.edu)
61
+
62
+ ### Dataset Summary
63
+
64
+ Wiki-Convert is a 900,000+ sentences dataset of precise number annotations from English Wikipedia. It relies on Wiki contributors' annotations in the form of a [{{Convert}}](https://en.wikipedia.org/wiki/Template:Convert) template.
65
+
66
+ ### Supported Tasks and Leaderboards
67
+
68
+ - `sequence-modeling`: The dataset can be used to train a model for [Language Mddeling], which consists in [TASK DESCRIPTION]. Success on this task is typically measured by achieving a low [perplexity](https://huggingface.co/transformers/perplexity.html).
69
+
70
+ ### Languages
71
+
72
+ The dataset is extracted from English Wikipedia, hence overwhelmingly contains English text.
73
+
74
+ ## Dataset Structure
75
+
76
+ ### Data Instances
77
+
78
+ Each row in the jsonline file contains metadata about the source Wikipedia sentence, along with annotations for a single number, e.g., `number: 10` in the below example. The annotations are inspired by Numeracy-600K and are in the form of `length` and `offset` from the beginning of the sentence.
79
+
80
+ ```
81
+ {
82
+ 'id': 1080801, 'UNIQUE_STORY_INDEX': '1080801', 'offset': 83, 'length': 2, 'magnitude': 0, 'comment': "Like all Type UB III submarines, UB-117 carried 10 torpedoes and was armed with a  10 cms deck gun. ''", 'number': 10
83
+ }
84
+ ```
85
+
86
+ ### Data Fields
87
+
88
+ List and describe the fields present in the dataset. Mention their data type, and whether they are used as input or output in any of the tasks the dataset currently supports. If the data has span indices, describe their attributes, such as whether they are at the character level or word level, whether they are contiguous or not, etc. If the datasets contains example IDs, state whether they have an inherent meaning, such as a mapping to other datasets or pointing to relationships between data points.
89
+
90
+ - `id`:
91
+ - `UNIQUE_STORY_INDEX`:
92
+ - `offset`: 83
93
+ 'length': 2, 'magnitude': 0, 'comment': "Like all Type UB III submarines, UB-117 carried 10 torpedoes and was armed with a  10 cms deck gun. ''", 'number': 10
94
+
95
+ Note that the descriptions can be initialized with the **Show Markdown Data Fields** output of the [tagging app](https://github.com/huggingface/datasets-tagging), you will then only need to refine the generated descriptions.
96
+
97
+ ### Data Splits
98
+
99
+ Describe and name the splits in the dataset if there are more than one.
100
+
101
+ Describe any criteria for splitting the data, if used. If their are differences between the splits (e.g. if the training annotations are machine-generated and the dev and test ones are created by humans, or if different numbers of annotators contributed to each example), describe them here.
102
+
103
+ Provide the sizes of each split. As appropriate, provide any descriptive statistics for the features, such as average length. For example:
104
+
105
+ | | Tain | Valid | Test |
106
+ | ----- | ------ | ----- | ---- |
107
+ | Input Sentences | | | |
108
+ | Average Sentence Length | | | |
109
+
110
+ ## Dataset Creation
111
+
112
+ ### Curation Rationale
113
+
114
+ What need motivated the creation of this dataset? What are some of the reasons underlying the major choices involved in putting it together?
115
+
116
+ ### Source Data
117
+
118
+ This section describes the source data (e.g. news text and headlines, social media posts, translated sentences,...)
119
+
120
+ #### Initial Data Collection and Normalization
121
+
122
+ Describe the data collection process. Describe any criteria for data selection or filtering. List any key words or search terms used. If possible, include runtime information for the collection process.
123
+
124
+ If data was collected from other pre-existing datasets, link to source here and to their [Hugging Face version](https://huggingface.co/datasets/dataset_name).
125
+
126
+ If the data was modified or normalized after being collected (e.g. if the data is word-tokenized), describe the process and the tools used.
127
+
128
+ #### Who are the source language producers?
129
+
130
+ State whether the data was produced by humans or machine generated. Describe the people or systems who originally created the data.
131
+
132
+ If available, include self-reported demographic or identity information for the source data creators, but avoid inferring this information. Instead state that this information is unknown. See [Larson 2017](https://www.aclweb.org/anthology/W17-1601.pdf) for using identity categories as a variables, particularly gender.
133
+
134
+ Describe the conditions under which the data was created (for example, if the producers were crowdworkers, state what platform was used, or if the data was found, what website the data was found on). If compensation was provided, include that information here.
135
+
136
+ Describe other people represented or mentioned in the data. Where possible, link to references for the information.
137
+
138
+ ### Annotations
139
+
140
+ If the dataset contains annotations which are not part of the initial data collection, describe them in the following paragraphs.
141
+
142
+ #### Annotation process
143
+
144
+ If applicable, describe the annotation process and any tools used, or state otherwise. Describe the amount of data annotated, if not all. Describe or reference annotation guidelines provided to the annotators. If available, provide interannotator statistics. Describe any annotation validation processes.
145
+
146
+ #### Who are the annotators?
147
+
148
+ If annotations were collected for the source data (such as class labels or syntactic parses), state whether the annotations were produced by humans or machine generated.
149
+
150
+ Describe the people or systems who originally created the annotations and their selection criteria if applicable.
151
+
152
+ If available, include self-reported demographic or identity information for the annotators, but avoid inferring this information. Instead state that this information is unknown. See [Larson 2017](https://www.aclweb.org/anthology/W17-1601.pdf) for using identity categories as a variables, particularly gender.
153
+
154
+ Describe the conditions under which the data was annotated (for example, if the annotators were crowdworkers, state what platform was used, or if the data was found, what website the data was found on). If compensation was provided, include that information here.
155
+
156
+ ### Personal and Sensitive Information
157
+
158
+ State whether the dataset uses identity categories and, if so, how the information is used. Describe where this information comes from (i.e. self-reporting, collecting from profiles, inferring, etc.). See [Larson 2017](https://www.aclweb.org/anthology/W17-1601.pdf) for using identity categories as a variables, particularly gender. State whether the data is linked to individuals and whether those individuals can be identified in the dataset, either directly or indirectly (i.e., in combination with other data).
159
+
160
+ State whether the dataset contains other data that might be considered sensitive (e.g., data that reveals racial or ethnic origins, sexual orientations, religious beliefs, political opinions or union memberships, or locations; financial or health data; biometric or genetic data; forms of government identification, such as social security numbers; criminal history).
161
+
162
+ If efforts were made to anonymize the data, describe the anonymization process.
163
+
164
+ ## Considerations for Using the Data
165
+
166
+ ### Social Impact of Dataset
167
+
168
+ Please discuss some of the ways you believe the use of this dataset will impact society.
169
+
170
+ The statement should include both positive outlooks, such as outlining how technologies developed through its use may improve people's lives, and discuss the accompanying risks. These risks may range from making important decisions more opaque to people who are affected by the technology, to reinforcing existing harmful biases (whose specifics should be discussed in the next section), among other considerations.
171
+
172
+ Also describe in this section if the proposed dataset contains a low-resource or under-represented language. If this is the case or if this task has any impact on underserved communities, please elaborate here.
173
+
174
+ ### Discussion of Biases
175
+
176
+ Provide descriptions of specific biases that are likely to be reflected in the data, and state whether any steps were taken to reduce their impact.
177
+
178
+ For Wikipedia text, see for example [Dinan et al 2020 on biases in Wikipedia (esp. Table 1)](https://arxiv.org/abs/2005.00614), or [Blodgett et al 2020](https://www.aclweb.org/anthology/2020.acl-main.485/) for a more general discussion of the topic.
179
+
180
+ If analyses have been run quantifying these biases, please add brief summaries and links to the studies here.
181
+
182
+ ### Other Known Limitations
183
+
184
+ If studies of the datasets have outlined other limitations of the dataset, such as annotation artifacts, please outline and cite them here.
185
+
186
+ ## Additional Information
187
+
188
+ ### Dataset Curators
189
+
190
+ List the people involved in collecting the dataset and their affiliation(s). If funding information is known, include it here.
191
+
192
+ ### Licensing Information
193
+
194
+ Provide the license and link to the license webpage if available.
195
+
196
+ ### Citation Information
197
+
198
+ Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example:
199
+ ```
200
+ @article{article_id,
201
+ author = {Author List},
202
+ title = {Dataset Paper Title},
203
+ journal = {Publication Venue},
204
+ year = {2525}
205
+ }
206
+ ```
207
+
208
+ If the dataset has a [DOI](https://www.doi.org/), please provide it here.
209
+
210
+ ### Contributions
211
+
212
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.