paper-with-me

Papers

Learning Fine-Grained Grounded Citations for Attributed Large Language Models

2024-08-08 · Lei Huang, Xiaocheng Feng, Weitao Ma, Yuxuan Gu, Weihong Zhong, Xiachong Feng, Weijiang Yu, Weihua Peng, Duyu Tang, Dandan Tu, Bing Qin

Despite the impressive performance on information-seeking tasks, large language models (LLMs) still struggle with hallucinations. Attributed LLMs, which augment generated text with in-line citations, have shown potential in mitigating hallucinations and improving verifiability. However, current approaches suffer from suboptimal citation quality due to their reliance on in-context learning. Furthermore, the practice of citing only coarse document identifiers makes it challenging for users to perform fine-grained verification. In this work, we introduce FRONT, a training framework designed to teach LLMs to generate Fine-Grained Grounded Citations. By grounding model outputs in fine-grained supporting quotes, these quotes guide the generation of grounded and consistent responses, not only improving citation quality but also facilitating fine-grained verification. Experiments on the ALCE benchmark demonstrate the efficacy of FRONT in generating superior grounded responses and highly supportive citations. With LLaMA-2-7B, the framework significantly outperforms all the baselines, achieving an average of 14.21% improvement in citation quality across all datasets, even surpassing ChatGPT.

📄 PDF Abstract BibTeX arXiv:2408.04568

Code (1)

luckyyysta/fine-grained-attribution 공식 구현 pytorch

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

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…

WebCiteS: Attributed Query-Focused Summarization on Chinese Web Search Results with Citations

2024-03-04 · Haolin Deng, Chang Wang, Xin Li, Dezhang Yuan 외

Enhancing the attribution in large language models (LLMs) is a crucial task. One feasible approach is to enable LLMs to cite external sources that support their generations. However, existing datasets and evaluation meth…

Query-focused Summarization

Ground Every Sentence: Improving Retrieval-Augmented LLMs with Interleaved Reference-Claim Generation

2024-07-01 · Sirui Xia, Xintao Wang, Jiaqing Liang, Yifei Zhang 외

Retrieval-Augmented Generation (RAG) has been widely adopted to enhance Large Language Models (LLMs) in knowledge-intensive tasks. Recently, Attributed Text Generation (ATG) has attracted growing attention, which provide…

Fact CheckingLong Form Question AnsweringQuestion AnsweringRAG+4

Attribute First, then Generate: Locally-attributable Grounded Text Generation

2024-03-25 · Aviv Slobodkin, Eran Hirsch, Arie Cattan, Tal Schuster 외

Recent efforts to address hallucinations in Large Language Models (LLMs) have focused on attributed text generation, which supplements generated texts with citations of supporting sources for post-generation fact-checkin…

AttributeDocument SummarizationFact CheckingFact Verification+5

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