paper-with-me

홈 › Papers

CIE: Controlling Language Model Text Generations Using Continuous Signals

2025-05-19 · Vinay Samuel, Harshita Diddee, Yiming Zhang, Daphne Ippolito

Aligning language models with user intent is becoming increasingly relevant to enhance user experience. This calls for designing methods that can allow users to control the properties of the language that LMs generate. For example, controlling the length of the generation, the complexity of the language that gets chosen, the sentiment, tone, etc. Most existing work attempts to integrate users' control by conditioning LM generations on natural language prompts or discrete control signals, which are often brittle and hard to scale. In this work, we are interested in \textit{continuous} control signals, ones that exist along a spectrum that can't easily be captured in a natural language prompt or via existing techniques in conditional generation. Through a case study in controlling the precise response-length of generations produced by LMs, we demonstrate how after fine-tuning, behaviors of language models can be controlled via continuous signals -- as vectors that are interpolated between a "low" and a "high" token embedding. Our method more reliably exerts response-length control than in-context learning methods or fine-tuning methods that represent the control signal as a discrete signal. Our full open-sourced code and datasets are available at https://github.com/vsamuel2003/CIE.

📄 PDF Abstract BibTeX arXiv:2505.13448

Code (1)

vsamuel2003/cie 공식 구현 pytorch

Tasks

continuous-controlContinuous ControlIn-Context LearningLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Diffusion-LM Improves Controllable Text Generation

2022-05-27 · Xiang Lisa Li, John Thickstun, Ishaan Gulrajani, Percy Liang 외

Controlling the behavior of language models (LMs) without re-training is a major open problem in natural language generation. While recent works have demonstrated successes on controlling simple sentence attributes (e.g.…

Language ModelingLanguage ModellingSentenceText Generation

Language Model Detoxification in Dialogue with Contextualized Stance Control

2023-01-25 · Jing Qian, Xifeng Yan

To reduce the toxic degeneration in a pretrained Language Model (LM), previous work on Language Model detoxification has focused on reducing the toxicity of the generation itself (self-toxicity) without consideration of …

Language ModelingLanguage ModellingResponse Generation

A Prototype of Reconfigurable Intelligent Surface with Continuous Control of the Reflection Phase

2021-05-25 · Romain Fara, Philippe Ratajczak, Dinh-Thuy Phan Huy, Abdelwaheb Ourir 외

With the development of the next generation of mobile networks, new research challenges have emerged, and new technologies have been proposed to face them. On the one hand, the reconfigurable intelligent surface (RIS) te…

continuous-controlContinuous Control

Geometric Latent Reasoning Induces Shorter Generations in LLMs

2026-06-01 · Shashi Kumar, Yacouba Kaloga, Petr Motlicek, Ina Kodrasi 외 arxiv

Large language models solve complex problems by generating lengthy chains of explicit reasoning tokens. While effective, this makes reasoning expensive, length-sensitive, and constrained to (discrete) natural language. W…

Mathematical Reasoning

Controlling Language Confusion in Multilingual LLMs

2025-05-25 · Nahyun Lee, Yeongseo Woo, Hyunwoo Ko, Guijin Son

Large language models often suffer from language confusion, a phenomenon where responses are partially or entirely generated in unintended languages. This can critically impact user experience in low-resource settings. W…