paper-with-me

홈 › Papers

ReCEval: Evaluating Reasoning Chains via Correctness and Informativeness

2023-04-21 · Archiki Prasad, Swarnadeep Saha, Xiang Zhou, Mohit Bansal

Multi-step reasoning ability is fundamental to many natural language tasks, yet it is unclear what constitutes a good reasoning chain and how to evaluate them. Most existing methods focus solely on whether the reasoning chain leads to the correct conclusion, but this answer-oriented view may confound reasoning quality with other spurious shortcuts to predict the answer. To bridge this gap, we evaluate reasoning chains by viewing them as informal proofs that derive the final answer. Specifically, we propose ReCEval (Reasoning Chain Evaluation), a framework that evaluates reasoning chains via two key properties: (1) correctness, i.e., each step makes a valid inference based on information contained within the step, preceding steps, and input context, and (2) informativeness, i.e., each step provides new information that is helpful towards deriving the generated answer. We evaluate these properties by developing metrics using natural language inference models and V-Information. On multiple datasets, we show that ReCEval effectively identifies various error types and yields notable improvements compared to prior methods. We analyze the impact of step boundaries, and previous steps on evaluating correctness and demonstrate that our informativeness metric captures the expected flow of information in high-quality reasoning chains. Finally, we show that scoring reasoning chains based on ReCEval improves downstream task performance. Our code is publicly available at: https://github.com/archiki/ReCEval

📄 PDF Abstract BibTeX arXiv:2304.10703

Code (1)

archiki/receval 공식 구현 pytorch

Tasks

InformativenessNatural Language Inferencevalid

Similar Papers 제목 키워드 기반

MiCEval: Unveiling Multimodal Chain of Thought's Quality via Image Description and Reasoning Steps

2024-10-18 · Xiongtao Zhou, Jie He, Lanyu Chen, Jingyu Li 외

Multimodal Chain of Thought (MCoT) is a popular prompting strategy for improving the performance of multimodal large language models (MLLMs) across a range of complex reasoning tasks. Despite its popularity, there is a n…

Image DescriptionInformativeness

Step-by-Step Reasoning to Solve Grid Puzzles: Where do LLMs Falter?

2024-07-20 · Nemika Tyagi, Mihir Parmar, Mohith Kulkarni, Aswin RRV 외

Solving grid puzzles involves a significant amount of logical reasoning. Hence, it is a good domain to evaluate the reasoning capability of a model which can then guide us to improve the reasoning ability of models. Howe…

Logical Reasoning

How Long Reasoning Chains Influence LLMs' Judgment of Answer Factuality

2026-04-08 · Minzhu Tu, Shiyu Ni, Keping Bi arxiv

Large language models (LLMs) has been widely adopted as a scalable surrogate for human evaluation, yet such judges remain imperfect and susceptible to surface-level biases. One possible reason is that these judges lack s…

Mathematical ReasoningQuestion Answering

Enhancing Text Generation with Inductive Event Reasoning

2021-11-16 · ACL ARR November 2021 11 · Anonymous

How to generate informative, coherent natural language is a very important task. Previous studies mainly focus on leveraging commonsense knowledge into generative models, which can improve the informativeness of generate…

InformativenessText Generation

A Chain-of-Thought Is as Strong as Its Weakest Link: A Benchmark for Verifiers of Reasoning Chains

2024-02-01 · Alon Jacovi, Yonatan Bitton, Bernd Bohnet, Jonathan Herzig 외

Prompting language models to provide step-by-step answers (e.g., "Chain-of-Thought") is the prominent approach for complex reasoning tasks, where more accurate reasoning chains typically improve downstream task performan…

Open-Domain Question AnsweringQuestion Answering