Search papers, labs, and topics across Lattice.
The paper introduces Reasoning Core, a scalable procedural data generation suite for symbolic reasoning tasks including PDDL planning, first-order logic, context-free grammar parsing, causal reasoning, and equation solving. Reasoning Core leverages external solvers for verification and offers continuous difficulty control for curriculum learning, along with solver-derived reasoning traces for supervised training or verifiable reward functions for reinforcement learning. Experiments demonstrate that pre-training with Reasoning Core data enhances downstream reasoning abilities of language models without compromising language modeling performance, and that the generated tasks pose a challenge even to advanced models like GPT-5.
Forget finetuning, pre-train your LLM on procedurally generated, solver-verified symbolic reasoning data and watch its reasoning skills soar without sacrificing language modeling quality.
Training on verifiable symbolic data is a promising way to expand the reasoning frontier of language models beyond what standard pre-training corpora provide. Yet existing procedural generators often rely on fixed puzzles or templates and do not deliver the distributional breadth needed at scale. We introduce Reasoning Core, a scalable suite that procedurally generates verifiable symbolic reasoning data across core formal domains: PDDL planning over randomized domains, first-order logic with equality, context-free grammar parsing and generation, causal reasoning over random Bayesian networks, and systems of equations. Each task is paired with an external solver for rigorous verification and admits continuous difficulty control for curriculum design. Examples can optionally include solver-derived reasoning traces, enabling supervised training from the earliest pre-training stages, and the same interface provides verifiable reward functions for reinforcement learning. Our experiments show that mixing Reasoning Core data into pre-training improves downstream reasoning while preserving, or slightly improving, language modeling quality. Zero-shot evaluations confirm these tasks challenge frontier models such as GPT-5. The code and data are publicly available under the MIT license.