paper-with-me

홈 › Papers

On the Self-Verification Limitations of Large Language Models on Reasoning and Planning Tasks

2024-02-12 · Kaya Stechly, Karthik Valmeekam, Subbarao Kambhampati

There has been considerable divergence of opinion on the reasoning abilities of Large Language Models (LLMs). While the initial optimism that reasoning might emerge automatically with scale has been tempered thanks to a slew of counterexamples--ranging from multiplication to simple planning--there persists a wide spread belief that LLMs can self-critique and improve their own solutions in an iterative fashion. This belief seemingly rests on the assumption that verification of correctness should be easier than generation--a rather classical argument from computational complexity--which should be irrelevant to LLMs to the extent that what they are doing is approximate retrieval. In this paper, we set out to systematically investigate the effectiveness of iterative prompting in the context of reasoning and planning. We present a principled empirical study of the performance of GPT-4 in three domains: Game of 24, Graph Coloring, and STRIPS planning. We experiment both with the model critiquing its own answers and with an external correct reasoner verifying proposed solutions. In each case, we analyze whether the content of criticisms actually affects bottom line performance, and whether we can ablate elements of the augmented system without losing performance. We observe significant performance collapse with self-critique and significant performance gains with sound external verification. We also note that merely re-prompting with a sound verifier maintains most of the benefits of more involved setups.

📄 PDF Abstract BibTeX arXiv:2402.08115

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

Attention 설명 없음
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Position-Wise Feed-Forward Layer 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…

Similar Papers 제목 키워드 기반

SETS: Leveraging Self-Verification and Self-Correction for Improved Test-Time Scaling

2025-01-31 · Jiefeng Chen, Jie Ren, Xinyun Chen, Chengrun Yang 외

Recent advancements in Large Language Models (LLMs) have created new opportunities to enhance performance on complex reasoning tasks by leveraging test-time computation. However, conventional approaches such as repeated …

A Closer Look at the Self-Verification Abilities of Large Language Models in Logical Reasoning

2023-11-14 · Ruixin Hong, Hongming Zhang, Xinyu Pang, Dong Yu 외

Logical reasoning has been an ongoing pursuit in the field of AI. Despite significant advancements made by large language models (LLMs), they still struggle with complex logical reasoning problems. To enhance reasoning p…

Logical FallaciesLogical Reasoning

ReVeal: Self-Evolving Code Agents via Iterative Generation-Verification

2025-06-13 · Yiyang Jin, Kunzhao Xu, Hang Li, Xueting Han 외

Recent advances in reinforcement learning (RL) with verifiable outcome rewards have significantly improved the reasoning capabilities of large language models (LLMs), especially when combined with multi-turn tool interac…

Code Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)

Deep Self-Evolving Reasoning

2025-10-20 · Zihan Liu, Shun Zheng, Xumeng Wen, Yang Wang 외 arxiv

Long-form chain-of-thought reasoning has become a cornerstone of advanced reasoning in large language models. While recent verification-refinement frameworks have enabled proprietary models to solve Olympiad-level proble…

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…