paper-with-me

홈 › Papers

When Hindsight is Not 20/20: Testing Limits on Reflective Thinking in Large Language Models

2024-04-14 · Yanhong Li, Chenghao Yang, Allyson Ettinger

Recent studies suggest that self-reflective prompting can significantly enhance the reasoning capabilities of Large Language Models (LLMs). However, the use of external feedback as a stop criterion raises doubts about the true extent of LLMs' ability to emulate human-like self-reflection. In this paper, we set out to clarify these capabilities under a more stringent evaluation setting in which we disallow any kind of external feedback. Our findings under this setting show a split: while self-reflection enhances performance in TruthfulQA, it adversely affects results in HotpotQA. We conduct follow-up analyses to clarify the contributing factors in these patterns, and find that the influence of self-reflection is impacted both by reliability of accuracy in models' initial responses, and by overall question difficulty: specifically, self-reflection shows the most benefit when models are less likely to be correct initially, and when overall question difficulty is higher. We also find that self-reflection reduces tendency toward majority voting. Based on our findings, we propose guidelines for decisions on when to implement self-reflection. We release the codebase for reproducing our experiments at https://github.com/yanhong-lbh/LLM-SelfReflection-Eval.

📄 PDF Abstract BibTeX arXiv:2404.09129

Code (1)

yanhong-lbh/llm-selfreflection-eval 공식 구현

Tasks

TruthfulQA

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically

Similar Papers 제목 키워드 기반

Automatic Detection of Reflective Thinking in Mathematical Problem Solving based on Unconstrained Bodily Exploration

2018-12-18 · Temitayo A. Olugbade, Joseph Newbold, Rose Johnson, Erica Volta 외

For technology (like serious games) that aims to deliver interactive learning, it is important to address relevant mental experiences such as reflective thinking during problem solving. To facilitate research in this dir…

Mathematical Problem-Solving

Reflecti-Mate: A Conversational Agent for Adaptive Decision-Making Support Through System 1 and System 2 Thinking

2026-05-21 · Morita Tarvirdians, Senthil Chandrasegaran, Hayley Hung, Catholijn M. Jonker 외 arxiv

Making high-stakes personal decisions involves cognitive, emotional, and intuitive processes, and individuals differ in how they allocate attention across these modes. Integration of these processes has shown to benefit …

Decision Making

Strategic Reflectivism In Intelligent Systems

2025-05-29 · Nick Byrd

By late 20th century, the rationality wars had launched debates about the nature and norms of intuitive and reflective thinking. Those debates drew from mid-20th century ideas such as bounded rationality, which challenge…

ThinkBrake: Efficient Reasoning via Log-Probability Margin Guided Decoding

2025-10-01 · Sangjun Song, Minjae Oh, Seungkyu Lee, Sungmin Jo 외 arxiv

Large Reasoning Models (LRMs) allocate substantial inference-time compute to Chain-of-Thought (CoT) reasoning, improving performance on mathematics, scientific QA, and tool usage. However, this introduces overthinking: L…

Hindsight Network Credit Assignment

2020-11-24 · Kenny Young

We present Hindsight Network Credit Assignment (HNCA), a novel learning method for stochastic neural networks, which works by assigning credit to each neuron's stochastic output based on how it influences the output of i…