Add task category and GitHub link
Browse filesHi! I'm Niels from the Hugging Face community science team. This PR improves the dataset card by:
- Adding the `text-retrieval` task category to the metadata.
- Including a link to the official GitHub repository for easier access to the code and scripts.
README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
| 1 |
---
|
| 2 |
license: mit
|
|
|
|
|
|
|
| 3 |
tags:
|
| 4 |
- retrieval-augmented-generation
|
| 5 |
- deep-research
|
|
@@ -10,6 +12,8 @@ tags:
|
|
| 10 |
|
| 11 |
This repository provides the retrieval indexes built on the passage and document corpora of the BrowseComp-Plus dataset, as used in the paper [Revisiting Text Ranking in Deep Research](https://arxiv.org/abs/2602.21456).
|
| 12 |
|
|
|
|
|
|
|
| 13 |
The released indexes correspond to the following retrievers:
|
| 14 |
|
| 15 |
- [BM25](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/okapi_trec3.pdf)
|
|
|
|
| 1 |
---
|
| 2 |
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- text-retrieval
|
| 5 |
tags:
|
| 6 |
- retrieval-augmented-generation
|
| 7 |
- deep-research
|
|
|
|
| 12 |
|
| 13 |
This repository provides the retrieval indexes built on the passage and document corpora of the BrowseComp-Plus dataset, as used in the paper [Revisiting Text Ranking in Deep Research](https://arxiv.org/abs/2602.21456).
|
| 14 |
|
| 15 |
+
**Code:** [https://github.com/ChuanMeng/text-ranking-in-deep-research](https://github.com/ChuanMeng/text-ranking-in-deep-research)
|
| 16 |
+
|
| 17 |
The released indexes correspond to the following retrievers:
|
| 18 |
|
| 19 |
- [BM25](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/okapi_trec3.pdf)
|