Evaluating The Retrieval Component In Llm-based Question Answering Systems · The Large Language Model Bible Contribute to LLM-Bible

Evaluating The Retrieval Component In Llm-based Question Answering Systems

Alinejad Ashkan, Kumar Krtin, Vahdat Ali. Arxiv 2024

[Paper]    
Applications RAG Reinforcement Learning Tools

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.

Similar Work