paper-with-me

홈 › Papers

DEPN: Detecting and Editing Privacy Neurons in Pretrained Language Models

2023-10-31 · Xinwei Wu, Junzhuo Li, Minghui Xu, Weilong Dong, Shuangzhi Wu, Chao Bian, Deyi Xiong

Large language models pretrained on a huge amount of data capture rich knowledge and information in the training data. The ability of data memorization and regurgitation in pretrained language models, revealed in previous studies, brings the risk of data leakage. In order to effectively reduce these risks, we propose a framework DEPN to Detect and Edit Privacy Neurons in pretrained language models, partially inspired by knowledge neurons and model editing. In DEPN, we introduce a novel method, termed as privacy neuron detector, to locate neurons associated with private information, and then edit these detected privacy neurons by setting their activations to zero. Furthermore, we propose a privacy neuron aggregator dememorize private information in a batch processing manner. Experimental results show that our method can significantly and efficiently reduce the exposure of private data leakage without deteriorating the performance of the model. Additionally, we empirically demonstrate the relationship between model memorization and privacy neurons, from multiple perspectives, including model size, training time, prompts, privacy neuron distribution, illustrating the robustness of our approach.

📄 PDF Abstract BibTeX arXiv:2310.20138

Code (1)

flamewei123/DEPN 공식 구현 pytorch

Tasks

MemorizationModel Editing

Similar Papers 제목 키워드 기반

Neural Relation Extraction Within and Across Sentence Boundaries

2018-10-11 · Pankaj Gupta, Subburam Rajaram, Hinrich Schütze, Bernt Andrassy 외

Past work in relation extraction mostly focuses on binary relation between entity pairs within single sentence. Recently, the NLP community has gained interest in relation extraction in entity pairs spanning multiple sen…

RelationRelation ExtractionSentence

DynDepNet: Learning Time-Varying Dependency Structures from fMRI Data via Dynamic Graph Structure Learning

2022-09-27 · Alexander Campbell, Antonio Giuliano Zippo, Luca Passamonti, Nicola Toschi 외

Graph neural networks (GNNs) have demonstrated success in learning representations of brain graphs derived from functional magnetic resonance imaging (fMRI) data. However, existing GNN methods assume brain graphs are sta…

Functional ConnectivityGraph structure learning

DepNeCTI: Dependency-based Nested Compound Type Identification for Sanskrit

2023-10-14 · Jivnesh Sandhan, Yaswanth Narsupalli, Sreevatsa Muppirala, Sriram Krishnan 외

Multi-component compounding is a prevalent phenomenon in Sanskrit, and understanding the implicit structure of a compound's components is crucial for deciphering its meaning. Earlier approaches in Sanskrit have focused o…

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNested Named Entity Recognition

Edit Less, Achieve More: Dynamic Sparse Neuron Masking for Lifelong Knowledge Editing in LLMs

2025-10-25 · Jinzhe Liu, Junshu Sun, Shufan Shen, Chenxue Yang 외 arxiv

Lifelong knowledge editing enables continuous, precise updates to outdated knowledge in large language models (LLMs) without computationally expensive full retraining. However, existing methods often accumulate errors th…

knowledge editing

Neural Gate: Mitigating Privacy Risks in LVLMs via Neuron-Level Gradient Gating

2026-03-13 · Xiangkui Cao, Jie Zhang, Meina Kan, Shiguang Shan 외 arxiv

Large Vision-Language Models (LVLMs) have shown remarkable potential across a wide array of vision-language tasks, leading to their adoption in critical domains such as finance and healthcare. However, their growing depl…