paper-with-me

홈 › Papers

The Value Axis: Language Models Encode Whether They're on the Right Track

2026-06-15 · Nick Jiang, Isaac Kauvar, Jack Lindsey arxiv

We investigate whether language models internally track the value of their current trajectory, defined as the likelihood that their ongoing strategy will achieve their goals. Using synthetic, in-context reinforcement learning data, we construct a "value" axis for Qwen3-8B. We find that activations along this axis distinguish between high vs. low verbalized confidence, rollouts without and with backtracking, and correct vs. corrupted code. Steering towards high value causally suppresses self-correction and reduces explanatory verbosity, while steering towards low value induces backtracking and exploration. We demonstrate that direct preference optimization (DPO) can increase the internal value of rewarded behaviors (e.g. use a certain word), causing the model to act more confidently after exhibiting them. Finally, we apply the value axis to study in-the-wild settings. For example, we find that Qwen assigns low value to politically sensitive chat queries after post-training and that supervised fine-tuning increases internal confidence within the training domain. Our results suggest that language models linearly encode an estimate of expected goal success that modulates their confidence in pursuing a direction.

📄 PDF Abstract BibTeX arXiv:2606.17056

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Geometric Scaling of Bayesian Inference in LLMs

2025-12-27 · Naman Agarwal, Siddhartha R. Dalal, Vishal Misra arxiv

Recent work has shown that small transformers trained in controlled "wind-tunnel'' settings can implement exact Bayesian inference, and that their training dynamics produce a geometric substrate -- low-dimensional value …

Bayesian Inference

Axis-Aligned Semantics for ODRL: Resolving Dimensional Ambiguity in Policy Constraints

2026-02-23 · Daham Mustafa, Diego Collarana, Sabrina Kirrane, Christoph Lange 외 arxiv

The Open Digital Rights Language (ODRL) represents policy constraints as triples of a left operand, an operator, and a value. Several spatial operands, however, range over multi-axis domains such as width, height, and de…

The Granularity Axis: A Micro-to-Macro Latent Direction for Social Roles in Language Models

2026-05-07 · Chonghan Qin, Xiachong Feng, Ziyun Song, Xiaocheng Feng 외 arxiv

Large language models (LLMs) are routinely prompted to take on social roles ranging from individuals to institutions, yet it remains unclear whether their internal representations encode the granularity of such roles, fr…

A Unified Representation Underlying the Judgment of Large Language Models

2025-10-31 · Yi-Long Lu, Jiajun Song, Wei Wang arxiv

A central architectural question for both biological and artificial intelligence is whether judgment relies on specialized modules or a unified, domain-general resource. While the discovery of decodable neural representa…

Probing Pre-Trained Language Models for Cross-Cultural Differences in Values

2022-03-25 · Arnav Arora, Lucie-Aimée Kaffee, Isabelle Augenstein

Language embeds information about social, cultural, and political values people hold. Prior work has explored social and potentially harmful biases encoded in Pre-Trained Language models (PTLMs). However, there has been …