matteogabburo commited on
Commit
15aef25
·
verified ·
1 Parent(s): 2ea27fc

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +42 -5
README.md CHANGED
@@ -1,5 +1,42 @@
1
- ---
2
- license: other
3
- license_name: other
4
- license_link: https://huggingface.co/datasets/microsoft/wiki_qa#licensing-information
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: other
4
+ license_link: https://huggingface.co/datasets/microsoft/wiki_qa#licensing-information
5
+ task_categories:
6
+ - question-answering
7
+ language:
8
+ - en
9
+ - fr
10
+ - de
11
+ - it
12
+ - es
13
+ - pt
14
+ pretty_name: mWikiQA
15
+ size_categories:
16
+ - 100K<n<1M
17
+ ---
18
+ ## Dataset Description
19
+
20
+ **mWikiQA** is the translated version of WikiQA. It contains 3047 questions sampled from Bing query logs. The candidate answer sentences are extracted from Wikipedia and then manually labelled to assess whether it is a correct answer.
21
+
22
+ The dataset has been translated in 5 languages, and the translation process as described in this paper:
23
+
24
+ [Datasets for Multilingual Answer Sentence Selection](https://arxiv.org/abs/2406.10172 'Datasets for Multilingual Answer Sentence Selection')
25
+
26
+ ## Citation
27
+
28
+ <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
29
+
30
+ **BibTeX:**
31
+ ```
32
+ @misc{gabburo2024datasetsmultilingualanswersentence,
33
+ title={Datasets for Multilingual Answer Sentence Selection},
34
+ author={Matteo Gabburo and Stefano Campese and Federico Agostini and Alessandro Moschitti},
35
+ year={2024},
36
+ eprint={2406.10172},
37
+ archivePrefix={arXiv},
38
+ primaryClass={cs.CL},
39
+ url={https://arxiv.org/abs/2406.10172},
40
+ }
41
+ ```
42
+