paper-with-me

Papers

Model Internals-based Answer Attribution for Trustworthy Retrieval-Augmented Generation

2024-06-19 · Jirui Qi, Gabriele Sarti, Raquel Fernández, Arianna Bisazza

Ensuring the verifiability of model answers is a fundamental challenge for retrieval-augmented generation (RAG) in the question answering (QA) domain. Recently, self-citation prompting was proposed to make large language models (LLMs) generate citations to supporting documents along with their answers. However, self-citing LLMs often struggle to match the required format, refer to non-existent sources, and fail to faithfully reflect LLMs' context usage throughout the generation. In this work, we present MIRAGE --Model Internals-based RAG Explanations -- a plug-and-play approach using model internals for faithful answer attribution in RAG applications. MIRAGE detects context-sensitive answer tokens and pairs them with retrieved documents contributing to their prediction via saliency methods. We evaluate our proposed approach on a multilingual extractive QA dataset, finding high agreement with human answer attribution. On open-ended QA, MIRAGE achieves citation quality and efficiency comparable to self-citation while also allowing for a finer-grained control of attribution parameters. Our qualitative evaluation highlights the faithfulness of MIRAGE's attributions and underscores the promising application of model internals for RAG answer attribution.

📄 PDF Abstract BibTeX arXiv:2406.13663

Code (1)

betswish/mirage 공식 구현 pytorch

Tasks

Question 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 설명 없음
WordPiece 설명 없음
Residual Connection 설명 없음
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…

Similar Papers 제목 키워드 기반

Post-Hoc Answer Attribution for Grounded and Trustworthy Long Document Comprehension: Task, Insights, and Challenges

2024-06-11 · Abhilasha Sancheti, Koustava Goswami, Balaji Vasan Srinivasan

Attributing answer text to its source document for information-seeking questions is crucial for building trustworthy, reliable, and accountable systems. We formulate a new task of post-hoc answer attribution for long doc…

Natural Language InferenceRetrieval

Understanding Retrieval Augmentation for Long-Form Question Answering

2023-10-18 · Hung-Ting Chen, Fangyuan Xu, Shane A. Arora, Eunsol Choi

We present a study of retrieval-augmented language models (LMs) on long-form question answering. We analyze how retrieval augmentation impacts different LMs, by comparing answers generated from models while using the sam…

FormLong Form Question AnsweringQuestion AnsweringRetrieval+1

Generation-Time vs. Post-hoc Citation: A Holistic Evaluation of LLM Attribution

2025-09-25 · Yash Saxena, Raviteja Bommireddy, Ankur Padia, Manas Gaur arxiv

Trustworthy Large Language Models (LLMs) must cite human-verifiable sources in high-stakes domains such as healthcare, law, academia, and finance, where even small errors can have severe consequences. Practitioners and r…

VISA: Retrieval Augmented Generation with Visual Source Attribution

2024-12-19 · Xueguang Ma, Shengyao Zhuang, Bevan Koopman, Guido Zuccon 외

Generation with source attribution is important for enhancing the verifiability of retrieval-augmented generation (RAG) systems. However, existing approaches in RAG primarily link generated content to document-level refe…

Answer GenerationRAGRetrievalRetrieval-augmented Generation

TRAQ: Trustworthy Retrieval Augmented Question Answering via Conformal Prediction

2023-07-07 · Shuo Li, Sangdon Park, Insup Lee, Osbert Bastani

When applied to open-domain question answering, large language models (LLMs) frequently generate incorrect responses based on made-up facts, which are called $\textit{hallucinations}$. Retrieval augmented generation (RAG…

Bayesian OptimizationChatbotConformal PredictionNatural Questions+6