paper-with-me

Papers

Rationale-Aware Answer Verification by Pairwise Self-Evaluation

2024-10-07 · Akira Kawabata, Saku Sugawara

Answer verification identifies correct solutions among candidates generated by large language models (LLMs). Current approaches typically train verifier models by labeling solutions as correct or incorrect based solely on whether the final answer matches the gold answer. However, this approach neglects any flawed rationale in the solution yielding the correct answer, undermining the verifier's ability to distinguish between sound and flawed rationales. We empirically show that in StrategyQA, only 19% of LLM-generated solutions with correct answers have valid rationales, thus leading to an unreliable verifier. Furthermore, we demonstrate that training a verifier on valid rationales significantly improves its ability to distinguish valid and flawed rationale. To make a better verifier without extra human supervision, we introduce REPS (Rationale Enhancement through Pairwise Selection), a method for selecting valid rationales from candidates by iteratively applying pairwise self-evaluation using the same LLM that generates the solutions. Verifiers trained on solutions selected by REPS outperform those trained using conventional training methods on three reasoning benchmarks (ARC-Challenge, DROP, and StrategyQA). Our results suggest that training reliable verifiers requires ensuring the validity of rationales in addition to the correctness of the final answers, which would be critical for models assisting humans in solving complex reasoning tasks.

📄 PDF Abstract BibTeX arXiv:2410.04838

Code (1)

akirakawabata/reps 공식 구현

Tasks

ARCStrategyQAvalid

Similar Papers 제목 키워드 기반

Towards Rationale-Answer Alignment of LVLMs via Self-Rationale Calibration

2025-09-17 · Yuanchen Wu, Ke Yan, Shouhong Ding, Ziyin Zhou 외 arxiv

Large Vision-Language Models (LVLMs) have manifested strong visual question answering capability. However, they still struggle with aligning the rationale and the generated answer, leading to inconsistent reasoning and i…

Visual Question Answering

iDiff: Interpretable Difference-aware Framework for Pairwise Image Quality Assessment

2026-05-19 · Xinli Yue, JianHui Sun, Tao Shao, Liangchao Yao 외 arxiv

Pairwise image quality assessment (IQA) in professional photography requires a model not only to identify the preferred image between two candidates, but also to provide convincing and image-grounded reasoning. In the NT…

Image Quality AssessmentMultimodal ReasoningDecision Making

Persuasiveness of Generated Free-Text Rationales in Subjective Decisions: A Case Study on Pairwise Argument Ranking

2024-06-20 · Mohamed Elaraby, Diane Litman, Xiang Lorraine Li, Ahmed Magooda

Generating free-text rationales is among the emergent capabilities of Large Language Models (LLMs). These rationales have been found to enhance LLM performance across various NLP tasks. Recently, there has been growing i…

Persuasiveness

Predicate Importance Estimation and Decoupled Rationale-Score Distillation for Entity Alignment

2026-06-22 · Keunha Kim, Yoonjin Jang, Hyeon-gu Lee, Sihyung Kim 외 arxiv

Knowledge graphs (KGs) are increasingly used as structured context for Large Language Models (LLMs), but industrial KG-RAG systems often need to integrate public and domain-specific KGs constructed from heterogeneous dat…

Knowledge GraphsEntity Alignment

Exploring Faithful Rationale for Multi-hop Fact Verification via Salience-Aware Graph Learning

2022-12-02 · Jiasheng Si, Yingjie Zhu, Deyu Zhou

The opaqueness of the multi-hop fact verification model imposes imperative requirements for explainability. One feasible way is to extract rationales, a subset of inputs, where the performance of prediction drops dramati…

DiagnosticFact VerificationGraph Learning