paper-with-me

Papers

Towards Reliable Testing for Multiple Information Retrieval System Comparisons

2025-01-07 · David Otero, Javier Parapar, Álvaro Barreiro

Null Hypothesis Significance Testing is the \textit{de facto} tool for assessing effectiveness differences between Information Retrieval systems. Researchers use statistical tests to check whether those differences will generalise to online settings or are just due to the samples observed in the laboratory. Much work has been devoted to studying which test is the most reliable when comparing a pair of systems, but most of the IR real-world experiments involve more than two. In the multiple comparisons scenario, testing several systems simultaneously may inflate the errors committed by the tests. In this paper, we use a new approach to assess the reliability of multiple comparison procedures using simulated and real TREC data. Experiments show that Wilcoxon plus the Benjamini-Hochberg correction yields Type I error rates according to the significance level for typical sample sizes while being the best test in terms of statistical power.

📄 PDF Abstract BibTeX arXiv:2501.03930

Code (1)

davidoterof/ecir2025 공식 구현

Tasks

Information RetrievalRetrieval

Similar Papers 제목 키워드 기반

Comprehensive and Practical Evaluation of Retrieval-Augmented Generation Systems for Medical Question Answering

2024-11-14 · Nghia Trung Ngo, Chien Van Nguyen, Franck Dernoncourt, Thien Huu Nguyen

Retrieval-augmented generation (RAG) has emerged as a promising approach to enhance the performance of large language models (LLMs) in knowledge-intensive tasks such as those from medical domain. However, the sensitive n…

Medical Question AnsweringMisinformationQuestion AnsweringRAG+2

AIR-Bench: Automated Heterogeneous Information Retrieval Benchmark

2024-12-17 · Jianlyu Chen, Nan Wang, Chaofan Li, Bo wang 외

Evaluation plays a crucial role in the advancement of information retrieval (IR) models. However, current benchmarks, which are based on predefined domains and human-labeled data, face limitations in addressing evaluatio…

Information RetrievalRetrieval

Do You Know What You Are Talking About? Characterizing Query-Knowledge Relevance For Reliable Retrieval Augmented Generation

2024-10-10 · Zhuohang Li, Jiaxin Zhang, Chao Yan, Kamalika Das 외

Language models (LMs) are known to suffer from hallucinations and misinformation. Retrieval augmented generation (RAG) that retrieves verifiable information from an external knowledge corpus to complement the parametric …

MisinformationQuestion AnsweringRAGRetrieval-augmented Generation

From Untestable to Testable: Metamorphic Testing in the Age of LLMs

2026-03-25 · Valerio Terragni arxiv

This article discusses the challenges of testing software systems with increasingly integrated AI and LLM functionalities. LLMs are powerful but unreliable, and labeled ground truth for testing rarely scales. Metamorphic…

Beyond Relevance: On the Relationship Between Retrieval and RAG Information Coverage

2026-03-09 · Saron Samuel, Alexander Martin, Eugene Yang, Andrew Yates 외 arxiv

Retrieval-augmented generation (RAG) systems combine document retrieval with a generative model to address complex information seeking tasks like report generation. While the relationship between retrieval quality and ge…

Text Retrieval