paper-with-me

홈 › Papers

Quark: Controllable Text Generation with Reinforced Unlearning

2022-05-26 · Ximing Lu, Sean Welleck, Jack Hessel, Liwei Jiang, Lianhui Qin, Peter West, Prithviraj Ammanabrolu, Yejin Choi

Large-scale language models often learn behaviors that are misaligned with user expectations. Generated text may contain offensive or toxic language, contain significant repetition, or be of a different sentiment than desired by the user. We consider the task of unlearning these misalignments by fine-tuning the language model on signals of what not to do. We introduce Quantized Reward Konditioning (Quark), an algorithm for optimizing a reward function that quantifies an (un)wanted property, while not straying too far from the original model. Quark alternates between (i) collecting samples with the current language model, (ii) sorting them into quantiles based on reward, with each quantile identified by a reward token prepended to the language model's input, and (iii) using a standard language modeling loss on samples from each quantile conditioned on its reward token, while remaining nearby the original language model via a KL-divergence penalty. By conditioning on a high-reward token at generation time, the model generates text that exhibits less of the unwanted property. For unlearning toxicity, negative sentiment, and repetition, our experiments show that Quark outperforms both strong baselines and state-of-the-art reinforcement learning methods like PPO (Schulman et al. 2017), while relying only on standard language modeling primitives.

📄 PDF Abstract BibTeX arXiv:2205.13636

Code (1)

gximinglu/quark 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingText Generation

Methods 이 논문이 사용한 방법론

Entropy Regularization 설명 없음
PPO Proximal Policy Optimization, or PPO, is a policy gradient method for reinforcement learning. The motivation was to have an algorithm with the data efficiency and reliable…

Similar Papers 제목 키워드 기반

ASRU: Activation Steering Meets Reinforcement Unlearning for Multimodal Large Language Models

2026-05-15 · Jiahui Guang, Haiyan Wang, Yingjie Zhu, Cuiyun Gao 외 arxiv

Multimodal large language models (MLLMs) may memorize sensitive cross-modal information during pretraining, making machine unlearning (MU) crucial. Existing methods typically evaluate unlearning effectiveness based on ou…

UNO: Unlearning via Orthogonalization in Generative models

2025-06-05 · Pinak Mandal, Georg A. Gottwald

As generative models become increasingly powerful and pervasive, the ability to unlearn specific data, whether due to privacy concerns, legal requirements, or the correction of harmful content, has become increasingly im…

Machine Unlearning for Class Removal through SISA-based Deep Neural Network Architectures

2026-04-30 · Ishrak Hamim Mahi, Siam Ferdous, Md Sakib Sadman Badhon, Nabid Hasan Omi 외 arxiv

The rapid proliferation of image generation models and other artificial intelligence (AI) systems has intensified concerns regarding data privacy and user consent. As the availability of public datasets declines, major t…

Image Generation

CAP: Controllable Alignment Prompting for Unlearning in LLMs

2026-04-23 · Zhaokun Wang, Jinyu Guo, Jingwen Pu, Hongli Pu 외 arxiv

Large language models (LLMs) trained on unfiltered corpora inherently risk retaining sensitive information, necessitating selective knowledge unlearning for regulatory compliance and ethical safety. However, existing par…

Reinforcement Learning

Unsupervised Controllable Text Formalization

2018-09-10 · Parag Jain, Abhijit Mishra, Amar Prakash Azad, Karthik Sankaranarayanan

We propose a novel framework for controllable natural language transformation. Realizing that the requirement of parallel corpus is practically unsustainable for controllable generation tasks, an unsupervised training sc…

Decoder