Create README.md
Browse files
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.
|