albertvillanova HF staff commited on
Commit
22a6a48
1 Parent(s): a94cd5b

Fix missing tags in dataset cards (#4991)

Browse files

Commit from https://github.com/huggingface/datasets/commit/dc264899f1f3450290d7be27b4f4e16fee8d84b2

Files changed (1) hide show
  1. README.md +33 -21
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
4
- paperswithcode_id: gap
 
 
 
 
 
5
  pretty_name: GAP Benchmark Suite
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "gap"
@@ -35,8 +51,8 @@ pretty_name: GAP Benchmark Suite
35
 
36
  - **Homepage:** [https://github.com/google-research-datasets/gap-coreference](https://github.com/google-research-datasets/gap-coreference)
37
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
38
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
39
- - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
40
  - **Size of downloaded dataset files:** 2.29 MB
41
  - **Size of the generated dataset:** 2.32 MB
42
  - **Total amount of disk used:** 4.61 MB
@@ -163,27 +179,23 @@ The data fields are the same among all splits.
163
  ### Citation Information
164
 
165
  ```
166
-
167
- @article{DBLP:journals/corr/abs-1810-05201,
168
- author = {Kellie Webster and
169
- Marta Recasens and
170
- Vera Axelrod and
171
- Jason Baldridge},
172
- title = {Mind the {GAP:} {A} Balanced Corpus of Gendered Ambiguous Pronouns},
173
- journal = {CoRR},
174
- volume = {abs/1810.05201},
175
- year = {2018},
176
- url = {http://arxiv.org/abs/1810.05201},
177
- archivePrefix = {arXiv},
178
- eprint = {1810.05201},
179
- timestamp = {Tue, 30 Oct 2018 20:39:56 +0100},
180
- biburl = {https://dblp.org/rec/bib/journals/corr/abs-1810-05201},
181
- bibsource = {dblp computer science bibliography, https://dblp.org}
182
  }
183
-
184
  ```
185
 
186
-
187
  ### Contributions
188
 
189
  Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@otakumesi](https://github.com/otakumesi), [@lewtun](https://github.com/lewtun) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - crowdsourced
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: GAP Benchmark Suite
13
+ size_categories:
14
+ - 1K<n<10K
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - token-classification
19
+ task_ids:
20
+ - coreference-resolution
21
+ paperswithcode_id: gap
22
  ---
23
 
24
  # Dataset Card for "gap"
 
51
 
52
  - **Homepage:** [https://github.com/google-research-datasets/gap-coreference](https://github.com/google-research-datasets/gap-coreference)
53
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
54
+ - **Paper:** [Mind the GAP: A Balanced Corpus of Gendered Ambiguous Pronouns](https://arxiv.org/abs/1810.05201)
55
+ - **Point of Contact:** [gap-coreference@google.com](mailto:gap-coreference@google.com)
56
  - **Size of downloaded dataset files:** 2.29 MB
57
  - **Size of the generated dataset:** 2.32 MB
58
  - **Total amount of disk used:** 4.61 MB
 
179
  ### Citation Information
180
 
181
  ```
182
+ @article{webster-etal-2018-mind,
183
+ title = "Mind the {GAP}: A Balanced Corpus of Gendered Ambiguous Pronouns",
184
+ author = "Webster, Kellie and
185
+ Recasens, Marta and
186
+ Axelrod, Vera and
187
+ Baldridge, Jason",
188
+ journal = "Transactions of the Association for Computational Linguistics",
189
+ volume = "6",
190
+ year = "2018",
191
+ address = "Cambridge, MA",
192
+ publisher = "MIT Press",
193
+ url = "https://aclanthology.org/Q18-1042",
194
+ doi = "10.1162/tacl_a_00240",
195
+ pages = "605--617",
 
 
196
  }
 
197
  ```
198
 
 
199
  ### Contributions
200
 
201
  Thanks to [@thomwolf](https://github.com/thomwolf), [@patrickvonplaten](https://github.com/patrickvonplaten), [@otakumesi](https://github.com/otakumesi), [@lewtun](https://github.com/lewtun) for adding this dataset.