CoolFace
Datasetpublic

Trungdaik/Visual_retrieval

Dataset Card for IRPAPERS ArXiv Link: https://arxiv.org/pdf/2602.17687 Dataset Description IRPAPERS is a collection of 166 Information Retrieval papers spanning 3,230 pages. Each page in the dataset is jointly represented as a base64 encoded string of the page image as well as an OCR-derived text transcription. IRPAPERS also contains 180 needle-in-the-haystack queries. Retrieval Leaderboard ๐Ÿ”Ž Rank Retriever Type Recall@1 Recall@5 Recall@20โ€ฆ See the full description on the dataset page: https://huggingface.co/datasets/Trungdaik/Visual_retrieval.

sourceHugging Facemitupdated 4mo agoView on Hugging Face
0likes15downloads
Dataset Card

Dataset Card for IRPAPERS

ArXiv Link: https://arxiv.org/pdf/2602.17687

Dataset Description

IRPAPERS is a collection of 166 Information Retrieval papers spanning 3,230 pages. Each page in the dataset is jointly represented as a base64 encoded string of the page image as well as an OCR-derived text transcription. IRPAPERS also contains 180 needle-in-the-haystack queries.

Retrieval Leaderboard ๐Ÿ”Ž

RankRetrieverTypeRecall@1Recall@5Recall@20
1Multimodal Hybrid (Cohere Embed v4.0 + Voyage 3 Large + BM25)Hybrid58%91%98%
2Cohere Embed v4.0Image58%87%97%
3Voyage 3 LargeText52%86%95%
4ColQwen2Image49%81%94%
5Multimodal Hybrid (ColModernVBERT + Arctic 2.0 + BM25)Hybrid49%81%95%
6Hybrid Text Search (Arctic 2.0 + BM25)Text46%78%91%
7ColPaliImage45%79%93%
8BM25Text45%71%90%
9Arctic 2.0Text44%76%88%
10ColModernVBERTImage43%78%93%
11ColModernVBERT + MUVERA (ef=1024)Image41%75%88%
12ColModernVBERT + MUVERA (ef=512)Image37%68%78%
13ColModernVBERT + MUVERA (ef=256)Image35%61%66%

Question Answering Leaderboard ๐Ÿ’ฌ

RankSystemTypeAlignment ScoreAvg Input TokensAvg Output Tokens
1TextRAG (k=5)Text0.826,022243
2Oracle Text Retrieval (k=1)Text0.741,294155
3ImageRAG (k=5)Image0.715,200178
4Oracle Image Retrieval (k=1)Image0.681,208125
5TextRAG (k=1)Text0.621,366160
6ImageRAG (k=1)Image0.401,228124
7Hard Negative Text Context (k=1)Text0.391,304162
8No Retrieval Baselineโ€”0.16173135
9Hard Negative Image Context (k=1)Image0.121,233134

Citation

Please consider citing our paper if you find this work useful:

bibtex
@misc{shorten2026,
      title={IRPAPERS: A Visual Document Benchmark for Scientific Retrieval and Question Answering}, 
      author={Connor Shorten and Augustas Skaburskas and Daniel M. Jones and Charles Pierse and Roberto Esposito and John Trengrove and Etienne Dilocker and Bob van Luijt},
      year={2026},
      eprint={2602.17687},
      archivePrefix={arXiv},
      primaryClass={cs.IR},
      url={https://arxiv.org/pdf/2602.17687}, 
}