paper-with-me

홈 › Papers

Knowledge Sanitization of Large Language Models

2023-09-21 · Yoichi Ishibashi, Hidetoshi Shimodaira

We explore a knowledge sanitization approach to mitigate the privacy concerns associated with large language models (LLMs). LLMs trained on a large corpus of Web data can memorize and potentially reveal sensitive or confidential information, raising critical security concerns. Our technique efficiently fine-tunes these models using the Low-Rank Adaptation (LoRA) method, prompting them to generate harmless responses such as ``I don't know'' when queried about specific information. Experimental results in a closed-book question-answering task show that our straightforward method not only minimizes particular knowledge leakage but also preserves the overall performance of LLMs. These two advantages strengthen the defense against extraction attacks and reduces the emission of harmful content such as hallucinations.

📄 PDF Abstract BibTeX arXiv:2309.11852

Code (1)

yoichi1484/knowledge-sanitization 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Differential Privacy for Text Analytics via Natural Text Sanitization

2021-06-02 · Findings (ACL) 2021 8 · Xiang Yue, Minxin Du, Tianhao Wang, Yaliang Li 외

Texts convey sophisticated knowledge. However, texts also convey sensitive information. Despite the success of general-purpose language models and domain-specific mechanisms with differential privacy (DP), existing text …

Language ModelingLanguage ModellingPrivacy Preserving

Neural Multi-task Text Normalization and Sanitization with Pointer-Generator

2020-07-01 · WS 2020 7 · Hoang Nguyen, S Cavallari, ro

Text normalization and sanitization are intrinsic components of Natural Language Inferences. In Information Retrieval or Dialogue Generation, normalization of user queries or utterances enhances linguistic understanding …

Dialogue GenerationInformation RetrievalRetrievalText Generation+1

SAGE: Retain-Aware Post-Hoc Sanitization of Final Unlearning Vector

2026-06-16 · Jingyuan Zhang, Yucheng Bai, Peixi Wen, Zhehao Huang 외 arxiv

Large Language Model (LLM) unlearning aims to remove undesirable knowledge or behaviors while preserving retained capabilities. Current unlearning methods all involve a trade-off between unlearning and retention. We have…

The Empirical Impact of Data Sanitization on Language Models

2024-11-08 · Anwesan Pal, Radhika Bhargava, Kyle Hinsz, Jacques Esterhuizen 외

Data sanitization in the context of language modeling involves identifying sensitive content, such as personally identifiable information (PII), and redacting them from a dataset corpus. It is a common practice used in n…

Language ModelingLanguage ModellingQuestion AnsweringSentiment Analysis+2

Preempting Text Sanitization Utility in Resource-Constrained Privacy-Preserving LLM Interactions

2024-11-18 · Robin Carpentier, Benjamin Zi Hao Zhao, Hassan Jameel Asghar, Dali Kaafar

Interactions with online Large Language Models raise privacy issues where providers can gather sensitive information about users and their companies from the prompts. While textual prompts can be sanitized using Differen…

Language ModelingLanguage ModellingPrivacy PreservingSmall Language Model