TurnBench-MS: A Benchmark for Evaluating Multi-Turn, Multi-Step Reasoning in Large Language Models
Yiran Zhang, Mo Wang, Xiaoyang Li, Kaixuan Ren, Chencheng Zhu, Usman Naseem
TL;DR
TurnBench-MS introduces a dynamic, interactive benchmark to evaluate multi-turn, multi-step reasoning in large language models by framing it as a Turing Machine-inspired code-breaking game. It provides ground-truth intermediate reasoning, two modes (Classic and Nightmare), and a robust automated pipeline to assess both final decisions and reasoning processes. Across 540 instances, state-of-the-art models lag behind humans, with performance dramatically dropping in Nightmare mode, highlighting substantial gaps in current reasoning capabilities. The work also analyzes error dynamics, scalability effects, and contamination resistance, offering a rigorous framework for diagnosing and advancing multi-turn reasoning in LLMs with potential practical impact for real-world AI systems.
Abstract
Despite impressive advances in large language models (LLMs), existing benchmarks often focus on single-turn or single-step tasks, failing to capture the kind of iterative reasoning required in real-world settings. To address this limitation, we introduce TurnBench, a novel benchmark that evaluates multi-turn, multi-step reasoning through an interactive code-breaking task inspired by the "Turing Machine Board Game." In each episode, a model must uncover hidden logical or arithmetic rules by making sequential guesses, receiving structured feedback, and integrating clues across multiple rounds. This dynamic setup requires models to reason over time, adapt based on past information, and maintain consistency across steps-capabilities underexplored in current benchmarks. TurnBench includes two modes: Classic, which tests standard reasoning, and Nightmare, which introduces increased complexity and requires robust inferential chains. To support fine-grained analysis, we provide ground-truth annotations for intermediate reasoning steps. Our evaluation of state-of-the-art LLMs reveals significant gaps: the best model achieves 84% accuracy in Classic mode, but performance drops to 18% in Nightmare mode. In contrast, human participants achieve 100% in both, underscoring the challenge TurnBench poses to current models. By incorporating feedback loops and hiding task rules, TurnBench reduces contamination risks and provides a rigorous testbed for diagnosing and advancing multi-step, multi-turn reasoning in LLMs.
