SynthWorlds: Controlled Parallel Worlds for Disentangling Reasoning and Knowledge in Language Models
Ken Gu, Advait Bhat, Mike A Merrill, Robert West, Xin Liu, Daniel McDuff, Tim Althoff
TL;DR
SynthWorlds provides a scalable, automatic framework to disentangle reasoning from parametric world knowledge in language models by constructing parallel real-mapped and synthetic-mapped corpora with identical structures. It introduces two reasoning-rich, parallel tasks—multi-hop QA and page navigation—and demonstrates that a persistent knowledge advantage gap remains even with retrieval augmentation and reasoning integration. The framework enables precise measurement of how much parametric knowledge contributes to task performance and offers a controlled environment to compare different knowledge acquisition and integration strategies. Findings highlight opportunities to improve knowledge grounding and reasoning in novel environments, establishing SynthWorlds as a valuable testbed for robust, generalizable LM systems.
Abstract
Evaluating the reasoning ability of language models (LMs) is complicated by their extensive parametric world knowledge, where benchmark performance often reflects factual recall rather than genuine reasoning. Existing datasets and approaches (e.g., temporal filtering, paraphrasing, adversarial substitution) cannot cleanly separate the two. We present SynthWorlds, a framework that disentangles task reasoning complexity from factual knowledge. In SynthWorlds, we construct parallel corpora representing two worlds with identical interconnected structure: a real-mapped world, where models may exploit parametric knowledge, and a synthetic-mapped world, where such knowledge is meaningless. On top of these corpora, we design two mirrored tasks as case studies: multi-hop question answering and page navigation, which maintain equal reasoning difficulty across worlds. Experiments in parametric-only (e.g., closed-book QA) and knowledge-augmented (e.g., retrieval-augmented) LM settings reveal a persistent knowledge advantage gap, defined as the performance boost models gain from memorized parametric world knowledge. Knowledge acquisition and integration mechanisms reduce but do not eliminate this gap, highlighting opportunities for system improvements. Fully automatic and scalable, SynthWorlds provides a controlled environment for evaluating LMs in ways that were previously challenging, enabling precise and testable comparisons of reasoning and memorization.
