SYNTHESIS NOTE
TopicsReasoning Architecturesthis note

Why do trajectories matter more than individual examples for in-context learning?

Can language models learn new sequential decision-making tasks from context alone, and if so, what data properties make this possible? This explores why isolated state-action pairs fail where full trajectories succeed.

Synthesis note · 2026-02-22 · sourced from Reasoning Architectures

In-context learning for supervised tasks works by providing a few input-output examples. Naively applying this to sequential decision making (providing a few state-action pairs) fails to enable ICL of new tasks. The key finding: the context must contain full or partial trajectories from the same environment level as the query — not just isolated examples. This property is called trajectory burstiness.

Why the difference matters: In supervised learning, examples can be from different instances — the model learns the function mapping. In sequential decision making, the model must generalize from the same level/environment to handle the wide range of states it may encounter at deployment. A sparse set of state-action pairs doesn't cover the state space; full trajectories do.

Trajectory burstiness is the probability that a given input sequence contains at least two trajectories from the same level. When this property is present in pre-training data, the model acquires the capacity to learn new tasks from demonstrations at inference time without weight updates.

Additional factors that increase ICL performance:

Generalization scope demonstrated: Train/test tasks differ greatly — different states, actions, dynamics, and reward functions. The model generalizes from, e.g., platform games to maze navigation from a handful of expert demonstrations. This is substantially harder than prior work that generalizes across reward function variants of the same environment.

The implication for dataset construction: sequential decision-making ICL requires a data distribution property (trajectory burstiness) that standard language modeling data does not naturally contain. This is a data structural requirement, not just a scale requirement.

This connects to Does training data format shape reasoning strategy more than domain? — here the structural property is at the trajectory level rather than the reasoning step level, but the principle is the same: data structure determines capability.

Inquiring lines that read this note 46

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.

Do language models understand semantics or rely on pattern matching? How do training priors constrain what context information can override? What determines success in training models on multiple tasks? How do self-generated feedback mechanisms enable effective model learning? Why does reinforcement learning suppress output diversity compared to supervised fine-tuning? Can alternative training methods improve on supervised fine-tuning for language models? Do language models learn genuine linguistic structure or just surface patterns? What pretraining choices and baseline capability constrain reinforcement learning gains? How do multi-agent systems achieve genuine cooperation and reasoning? Do base models contain latent reasoning that training can unlock? Can prompting inject entirely new knowledge into language models? What memory architectures best support persistent reasoning across extended interactions? Should GUI agents use structured representations instead of raw pixels? What properties determine whether reward signals teach genuine reasoning? What limits mechanistic interpretability's ability to characterize models? How should dialogue recommender systems manage conversation history and state? Does decoupling planning from execution improve multi-step reasoning accuracy? How should retrieval systems optimize for multi-step reasoning during inference? Why do continual learning scenarios trigger catastrophic forgetting and interference? How does sequence length affect sparsity tolerance in models? Can self-supervised signals enable process supervision without human annotation? How should agents balance memory condensation to optimize context efficiency? Is model self-awareness based on genuine introspection or pattern matching? Does fine-tuning modify underlying model capabilities or only behavioral outputs? Does recurrence enable reasoning capabilities that fixed-depth transformers cannot achieve? How can AI agents autonomously learn and transfer skills across tasks? How do training data properties shape reasoning capability development? Do language models develop causal world models or rely on statistical patterns?

Related concepts in this collection 5

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

Concept map
17 direct connections · 179 in 2-hop network ·dense 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

trajectory burstiness — same-level trajectories in context — is required for in-context learning of sequential decision-making across new tasks