Skip to main content
QUICK REVIEW

[论文解读] BEIR: A Heterogenous Benchmark for Zero-shot Evaluation of Information Retrieval Models

Nandan Thakur, Nils Reimers|arXiv (Cornell University)|Apr 17, 2021
Topic Modeling参考文献 65被引用 25
一句话总结

BEIR 引入了一个异质的零样本信息检索基准,覆盖 18 个数据集、9 个任务,用以评估 10 个检索系统,强调 BM25 基线的优势以及各架构的泛化能力差异。

ABSTRACT

Existing neural information retrieval (IR) models have often been studied in homogeneous and narrow settings, which has considerably limited insights into their out-of-distribution (OOD) generalization capabilities. To address this, and to facilitate researchers to broadly evaluate the effectiveness of their models, we introduce Benchmarking-IR (BEIR), a robust and heterogeneous evaluation benchmark for information retrieval. We leverage a careful selection of 18 publicly available datasets from diverse text retrieval tasks and domains and evaluate 10 state-of-the-art retrieval systems including lexical, sparse, dense, late-interaction and re-ranking architectures on the BEIR benchmark. Our results show BM25 is a robust baseline and re-ranking and late-interaction-based models on average achieve the best zero-shot performances, however, at high computational costs. In contrast, dense and sparse-retrieval models are computationally more efficient but often underperform other approaches, highlighting the considerable room for improvement in their generalization capabilities. We hope this framework allows us to better evaluate and understand existing retrieval systems, and contributes to accelerating progress towards better robust and generalizable systems in the future. BEIR is publicly available at https://github.com/UKPLab/beir.

研究动机与目标

  • Motivate robust evaluation of IR models beyond in-domain, dataset-specific settings.
  • Provide a diverse, zero-shot benchmark spanning multiple tasks and domains.
  • Assess generalization capabilities of lexical, sparse, dense, late-interaction, and re-ranking IR models.

提出的方法

  • Assemble 18 English zero-shot datasets from 9 retrieval tasks covering diverse domains and document/query characteristics.
  • Evaluate 10 retrieval systems across five architectures (lexical, sparse, dense, late-interaction, re-ranking).
  • Use a unified data format (corpus, queries, qrels) and standard evaluation metrics (nDCG@10).
  • Analyze cross-domain generalization and efficiency (latency and index sizes).
  • Investigate annotation bias effects and provide guidance for fair comparisons.

实验结果

研究问题

  • RQ1How do diverse IR models generalize to out-of-distribution domains and tasks in a zero-shot setting?
  • RQ2Is there a trade-off between retrieval performance and computational efficiency across architectures?
  • RQ3What role do annotation biases play in evaluating retrieval systems on BEIR datasets?
  • RQ4Which architectures offer robust zero-shot performance and under what domain/task conditions do they excel or fail?

主要发现

Model ( → )Dataset ( ↓ )BM25DeepCTSPARTAdocT5queryDPRANCETAS-BGenQColBERTBM25+CE
BM25MS MARCO0.2280.2960.3510.3380.1770.3880.4080.4080.4010.413
BM25TREC-COVID0.6560.4060.5380.7130.3320.6540.4810.6190.6770.757
BM25BioASQ0.4650.4070.3510.4310.1270.3060.3830.3980.4740.523
BM25NFCorpus0.3250.2830.3010.3280.1890.2370.3190.3190.3050.350
BM25NQ0.3290.1880.3980.3990.4740.4460.4630.3580.5240.533
BM25HotpotQA0.6030.5030.4920.5800.3910.4560.5840.5340.5930.707
BM25FiQA-20180.2360.1910.1980.2910.1120.2950.3000.3080.3170.347
BM25Signal-1M (RT)0.3300.2690.2520.3070.1550.2490.2890.2810.2740.338
BM25TREC-NEWS0.3980.2200.2580.4200.1610.3820.3770.3960.3930.431
BM25Robust040.4080.2870.2760.4370.2520.3920.4270.3620.3910.475
BM25ArguAna0.3150.3090.2790.3490.1750.4150.4290.4930.2330.311
BM25Touché-20200.3670.1560.1750.3470.1310.2400.1620.1820.2020.271
BM25CQADupStack0.2990.2680.2570.3250.1530.2960.3140.3470.3500.370
BM25Quora0.7890.6910.6300.8020.2480.8520.8350.8300.8540.825
BM25DBPedia0.3130.1770.3140.3310.2630.2810.3840.3280.3920.409
BM25SCIDOCS0.1580.1240.1260.1620.0770.1220.1490.1430.1450.166
BM25FEVER0.7530.3530.5960.7140.5620.6690.7000.6690.7710.819
BM25Climate-FEVER0.2130.0660.0820.2010.1480.1980.2280.1750.1840.253
BM25SciFact0.6650.6300.5820.6750.3180.5070.6430.6440.6710.688
  • BM25 remains a strong zero-shot baseline across many datasets.
  • Re-ranking and late-interaction models often yield best zero-shot performance but with high latency and memory costs.
  • Dense and sparseRetrievers frequently underperform BM25 in zero-shot generalization, despite good in-domain results.
  • Cross-attentional re-ranking (BM25+CE) and ColBERT show strong out-of-distribution generalization, outperforming BM25 on many datasets.
  • GenQ can aid domain adaptation for dense retrievers, improving performance on specialized domains but not universally.
  • Annotation bias (hole@10) analyses reveal lexical biases favoring lexical methods and imply underestimation of non-lexical approaches without careful annotation.

更好的研究,从现在开始

从论文设计到论文写作,大幅缩短您的研究时间。

无需绑定信用卡

本解读由 AI 生成,并经人工编辑审核。