Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -82,7 +82,6 @@ Please report nDCG@20 for all tasks.
|
|
| 82 |
*We use `:` to indicate different subset under the dataset.*
|
| 83 |
|
| 84 |
### Monolingual Retrieval (`mono`)
|
| 85 |
-
|
| 86 |
| Language | Documents | Queries | Qrels |
|
| 87 |
| --- | --- | --- | --- |
|
| 88 |
| English | All splits under `neuclir/neuclir1:mt_docs` | `eng` split of `neuclir/bench-queries:queries` | `mlir` split of `neuclir/bench-queries:qrels` |
|
|
@@ -90,9 +89,7 @@ Please report nDCG@20 for all tasks.
|
|
| 90 |
| Russian | `rus` split of `neuclir/neuclir1:default` | `rus` split of `neuclir/bench-queries:queries` | `rus` split of `neuclir/bench-queries:qrels` |
|
| 91 |
| Chinese | `zho` split of `neuclir/neuclir1:default` | `zho` split of `neuclir/bench-queries:queries` | `zho` split of `neuclir/bench-queries:qrels` |
|
| 92 |
|
| 93 |
-
|
| 94 |
### Cross-Language Retrieval (`clir`)
|
| 95 |
-
|
| 96 |
| Language | Documents | Queries | Qrels |
|
| 97 |
| --- | --- | --- | --- |
|
| 98 |
| Persian | `fas` split of `neuclir/neuclir1:default` | `eng` split of `neuclir/bench-queries:queries` | `fas` split of `neuclir/bench-queries:qrels` |
|
|
@@ -101,22 +98,18 @@ Please report nDCG@20 for all tasks.
|
|
| 101 |
|
| 102 |
|
| 103 |
### Multilingual Retrieval (`mlir`)
|
| 104 |
-
|
| 105 |
| Language | Documents | Queries | Qrels |
|
| 106 |
| --- | --- | --- | --- |
|
| 107 |
| English | All splits under `neuclir/neuclir1:default` | `eng` split of `neuclir/bench-queries:queries` | `mlir` split of `neuclir/bench-queries:qrels` |
|
| 108 |
|
| 109 |
## Baseline Retrieval Results and Run Files
|
| 110 |
-
|
| 111 |
We also provide all reported baseline retrieval results in the NeuCLIRBench paper.
|
| 112 |
Please refer to the paper for the detailed descriptions of each model.
|
| 113 |
|
| 114 |

|
| 115 |
-
|
| 116 |

|
| 117 |
|
| 118 |
### Run Names
|
| 119 |
-
|
| 120 |
Please refer to the `runs` subset in this dataset to find all the runs.
|
| 121 |
Files follow the naming scheme of `{run_handle}_{task:mono/clir/mlir}_{lang}.trec`. Please refer to the task section for the details.
|
| 122 |
|
|
|
|
| 82 |
*We use `:` to indicate different subset under the dataset.*
|
| 83 |
|
| 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:queries` | `mlir` split of `neuclir/bench-queries:qrels` |
|
|
|
|
| 89 |
| Russian | `rus` split of `neuclir/neuclir1:default` | `rus` split of `neuclir/bench-queries:queries` | `rus` split of `neuclir/bench-queries:qrels` |
|
| 90 |
| Chinese | `zho` split of `neuclir/neuclir1:default` | `zho` split of `neuclir/bench-queries:queries` | `zho` split of `neuclir/bench-queries: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:queries` | `fas` split of `neuclir/bench-queries: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:queries` | `mlir` split of `neuclir/bench-queries:qrels` |
|
| 104 |
|
| 105 |
## Baseline Retrieval Results and Run Files
|
|
|
|
| 106 |
We also provide all reported baseline retrieval results in the NeuCLIRBench paper.
|
| 107 |
Please refer to the paper for the detailed descriptions of each model.
|
| 108 |
|
| 109 |

|
|
|
|
| 110 |

|
| 111 |
|
| 112 |
### Run Names
|
|
|
|
| 113 |
Please refer to the `runs` subset in this dataset to find all the runs.
|
| 114 |
Files follow the naming scheme of `{run_handle}_{task:mono/clir/mlir}_{lang}.trec`. Please refer to the task section for the details.
|
| 115 |
|