paper-with-me

Papers

Can We Verify Step by Step for Incorrect Answer Detection?

2024-02-16 · Xin Xu, Shizhe Diao, Can Yang, Yang Wang

Chain-of-Thought (CoT) prompting has marked a significant advancement in enhancing the reasoning capabilities of large language models (LLMs). Previous studies have developed various extensions of CoT, which focus primarily on enhancing end-task performance. In addition, there has been research on assessing the quality of reasoning chains in CoT. This raises an intriguing question: Is it possible to predict the accuracy of LLM outputs by scrutinizing the reasoning chains they generate? To answer this research question, we introduce a benchmark, R2PE, designed specifically to explore the relationship between reasoning chains and performance in various reasoning tasks spanning five different domains. This benchmark aims to measure the falsehood of the final output of LLMs based on the reasoning steps. To make full use of information in multiple reasoning chains, we propose the process discernibility score (PDS) framework that beats the answer-checking baseline by a large margin. Concretely, this resulted in an average of $5.1\%$ increase in the F1 score and $2.97\%$ improvement in AUC-PR across all 45 subsets within R2PE. We further demonstrate our PDS's efficacy in advancing open-domain QA accuracy.

📄 PDF Abstract BibTeX arXiv:2402.10528

Code (1)

xinxu-ustc/r2pe 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Focus 설명 없음

Similar Papers 제목 키워드 기반

Enhancing Mathematical Reasoning in LLMs by Stepwise Correction

2024-10-16 · Zhenyu Wu, Qingkai Zeng, Zhihan Zhang, Zhaoxuan Tan 외

Best-of-N decoding methods instruct large language models (LLMs) to generate multiple solutions, score each using a scoring function, and select the highest scored as the final answer to mathematical reasoning problems. …

Mathematical Reasoning

Two Regimes of Chain-of-Thought Unfaithfulness: Behavioral Detection Fails Where Models Are Wrong

2026-07-26 · Suramya R. Angdembay, Dikshant Aryal, Nick Rahimi arxiv

Chain-of-thought (CoT) explanations support oversight only if they are faithful: the stated reasoning must actually produce the answer. Auditing black-box (behavioral) detection of unfaithful CoT against FaithCoT-Bench's…

Towards Verified Code Reasoning by LLMs

2025-09-30 · Meghana Sistla, Gogul Balakrishnan, Pat Rondon, José Cambronero 외 arxiv

While LLM-based agents are able to tackle a wide variety of code reasoning questions, the answers are not always correct. This prevents the agent from being useful in situations where high precision is desired: (1) helpi…

Code Generation

NeSy-RAG: Neuro-Symbolic RAG for Explainable Question Answering

2026-08-06 · Jonas Gann, Michael Gertz arxiv

Retrieval-augmented generation (RAG) improves question answering by grounding large language models (LLMs) in external knowledge such as text corpora. However, its reasoning process remains largely opaque: intermediate r…

Question Answering

Think Twice Before Trusting: Self-Detection for Large Language Models through Comprehensive Answer Reflection

2024-03-15 · Moxin Li, Wenjie Wang, Fuli Feng, Fengbin Zhu 외

Self-detection for Large Language Models (LLMs) seeks to evaluate the trustworthiness of the LLM's output by leveraging its own capabilities, thereby alleviating the issue of output hallucination. However, existing self-…

HallucinationLanguage ModellingLarge Language Model