paper-with-me

Papers

TRACE Back from the Future: A Probabilistic Reasoning Approach to Controllable Language Generation

2025-04-25 · Gwen Yidou Weng, Benjie Wang, Guy Van Den Broeck

As large language models (LMs) advance, there is an increasing need to control their outputs to align with human values (e.g., detoxification) or desired attributes (e.g., personalization, topic). However, autoregressive models focus on next-token predictions and struggle with global properties that require looking ahead. Existing solutions either tune or post-train LMs for each new attribute - expensive and inflexible - or approximate the Expected Attribute Probability (EAP) of future sequences by sampling or training, which is slow and unreliable for rare attributes. We introduce TRACE (Tractable Probabilistic Reasoning for Adaptable Controllable gEneration), a novel framework that efficiently computes EAP and adapts to new attributes through tractable probabilistic reasoning and lightweight control. TRACE distills a Hidden Markov Model (HMM) from an LM and pairs it with a small classifier to estimate attribute probabilities, enabling exact EAP computation over the HMM's predicted futures. This EAP is then used to reweigh the LM's next-token probabilities for globally compliant continuations. Empirically, TRACE achieves state-of-the-art results in detoxification with only 10% decoding overhead, adapts to 76 low-resource personalized LLMs within seconds, and seamlessly extends to composite attributes.

📄 PDF Abstract BibTeX arXiv:2504.18535

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeText Generation

Methods 이 논문이 사용한 방법론

Focus 설명 없음
ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

Extreme Low-Bit Inference in Reasoning Models: Failure Modes and Targeted Recovery

2026-06-01 · Ekaterina Alimaskina, Darya Rudas, Denis Shveykin, Gleb Molodtsov 외 arxiv

Large Reasoning Models (LRMs) rely on long reasoning traces, making inference expensive. While low-bit quantization reduces per-token decoding cost, we show that aggressive 2-bit inference can fail to deliver end-to-end …

MoBayes: A Modular Bayesian Framework for Separating Reasoning from Language in Conversational Clinical Decision Support

2026-04-21 · Yusuf Kesmen, Fay Elhassan, Jiayi Ma, Julien Stalhandske 외 arxiv

Large language models (LLMs) are increasingly used for conversational clinical decision support, yet they conflate next token prediction with probabilistic decision making. We argue that this conflation reflects an archi…

Decision Making

Understanding the Thinking Process of Reasoning Models: A Perspective from Schoenfeld's Episode Theory

2025-09-18 · Ming Li, Nan Zhang, Chenrui Fan, Hong Jiao 외 arxiv

While Large Reasoning Models (LRMs) generate extensive chain-of-thought reasoning, we lack a principled framework for understanding how these thoughts are structured. In this paper, we introduce a novel approach by apply…

From "Aha Moments" to Controllable Thinking: Toward Meta-Cognitive Reasoning in Large Reasoning Models via Decoupled Reasoning and Control

2025-08-06 · Rui Ha, Rui Pu, Chaozhuo Li, Li Sun 외 arxiv

Large Reasoning Models (LRMs) can exhibit step-by-step reasoning, reflection, and backtracking, but these behaviors are often unregulated, leading to overthinking. As a result, LRMs continue generating redundant reasonin…

A Reason-then-Describe Instruction Interpreter for Controllable Video Generation

2025-11-25 · Shengqiong Wu, Weicai Ye, Yuanxing Zhang, Jiahao Wang 외 arxiv

Diffusion Transformers have significantly improved video fidelity and temporal coherence, however, practical controllability remains limited. Concise, ambiguous, and compositionally complex user inputs contrast with the …

Video Generation