paper-with-me

Papers

Simplicity Prevails: Rethinking Negative Preference Optimization for LLM Unlearning

2024-10-09 · Chongyu Fan, Jiancheng Liu, Licong Lin, Jinghan Jia, Ruiqi Zhang, Song Mei, Sijia Liu

In this work, we address the problem of large language model (LLM) unlearning, aiming to remove unwanted data influences and associated model capabilities (e.g., copyrighted data or harmful content generation) while preserving essential model utilities, without the need for retraining from scratch. Despite the growing need for LLM unlearning, a principled optimization framework remains lacking. To this end, we revisit the state-of-the-art approach, negative preference optimization (NPO), and identify the issue of reference model bias, which could undermine NPO's effectiveness, particularly when unlearning forget data of varying difficulty. Given that, we propose a simple yet effective unlearning optimization framework, called SimNPO, showing that 'simplicity' in removing the reliance on a reference model (through the lens of simple preference optimization) benefits unlearning. We also provide deeper insights into SimNPO's advantages, supported by analysis using mixtures of Markov chains. Furthermore, we present extensive experiments validating SimNPO's superiority over existing unlearning baselines in benchmarks like TOFU and MUSE, and robustness against relearning attacks. Codes are available at https://github.com/OPTML-Group/Unlearn-Simple.

📄 PDF Abstract BibTeX arXiv:2410.07163

Code (2)

OPTML-Group/Unlearn-Simple 공식 구현 pytorch
optml-group/unlearn-smooth pytorch

Tasks

Language ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Identify the Issue 설명 없음
Tofu 설명 없음

Similar Papers 제목 키워드 기반

Rethinking Preference Alignment for Diffusion Models with Classifier-Free Guidance

2026-02-21 · Zhou Jiang, Yandong Wen, Zhen Liu arxiv

Aligning large-scale text-to-image diffusion models with nuanced human preferences remains challenging. While direct preference optimization (DPO) is simple and effective, large-scale finetuning often shows a generalizat…

Moral Machine or Tyranny of the Majority?

2023-05-27 · Michael Feffer, Hoda Heidari, Zachary C. Lipton

With Artificial Intelligence systems increasingly applied in consequential domains, researchers have begun to ask how these systems ought to act in ethically charged situations where even humans lack consensus. In the Mo…

Autonomous VehiclesFairness

Simplicity Prevails: The Emergence of Generalizable AIGI Detection in Visual Foundation Models

2026-02-02 · Yue Zhou, Xinan He, Kaiqing Lin, Bing Fan 외 arxiv

While specialized detectors for AI-Generated Images (AIGI) achieve near-perfect accuracy on curated benchmarks, they suffer from a dramatic performance collapse in realistic, in-the-wild scenarios. In this work, we demon…

Self-Supervised Learning

DynamicPO: Dynamic Preference Optimization for Recommendation

2026-05-01 · Xingyu Hu, Kai Zhang, Jiancan Wu, Shuli Wang 외 arxiv

In large language model (LLM)-based recommendation systems, direct preference optimization (DPO) effectively aligns recommendations with user preferences, requiring multi-negative objective functions to leverage abundant…

Recommendation Systems

Sharpness-Aware Minimization in Logit Space Efficiently Enhances Direct Preference Optimization

2026-03-18 · Haocheng Luo, Zehang Deng, Thanh-Toan Do, Mehrtash Harandi 외 arxiv

Direct Preference Optimization (DPO) has emerged as a popular algorithm for aligning pretrained large language models with human preferences, owing to its simplicity and training stability. However, DPO suffers from the …