Structure Enables Effective Self-Localization of Errors in LLMs
Ankur Samanta, Akshayaa Magesh, Ayush Jain, Kavosh Asadi, Youliang Yu, Daniel Jiang, Boris Vidolov, Kaveh Hassani, Paul Sajda, Jalaj Bhandari, Yonathan Efroni
TL;DR
The paper investigates whether LLMs can explicitly localize errors in their own reasoning to enable self-correction. It introduces Thought-ICS and the Thought MDP, which structure reasoning into discrete thoughts and use verification, localization, and resampling to backtrack and revise incorrect steps. Under oracle verification, Thought-ICS achieves a 20-40% lift over unstructured baselines, with larger models showing stronger localization and correction performance. In autonomous settings, Thought-ICS-A demonstrates net positive correction lift when combined with confidence safeguards, though self-verification remains a key bottleneck. The work highlights the practical potential of structured thinking for robust self-correction while acknowledging limitations and directions for improving verification reliability and scalability.
Abstract
Self-correction in language models remains elusive. In this work, we explore whether language models can explicitly localize errors in incorrect reasoning, as a path toward building AI systems that can effectively correct themselves. We introduce a prompting method that structures reasoning as discrete, semantically coherent thought steps, and show that models are able to reliably localize errors within this structure, while failing to do so in conventional, unstructured chain-of-thought reasoning. Motivated by how the human brain monitors errors at discrete decision points and resamples alternatives, we introduce Iterative Correction Sampling of Thoughts (Thought-ICS), a self-correction framework. Thought-ICS iteratively prompts the model to generate reasoning one discrete and complete thought at a time--where each thought represents a deliberate decision by the model--creating natural boundaries for precise error localization. Upon verification, the model localizes the first erroneous step, and the system backtracks to generate alternative reasoning from the last correct point. When asked to correct reasoning verified as incorrect by an oracle, Thought-ICS achieves 20-40% self-correction lift. In a completely autonomous setting without external verification, it outperforms contemporary self-correction baselines.
