paper-with-me

Papers

Critic-Guided Decoding for Controlled Text Generation

2022-12-21 · Minbeom Kim, Hwanhee Lee, Kang Min Yoo, Joonsuk Park, Hwaran Lee, Kyomin Jung

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.

📄 PDF Abstract BibTeX arXiv:2212.10938

Code (1)

minbeomkim/CriticControl pytorch

Tasks

Language ModelingLanguage Modellingreinforcement-learningReinforcement LearningReinforcement Learning (RL)Text Generation

Similar Papers 제목 키워드 기반

Controlled LLM Decoding via Discrete Auto-regressive Biasing

2025-02-06 · Patrick Pynadath, Ruqi Zhang

Controlled text generation allows for enforcing user-defined constraints on large language model outputs, an increasingly important field as LLMs become more prevalent in everyday life. One common approach uses energy-ba…

Large Language ModelText Generation

PPL-MCTS: Constrained Textual Generation Through Discriminator-Guided MCTS Decoding

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Large language models (LM) based on Transformers allow to generate plausible long texts. In this paper, we explore how this generation can be further controlled at decoding time to satisfy certain constraints (eg. being …

Language ModellingRe-Ranking

PPL-MCTS: Constrained Textual Generation Through Discriminator-Guided MCTS Decoding

2021-09-28 · NAACL 2022 7 · Antoine Chaffin, Vincent Claveau, Ewa Kijak

Large language models (LM) based on Transformers allow to generate plausible long texts. In this paper, we explore how this generation can be further controlled at decoding time to satisfy certain constraints (e.g. being…

Language ModellingRe-Ranking

Guided by the Plan: Enhancing Faithful Autoregressive Text-to-Audio Generation with Guided Decoding

2026-01-18 · Juncheng Wang, Zhe Hu, Chao Xu, Siyue Ren 외 arxiv

Autoregressive (AR) models excel at generating temporally coherent audio by producing tokens sequentially, yet they often falter in faithfully following complex textual prompts, especially those describing complex sound …

Audio Generation

Don't throw away your value model! Generating more preferable text with Value-Guided Monte-Carlo Tree Search decoding

2023-09-26 · Jiacheng Liu, Andrew Cohen, Ramakanth Pasunuru, Yejin Choi 외

Inference-time search algorithms such as Monte-Carlo Tree Search (MCTS) may seem unnecessary when generating natural language text based on state-of-the-art reinforcement learning such as Proximal Policy Optimization (PP…

Text Generation