Sebastian Gehrmann commited on
Commit
0100072
1 Parent(s): 13e61da

Data Card.

Browse files
Files changed (2) hide show
  1. README.md +37 -21
  2. wiki_cat_sum.json +11 -7
README.md CHANGED
@@ -36,7 +36,7 @@ You can find the main data card on the [GEM Website](https://gem-benchmark.com/d
36
 
37
  ### Dataset Summary
38
 
39
- Placeholder
40
 
41
  You can load the dataset via:
42
  ```
@@ -46,10 +46,10 @@ data = datasets.load_dataset('GEM/wiki_cat_sum')
46
  The data loader can be found [here](https://huggingface.co/datasets/GEM/wiki_cat_sum).
47
 
48
  #### website
49
- https://github.com/lauhaide/WikiCatSum
50
 
51
  #### paper
52
- https://arxiv.org/abs/1906.04687
53
 
54
  #### authors
55
  Laura Perez-Beltrachini, Yang Liu, Mirella Lapata (University of Edinburgh) Peter J. Liu, Mohammad Saleh, Etienne Pot, Ben Goodrich, Ryan Sepassi, Lukasz Kaiser, Noam Shazeer (GoogleBrain)
@@ -62,24 +62,25 @@ Laura Perez-Beltrachini, Yang Liu, Mirella Lapata (University of Edinburgh) Pete
62
 
63
  <!-- info: What is the webpage for the dataset (if it exists)? -->
64
  <!-- scope: telescope -->
65
- https://github.com/lauhaide/WikiCatSum
66
 
67
  #### Download
68
 
69
  <!-- info: What is the link to where the original dataset is hosted? -->
70
  <!-- scope: telescope -->
71
- https://datashare.ed.ac.uk/handle/10283/3368
72
 
73
  #### Paper
74
 
75
  <!-- info: What is the link to the paper describing the dataset (open access preferred)? -->
76
  <!-- scope: telescope -->
77
- https://arxiv.org/abs/1906.04687
78
 
79
  #### BibTex
80
 
81
  <!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
82
  <!-- scope: microscope -->
 
83
  @inproceedings{perez-beltrachini-etal-2019-generating,
84
  title = "Generating Summaries with Topic Templates and Structured Convolutional Decoders",
85
  author = "Perez-Beltrachini, Laura and
@@ -93,6 +94,7 @@ https://arxiv.org/abs/1906.04687
93
  url = "https://aclanthology.org/P19-1504",
94
  doi = "10.18653/v1/P19-1504",
95
  }
 
96
 
97
  #### Contact Name
98
 
@@ -196,10 +198,31 @@ Ronald Cardenas (University of Edinburgh) Laura Perez-Beltrachini (University of
196
 
197
  <!-- info: List and describe the fields present in the dataset. -->
198
  <!-- scope: telescope -->
199
- id: ID of the data example
200
- title: Is the Wikipedia article's title
201
- paragraphs: Is the ranked list of paragraphs from the set of crawled texts
202
- summary: Is constituted by a list of sentences together with their corresponding topic label
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
203
 
204
  #### Data Splits
205
 
@@ -211,7 +234,7 @@ Nb of instances in train/valid/test are 50,938/2,855/2,831
211
 
212
  <!-- info: Describe any criteria for splitting the data, if used. If there 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. -->
213
  <!-- scope: microscope -->
214
- iid
215
 
216
 
217
 
@@ -278,21 +301,14 @@ no
278
 
279
  <!-- info: Getting started with in-depth research on the task. Add relevant pointers to resources that researchers can consult when they want to get started digging deeper into the task. -->
280
  <!-- scope: microscope -->
281
- Generating Wikipedia by Summarizing Long Sequences
282
- https://arxiv.org/abs/1801.10198
283
-
284
- Generating Summaries with Topic Templates and Structured Convolutional Decoders
285
- https://arxiv.org/abs/1906.04687
286
-
287
- Noisy Self-Knowledge Distillation for Text Summarization
288
- https://arxiv.org/abs/2009.07032
289
 
290
  And all references in these papers.
291
 
292
 
293
 
294
-
295
-
296
  ## Previous Results
297
 
298
  ### Previous Results
36
 
37
  ### Dataset Summary
38
 
39
+ WikiCatSum is an English summarization dataset in three domains: animals, companies, and film. It provides multiple paragraphs of text paired with a summary of the paragraphs.
40
 
41
  You can load the dataset via:
42
  ```
46
  The data loader can be found [here](https://huggingface.co/datasets/GEM/wiki_cat_sum).
47
 
48
  #### website
49
+ [Github](https://github.com/lauhaide/WikiCatSum)
50
 
51
  #### paper
52
+ [Arxiv](https://arxiv.org/abs/1906.04687)
53
 
54
  #### authors
55
  Laura Perez-Beltrachini, Yang Liu, Mirella Lapata (University of Edinburgh) Peter J. Liu, Mohammad Saleh, Etienne Pot, Ben Goodrich, Ryan Sepassi, Lukasz Kaiser, Noam Shazeer (GoogleBrain)
62
 
63
  <!-- info: What is the webpage for the dataset (if it exists)? -->
64
  <!-- scope: telescope -->
65
+ [Github](https://github.com/lauhaide/WikiCatSum)
66
 
67
  #### Download
68
 
69
  <!-- info: What is the link to where the original dataset is hosted? -->
70
  <!-- scope: telescope -->
71
+ [Website](https://datashare.ed.ac.uk/handle/10283/3368)
72
 
73
  #### Paper
74
 
75
  <!-- info: What is the link to the paper describing the dataset (open access preferred)? -->
76
  <!-- scope: telescope -->
77
+ [Arxiv](https://arxiv.org/abs/1906.04687)
78
 
79
  #### BibTex
80
 
81
  <!-- info: Provide the BibTex-formatted reference for the dataset. Please use the correct published version (ACL anthology, etc.) instead of google scholar created Bibtex. -->
82
  <!-- scope: microscope -->
83
+ ```
84
  @inproceedings{perez-beltrachini-etal-2019-generating,
85
  title = "Generating Summaries with Topic Templates and Structured Convolutional Decoders",
86
  author = "Perez-Beltrachini, Laura and
94
  url = "https://aclanthology.org/P19-1504",
95
  doi = "10.18653/v1/P19-1504",
96
  }
97
+ ```
98
 
99
  #### Contact Name
100
 
198
 
199
  <!-- info: List and describe the fields present in the dataset. -->
200
  <!-- scope: telescope -->
201
+ - `id`: ID of the data example
202
+ - `title`: Is the Wikipedia article's title
203
+ - `paragraphs`: Is the ranked list of paragraphs from the set of crawled texts
204
+ - `summary`: Is constituted by a list of sentences together with their corresponding topic label
205
+
206
+ #### Example Instance
207
+
208
+ <!-- info: Provide a JSON formatted example of a typical instance in the dataset. -->
209
+ <!-- scope: periscope -->
210
+ This is a truncated example from the animal setting:
211
+
212
+ ```
213
+ {'gem_id': 'animal-train-1',
214
+ 'gem_parent_id': 'animal-train-1',
215
+ 'id': '2652',
216
+ 'paragraphs': ["lytrosis (hulst) of louisiana vernon antoine brou jr. 2005. southern lepidopterists' news, 27: 7 ., ..."],
217
+ 'references': ['lytrosis unitaria , the common lytrosis moth, is a species of moth of the geometridae family. it is found in north america, including arkansas, georgia, iowa , massachusetts, and wisconsin. the wingspan is about 50 mm. the larvae feed on rosa, crataegus, amelanchier, acer, quercus and viburnum species.'],
218
+ 'summary': {'text': ['lytrosis unitaria , the common lytrosis moth , is a species of moth of the geometridae family .',
219
+ 'it is found in north america , including arkansas , georgia , iowa , massachusetts , new hampshire , new jersey , new york , north carolina , ohio , oklahoma , ontario , pennsylvania , south carolina , tennessee , texas , virginia , west virginia and wisconsin .',
220
+ 'the wingspan is about 50 mm .',
221
+ 'the larvae feed on rosa , crataegus , amelanchier , acer , quercus and viburnum species . '],
222
+ 'topic': [29, 20, 9, 8]},
223
+ 'target': 'lytrosis unitaria , the common lytrosis moth, is a species of moth of the geometridae family. it is found in north america, including arkansas, georgia, iowa , massachusetts, and wisconsin. the wingspan is about 50 mm. the larvae feed on rosa, crataegus, amelanchier, acer, quercus and viburnum species.',
224
+ 'title': 'lytrosis unitaria'}
225
+ ```
226
 
227
  #### Data Splits
228
 
234
 
235
  <!-- info: Describe any criteria for splitting the data, if used. If there 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. -->
236
  <!-- scope: microscope -->
237
+ The data was split i.i.d., i.e. uniformly split into training, validation, and test datasets.
238
 
239
 
240
 
301
 
302
  <!-- info: Getting started with in-depth research on the task. Add relevant pointers to resources that researchers can consult when they want to get started digging deeper into the task. -->
303
  <!-- scope: microscope -->
304
+ - [Generating Wikipedia by Summarizing Long Sequences](https://arxiv.org/abs/1801.10198)
305
+ - [Generating Summaries with Topic Templates and Structured Convolutional Decoders](https://arxiv.org/abs/1906.04687)
306
+ - [Noisy Self-Knowledge Distillation for Text Summarization](https://arxiv.org/abs/2009.07032)
 
 
 
 
 
307
 
308
  And all references in these papers.
309
 
310
 
311
 
 
 
312
  ## Previous Results
313
 
314
  ### Previous Results
wiki_cat_sum.json CHANGED
@@ -74,7 +74,7 @@
74
  "additional-splits-capacicites": "N/A"
75
  },
76
  "starting": {
77
- "research-pointers": "Generating Wikipedia by Summarizing Long Sequences\nhttps://arxiv.org/abs/1801.10198\n\nGenerating Summaries with Topic Templates and Structured Convolutional Decoders\nhttps://arxiv.org/abs/1906.04687\n\nNoisy Self-Knowledge Distillation for Text Summarization\nhttps://arxiv.org/abs/2009.07032\n\nAnd all references in these papers.\n\n"
78
  }
79
  },
80
  "results": {
@@ -127,10 +127,10 @@
127
  "has-leaderboard": "no",
128
  "leaderboard-url": "N/A",
129
  "leaderboard-description": "N/A",
130
- "website": "https://github.com/lauhaide/WikiCatSum",
131
- "data-url": "https://datashare.ed.ac.uk/handle/10283/3368",
132
- "paper-url": "https://arxiv.org/abs/1906.04687",
133
- "paper-bibtext": "@inproceedings{perez-beltrachini-etal-2019-generating,\n title = \"Generating Summaries with Topic Templates and Structured Convolutional Decoders\",\n author = \"Perez-Beltrachini, Laura and\n Liu, Yang and\n Lapata, Mirella\",\n booktitle = \"Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2019\",\n address = \"Florence, Italy\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/P19-1504\",\n doi = \"10.18653/v1/P19-1504\",\n}",
134
  "contact-name": "Laura Perez-Beltrachini",
135
  "contact-email": "lperez@ed.ac.uk"
136
  },
@@ -157,9 +157,13 @@
157
  "gem-added-by": "Ronald Cardenas (University of Edinburgh) Laura Perez-Beltrachini (University of Edinburgh) "
158
  },
159
  "structure": {
160
- "data-fields": "id: ID of the data example \ntitle: Is the Wikipedia article's title\nparagraphs: Is the ranked list of paragraphs from the set of crawled texts\nsummary: Is constituted by a list of sentences together with their corresponding topic label",
161
  "structure-splits": "Nb of instances in train/valid/test are 50,938/2,855/2,831",
162
- "structure-splits-criteria": "iid"
 
 
 
 
163
  }
164
  }
165
  }
74
  "additional-splits-capacicites": "N/A"
75
  },
76
  "starting": {
77
+ "research-pointers": "- [Generating Wikipedia by Summarizing Long Sequences](https://arxiv.org/abs/1801.10198)\n- [Generating Summaries with Topic Templates and Structured Convolutional Decoders](https://arxiv.org/abs/1906.04687)\n- [Noisy Self-Knowledge Distillation for Text Summarization](https://arxiv.org/abs/2009.07032)\n\nAnd all references in these papers."
78
  }
79
  },
80
  "results": {
127
  "has-leaderboard": "no",
128
  "leaderboard-url": "N/A",
129
  "leaderboard-description": "N/A",
130
+ "website": "[Github](https://github.com/lauhaide/WikiCatSum)",
131
+ "data-url": "[Website](https://datashare.ed.ac.uk/handle/10283/3368)",
132
+ "paper-url": "[Arxiv](https://arxiv.org/abs/1906.04687)",
133
+ "paper-bibtext": "```\n@inproceedings{perez-beltrachini-etal-2019-generating,\n title = \"Generating Summaries with Topic Templates and Structured Convolutional Decoders\",\n author = \"Perez-Beltrachini, Laura and\n Liu, Yang and\n Lapata, Mirella\",\n booktitle = \"Proceedings of the 57th Annual Meeting of the Association for Computational Linguistics\",\n month = jul,\n year = \"2019\",\n address = \"Florence, Italy\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://aclanthology.org/P19-1504\",\n doi = \"10.18653/v1/P19-1504\",\n}\n```",
134
  "contact-name": "Laura Perez-Beltrachini",
135
  "contact-email": "lperez@ed.ac.uk"
136
  },
157
  "gem-added-by": "Ronald Cardenas (University of Edinburgh) Laura Perez-Beltrachini (University of Edinburgh) "
158
  },
159
  "structure": {
160
+ "data-fields": "- `id`: ID of the data example \n- `title`: Is the Wikipedia article's title\n- `paragraphs`: Is the ranked list of paragraphs from the set of crawled texts\n- `summary`: Is constituted by a list of sentences together with their corresponding topic label",
161
  "structure-splits": "Nb of instances in train/valid/test are 50,938/2,855/2,831",
162
+ "structure-splits-criteria": "The data was split i.i.d., i.e. uniformly split into training, validation, and test datasets.",
163
+ "structure-example": "This is a truncated example from the animal setting: \n\n```\n{'gem_id': 'animal-train-1',\n 'gem_parent_id': 'animal-train-1',\n 'id': '2652',\n 'paragraphs': [\"lytrosis (hulst) of louisiana vernon antoine brou jr. 2005. southern lepidopterists' news, 27: 7 ., ...\"],\n 'references': ['lytrosis unitaria , the common lytrosis moth, is a species of moth of the geometridae family. it is found in north america, including arkansas, georgia, iowa , massachusetts, and wisconsin. the wingspan is about 50 mm. the larvae feed on rosa, crataegus, amelanchier, acer, quercus and viburnum species.'],\n 'summary': {'text': ['lytrosis unitaria , the common lytrosis moth , is a species of moth of the geometridae family .',\n 'it is found in north america , including arkansas , georgia , iowa , massachusetts , new hampshire , new jersey , new york , north carolina , ohio , oklahoma , ontario , pennsylvania , south carolina , tennessee , texas , virginia , west virginia and wisconsin .',\n 'the wingspan is about 50 mm .',\n 'the larvae feed on rosa , crataegus , amelanchier , acer , quercus and viburnum species . '],\n 'topic': [29, 20, 9, 8]},\n 'target': 'lytrosis unitaria , the common lytrosis moth, is a species of moth of the geometridae family. it is found in north america, including arkansas, georgia, iowa , massachusetts, and wisconsin. the wingspan is about 50 mm. the larvae feed on rosa, crataegus, amelanchier, acer, quercus and viburnum species.',\n 'title': 'lytrosis unitaria'}\n```"
164
+ },
165
+ "what": {
166
+ "dataset": "WikiCatSum is an English summarization dataset in three domains: animals, companies, and film. It provides multiple paragraphs of text paired with a summary of the paragraphs."
167
  }
168
  }
169
  }