paper-with-me

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 nature of the medical domain necessitates a completely accurate and trustworthy system. While existing RAG benchmarks primarily focus on the standard retrieve-answer setting, they overlook many practical scenarios that measure crucial aspects of a reliable medical system. This paper addresses this gap by providing a comprehensive evaluation framework for medical question-answering (QA) systems in a RAG setting for these situations, including sufficiency, integration, and robustness. We introduce Medical Retrieval-Augmented Generation Benchmark (MedRGB) that provides various supplementary elements to four medical QA datasets for testing LLMs' ability to handle these specific scenarios. Utilizing MedRGB, we conduct extensive evaluations of both state-of-the-art commercial LLMs and open-source models across multiple retrieval conditions. Our experimental results reveals current models' limited ability to handle noise and misinformation in the retrieved documents. We further analyze the LLMs' reasoning processes to provides valuable insights and future directions for developing RAG systems in this critical medical domain.

📄 PDF Abstract BibTeX arXiv:2411.09213

Code (0)

등록된 구현이 없습니다.

Tasks

Medical Question AnsweringMisinformationQuestion AnsweringRAGRetrievalRetrieval-augmented Generation

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

When to use Graphs in RAG: A Comprehensive Analysis for Graph Retrieval-Augmented Generation

2025-06-06 · Zhishang Xiang, Chuanjie Wu, Qinggang Zhang, Shengyuan Chen 외

Graph retrieval-augmented generation (GraphRAG) has emerged as a powerful paradigm for enhancing large language models (LLMs) with external knowledge. It leverages graphs to model the hierarchical structure between speci…

RAGRetrievalRetrieval-augmented Generation

A Comprehensive Evaluation of Transformer-Based Question Answering Models and RAG-Enhanced Design

2025-09-26 · Zichen Zhang, Kunlong Zhang, Hongwei Ruan, Yiming Luo arxiv

Transformer-based models have advanced the field of question answering, but multi-hop reasoning, where answers require combining evidence across multiple passages, remains difficult. This paper presents a comprehensive e…

Multi-hop Question Answering

Retrieval Augmented Generation Evaluation in the Era of Large Language Models: A Comprehensive Survey

2025-04-21 · Aoran Gan, Hao Yu, Kai Zhang, Qi Liu 외

Recent advancements in Retrieval-Augmented Generation (RAG) have revolutionized natural language processing by integrating Large Language Models (LLMs) with external information retrieval, enabling accurate, up-to-date, …

Computational EfficiencyInformation RetrievalRAGRetrieval+3

Controlled Retrieval-augmented Context Evaluation for Long-form RAG

2025-06-24 · Jia-Huei Ju, Suzan Verberne, Maarten de Rijke, Andrew Yates

Retrieval-augmented generation (RAG) enhances large language models by incorporating context retrieved from external knowledge sources. While the effectiveness of the retrieval module is typically evaluated with relevanc…

DiagnosticFormRAGRetrieval+1

PIR-RAG: A System for Private Information Retrieval in Retrieval-Augmented Generation

2025-09-01 · Baiqiang Wang, Qian Lou, Mengxin Zheng, Dongfang Zhao arxiv

Retrieval-Augmented Generation (RAG) has become a foundational component of modern AI systems, yet it introduces significant privacy risks by exposing user queries to service providers. To address this, we introduce PIR-…

Information Retrieval