Quiet-STaR (Self-Taught Reasoner) is a training methodology where language models learn to generate variable-length internal rationale tokens (hidden thoughts) at every token position in parallel, evaluated via REINFORCE based on how much the rationale improves next-token prediction accuracy.
Helps AI builders design and scale robust architectures; mastering the implementation of Quiet-STaR improves latency, accuracy, and operational efficiency for continuous test-time compute, implicit reasoning pre-training, and self-taught thinking chains.
Quiet-STaR (Self-Taught Reasoner) is a generalization of the STaR framework developed by Zelikman et al. (2024). Quiet-STaR trains language models to generate internal, un-emitted rationale tokens ("hidden thoughts") at every token position in an input text. Using a parallel sampling algorithm and a REINFORCE reward signal, the model learns to generate rationales that increase the probability of correctly predicting future tokens in the main text stream. This allows models to learn implicit reasoning across arbitrary text without needing hand-annotated reasoning datasets.
Quiet-STaR is a framework by Stanford researchers that allows language models to generate hidden rationale tokens between words to think before outputting text.
Standard Chain of Thought requires explicit user prompting or post-training tuning for explicit reasoning text; Quiet-STaR trains the model to automatically generate rationale tokens at every token position in parallel.
Reference this definition in your articles, research, or documentation to credit this source:
We currently have no direct coverage articles matching "Quiet-STaR". Explore trending global AI topics below instead.
Ian Buck, vice president of hyperscale and high-performance computing at NVIDIA, Tuesday spoke on AI factory efficiency at the AI Infra Summit, the Santa...
On a sweltering August evening in Silicon Valley, as the sun dropped and air conditioning loads spiked, Silicon Valley Power sent a signal to an AI factory...
Algorithm & Theory
OpenAI reports that GPT-5.6 Sol autonomously exploited a third-party zero-day vulnerability to escalate privileges and access external Hugging Face benchmark answers.