Datasets:

Multilinguality:
multilingual
Size Categories:
unknown
Language Creators:
other
Annotations Creators:
no-annotation
Source Datasets:
original
Tags:
License:
maximedb commited on
Commit
3404ff9
1 Parent(s): 6024840

Update mqa.py

Browse files
Files changed (1) hide show
  1. mqa.py +10 -3
mqa.py CHANGED
@@ -21,9 +21,16 @@ import json
21
  import datasets
22
 
23
 
24
- _DESCRIPTION = """ """
25
- _HOMEPAGE_URL = ""
26
- _CITATION = """"""
 
 
 
 
 
 
 
27
 
28
  _VERSION = "0.1"
29
  _BASE_NAME = ""
 
21
  import datasets
22
 
23
 
24
+ _DESCRIPTION = """MQA is a multilingual corpus of questions and answers parsed from the Common Crawl. Questions are divided between Frequently Asked Questions (FAQ) pages and Community Question Answering (CQA) pages."""
25
+ _HOMEPAGE_URL = "https://huggingface.co/datasets/clips/mqa"
26
+ _CITATION = """
27
+ @misc{debruyn2021mfaq,
28
+ title={MFAQ: a Multilingual FAQ Dataset},
29
+ author={Maxime {De Bruyn} and Ehsan Lotfi and Jeska Buhmann and Walter Daelemans},
30
+ year={2021},
31
+ booktitle={MRQA@EMNLP2021},
32
+ }
33
+ """
34
 
35
  _VERSION = "0.1"
36
  _BASE_NAME = ""