Add language tag
#2
by
lbourdois
- opened
README.md
CHANGED
@@ -1,3 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# Dataset Summary
|
2 |
|
3 |
**mRobust** is a multilingual version of the [TREC 2004 Robust passage ranking dataset](https://trec.nist.gov/data/robust/04.guidelines.html).
|
@@ -59,4 +72,4 @@ You can load mRobust dataset by choosing a specific language. We include the tra
|
|
59 |
copyright = {Creative Commons Attribution 4.0 International}
|
60 |
}
|
61 |
|
62 |
-
```
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- zh
|
4 |
+
- fr
|
5 |
+
- de
|
6 |
+
- id
|
7 |
+
- it
|
8 |
+
- pt
|
9 |
+
- ru
|
10 |
+
- es
|
11 |
+
- nl
|
12 |
+
- vi
|
13 |
+
---
|
14 |
# Dataset Summary
|
15 |
|
16 |
**mRobust** is a multilingual version of the [TREC 2004 Robust passage ranking dataset](https://trec.nist.gov/data/robust/04.guidelines.html).
|
|
|
72 |
copyright = {Creative Commons Attribution 4.0 International}
|
73 |
}
|
74 |
|
75 |
+
```
|