English

Critic-Guided Decoding for Controlled Text Generation

Computation and Language 2022-12-22 v1

Abstract

Steering language generation towards objectives or away from undesired content has been a long-standing goal in utilizing language models (LM). Recent work has demonstrated reinforcement learning and weighted decoding as effective approaches to achieve a higher level of language control and quality with pros and cons. In this work, we propose a novel critic decoding method for controlled language generation (CriticControl) that combines the strengths of reinforcement learning and weighted decoding. Specifically, we adopt the actor-critic framework to train an LM-steering critic from non-differentiable reward models. And similar to weighted decoding, our method freezes the language model and manipulates the output token distribution using called critic, improving training efficiency and stability. Evaluation of our method on three controlled generation tasks, namely topic control, sentiment control, and detoxification, shows that our approach generates more coherent and well-controlled texts than previous methods. In addition, CriticControl demonstrates superior generalization ability in zero-shot settings. Human evaluation studies also corroborate our findings.

Keywords

Cite

@article{arxiv.2212.10938,
  title  = {Critic-Guided Decoding for Controlled Text Generation},
  author = {Minbeom Kim and Hwanhee Lee and Kang Min Yoo and Joonsuk Park and Hwaran Lee and Kyomin Jung},
  journal= {arXiv preprint arXiv:2212.10938},
  year   = {2022}
}

Comments

11 pages, 6 figures

R2 v1 2026-06-28T07:46:37.206Z