paper-with-me

홈 › Papers

Source Attribution for Large Language Model-Generated Data

2023-10-01 · Jingtan Wang, Xinyang Lu, Zitong Zhao, Zhongxiang Dai, Chuan-Sheng Foo, See-Kiong Ng, Bryan Kian Hsiang Low

The impressive performances of Large Language Models (LLMs) and their immense potential for commercialization have given rise to serious concerns over the Intellectual Property (IP) of their training data. In particular, the synthetic texts generated by LLMs may infringe the IP of the data being used to train the LLMs. To this end, it is imperative to be able to perform source attribution by identifying the data provider who contributed to the generation of a synthetic text by an LLM. In this paper, we show that this problem can be tackled by watermarking, i.e., by enabling an LLM to generate synthetic texts with embedded watermarks that contain information about their source(s). We identify the key properties of such watermarking frameworks (e.g., source attribution accuracy, robustness against adversaries), and propose a source attribution framework that satisfies these key properties due to our algorithmic designs. Our framework enables an LLM to learn an accurate mapping from the generated texts to data providers, which sets the foundation for effective source attribution. Extensive empirical evaluations show that our framework achieves effective source attribution.

📄 PDF Abstract BibTeX arXiv:2310.00646

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingLarge Language Modelmodel

Similar Papers 제목 키워드 기반

Neural Authorship Attribution: Stylometric Analysis on Large Language Models

2023-08-14 · Tharindu Kumarage, Huan Liu

Large language models (LLMs) such as GPT-4, PaLM, and Llama have significantly propelled the generation of AI-crafted text. With rising concerns about their potential misuse, there is a pressing need for AI-generated-tex…

Authorship AttributionLanguage ModelingLanguage ModellingMisinformation

Evaluation of Attribution Bias in Retrieval-Augmented Large Language Models

2024-10-16 · Amin Abolghasemi, Leif Azzopardi, Seyyed Hadi Hashemi, Maarten de Rijke 외

Attributing answers to source documents is an approach used to enhance the verifiability of a model's output in retrieval augmented generation (RAG). Prior work has mainly focused on improving and evaluating the attribut…

AttributecounterfactualRAGRetrieval+2

Code Fingerprints: Disentangled Attribution of LLM-Generated Code

2026-03-04 · Jiaxun Guo, Ziyuan Yang, Mengyu Sun, Hui Wang 외 arxiv

The rapid adoption of Large Language Models (LLMs) has transformed modern software development by enabling automated code generation at scale. While these systems improve productivity, they introduce new challenges for s…

Contrastive LearningCode Generation

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

Enhancing Answer Attribution for Faithful Text Generation with Large Language Models

2024-10-22 · Juraj Vladika, Luca Mülln, Florian Matthes

The increasing popularity of Large Language Models (LLMs) in recent years has changed the way users interact with and pose questions to AI-based conversational systems. An essential aspect for increasing the trustworthin…

RetrievalText Generation