paper-with-me

Papers

Source-Aware Training Enables Knowledge Attribution in Language Models

2024-04-01 · Muhammad Khalifa, David Wadden, Emma Strubell, Honglak Lee, Lu Wang, Iz Beltagy, Hao Peng

Large language models (LLMs) learn a vast amount of knowledge during pretraining, but they are often oblivious to the source(s) of such knowledge. We investigate the problem of intrinsic source citation, where LLMs are required to cite the pretraining source supporting a generated response. Intrinsic source citation can enhance LLM transparency, interpretability, and verifiability. To give LLMs such ability, we explore source-aware training -- a recipe that involves (i) training the LLM to associate unique source document identifiers with the knowledge in each document, followed by (ii) an instruction-tuning stage to teach the LLM to cite a supporting pretraining source when prompted. Source-aware training borrows from existing pretraining/fine-tuning frameworks and requires minimal changes to the model architecture or implementation. Through experiments on synthetic data, we demonstrate that our training recipe can enable faithful attribution to the pretraining data without a substantial impact on the model's perplexity compared to standard pretraining. Our findings also highlight the importance of pretraining data augmentation in achieving attribution. Code and data available here: \url{https://github.com/mukhal/intrinsic-source-citation}

📄 PDF Abstract BibTeX arXiv:2404.01019

Code (1)

mukhal/intrinsic-source-citation 공식 구현 jax

Tasks

Data Augmentation

Similar Papers 제목 키워드 기반

SMA: Who Said That? Auditing Membership Leakage in Semi-Black-box RAG Controlling

2025-08-12 · Shixuan Sun, Siyuan Liang, Ruoyu Chen, Jianjie Huang 외 arxiv

Retrieval-Augmented Generation (RAG) and its Multimodal Retrieval-Augmented Generation (MRAG) significantly improve the knowledge coverage and contextual understanding of Large Language Models (LLMs) by introducing exter…

Image Retrieval

Towards Verifiable Generation: A Benchmark for Knowledge-aware Language Model Attribution

2023-10-09 · Xinze Li, Yixin Cao, Liangming Pan, Yubo Ma 외

Although achieving great success, Large Language Models (LLMs) usually suffer from unreliable hallucinations. Although language attribution can be a potential solution, there are no suitable benchmarks and evaluation met…

AttributeLanguage ModelingLanguage ModellingQuestion Generation+2

A Database of Attribution Relations

2012-05-01 · LREC 2012 5 · Silvia Pareti

The importance of attribution is becoming evident due to its relevance in particular for Opinion Analysis and Information Extraction applications. Attribution would allow to identify different perspectives on a given top…

Information RetrievalSentiment Analysis

Proto-LeakNet: Towards Signal-Leak Aware Attribution in Synthetic Human Face Imagery

2025-11-06 · Claudio Giusti, Luca Guarnera, Sebastiano Battiato arxiv

The growing sophistication of synthetic image and deepfake generation models has turned source attribution and authenticity verification into a critical challenge for modern computer vision systems. Recent studies sugges…

TVE: Learning Meta-attribution for Transferable Vision Explainer

2023-12-23 · Guanchu Wang, Yu-Neng Chuang, Fan Yang, Mengnan Du 외

Explainable machine learning significantly improves the transparency of deep neural networks. However, existing work is constrained to explaining the behavior of individual model predictions, and lacks the ability to tra…