菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-05-25
📄 Abstract - From Simulation to Enaction: Post-trained language models recognize and react to their own generations

Language models are pretrained as passive predictors with no incentive to model the consequences of their own outputs. Post-training changes this: a model producing its own responses can benefit from recognizing that it is on-policy. We present evidence that post-trained models recognize their on-policy generations, and this recognition is implicitly encoded in their output distributions. In particular, on-policy output distribution entropy is 3--4$\times$ lower than off-policy entropy, across model families and size classes. We trace part of this effect to an internal representation of input surprise, tracking the unlikeliness of the most recent input token according to the model's prior predictions, that causally modulates output entropy. One example of these phenomena can be observed in response to open-ended prompts; post-trained models (unlike pretrained models) collapse their uncertainty over the topic of their upcoming response before the first output token; violating this cached intention with a different-topic prefill results in higher output entropy. We also tested whether models can distinguish on-policy contexts from prefills via explicit verbal report. We find that they can, but that interestingly, this explicit recognition routes through a different mechanism than implicit recognition.

顶级标签: llm model evaluation behavior
详细标签: post-training on-policy generation output distribution entropy model self-awareness recognition mechanism 或 搜索:

从模拟到行动:后训练语言模型能够识别并回应自己的生成内容 / From Simulation to Enaction: Post-trained language models recognize and react to their own generations


1️⃣ 一句话总结

这篇论文发现,经过微调等后训练的语言模型(如对话机器人)能够从内部信号中识别出自己生成的文本,并在生成后续内容时表现得更加自信、不确定度更低,而这一能力在预训练模型中并不存在。

源自 arXiv: 2605.25459