paper-with-me

Papers

Document Attribution: Examining Citation Relationships using Large Language Models

2025-05-09 · Vipula Rawte, Ryan A. Rossi, Franck Dernoncourt, Nedim Lipka

As Large Language Models (LLMs) are increasingly applied to document-based tasks - such as document summarization, question answering, and information extraction - where user requirements focus on retrieving information from provided documents rather than relying on the model's parametric knowledge, ensuring the trustworthiness and interpretability of these systems has become a critical concern. A central approach to addressing this challenge is attribution, which involves tracing the generated outputs back to their source documents. However, since LLMs can produce inaccurate or imprecise responses, it is crucial to assess the reliability of these citations. To tackle this, our work proposes two techniques. (1) A zero-shot approach that frames attribution as a straightforward textual entailment task. Our method using flan-ul2 demonstrates an improvement of 0.27% and 2.4% over the best baseline of ID and OOD sets of AttributionBench, respectively. (2) We also explore the role of the attention mechanism in enhancing the attribution process. Using a smaller LLM, flan-t5-small, the F1 scores outperform the baseline across almost all layers except layer 4 and layers 8 through 11.

📄 PDF Abstract BibTeX arXiv:2505.06324

Code (0)

등록된 구현이 없습니다.

Tasks

Document SummarizationNatural Language InferenceQuestion Answering

Methods 이 논문이 사용한 방법론

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$…
Attention 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Correctness is not Faithfulness in RAG Attributions

2024-12-23 · Jonas Wallat, Maria Heuss, Maarten de Rijke, Avishek Anand

Retrieving relevant context is a common approach to reduce hallucinations and enhance answer reliability. Explicitly citing source documents allows users to verify generated responses and increases trust. Prior work larg…

RAG

CAGE: Cognitive Attribution Graphs for Faithful Inline Citation Generation in Long-Form Question Answering

2026-07-27 · Zhichao Yan, Shizhao Li, Jiapu Wang, Haoran Luo 외 arxiv

Long-form question answering increasingly relies on retrieved evidence to make LLM outputs verifiable, with inline citations tracing claims to source documents. However, existing systems often attach citations that are t…

Question AnsweringAnswer Generation

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…

Question AnsweringRAGRetrievalRetrieval-augmented Generation

Benchmarking Large Language Models in Complex Question Answering Attribution using Knowledge Graphs

2024-01-26 · Nan Hu, Jiaoyan Chen, Yike Wu, Guilin Qi 외

The attribution of question answering is to provide citations for supporting generated statements, and has attracted wide research attention. The current methods for automatically evaluating the attribution, which are of…

BenchmarkingKnowledge GraphsQuestion Answering

Are Finer Citations Always Better? Rethinking Granularity for Attributed Generation

2026-04-01 · Hexuan Wang, Jingyu Zhang, Benjamin Van Durme, Daniel Khashabi arxiv

Citation granularity - whether to cite individual sentences, paragraphs, or documents - is a critical design choice in attributed generation. While fine-grained citations are often preferred for precise human verificatio…