paper-with-me

Papers

Parameter-Efficient Token Embedding Editing for Clinical Class-Level Unlearning

2026-03-11 · Iyad Ait Hou, Shrenik Borad, Harsh Sharma, Pooja Srinivasan, Rebecca Hwa, Aya Zirikly arxiv

Machine unlearning is increasingly important for clinical language models, where privacy regulations and institutional policies may require removing sensitive information from deployed systems without retraining from scratch. In practice, deletion requests must balance effective forgetting of targeted information with preservation of model utility and minimal parameter modification. We introduce Sparse Token Embedding Unlearning (STEU), a parameter-efficient method for behavioral class-level unlearning that updates only PMI-selected token embeddings together with a small classifier head while keeping all encoder layers frozen. Across experiments on MIMIC-IV, MIMIC-III, and eICU using BioClinicalBERT, BERT-base, and DistilBERT, STEU consistently suppresses the target class while largely preserving retained task performance. In the primary MIMIC-IV setting, STEU achieves near-complete forgetting (forget F1 = 0.0004) while maintaining competitive retained utility (retain avg F1 = 0.4766) after modifying only 0.19\% of model parameters. These results suggest that targeted behavioral unlearning can be achieved through sparse embedding edits without modifying deeper encoder representations.

📄 PDF Abstract BibTeX arXiv:2603.19302

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

SWEA: Updating Factual Knowledge in Large Language Models via Subject Word Embedding Altering

2024-01-31 · Xiaopeng Li, Shasha Li, Shezheng Song, Huijun Liu 외

The general capabilities of large language models (LLMs) make them the infrastructure for various AI applications, but updating their inner knowledge requires significant resources. Recent model editing is a promising te…

Model EditingWord Embeddings

Compressing Sequences in the Latent Embedding Space: $K$-Token Merging for Large Language Models

2026-04-16 · Zihao Xu, John Harvill, Ziwei Fan, Yizhou Sun 외 arxiv

Large Language Models (LLMs) incur significant computational and memory costs when processing long prompts, as full self-attention scales quadratically with input length. Token compression aims to address this challenge …

SAEdit: Token-level control for continuous image editing via Sparse AutoEncoder

2025-10-06 · Ronen Kamenetsky, Sara Dorfman, Daniel Garibi, Roni Paiss 외 arxiv

Large-scale text-to-image diffusion models have become the backbone of modern image editing, yet text prompts alone do not offer adequate control over the editing process. Two properties are especially desirable: disenta…

Continuous ControlImage Editing

STEM: Scaling Transformers with Embedding Modules

2026-01-15 · Ranajoy Sadhukhan, Sheng Cao, Harry Dong, Changsheng Zhao 외 arxiv

Fine-grained sparsity promises higher parametric capacity without proportional per-token compute, but often suffers from training instability, load balancing, and communication overhead. We introduce STEM (Scaling Transf…

knowledge editing

Scaling Generative Foundation Models for Chest Radiography with Rectified Flow Transformers

2026-06-17 · Fabio De Sousa Ribeiro, Emma A. M. Stanley, Charles Jones, Tian Xia 외 arxiv

We introduce the first generative foundation model for chest radiograph synthesis trained from scratch at the billion-parameter scale. Existing radiographic AI models often suffer from poor generalisation across patient …