The Weight of Silence: A Causal Case for Weights Over the Scratchpad in Latent Chess Reasoning

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Research Methodology & Innovation · Depth: Expert, extended

Summary

A study on latent reasoning in language models, specifically a chess-playing model, challenges the assumption that continuous thoughts function as an active inference-time scratchpad. Researchers trained a model through a staged latent-reasoning curriculum followed by reinforcement learning (RL), observing legality climb monotonically to 61% from a 48% pre-RL baseline, while checkmate confabulation was entirely eliminated. A six-condition causal intervention suite, run before and after RL, revealed that substituting or adding random noise to latent thought vectors left performance unchanged, and ablating them caused only mild degradation. Only exact-zero vectors caused collapse, with legality falling to 1% pre-RL versus 9% post-RL. This indicates RL adds robustness to disruption, not reliance on thought content, suggesting latent reasoning primarily shapes model parameters during training, with improvements encoded in the weights themselves. Accuracy against Stockfish's top move remained flat at 9-10%.

Key takeaway

For AI Scientists and Machine Learning Engineers developing LLMs with latent reasoning, this research suggests that reinforcement learning primarily reshapes model weights for robustness, rather than teaching the model to actively consult its internal "thoughts" during inference. You should consider designing experiments that test how your model's parameters are altered by RL, particularly regarding resilience to internal state disruption, instead of solely focusing on interpreting latent representations as active scratchpads. This approach can lead to more reliable and less confabulated outputs in structured domains like chess.

Key insights

Latent reasoning primarily shapes model parameters during training, not serving as an active inference-time scratchpad.

Principles

Method

Train a latent-reasoning model with a staged curriculum, apply RLVR using GRPO, then evaluate with a six-condition causal intervention suite on latent thought vectors before and after RL.

In practice

Topics

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.