--- license: mit task_categories: - text-retrieval tags: - retrieval-augmented-generation - deep-research - search --- # Indexes of Retrievers on the Passage and Document Corpora of the BrowseComp-Plus Dataset 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). **Code:** [https://github.com/ChuanMeng/text-ranking-in-deep-research](https://github.com/ChuanMeng/text-ranking-in-deep-research) The released indexes correspond to the following retrievers: - [BM25](https://www.microsoft.com/en-us/research/wp-content/uploads/2016/02/okapi_trec3.pdf) - [SPLADE-v3](https://huggingface.co/naver/splade-v3) - [RepLLaMA](https://huggingface.co/castorini/repllama-v1-7b-lora-passage) - [Qwen3-Embedding-8B](https://huggingface.co/Qwen/Qwen3-Embedding-8B) - [ColBERTv2](https://huggingface.co/colbert-ir/colbertv2.0) These indexes are provided to facilitate reproducibility and enable direct evaluation of text ranking methods in the deep research setting. ## Contact If you have any questions or suggestions, please contact: - [Chuan Meng](https://chuanmeng.github.io/): chuan.meng@ed.ac.uk - [Litu Ou](https://leonard907.github.io/): litu.ou@ed.ac.uk ## Citation If you find this work useful, please cite: ``` @article{meng2026revisiting, title={Revisiting Text Ranking in Deep Research}, author={Meng, Chuan and Ou, Litu and MacAvaney, Sean and Dalton, Jeff}, journal={arXiv preprint arXiv:2602.21456}, year={2026} } ```