paper-with-me

Papers

Confidence Matters: Revisiting Intrinsic Self-Correction Capabilities of Large Language Models

2024-02-19 · Loka Li, Zhenhao Chen, Guangyi Chen, Yixuan Zhang, Yusheng Su, Eric Xing, Kun Zhang

The recent success of Large Language Models (LLMs) has catalyzed an increasing interest in their self-correction capabilities. This paper presents a comprehensive investigation into the intrinsic self-correction of LLMs, attempting to address the ongoing debate about its feasibility. Our research has identified an important latent factor - the "confidence" of LLMs - during the self-correction process. Overlooking this factor may cause the models to over-criticize themselves, resulting in unreliable conclusions regarding the efficacy of self-correction. We have experimentally observed that LLMs possess the capability to understand the "confidence" in their own responses. It motivates us to develop an "If-or-Else" (IoE) prompting framework, designed to guide LLMs in assessing their own "confidence", facilitating intrinsic self-corrections. We conduct extensive experiments and demonstrate that our IoE-based Prompt can achieve a consistent improvement regarding the accuracy of self-corrected responses over the initial answers. Our study not only sheds light on the underlying factors affecting self-correction in LLMs, but also introduces a practical framework that utilizes the IoE prompting principle to efficiently improve self-correction capabilities with "confidence". The code is available at https://github.com/MBZUAI-CLeaR/IoE-Prompting.git.

📄 PDF Abstract BibTeX arXiv:2402.12563

Code (1)

mbzuai-clear/ioe-prompting 공식 구현

Similar Papers 제목 키워드 기반

When Does Intrinsic Self-Correction Help? A Task-Sensitive Analysis

2026-06-22 · Elroy Stav, Dvir Berlowitz, Maayan Orner, Sarit Kraus arxiv

Intrinsic self-correction (SC) aims to improve large language model outputs by prompting a model to revisit its own initial answer without external feedback. Recent studies have questioned the reliability of this approac…

On the Intrinsic Self-Correction Capability of LLMs: Uncertainty and Latent Concept

2024-06-04 · Guangliang Liu, Haitao Mao, Bochuan Cao, Zhiyu Xue 외

Large Language Models (LLMs) are able to improve their responses when instructed to do so, a capability known as self-correction. When instructions provide only the task's goal without specific details about potential is…

Question AnsweringSafety Alignment

Large Language Models have Intrinsic Self-Correction Ability

2024-06-21 · Dancheng Liu, Amir Nassereldine, Ziming Yang, Chenhui Xu 외

Large language models (LLMs) have attracted significant attention for their exceptional abilities in various natural language processing tasks, but they suffer from hallucinations that will cause performance degradation.…

ReVISE: Learning to Refine at Test-Time via Intrinsic Self-Verification

2025-02-20 · Hyunseok Lee, Seunghyuk Oh, Jaehyung Kim, Jinwoo Shin 외

Self-awareness, i.e., the ability to assess and correct one's own generation, is a fundamental aspect of human intelligence, making its replication in large language models (LLMs) an important yet challenging task. Previ…

Understanding the Dark Side of LLMs' Intrinsic Self-Correction

2024-12-19 · Qingjie Zhang, Han Qiu, Di Wang, Haoting Qian 외

Intrinsic self-correction was proposed to improve LLMs' responses via feedback prompts solely based on their inherent capability. However, recent works show that LLMs' intrinsic self-correction fails without oracle label…