paper-with-me

홈 › Papers

PINTO: Faithful Language Reasoning Using Prompt-Generated Rationales

2022-11-03 · Peifeng Wang, Aaron Chan, Filip Ilievski, Muhao Chen, Xiang Ren

Neural language models (LMs) have achieved impressive results on various language-based reasoning tasks by utilizing latent knowledge encoded in their own pretrained parameters. To make this reasoning process more explicit, recent works retrieve a rationalizing LM's internal knowledge by training or prompting it to generate free-text rationales, which can be used to guide task predictions made by either the same LM or a separate reasoning LM. However, rationalizing LMs require expensive rationale annotation and/or computation, without any assurance that their generated rationales improve LM task performance or faithfully reflect LM decision-making. In this paper, we propose PINTO, an LM pipeline that rationalizes via prompt-based learning, and learns to faithfully reason over rationales via counterfactual regularization. First, PINTO maps out a suitable reasoning process for the task input by prompting a frozen rationalizing LM to generate a free-text rationale. Second, PINTO's reasoning LM is fine-tuned to solve the task using the generated rationale as context, while regularized to output less confident predictions when the rationale is perturbed. Across four datasets, we show that PINTO significantly improves the generalization ability of the reasoning LM, yielding higher performance on both in-distribution and out-of-distribution test sets. Also, we find that PINTO's rationales are more faithful to its task predictions than those generated by competitive baselines.

📄 PDF Abstract BibTeX arXiv:2211.01562

Code (1)

wangpf3/pinto-faithful-language-reasoning 공식 구현 pytorch

Tasks

counterfactualDecision Making

Methods 이 논문이 사용한 방법론

Test 설명 없음

Similar Papers 제목 키워드 기반

Measuring Faithfulness of Chains of Thought by Unlearning Reasoning Steps

2025-02-20 · Martin Tutek, Fateme Hashemi Chaleshtori, Ana Marasović, Yonatan Belinkov

When prompted to think step-by-step, language models (LMs) produce a chain of thought (CoT), a sequence of reasoning steps that the model supposedly used to produce its prediction. However, despite much work on CoT promp…

Question Answering

Question Decomposition Improves the Faithfulness of Model-Generated Reasoning

2023-07-17 · Ansh Radhakrishnan, Karina Nguyen, Anna Chen, Carol Chen 외

As large language models (LLMs) perform more difficult tasks, it becomes harder to verify the correctness and safety of their behavior. One approach to help with this issue is to prompt LLMs to externalize their reasonin…

Question Answering

Faithful Chain-of-Thought Reasoning

2023-01-31 · Qing Lyu, Shreya Havaldar, Adam Stein, Li Zhang 외

While Chain-of-Thought (CoT) prompting boosts Language Models' (LM) performance on a gamut of complex reasoning tasks, the generated reasoning chain does not necessarily reflect how the model arrives at the answer (aka. …

MathMulti-hop Question AnsweringQuestion Answering

Boosting Language Models Reasoning with Chain-of-Knowledge Prompting

2023-06-10 · Jianing Wang, Qiushi Sun, Xiang Li, Ming Gao

Recently, Chain-of-Thought (CoT) prompting has delivered success on complex reasoning tasks, which aims at designing a simple prompt like ``Let's think step by step'' or multiple in-context exemplars with well-designed r…

Arithmetic Reasoning

Understanding Artificial Theory of Mind: Perturbed Tasks and Reasoning in Large Language Models

2026-02-25 · Christian Nickel, Laura Schrewe, Florian Mai, Lucie Flek arxiv

Theory of Mind (ToM) refers to an agent's ability to model the internal states of others. Contributing to the debate whether large language models (LLMs) exhibit genuine ToM capabilities, our study investigates their ToM…