bclavie commited on
Commit
627533e
1 Parent(s): 912d1be

Create README.md (#1)

Browse files

- Create README.md (eac4d09b634ece10d2762f99a62b2ea1c95dac8c)

Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - text-retrieval
4
+ language:
5
+ - ja
6
+ ---
7
+
8
+ [Under Construction]
9
+
10
+ This is a repository containing all the queries from the Japanese part of the MMarco dataset, the multilingual version of the MSMarco dataset.
11
+
12
+ For each query, there are matching hard negatives:
13
+ - 25 of them retrieved by the multilingual e5 base model.
14
+ - Up to 10 of them retrieved by the basic implementation of BM25 from Japanese in the Anserini library.