paper-with-me

홈 › Papers

Evaluating the Retrieval Component in LLM-Based Question Answering Systems

2024-06-10 · Ashkan Alinejad, Krtin Kumar, Ali Vahdat

Question answering systems (QA) utilizing Large Language Models (LLMs) heavily depend on the retrieval component to provide them with domain-specific information and reduce the risk of generating inaccurate responses or hallucinations. Although the evaluation of retrievers dates back to the early research in Information Retrieval, assessing their performance within LLM-based chatbots remains a challenge. This study proposes a straightforward baseline for evaluating retrievers in Retrieval-Augmented Generation (RAG)-based chatbots. Our findings demonstrate that this evaluation framework provides a better image of how the retriever performs and is more aligned with the overall performance of the QA system. Although conventional metrics such as precision, recall, and F1 score may not fully capture LLMs' capabilities - as they can yield accurate responses despite imperfect retrievers - our method considers LLMs' strengths to ignore irrelevant contexts, as well as potential errors and hallucinations in their responses.

📄 PDF Abstract BibTeX arXiv:2406.06458

Code (0)

등록된 구현이 없습니다.

Tasks

Information RetrievalQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Similar Papers 제목 키워드 기반

MIA 2022 Shared Task: Evaluating Cross-lingual Open-Retrieval Question Answering for 16 Diverse Languages

2022-07-02 · NAACL (MIA) 2022 7 · Akari Asai, Shayne Longpre, Jungo Kasai, Chia-Hsuan Lee 외

We present the results of the Workshop on Multilingual Information Access (MIA) 2022 Shared Task, evaluating cross-lingual open-retrieval question answering (QA) systems in 16 typologically diverse languages. In this tas…

Question AnsweringRetrieval

VLSP 2025 MLQA-TSR Challenge: Vietnamese Multimodal Legal Question Answering on Traffic Sign Regulation

2025-10-23 · Son T. Luu, Trung Vo, Hiep Nguyen, Khanh Quoc Tran 외 arxiv

This paper presents the VLSP 2025 MLQA-TSR - the multimodal legal question answering on traffic sign regulation shared task at VLSP 2025. VLSP 2025 MLQA-TSR comprises two subtasks: multimodal legal retrieval and multimod…

Question Answering

Efficient and Reproducible Biomedical Question Answering using Retrieval Augmented Generation

2025-05-12 · Linus Stuhlmann, Michael Alexander Saxer, Jonathan Fürst

Biomedical question-answering (QA) systems require effective retrieval and generation components to ensure accuracy, efficiency, and scalability. This study systematically examines a Retrieval-Augmented Generation (RAG) …

Question AnsweringRAGRerankingRetrieval+1

mmRAG: A Modular Benchmark for Retrieval-Augmented Generation over Text, Tables, and Knowledge Graphs

2025-05-16 · Chuan Xu, Qiaosheng Chen, Yutong Feng, Gong Cheng

Retrieval-Augmented Generation (RAG) has emerged as a powerful paradigm for enhancing the capabilities of large language models. However, existing RAG evaluation predominantly focuses on text retrieval and relies on opaq…

Information RetrievalKnowledge GraphsQuestion AnsweringRAG+3

Retrieval Improvements Do Not Guarantee Better Answers: A Study of RAG for AI Policy QA

2026-03-25 · Saahil Mathur, Ryan David Rittner, Vedant Ajit Thakur, Daniel Stuart Schiff 외 arxiv

Retrieval-augmented generation (RAG) systems are increasingly used to analyze complex policy documents, but achieving sufficient reliability for expert usage remains challenging in domains characterized by dense legal la…

Contrastive LearningQuestion Answering