albertvillanova HF staff commited on
Commit
acb904d
1 Parent(s): ac85087

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 +26 -7
README.md CHANGED
@@ -1,5 +1,28 @@
1
  ---
2
- pretty_name: qa4mre
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
  # Dataset Card for "qa4mre"
@@ -30,9 +53,9 @@ pretty_name: qa4mre
30
 
31
  ## Dataset Description
32
 
33
- - **Homepage:** [http://nlp.uned.es/clef-qa/repository/pastCampaigns.php](http://nlp.uned.es/clef-qa/repository/pastCampaigns.php)
34
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
35
- - **Paper:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
36
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
37
  - **Size of downloaded dataset files:** 5.24 MB
38
  - **Size of the generated dataset:** 46.11 MB
@@ -256,7 +279,6 @@ The data fields are the same among all splits.
256
  ### Citation Information
257
 
258
  ```
259
-
260
  @InProceedings{10.1007/978-3-642-40802-1_29,
261
  author="Pe{\~{n}}as, Anselmo
262
  and Hovy, Eduard
@@ -275,13 +297,10 @@ year="2013",
275
  publisher="Springer Berlin Heidelberg",
276
  address="Berlin, Heidelberg",
277
  pages="303--320",
278
- abstract="This paper describes the methodology for testing the performance of Machine Reading systems through Question Answering and Reading Comprehension Tests. This was the attempt of the QA4MRE challenge which was run as a Lab at CLEF 2011--2013. The traditional QA task was replaced by a new Machine Reading task, whose intention was to ask questions that required a deep knowledge of individual short texts and in which systems were required to choose one answer, by analysing the corresponding test document in conjunction with background text collections provided by the organization. Four different tasks have been organized during these years: Main Task, Processing Modality and Negation for Machine Reading, Machine Reading of Biomedical Texts about Alzheimer's disease, and Entrance Exams. This paper describes their motivation, their goals, their methodology for preparing the data sets, their background collections, their metrics used for the evaluation, and the lessons learned along these three years.",
279
  isbn="978-3-642-40802-1"
280
  }
281
-
282
  ```
283
 
284
-
285
  ### Contributions
286
 
287
  Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf) for adding this dataset.
 
1
  ---
2
+ annotations_creators:
3
+ - other
4
+ language:
5
+ - ar
6
+ - bg
7
+ - en
8
+ - es
9
+ - ro
10
+ language_creators:
11
+ - found
12
+ license:
13
+ - unknown
14
+ multilinguality:
15
+ - multilingual
16
+ pretty_name: "QA4MRE: Question Answering for Machine Reading Evaluation"
17
+ size_categories:
18
+ - 1K<n<10K
19
+ source_datasets:
20
+ - original
21
+ task_categories:
22
+ - multiple-choice
23
+ task_ids:
24
+ - multiple-choice-qa
25
+ paperswithcode_id: null
26
  ---
27
 
28
  # Dataset Card for "qa4mre"
 
53
 
54
  ## Dataset Description
55
 
56
+ - **Homepage:** http://nlp.uned.es/clef-qa/repository/qa4mre.php
57
  - **Repository:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
58
+ - **Paper:** [QA4MRE 2011-2013: Overview of Question Answering for Machine Reading Evaluation](https://link.springer.com/chapter/10.1007/978-3-642-40802-1_29)
59
  - **Point of Contact:** [More Information Needed](https://github.com/huggingface/datasets/blob/master/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
60
  - **Size of downloaded dataset files:** 5.24 MB
61
  - **Size of the generated dataset:** 46.11 MB
 
279
  ### Citation Information
280
 
281
  ```
 
282
  @InProceedings{10.1007/978-3-642-40802-1_29,
283
  author="Pe{\~{n}}as, Anselmo
284
  and Hovy, Eduard
 
297
  publisher="Springer Berlin Heidelberg",
298
  address="Berlin, Heidelberg",
299
  pages="303--320",
 
300
  isbn="978-3-642-40802-1"
301
  }
 
302
  ```
303
 
 
304
  ### Contributions
305
 
306
  Thanks to [@patrickvonplaten](https://github.com/patrickvonplaten), [@albertvillanova](https://github.com/albertvillanova), [@mariamabarham](https://github.com/mariamabarham), [@thomwolf](https://github.com/thomwolf) for adding this dataset.