SYNTHESIS NOTE
Reasoning, Retrieval, and Evaluation Training, RL, and Test-Time Scaling

What alignment data structure best trains reasoning generalists?

Explores whether preference trees—with diverse reasoning chains, multi-turn critique loops, and pairwise contrasts—offer a structured way to build alignment datasets that improve open-model reasoning across domains.

Synthesis note · 2026-06-03 · sourced from Reasoning Methods CoT ToT

Open models lag proprietary ones at all-around reasoning, and Eurus argues the gap is primarily about data and preference-learning technique, not architecture. Its contribution is ULTRAINTERACT, an alignment dataset structured as a preference tree for each instruction: (1) reasoning chains with diverse planning strategies in a unified format, (2) multi-turn interaction trajectories with the environment and a critique, and (3) pairwise data to enable preference learning. Trained on it, Eurus-70B beats GPT-3.5 Turbo across 12 reasoning tests and substantially outperforms open models on hard benchmarks (LeetCode, TheoremQA).

The keeper is the data structure as the lever: a preference tree captures not just correct solutions but the branching of strategies, the interaction-and-critique loop, and the pairwise contrasts that preference learning needs — so one dataset serves both SFT and preference optimization, and the tree shape is what carries the "how to reason well" signal.

This connects the vault's reasoning-data and preference-learning threads. The tree-of-strategies plus pairwise contrasts is a structured-data complement to method-side findings like When does RL actually extend reasoning beyond pretraining? (data targeting matters) and the diversity emphasis in What limits reasoning capability beyond math and code?.

Inquiring lines that use this note as a source 2

This note is a source for these synthesized inquiries. Follow a line forward into its question, or open it to trace back to all of its sources.

Related concepts in this collection 2

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

Concept map
14 direct connections · 122 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

preference trees with diverse chains multi-turn critique and pairwise data are the alignment data that makes reasoning generalists