Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -52,15 +52,15 @@ configs:
|
|
| 52 |
dtype: int
|
| 53 |
---
|
| 54 |
|
| 55 |
-
# NeuCLIRTech Topics and Queries
|
| 56 |
|
| 57 |
-
NeuCLIRTech is an evaluation benchmark for monolingual and cross-language on technical documents
|
| 58 |
|
| 59 |
The document collection can be found at [neuclir/csl](https://huggingface.co/datasets/neuclir/csl).
|
| 60 |
|
| 61 |
## Supporting Tasks and Corresponding Data
|
| 62 |
|
| 63 |
-
|
| 64 |
The following specifies the documents, queries, and qrels (labels) that should be used for each task.
|
| 65 |
|
| 66 |
Please report nDCG@20 for all tasks.
|
|
@@ -115,4 +115,12 @@ Files follow the naming scheme of `{run_handle}_{task:mono/clir/mlir}_{lang}.tre
|
|
| 115 |
|
| 116 |
|
| 117 |
## Citation
|
| 118 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 52 |
dtype: int
|
| 53 |
---
|
| 54 |
|
| 55 |
+
# xTeChIR (aka NeuCLIRTech) Topics and Queries
|
| 56 |
|
| 57 |
+
xTeChIR (formally known as NeuCLIRTech) is an evaluation benchmark for monolingual and cross-language on technical documents
|
| 58 |
|
| 59 |
The document collection can be found at [neuclir/csl](https://huggingface.co/datasets/neuclir/csl).
|
| 60 |
|
| 61 |
## Supporting Tasks and Corresponding Data
|
| 62 |
|
| 63 |
+
xTeChIR supports three types of tasks: Chinese monolingual and English-Chinese cross-language retrieval.
|
| 64 |
The following specifies the documents, queries, and qrels (labels) that should be used for each task.
|
| 65 |
|
| 66 |
Please report nDCG@20 for all tasks.
|
|
|
|
| 115 |
|
| 116 |
|
| 117 |
## Citation
|
| 118 |
+
|
| 119 |
+
```bibtex
|
| 120 |
+
@article{lawrie2026neuclirtech,
|
| 121 |
+
title={NeuCLIRTech: Chinese Monolingual and Cross-Language Information Retrieval Evaluation in a Challenging Domain},
|
| 122 |
+
author={Lawrie, Dawn and Mayfield, James and Yang, Eugene and Yates, Andrew and MacAvaney, Sean and Pradeep, Ronak and Miller, Scott and McNamee, Paul and Soldaini, Luca},
|
| 123 |
+
journal={arXiv preprint arXiv:2602.05334},
|
| 124 |
+
year={2026}
|
| 125 |
+
}
|
| 126 |
+
```
|