CLNov 1, 2024

Rationale-Guided Retrieval Augmented Generation for Medical Question Answering

arXiv:2411.00300v263 citationsh-index: 12Has CodeNAACL
Originality Incremental advance
AI Analysis

This work addresses reliability issues in biomedical applications of LLMs, offering an incremental improvement over existing RAG methods.

The paper tackles the problem of hallucinations and outdated knowledge in large language models for medical question answering by proposing RAG^2, a rationale-guided retrieval augmented generation framework, which improves state-of-the-art LLMs by up to 6.1% and outperforms the previous best medical RAG model by up to 5.6% across three benchmarks.

Large language models (LLM) hold significant potential for applications in biomedicine, but they struggle with hallucinations and outdated knowledge. While retrieval-augmented generation (RAG) is generally employed to address these issues, it also has its own set of challenges: (1) LLMs are vulnerable to irrelevant or incorrect context, (2) medical queries are often not well-targeted for helpful information, and (3) retrievers are prone to bias toward the specific source corpus they were trained on. In this study, we present RAG$^2$ (RAtionale-Guided RAG), a new framework for enhancing the reliability of RAG in biomedical contexts. RAG$^2$ incorporates three key innovations: a small filtering model trained on perplexity-based labels of rationales, which selectively augments informative snippets of documents while filtering out distractors; LLM-generated rationales as queries to improve the utility of retrieved snippets; a structure designed to retrieve snippets evenly from a comprehensive set of four biomedical corpora, effectively mitigating retriever bias. Our experiments demonstrate that RAG$^2$ improves the state-of-the-art LLMs of varying sizes, with improvements of up to 6.1\%, and it outperforms the previous best medical RAG model by up to 5.6\% across three medical question-answering benchmarks. Our code is available at https://github.com/dmis-lab/RAG2.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes