paper-with-me

홈 › Papers

SelfCheck: Using LLMs to Zero-Shot Check Their Own Step-by-Step Reasoning

2023-08-01 · Ning Miao, Yee Whye Teh, Tom Rainforth

The recent progress in large language models (LLMs), especially the invention of chain-of-thought prompting, has made it possible to automatically answer questions by stepwise reasoning. However, when faced with more complicated problems that require non-linear thinking, even the strongest LLMs make mistakes. To address this, we explore whether LLMs are able to recognize errors in their own step-by-step reasoning, without resorting to external resources. To this end, we propose SelfCheck, a general-purpose zero-shot verification schema for recognizing such errors. We then use the results of these checks to improve question-answering performance by conducting weighted voting on multiple solutions to the question. We test SelfCheck on three datasets (GSM8K, MathQA, and MATH) and find that it successfully recognizes errors and, in turn, increases final answer accuracies.

📄 PDF Abstract BibTeX arXiv:2308.00436

Code (1)

ningmiao/selfcheck 공식 구현

Tasks

GSM8KMathQuestion Answering

Similar Papers 제목 키워드 기반

SelfCheckGPT: Zero-Resource Black-Box Hallucination Detection for Generative Large Language Models

2023-03-15 · Potsawee Manakul, Adian Liusie, Mark J. F. Gales

Generative Large Language Models (LLMs) such as GPT-3 are capable of generating highly fluent responses to a wide variety of user prompts. However, LLMs are known to hallucinate facts and make non-factual statements whic…

Fact CheckingHallucinationSentence

SelfCheckAgent: Zero-Resource Hallucination Detection in Generative Large Language Models

2025-02-03 · Diyana Muhammed, Gollam Rabby, Sören Auer

Detecting hallucinations in Large Language Models (LLMs) remains a critical challenge for their reliable deployment in real-world applications. To address this, we introduce SelfCheckAgent, a novel framework integrating …

Hallucination

Hallucination Detection in Large Language Models with Metamorphic Relations

2025-02-20 · Borui Yang, Md Afif Al Mamun, Jie M. Zhang, Gias Uddin

Large Language Models (LLMs) are prone to hallucinations, e.g., factually incorrect information, in their responses. These hallucinations present challenges for LLM-based applications that demand high factual accuracy. E…

Hallucination

FactSelfCheck: Fact-Level Black-Box Hallucination Detection for LLMs

2025-03-21 · Albert Sawczyn, Jakub Binkowski, Denis Janiak, Bogdan Gabrys 외

Large Language Models (LLMs) frequently generate hallucinated content, posing significant challenges for applications where factuality is crucial. While existing hallucination detection methods typically operate at the s…

HallucinationKnowledge GraphsSentence

NCL-UoR at SemEval-2025 Task 3: Detecting Multilingual Hallucination and Related Observable Overgeneration Text Spans with Modified RefChecker and Modified SeflCheckGPT

2025-03-02 · Jiaying Hong, Thanet Markchom, Jianfei Xu, Tong Wu 외

SemEval-2025 Task 3 (Mu-SHROOM) focuses on detecting hallucinations in content generated by various large language models (LLMs) across multiple languages. This task involves not only identifying the presence of hallucin…

Hallucination