Datasets:
update repo name in readme
Browse files
README.md
CHANGED
|
@@ -12,7 +12,7 @@ language:
|
|
| 12 |
- ru
|
| 13 |
multilinguality:
|
| 14 |
- multilingual
|
| 15 |
-
pretty_name:
|
| 16 |
size_categories:
|
| 17 |
- n<1K
|
| 18 |
task_ids:
|
|
@@ -84,23 +84,23 @@ Please report nDCG@20 for all tasks.
|
|
| 84 |
### Monolingual Retrieval (`mono`)
|
| 85 |
| Language | Documents | Queries | Qrels |
|
| 86 |
| --- | --- | --- | --- |
|
| 87 |
-
| English | All splits under `neuclir/neuclir1:mt_docs` | `eng` split of `neuclir/bench
|
| 88 |
-
| Persian | `fas` split of `neuclir/neuclir1:default` | `fas` split of `neuclir/bench
|
| 89 |
-
| Russian | `rus` split of `neuclir/neuclir1:default` | `rus` split of `neuclir/bench
|
| 90 |
-
| Chinese | `zho` split of `neuclir/neuclir1:default` | `zho` split of `neuclir/bench
|
| 91 |
|
| 92 |
### Cross-Language Retrieval (`clir`)
|
| 93 |
| Language | Documents | Queries | Qrels |
|
| 94 |
| --- | --- | --- | --- |
|
| 95 |
-
| Persian | `fas` split of `neuclir/neuclir1:default` | `eng` split of `neuclir/bench
|
| 96 |
-
| Russian | `rus` split of `neuclir/neuclir1:default` | `eng` split of `neuclir/bench
|
| 97 |
-
| Chinese | `zho` split of `neuclir/neuclir1:default` | `eng` split of `neuclir/bench
|
| 98 |
|
| 99 |
|
| 100 |
### Multilingual Retrieval (`mlir`)
|
| 101 |
| Language | Documents | Queries | Qrels |
|
| 102 |
| --- | --- | --- | --- |
|
| 103 |
-
| English | All splits under `neuclir/neuclir1:default` | `eng` split of `neuclir/bench
|
| 104 |
|
| 105 |
## Baseline Retrieval Results and Run Files
|
| 106 |
We also provide all reported baseline retrieval results in the NeuCLIRBench paper.
|
|
|
|
| 12 |
- ru
|
| 13 |
multilinguality:
|
| 14 |
- multilingual
|
| 15 |
+
pretty_name: NeuCLIRBench
|
| 16 |
size_categories:
|
| 17 |
- n<1K
|
| 18 |
task_ids:
|
|
|
|
| 84 |
### Monolingual Retrieval (`mono`)
|
| 85 |
| Language | Documents | Queries | Qrels |
|
| 86 |
| --- | --- | --- | --- |
|
| 87 |
+
| English | All splits under `neuclir/neuclir1:mt_docs` | `eng` split of `neuclir/bench:queries` | `mlir` split of `neuclir/bench:qrels` |
|
| 88 |
+
| Persian | `fas` split of `neuclir/neuclir1:default` | `fas` split of `neuclir/bench:queries` | `fas` split of `neuclir/bench:qrels` |
|
| 89 |
+
| Russian | `rus` split of `neuclir/neuclir1:default` | `rus` split of `neuclir/bench:queries` | `rus` split of `neuclir/bench:qrels` |
|
| 90 |
+
| Chinese | `zho` split of `neuclir/neuclir1:default` | `zho` split of `neuclir/bench:queries` | `zho` split of `neuclir/bench:qrels` |
|
| 91 |
|
| 92 |
### Cross-Language Retrieval (`clir`)
|
| 93 |
| Language | Documents | Queries | Qrels |
|
| 94 |
| --- | --- | --- | --- |
|
| 95 |
+
| Persian | `fas` split of `neuclir/neuclir1:default` | `eng` split of `neuclir/bench:queries` | `fas` split of `neuclir/bench:qrels` |
|
| 96 |
+
| Russian | `rus` split of `neuclir/neuclir1:default` | `eng` split of `neuclir/bench:queries` | `rus` split of `neuclir/bench:qrels` |
|
| 97 |
+
| Chinese | `zho` split of `neuclir/neuclir1:default` | `eng` split of `neuclir/bench:queries` | `zho` split of `neuclir/bench:qrels` |
|
| 98 |
|
| 99 |
|
| 100 |
### Multilingual Retrieval (`mlir`)
|
| 101 |
| Language | Documents | Queries | Qrels |
|
| 102 |
| --- | --- | --- | --- |
|
| 103 |
+
| English | All splits under `neuclir/neuclir1:default` | `eng` split of `neuclir/bench:queries` | `mlir` split of `neuclir/bench:qrels` |
|
| 104 |
|
| 105 |
## Baseline Retrieval Results and Run Files
|
| 106 |
We also provide all reported baseline retrieval results in the NeuCLIRBench paper.
|