No Need For Explanations Llms Can Implicitly Learn From Mistakes In Context 2023 10 23
Captured source
source ↗No Need for Explanations: LLMs can implicitly learn from mistakes in-context North Mini Code. Cohere's first model for developers. Learn more
Feb 12, 2025 No Need for Explanations: LLMs can implicitly learn from mistakes in-context
read the paper
Authors
Lisa Alazraki, Maximilian Mozes, Jon Ander Campos, Tan Yi-Chern, Marek Rei, Max Bartolo
Abstract
Showing incorrect answers to Large Language Models (LLMs) is a popular strategy to improve their performance in reasoning-intensive tasks. It is widely assumed that, in order to be helpful, the incorrect answers must be accompanied by comprehensive rationales, explicitly detailing where the mistakes are and how to correct them. However, in this work we present a counterintuitive finding: we observe that LLMs perform better in math reasoning tasks when these rationales are eliminated from the context and models are left to infer on their own what makes an incorrect answer flawed. This approach also substantially outperforms chain-of-thought prompting in our evaluations. These results are consistent across LLMs of different sizes and varying reasoning abilities. To gain an understanding of why LLMs learn from mistakes more effectively without explicit corrective rationales, we perform a thorough analysis, investigating changes in context length and answer diversity between different prompting strategies, and their effect on performance. We also examine evidence of overfitting to the in-context rationales when these are provided, and study the extent to which LLMs are able to autonomously infer high-quality corrective rationales given only incorrect answers as input. We find evidence that, while incorrect answers are more beneficial for LLM learning than additional diverse correct answers, explicit corrective rationales over-constrain the model, thus limiting those benefits.
Language Reasoning
Related works
Research Findings of the WMT25 Multilingual Instruction Shared Task: Persistent Hurdles in Reasoning, Generation, and Evaluation
Read
Research EAGER: Entropy-Aware Generation for Adaptive Inference-Time Scaling
Read
Research No Need for Explanations: LLMs can implicitly learn from mistakes in-context
Read
Notability
notability 8.0/10Cohere research on LLM implicit mistake learning.