paper-with-me

Papers

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

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

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-checking and corrections. Yet, these citations often point to entire documents or paragraphs, burdening users with extensive verification work. In this paper, we introduce a locally-attributable text generation approach, prioritizing concise attributions. Our method, named "Attribute First, then Generate", breaks down the conventional end-to-end generation process into three intuitive steps: content selection, sentence planning, and sequential sentence generation. By initially identifying relevant source segments ("select first") and then conditioning the generation process on them ("then generate"), we ensure these segments also act as the output's fine-grained attributions ("select" becomes "attribute"). Tested on Multi-document Summarization and Long-form Question-answering, our method not only yields more concise citations than the baselines but also maintains - and in some cases enhances - both generation quality and attribution accuracy. Furthermore, it significantly reduces the time required for fact verification by human assessors.

📄 PDF Abstract BibTeX arXiv:2403.17104

Code (1)

lovodkin93/attribute-first-then-generate 공식 구현 pytorch

Tasks

AttributeDocument SummarizationFact CheckingFact VerificationLong Form Question AnsweringMulti-Document SummarizationQuestion AnsweringSentenceText Generation

Similar Papers 제목 키워드 기반

Evaluating Attribution in Dialogue Systems: The BEGIN Benchmark

2021-04-30 · Nouha Dziri, Hannah Rashkin, Tal Linzen, David Reitter

Knowledge-grounded dialogue systems powered by large language models often generate responses that, while fluent, are not attributable to a relevant source of information. Progress towards models that do not exhibit this…

Language ModellingNatural Language Inference

Think Before You Attribute: Improving the Performance of LLMs Attribution Systems

2025-05-19 · João Eduardo Batista, Emil Vatai, Mohamed Wahib

Large Language Models (LLMs) are increasingly applied in various science domains, yet their broader adoption remains constrained by a critical challenge: the lack of trustworthy, verifiable outputs. Current LLMs often ge…

AttributeRAGSentence

Adversarial Attack Attribution: Discovering Attributable Signals in Adversarial ML Attacks

2021-01-08 · Marissa Dotter, Sherry Xie, Keith Manville, Josh Harguess 외

Machine Learning (ML) models are known to be vulnerable to adversarial inputs and researchers have demonstrated that even production systems, such as self-driving cars and ML-as-a-service offerings, are susceptible. Thes…

Adversarial AttackAttributeSelf-Driving Cars

Shape-aware Generative Adversarial Networks for Attribute Transfer

2020-10-11 · Lei Luo, William Hsu, Shangxian Wang

Generative adversarial networks (GANs) have been successfully applied to transfer visual attributes in many domains, including that of human face images. This success is partly attributable to the facts that human faces …

AttributeImage-to-Image TranslationTransfer LearningTranslation

Localizing Factual Inconsistencies in Attributable Text Generation

2024-10-09 · Arie Cattan, Paul Roit, Shiyue Zhang, David Wan 외

There has been an increasing interest in detecting hallucinations in model-generated texts, both manually and automatically, at varying levels of granularity. However, most existing methods fail to precisely pinpoint the…

Text Generation