Latent Thoughts Tuning: Bridging Context and Reasoning with Fused Information in Latent Tokens
Abstract
Lay Summary
AI language models like the ones powering chatbots solve hard problems by writing out every reasoning step in plain text, much like a student showing their work. This is reliable but slow and wordy, and it forces the AI's thinking through the bottleneck of everyday language. We wanted to teach AI to think more like a person does internally, without verbalizing every step. Previous attempts at this "silent thinking" suffered a strange failure: the AI's internal thoughts tended to collapse into indistinguishable blobs, especially in larger models, which made the AI worse rather than better. Our method, Latent Thoughts Tuning, fixes this by building each silent thought from two ingredients: a summary of what the AI has been processing so far, and a hint of what it would most likely say out loud next. We also teach the AI to decide on its own when to think silently versus when to spell things out, based on how confident it feels. On standard math reasoning tests, this approach delivers more accurate answers while producing shorter responses. It is a step toward AI that can mix silent and spoken thought, the way humans naturally do.