paper-with-me

Papers

A Coin Flip Per Token: Bernoulli Sparse Steering of Large Language Models

2026-07-06 · Nima Eshraghi, Lovedeep Gondara, Yuqing Huang, Sagarika Suresh, Leizer Teran, Jithin Pradeep, Xiaotong Xu, Fanny Chevalier arxiv

Activation steering via sparse autoencoders (SAEs) enables behavioral control of large language models without task-specific fine-tuning, but standard methods apply the steering signal at every generated token, incurring constant per-token perturbation that risks degrading fluency. We ask: is dense intervention necessary? We introduce Stochastic Token Steering (STS), which gates each token independently with probability $p$, and Stochastic Block Steering (SBS), which gates a leading window once per sequence; neither requires a reward model or learned gating policy. Across two model families and two behavioral tasks, steering only 50% of the tokens recovers most of the dense-steering effect while preserving fluency, and steering as few as 30% surpasses prompt-based control. The optimal steering magnitude scales inversely with the intervention ratio, revealing that SAE-mediated control is rate-limited: the behavioral outcome depends on cumulative signal dosage across a sequence.

📄 PDF Abstract BibTeX arXiv:2607.05615

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Activation Scaling for Steering and Interpreting Language Models

2024-10-07 · Niklas Stoehr, Kevin Du, Vésteinn Snæbjarnarson, Robert West 외

Given the prompt "Rome is in", can we steer a language model to flip its prediction of an incorrect token "France" to a correct token "Italy" by only multiplying a few relevant activation vectors with scalars? We argue t…

Language ModelingLanguage Modelling

Synaptic Sampling of Neural Networks

2023-11-21 · James B. Aimone, William Severa, J. Darby Smith

Probabilistic artificial neural networks offer intriguing prospects for enabling the uncertainty of artificial intelligence methods to be described explicitly in their function; however, the development of techniques tha…

Flipping Against All Odds: Reducing LLM Coin Flip Bias via Verbalized Rejection Sampling

2025-06-11 · Tim Z. Xiao, Johannes Zenn, Zhen Liu, Weiyang Liu 외

Large language models (LLMs) can often accurately describe probability distributions using natural language, yet they still struggle to generate faithful samples from them. This mismatch limits their use in tasks requiri…

AllDecision MakingPrompt Engineering

Interpreting and Steering a Text-to-Speech Language Model with Sparse Autoencoders

2026-06-08 · Nikita Koriagin, Georgii Aparin, Nikita Balagansky, Daniil Gavrilov arxiv

Language models increasingly serve as the backbone of text-to-speech (TTS) systems, yet we understand little about the representations they build when text and generated speech tokens share a single residual stream. We t…

Bernoulli Embeddings for Graphs

2018-03-25 · Vinith Misra, Sumit Bhatia

Just as semantic hashing can accelerate information retrieval, binary valued embeddings can significantly reduce latency in the retrieval of graphical data. We introduce a simple but effective model for learning such bin…

Information RetrievalQuantizationRetrieval