paper-with-me

Papers

LLMs cannot find reasoning errors, but can correct them given the error location

2023-11-14 · Gladys Tyen, Hassan Mansoor, Victor Cărbune, Peter Chen, Tony Mak

While self-correction has shown promise in improving LLM outputs in terms of style and quality (e.g. Chen et al., 2023b; Madaan et al., 2023), recent attempts to self-correct logical or reasoning errors often cause correct answers to become incorrect, resulting in worse performances overall (Huang et al., 2023). In this paper, we show that poor self-correction performance stems from LLMs' inability to find logical mistakes, rather than their ability to correct a known mistake. Firstly, we benchmark several state-of-the-art LLMs on their mistake-finding ability and demonstrate that they generally struggle with the task, even in highly objective, unambiguous cases. Secondly, we test the correction abilities of LLMs -- separately from mistake finding -- using a backtracking setup that feeds ground truth mistake location information to the model. We show that this boosts downstream task performance across our 5 reasoning tasks, indicating that LLMs' correction abilities are robust. Finally, we show that it is possible to obtain mistake location information without ground truth labels or in-domain training data. We train a small classifier with out-of-domain data, which exhibits stronger mistake-finding performance than prompting a large model. We release our dataset of LLM-generated logical mistakes, BIG-Bench Mistake, to enable further research into locating LLM reasoning mistakes.

📄 PDF Abstract BibTeX arXiv:2311.08516

Code (1)

whgtyen/big-bench-mistake 공식 구현

Similar Papers 제목 키워드 기반

Self-Correction Bench: Uncovering and Addressing the Self-Correction Blind Spot in Large Language Models

2025-07-03 · Ken Tsui arxiv

Although large language models (LLMs) have transformed AI, they still make mistakes and can explore unproductive reasoning paths. Self-correction capability is essential for deploying LLMs in safety-critical applications…

Reinforcement Learning

Obey, Diverge, Collapse: Blind Obedience to Incorrect Instructions Drives Code LLMs to Irrecoverable Code Semantic Collapse

2026-07-05 · Raj Jaiswal, Anany Singh Divy, Savar Bhasin, Adi Bajpai 외 arxiv

Code language models are now trusted collaborators in production workflows for debugging, refactoring, and iterative repair, and every benchmark that evaluates them assumes the instructions they act on are correct. We st…

LLMs cannot spot math errors, even when allowed to peek into the solution

2025-09-01 · KV Aditya Srivatsa, Kaushal Kumar Maurya, Ekaterina Kochmar arxiv

Large language models (LLMs) demonstrate remarkable performance on math word problems, yet they have been shown to struggle with meta-reasoning tasks such as identifying errors in student solutions. In this work, we inve…

Correct Chains, Wrong Answers: Dissociating Reasoning from Output in LLM Logic

2026-03-19 · Abinav Rao, Sujan Rachuri, Nikhil Vemuri arxiv

LLMs can execute every step of chain-of-thought reasoning correctly and still produce wrong final answers. We introduce the Novel Operator Test, a benchmark that separates operator logic from operator name, enabling rigo…

Multi-round, Chain-of-thought Post-editing for Unfaithful Summaries

2025-01-20 · Yi-Hui Lee, Xiangci Li, Jessica Ouyang

Recent large language models (LLMs) have demonstrated a remarkable ability to perform natural language understanding and generation tasks. In this work, we investigate the use of LLMs for evaluating faithfulness in news …

Natural Language UnderstandingNews Summarization