Commit ·
ecc8861
1
Parent(s): f606817
Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,54 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- expert-generated
|
| 4 |
+
|
| 5 |
+
language:
|
| 6 |
+
- ar
|
| 7 |
+
- bn
|
| 8 |
+
- en
|
| 9 |
+
- es
|
| 10 |
+
- fa
|
| 11 |
+
- fi
|
| 12 |
+
- fr
|
| 13 |
+
- hi
|
| 14 |
+
- id
|
| 15 |
+
- ja
|
| 16 |
+
- ko
|
| 17 |
+
- ru
|
| 18 |
+
- sw
|
| 19 |
+
- te
|
| 20 |
+
- th
|
| 21 |
+
- zh
|
| 22 |
+
|
| 23 |
+
|
| 24 |
+
multilinguality:
|
| 25 |
+
- multilingual
|
| 26 |
+
|
| 27 |
+
pretty_name: MIRACL-corpus
|
| 28 |
+
size_categories: []
|
| 29 |
+
source_datasets: []
|
| 30 |
+
tags: []
|
| 31 |
+
|
| 32 |
+
task_categories:
|
| 33 |
+
- text-retrieval
|
| 34 |
+
|
| 35 |
+
|
| 36 |
+
task_ids:
|
| 37 |
+
- document-retrieval
|
| 38 |
+
---
|
| 39 |
+
|
| 40 |
+
# Dataset Card for MIRACL Corpus
|
| 41 |
+
|
| 42 |
+
|
| 43 |
+
## Dataset Description
|
| 44 |
+
* **Homepage:** [`miracl.ai`](http://miracl.ai)
|
| 45 |
+
* **Repository:** [`https://github.com/project-miracl/miracl`](https://github.com/project-miracl/miracl)
|
| 46 |
+
* **Paper:** Coming Soon!
|
| 47 |
+
|
| 48 |
+
MIRACL 🌍🙌🌏 (Multilingual Information Retrieval Across a Continuum of Languages) is a multilingual retrieval dataset that focuses on search across 18 different languages, which collectively encompass over three billion native speakers around the world.
|
| 49 |
+
|
| 50 |
+
This dataset contains the collection data of the 16 "known languages". The remaining 2 "surprise languages" will not be released until later.
|
| 51 |
+
|
| 52 |
+
The topics are generated by native speakers of each language, who also label the relevance between the topics and a given document list.
|
| 53 |
+
|
| 54 |
+
This repository only contains the topics and qrels of MIRACL. The collection can be found [here](https://huggingface.co/datasets/miracl/miracl-corpus).
|