paper-with-me

홈 › Papers

Steering Language Models Before They Speak: Logit-Level Interventions

2026-01-16 · Hyeseon An, Shinwoo Park, Hyundong Jin, Yo-Sub Han arxiv

Controllable generation requires language models to realize output characteristics such as reading level, politeness, and toxicity. Existing steering methods are often indirect, require access to internal activations, or depend on auxiliary trained models. We propose SWAI, a training-free inference-time method that addresses these limitations by steering directly in logit space using corpus-derived token statistics. SWAI computes z-normalized one-vs-rest log-odds scores from labeled corpora and biases high-scoring tokens only within the model's top-K candidate set, allowing control to favor target-characteristic tokens while preserving contextually plausible choices. Across readability, politeness, and toxicity control, SWAI consistently improves over prompt-based and prior logit-level baselines without modifying model parameters, accessing internal layers, or training an auxiliary model. Selectivity and lookup-table ablations show that the gains come from target-specific statistical scores rather than generic logit perturbation. These results indicate that effective steering does not require learned controllers when the logit intervention is guided by target-specific statistics under high-probability candidates.

📄 PDF Abstract BibTeX arXiv:2601.10960

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Overcoming State Inertia in Full-Duplex Spoken Language Models via Activation Steering

2026-06-09 · Cheng-Kuang Chang, Kai-Wei Chang, Alexander H. Liu, James Glass arxiv

Full-duplex spoken language models (FD-SLMs) enable seamless speech interaction by allowing models to listen and speak simultaneously, yet the internal mechanism by which they coordinate listening and speaking remains un…

Do Multilingual LLMs Think In English?

2025-02-21 · Lisa Schut, Yarin Gal, Sebastian Farquhar

Large language models (LLMs) have multilingual capabilities and can solve tasks across various languages. However, we show that current LLMs make key decisions in a representation space closest to English, regardless of …

CBMAS: Cognitive Behavioral Modeling via Activation Steering

2026-01-03 · Ahmed H. Ismail, Anthony Kuang, Ayo Akinkugbe, Kevin Zhu 외 arxiv

Large language models (LLMs) often encode cognitive behaviors unpredictably across prompts, layers, and contexts, making them difficult to diagnose and control. We present CBMAS, a diagnostic framework for continuous act…

Predicting Where Steering Vectors Succeed

2026-04-16 · Jayadev Billa arxiv

Steering vectors work for some concepts and layers but fail for others, and practitioners have no way to predict which setting applies before running an intervention. We introduce the Linear Accessibility Profile (LAP), …

OGLS-SD: On-Policy Self-Distillation with Outcome-Guided Logit Steering for LLM Reasoning

2026-05-12 · Yuxiao Yang, Xiaoyun Wang, Weitong Zhang arxiv

We study on-policy self-distillation (OPSD), where a language model improves its reasoning ability by distilling privileged teacher distributions along its own on-policy trajectories. Despite its promise, OPSD can suffer…

Mathematical Reasoning