Datasets:
Tasks:
Text Retrieval
Formats:
parquet
Sub-tasks:
document-retrieval
Size:
1M - 10M
ArXiv:
Tags:
research papers
License:
Update README.md
Browse files
README.md
CHANGED
@@ -118,7 +118,7 @@ This represents the best possible performance that can be achieved by a retrieva
|
|
118 |
<!-- Provide the basic links for the dataset. -->
|
119 |
|
120 |
- **Repository:** TBA
|
121 |
-
- **Paper:** [CLIRudit: Cross-Lingual Information Retrieval of Scientific Documents](
|
122 |
|
123 |
|
124 |
## Uses
|
@@ -173,7 +173,7 @@ A typical instance of the `qrels` subset looks like:
|
|
173 |
- `title`: article title, if any
|
174 |
- `subtitle`: article subtitle, if any
|
175 |
- `abstract`: article abstract
|
176 |
-
- `rel`: relevance
|
177 |
|
178 |
<!-- Note that the descriptions can be initialized with the **Show Markdown Data Fields** output of the [Datasets Tagging app](https://huggingface.co/spaces/huggingface/datasets-tagging), you will then only need to refine the generated descriptions. -->
|
179 |
|
@@ -196,11 +196,18 @@ For qrels, we first indicate query lang and then doc lang in the `split` name; e
|
|
196 |
**BibTeX:**
|
197 |
|
198 |
```bibtex
|
199 |
-
@article{
|
200 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
201 |
}
|
202 |
```
|
203 |
|
204 |
**APA:**
|
205 |
|
206 |
-
|
|
|
118 |
<!-- Provide the basic links for the dataset. -->
|
119 |
|
120 |
- **Repository:** TBA
|
121 |
+
- **Paper:** [CLIRudit: Cross-Lingual Information Retrieval of Scientific Documents](https://arxiv.org/abs/2504.16264)
|
122 |
|
123 |
|
124 |
## Uses
|
|
|
173 |
- `title`: article title, if any
|
174 |
- `subtitle`: article subtitle, if any
|
175 |
- `abstract`: article abstract
|
176 |
+
- `rel`: relevance label (currently only positives are labelled with 1)
|
177 |
|
178 |
<!-- Note that the descriptions can be initialized with the **Show Markdown Data Fields** output of the [Datasets Tagging app](https://huggingface.co/spaces/huggingface/datasets-tagging), you will then only need to refine the generated descriptions. -->
|
179 |
|
|
|
196 |
**BibTeX:**
|
197 |
|
198 |
```bibtex
|
199 |
+
@article{valentini2025clirudit,
|
200 |
+
title={CLIRudit: Cross-Lingual Information Retrieval of Scientific Documents},
|
201 |
+
author={Francisco Valentini and Diego Kozlowski and Vincent Larivière},
|
202 |
+
year={2025},
|
203 |
+
eprint={2504.16264},
|
204 |
+
journal={arxiv:2504.16264},
|
205 |
+
archivePrefix={arXiv},
|
206 |
+
primaryClass={cs.IR},
|
207 |
+
url={https://arxiv.org/abs/2504.16264},
|
208 |
}
|
209 |
```
|
210 |
|
211 |
**APA:**
|
212 |
|
213 |
+
Francisco Valentini, Diego Kozlowski, & Vincent Larivière (2025). CLIRudit: Cross-Lingual Information Retrieval of Scientific Documents. arxiv:2504.16264.
|