lhbonifacio
commited on
Commit
•
398c1eb
1
Parent(s):
99f149a
Initial commit
Browse files
README.md
CHANGED
@@ -4,8 +4,14 @@ This dataset was created by translating the MS MARCO Passage Ranking dataset int
|
|
4 |
|
5 |
# Dataset Structure
|
6 |
You can load mMARCO dataset by choosing a specific language.
|
7 |
-
For each language, there are four splits
|
8 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
# Load Dataset
|
10 |
An example to load the dataset:
|
11 |
```
|
|
|
4 |
|
5 |
# Dataset Structure
|
6 |
You can load mMARCO dataset by choosing a specific language.
|
7 |
+
For each language, there are four splits. The first split contains all the passages from the dataset. The last two splits are the training and development queries.
|
8 |
+
An example of 'collection' from portuguese looks as follows.
|
9 |
+
```
|
10 |
+
{
|
11 |
+
"doc_id": "0",
|
12 |
+
"document": "A presença da comunicação em meio às mentes científicas era igualmente importante para o sucesso do Projeto Manhattan como o intelecto científico era. A única nuvem pendurada sobre a impressionante conquista dos pesquisadores e engenheiros atômicos é o que seu sucesso realmente significava; centenas de milhares de vidas inocentes destruídas."
|
13 |
+
}
|
14 |
+
```
|
15 |
# Load Dataset
|
16 |
An example to load the dataset:
|
17 |
```
|
data/v1.1/queries/dev/chinese_queries.dev.tsv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c420ac49f53fa501f2fafae0e6de8c79e2dfdf5a630753ac0f4fa8384d4c5c94
|
3 |
+
size 4410653
|
data/v1.1/queries/dev/portuguese_queries.dev.tsv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2179258add6e4ce17746925891661676de048feedd552fb3ee856c2681173498
|
3 |
+
size 4958298
|
data/v1.1/queries/train/portuguese_queries.train.tsv
CHANGED
@@ -1,3 +1,3 @@
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
-
oid sha256:
|
3 |
-
size
|
|
|
1 |
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:78dc52f40db68d4987c04111a6c4cdea5df49dfac15449fe78b5d5f4fdf3a1f3
|
3 |
+
size 39210147
|