abhik1505040 commited on
Commit
22c1724
1 Parent(s): 16f84e6

Added README.md

Browse files
Files changed (1) hide show
  1. README.md +213 -0
README.md ADDED
@@ -0,0 +1,213 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - conditional-text-generation
4
+ - text-classification
5
+ task_ids:
6
+ - summarization
7
+ languages:
8
+ - english
9
+ licenses:
10
+ - other-research-only
11
+ multilinguality:
12
+ - multilingual
13
+ size_categories:
14
+ source_datasets:
15
+ - original
16
+ paperswithcode_id: xl-sum
17
+ ---
18
+
19
+ # Dataset Card for "XL-Sum"
20
+
21
+ ## Table of Contents
22
+ - [Dataset Card Creation Guide](#dataset-card-creation-guide)
23
+ - [Table of Contents](#table-of-contents)
24
+ - [Dataset Description](#dataset-description)
25
+ - [Dataset Summary](#dataset-summary)
26
+ - [Supported Tasks and Leaderboards](#supported-tasks-and-leaderboards)
27
+ - [Languages](#languages)
28
+ - [Dataset Structure](#dataset-structure)
29
+ - [Data Instances](#data-instances)
30
+ - [Data Fields](#data-fields)
31
+ - [Data Splits](#data-splits)
32
+ - [Dataset Creation](#dataset-creation)
33
+ - [Curation Rationale](#curation-rationale)
34
+ - [Source Data](#source-data)
35
+ - [Initial Data Collection and Normalization](#initial-data-collection-and-normalization)
36
+ - [Who are the source language producers?](#who-are-the-source-language-producers)
37
+ - [Annotations](#annotations)
38
+ - [Annotation process](#annotation-process)
39
+ - [Who are the annotators?](#who-are-the-annotators)
40
+ - [Personal and Sensitive Information](#personal-and-sensitive-information)
41
+ - [Considerations for Using the Data](#considerations-for-using-the-data)
42
+ - [Social Impact of Dataset](#social-impact-of-dataset)
43
+ - [Discussion of Biases](#discussion-of-biases)
44
+ - [Other Known Limitations](#other-known-limitations)
45
+ - [Additional Information](#additional-information)
46
+ - [Dataset Curators](#dataset-curators)
47
+ - [Licensing Information](#licensing-information)
48
+ - [Citation Information](#citation-information)
49
+ - [Contributions](#contributions)
50
+
51
+ ## Dataset Description
52
+
53
+ - **Homepage:** [Add homepage URL here if available (unless it's a GitHub repository)]()
54
+ - **Repository:** [If the dataset is hosted on github or has a github homepage, add URL here]()
55
+ - **Paper:** [If the dataset was introduced by a paper or there was a paper written describing the dataset, add URL here (landing page for Arxiv paper preferred)]()
56
+ - **Leaderboard:** [If the dataset supports an active leaderboard, add link here]()
57
+ - **Point of Contact:** [If known, name and email of at least one person the reader can contact for questions about the dataset.]()
58
+
59
+ ### Dataset Summary
60
+
61
+ Briefly summarize the dataset, its intended use and the supported tasks. Give an overview of how and why the dataset was created. The summary should explicitly mention the languages present in the dataset (possibly in broad terms, e.g. *translations between several pairs of European languages*), and describe the domain, topic, or genre covered.
62
+
63
+ ### Supported Tasks and Leaderboards
64
+
65
+ For each of the tasks tagged for this dataset, give a brief description of the tag, metrics, and suggested models (with a link to their HuggingFace implementation if available). Give a similar description of tasks that were not covered by the structured tag set (repace the `task-category-tag` with an appropriate `other:other-task-name`).
66
+
67
+ - `task-category-tag`: The dataset can be used to train a model for [TASK NAME], which consists in [TASK DESCRIPTION]. Success on this task is typically measured by achieving a *high/low* [metric name](https://huggingface.co/metrics/metric_name). The ([model name](https://huggingface.co/model_name) or [model class](https://huggingface.co/transformers/model_doc/model_class.html)) model currently achieves the following score. *[IF A LEADERBOARD IS AVAILABLE]:* This task has an active leaderboard which can be found at [leaderboard url]() and ranks models based on [metric name](https://huggingface.co/metrics/metric_name) while also reporting [other metric name](https://huggingface.co/metrics/other_metric_name).
68
+
69
+ ### Languages
70
+
71
+ Provide a brief overview of the languages represented in the dataset. Describe relevant details about specifics of the language such as whether it is social media text, African American English,...
72
+
73
+ When relevant, please provide [BCP-47 codes](https://tools.ietf.org/html/bcp47), which consist of a [primary language subtag](https://tools.ietf.org/html/bcp47#section-2.2.1), with a [script subtag](https://tools.ietf.org/html/bcp47#section-2.2.3) and/or [region subtag](https://tools.ietf.org/html/bcp47#section-2.2.4) if available.
74
+
75
+ ## Dataset Structure
76
+
77
+ ### Data Instances
78
+
79
+ Provide an JSON-formatted example and brief description of a typical instance in the dataset. If available, provide a link to further examples.
80
+
81
+ ```
82
+ {
83
+ 'example_field': ...,
84
+ ...
85
+ }
86
+ ```
87
+
88
+ Provide any additional information that is not covered in the other sections about the data here. In particular describe any relationships between data points and if these relationships are made explicit.
89
+
90
+ ### Data Fields
91
+
92
+ 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.
93
+
94
+ - `example_field`: description of `example_field`
95
+
96
+ 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.
97
+
98
+ ### Data Splits
99
+
100
+ Describe and name the splits in the dataset if there are more than one.
101
+
102
+ 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.
103
+
104
+ Provide the sizes of each split. As appropriate, provide any descriptive statistics for the features, such as average length. For example:
105
+
106
+ | | Tain | Valid | Test |
107
+ | ----- | ------ | ----- | ---- |
108
+ | Input Sentences | | | |
109
+ | Average Sentence Length | | | |
110
+
111
+ ## Dataset Creation
112
+
113
+ ### Curation Rationale
114
+
115
+ What need motivated the creation of this dataset? What are some of the reasons underlying the major choices involved in putting it together?
116
+
117
+ ### Source Data
118
+
119
+ This section describes the source data (e.g. news text and headlines, social media posts, translated sentences,...)
120
+
121
+ #### Initial Data Collection and Normalization
122
+
123
+ 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.
124
+
125
+ 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).
126
+
127
+ 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.
128
+
129
+ #### Who are the source language producers?
130
+
131
+ State whether the data was produced by humans or machine generated. Describe the people or systems who originally created the data.
132
+
133
+ 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.
134
+
135
+ 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.
136
+
137
+ Describe other people represented or mentioned in the data. Where possible, link to references for the information.
138
+
139
+ ### Annotations
140
+
141
+ If the dataset contains annotations which are not part of the initial data collection, describe them in the following paragraphs.
142
+
143
+ #### Annotation process
144
+
145
+ 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.
146
+
147
+ #### Who are the annotators?
148
+
149
+ 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.
150
+
151
+ Describe the people or systems who originally created the annotations and their selection criteria if applicable.
152
+
153
+ 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.
154
+
155
+ 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.
156
+
157
+ ### Personal and Sensitive Information
158
+
159
+ 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).
160
+
161
+ 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).
162
+
163
+ If efforts were made to anonymize the data, describe the anonymization process.
164
+
165
+ ## Considerations for Using the Data
166
+
167
+ ### Social Impact of Dataset
168
+
169
+ Please discuss some of the ways you believe the use of this dataset will impact society.
170
+
171
+ 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.
172
+
173
+ 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.
174
+
175
+ ### Discussion of Biases
176
+
177
+ 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.
178
+
179
+ 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.
180
+
181
+ If analyses have been run quantifying these biases, please add brief summaries and links to the studies here.
182
+
183
+ ### Other Known Limitations
184
+
185
+ If studies of the datasets have outlined other limitations of the dataset, such as annotation artifacts, please outline and cite them here.
186
+
187
+ ## Additional Information
188
+
189
+ ### Dataset Curators
190
+
191
+ List the people involved in collecting the dataset and their affiliation(s). If funding information is known, include it here.
192
+
193
+ ### Licensing Information
194
+
195
+ Provide the license and link to the license webpage if available.
196
+
197
+ ### Citation Information
198
+
199
+ Provide the [BibTex](http://www.bibtex.org/)-formatted reference for the dataset. For example:
200
+ ```
201
+ @article{article_id,
202
+ author = {Author List},
203
+ title = {Dataset Paper Title},
204
+ journal = {Publication Venue},
205
+ year = {2525}
206
+ }
207
+ ```
208
+
209
+ If the dataset has a [DOI](https://www.doi.org/), please provide it here.
210
+
211
+ ### Contributions
212
+
213
+ Thanks to [@github-username](https://github.com/<github-username>) for adding this dataset.