Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -59,7 +59,7 @@ task_ids:
|
|
59 |
- multiple-choice-qa
|
60 |
---
|
61 |
# MQA
|
62 |
-
MQA is a Multilingual corpus of Questions and Answers (MQA) parsed from the [Common Crawl](https://commoncrawl.org/). Questions are divided
|
63 |
```
|
64 |
from datasets import load_dataset
|
65 |
all = load_dataset("clips/mqa", language="en")
|
|
|
59 |
- multiple-choice-qa
|
60 |
---
|
61 |
# MQA
|
62 |
+
MQA is a Multilingual corpus of Questions and Answers (MQA) parsed from the [Common Crawl](https://commoncrawl.org/). Questions are divided in two types: *Frequently Asked Questions (FAQ)* and *Community Question Answering (CQA)*.
|
63 |
```
|
64 |
from datasets import load_dataset
|
65 |
all = load_dataset("clips/mqa", language="en")
|