albertvillanova HF staff commited on
Commit
cf6b8fb
·
1 Parent(s): 527ac5a

Fix missing tags in dataset cards (#4931)

Browse files

Commit from https://github.com/huggingface/datasets/commit/303e906e6c2aeb6821af23264ffb2e653a65aa86

Files changed (1) hide show
  1. README.md +21 -8
README.md CHANGED
@@ -1,8 +1,24 @@
1
  ---
 
 
2
  language:
3
  - en
4
- paperswithcode_id: searchqa
 
 
 
 
 
5
  pretty_name: SearchQA
 
 
 
 
 
 
 
 
 
6
  ---
7
 
8
  # Dataset Card for "search_qa"
@@ -33,9 +49,8 @@ pretty_name: SearchQA
33
 
34
  ## Dataset Description
35
 
36
- - **Homepage:** [https://github.com/nyu-dl/dl4ir-searchQA](https://github.com/nyu-dl/dl4ir-searchQA)
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:** 6163.54 MB
41
  - **Size of the generated dataset:** 14573.76 MB
@@ -188,8 +203,7 @@ The data fields are the same among all splits.
188
  ### Citation Information
189
 
190
  ```
191
-
192
- @article{DBLP:journals/corr/DunnSHGCC17,
193
  author = {Matthew Dunn and
194
  Levent Sagun and
195
  Mike Higgins and
@@ -207,8 +221,7 @@ The data fields are the same among all splits.
207
  timestamp = {Mon, 13 Aug 2018 16:47:09 +0200},
208
  biburl = {https://dblp.org/rec/journals/corr/DunnSHGCC17.bib},
209
  bibsource = {dblp computer science bibliography, https://dblp.org}
210
- }
211
-
212
  ```
213
 
214
 
 
1
  ---
2
+ annotations_creators:
3
+ - found
4
  language:
5
  - en
6
+ language_creators:
7
+ - found
8
+ license:
9
+ - unknown
10
+ multilinguality:
11
+ - monolingual
12
  pretty_name: SearchQA
13
+ size_categories:
14
+ - 100K<n<1M
15
+ source_datasets:
16
+ - original
17
+ task_categories:
18
+ - question-answering
19
+ task_ids:
20
+ - extractive-qa
21
+ paperswithcode_id: searchqa
22
  ---
23
 
24
  # Dataset Card for "search_qa"
 
49
 
50
  ## Dataset Description
51
 
52
+ - **Repository:** https://github.com/nyu-dl/dl4ir-searchQA
53
+ - **Paper:** [SearchQA: A New Q&A Dataset Augmented with Context from a Search Engine](https://arxiv.org/abs/1704.05179)
 
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:** 6163.54 MB
56
  - **Size of the generated dataset:** 14573.76 MB
 
203
  ### Citation Information
204
 
205
  ```
206
+ @article{DBLP:journals/corr/DunnSHGCC17,
 
207
  author = {Matthew Dunn and
208
  Levent Sagun and
209
  Mike Higgins and
 
221
  timestamp = {Mon, 13 Aug 2018 16:47:09 +0200},
222
  biburl = {https://dblp.org/rec/journals/corr/DunnSHGCC17.bib},
223
  bibsource = {dblp computer science bibliography, https://dblp.org}
224
+ }
 
225
  ```
226
 
227