SYNTHESIS NOTE
TopicsCognitive Models Latentthis note

Can latent thought vectors scale language models beyond parameters?

Explores whether explicit latent thought vectors with dual-rate learning create new scaling dimensions independent of model size. This matters because it suggests alternatives to simply building larger models.

Synthesis note · 2026-02-23 · sourced from Cognitive Models Latent

Latent-Thought Language Models (LTMs) propose a different scaling strategy than larger parameters or longer contexts: explicit latent thought vectors that follow a prior model in latent space and guide autoregressive token generation. This creates additional scaling dimensions — higher sample efficiency by increasing training compute per token, with further gains by trading model size for more inference steps.

Architecture. Latent thought vectors represent an abstract representation of the entire sequence, controlling the decoder's generation of each token. Training uses variational Bayes with a dual-rate process: fast learning of local variational parameters for the posterior distribution of latent vectors (adapting quickly to specific inputs) coupled with slow learning of global decoder parameters (gradually accumulating general knowledge).

Cognitive inspiration. The dual-rate scheme parallels established cognitive models:

Scaling properties. LTMs demonstrate superior sample and parameter efficiency compared to conventional autoregressive models and discrete diffusion models. They significantly outperform on validation perplexity and zero-shot language modeling. Emergent few-shot in-context reasoning capabilities scale with both model size and latent size — providing two independent scaling dimensions.

The connection to existing latent reasoning approaches is important but distinct. Can models reason without generating visible thinking tokens? describes depth-recurrent architectures that iterate in latent space at inference time. LTMs use latent vectors differently — as sequence-level abstractions that guide token generation rather than per-token iterative computation. The dual-rate learning provides a training-time mechanism that depth-recurrence does not.

The Titans parallel is also notable: Can neural memory modules scale language models beyond attention limits? separates fast attention (short-term) from slow memory (long-term). LTMs separate fast local adaptation from slow global learning. Both architectures implement the fast-slow cognitive distinction but at different levels — Titans for memory, LTMs for generation.

Inquiring lines that read this note 60

This note is a source for these research framings, grouped by the broader line of inquiry each explores. Scan the bold lines of inquiry; follow any specific question forward.

How does latent reasoning compare to verbalized chain-of-thought? When does architectural design matter more than raw model capacity? What articulatory information do speech signals carry that text cannot? What structural advantages do diffusion language models offer over autoregressive methods? Does model scaling alone produce compositional generalization without symbolic mechanisms? How do standardized protocols improve coordination in multi-agent systems? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? Do language model representations contain causally steerable task-specific features? How do multi-agent systems achieve genuine cooperation and reasoning? Why do continual learning scenarios trigger catastrophic forgetting and interference? Which computational strategies best support reasoning in language models? Do language models learn genuine linguistic structure or just surface patterns? Can next-token prediction alone produce genuine language understanding? How should dialogue recommender systems manage conversation history and state? Does parallel reasoning outperform sequential thinking under fixed compute budgets? Do language models develop causal world models or rely on statistical patterns? Is embodied interaction necessary for language meaning and genuine agency? How do training priors constrain what context information can override? Do base models contain latent reasoning that training can unlock? What critical LLM failures do standard benchmarks hide? What limits mechanistic interpretability's ability to characterize models? Why do reasoning models fail at systematic problem-solving and search? Do autonomous architecture discoveries follow predictable scaling laws? How do soft continuous representations explore multiple reasoning paths simultaneously? What capability tradeoffs emerge when scaling model reasoning abilities? How does example difficulty affect learning efficiency in language models? How does sequence length affect sparsity tolerance in models? What role does compression play in language model capability and generalization?

Related concepts in this collection 4

This note in its neighbourhood — explore the map, then jump to a related concept in the list below.

Concept map
16 direct connections · 140 in 2-hop network ·medium cluster Open in graph ↗

Click a node to walk · click center to open · click Open in graph to see this note in the full knowledge graph

your link semantically near linked from elsewhere

Related papers in this collection 8

Papers most semantically related to this note, ranked by cosine similarity in the embedding space.

Original note title

latent-thought language models introduce additional scaling dimensions beyond parameters by incorporating explicit latent thought vectors with dual-rate learning