paper-with-me

홈 › Papers

Direct Token Optimization: A Self-contained Approach to Large Language Model Unlearning

2025-09-30 · Hong kyu Lee, Ruixuan Liu, Li Xiong arxiv

Machine unlearning is an emerging technique that removes the influence of a subset of training data (forget set) from a model without full retraining, with applications including privacy protection, content moderation, and model correction. The key challenge lies in ensuring that the model completely forgets the knowledge of the forget set without compromising its overall utility. Existing unlearning methods for large language models (LLMs) often utilize auxiliary language models, retain datasets, or even commercial AI services for effective unlearning and maintaining the model utility. However, dependence on these external resources is often impractical and could potentially introduce additional privacy risks. In this work, we propose direct token optimization (DTO), a novel self-contained unlearning approach for LLMs that directly optimizes the token level objectives and eliminates the need for external resources. Given a sequence to unlearn, we identify two categories of tokens: target tokens, which capture critical knowledge for unlearning, and the remaining non-target tokens, which are crucial for maintaining the model utility. The former are used to optimize the unlearning objective, while the latter serve to preserve the model's performance. The experimental results show that the proposed DTO achieves up to 16.8$\times$ improvement in forget quality on several benchmark datasets than the latest baselines while maintaining a comparable level of model utility.

📄 PDF Abstract BibTeX arXiv:2510.00125

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

When to Commit? Towards Variable-Size Self-Contained Blocks for Discrete Diffusion Language Models

2026-04-27 · Danny Wang, Ruihong Qiu, Zi Huang arxiv

Discrete diffusion language models (dLLMs) enable parallel token updates with bidirectional attention, yet practical generation typically adopts blockwise semi-autoregressive decoding. This switch creates a training-infe…

The Self-Contained Negation Test Set

2024-08-21 · David Kletz, Pascal Amsili, Marie Candito

Several methodologies have recently been proposed to evaluate the ability of Pretrained Language Models (PLMs) to interpret negation. In this article, we build on Gubelmann and Handschuh (2022), which studies the modific…

NegationPosition

On the Diagram of Thought

2024-09-16 · Yifan Zhang, Yang Yuan, Andrew Chi-Chih Yao

Current large language models (LLMs) demonstrate impressive capabilities but struggle with complex, multi-step reasoning tasks. Existing methods often tackle this by requiring external control mechanisms or multi-model o…

Direct Reasoning Optimization: LLMs Can Reward And Refine Their Own Reasoning for Open-Ended Tasks

2025-06-16 · Yifei Xu, Tusher Chakraborty, Srinagesh Sharma, Leonardo Nunes 외

Recent advances in Large Language Models (LLMs) have showcased impressive reasoning abilities in structured tasks like mathematics and programming, largely driven by Reinforcement Learning with Verifiable Rewards (RLVR),…

FormMath

Pre-Compiled Pipeline Shards for Distributed LLM Inference on Intel AI PC Fleets

2026-08-19 · Tate Berenbaum, Muthaiah Venkatachalam arxiv

Modern Intel AI PCs ship capable integrated GPUs and NPUs with 16+ GB of unified memory, and they spend considerable time idle. That is not enough memory to fit a large model such as a 70B-parameter LLM. We show that a h…