Datasets:

ArXiv:
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: the first one, called collection, which contains all the dataset passages, followed by three queries splits, regarding to the training, development and evaluation sets.
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:7c1c30e4d11f07cb2ab387f31c69e2f652069fcbc2dc796bfc68fab8a1162c15
3
- size 4404468
 
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:72d779bd522e140c32e0b98858b954b68e997cf82b4481544711d395602ed3e3
3
- size 4962136
 
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:0ba96bbd178d507b9a964af6ee3e5cc66213a0b50b2752f10646603bea9e766c
3
- size 39231205
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:78dc52f40db68d4987c04111a6c4cdea5df49dfac15449fe78b5d5f4fdf3a1f3
3
+ size 39210147