paper-with-me

홈 › Papers

Question Decomposition Improves the Faithfulness of Model-Generated Reasoning

2023-07-17 · Ansh Radhakrishnan, Karina Nguyen, Anna Chen, Carol Chen, Carson Denison, Danny Hernandez, Esin Durmus, Evan Hubinger, Jackson Kernion, Kamilė Lukošiūtė, Newton Cheng, Nicholas Joseph, Nicholas Schiefer, Oliver Rausch, Sam McCandlish, Sheer El Showk, Tamera Lanham, Tim Maxwell, Venkatesa Chandrasekaran, Zac Hatfield-Dodds, Jared Kaplan, Jan Brauner, Samuel R. Bowman, Ethan Perez

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 reasoning, e.g., by having them generate step-by-step reasoning as they answer a question (Chain-of-Thought; CoT). The reasoning may enable us to check the process that models use to perform tasks. However, this approach relies on the stated reasoning faithfully reflecting the model's actual reasoning, which is not always the case. To improve over the faithfulness of CoT reasoning, we have models generate reasoning by decomposing questions into subquestions. Decomposition-based methods achieve strong performance on question-answering tasks, sometimes approaching that of CoT while improving the faithfulness of the model's stated reasoning on several recently-proposed metrics. By forcing the model to answer simpler subquestions in separate contexts, we greatly increase the faithfulness of model-generated reasoning over CoT, while still achieving some of the performance gains of CoT. Our results show it is possible to improve the faithfulness of model-generated reasoning; continued improvements may lead to reasoning that enables us to verify the correctness and safety of LLM behavior.

📄 PDF Abstract BibTeX arXiv:2307.11768

Code (1)

anthropics/decompositionfaithfulnesspaper 공식 구현

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Graph-Guided Textual Explanation Generation Framework

2024-12-16 · Shuzhou Yuan, Jingyi Sun, Ran Zhang, Michael Färber 외

Natural language explanations (NLEs) are commonly used to provide plausible free-text explanations of a model's reasoning about its predictions. However, recent work has questioned the faithfulness of NLEs, as they may n…

Explanation GenerationGraph Neural Network

FLARE: Faithful Logic-Aided Reasoning and Exploration

2024-10-14 · Erik Arakelyan, Pasquale Minervini, Pat Verga, Patrick Lewis 외

Modern Question Answering (QA) and Reasoning approaches based on Large Language Models (LLMs) commonly use prompting techniques, such as Chain-of-Thought (CoT), assuming the resulting generation will have a more granular…

Code GenerationQuestion 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

Does Faithfulness-Guided Alignment Hurt Accuracy? Unlocking Accurate and Faithful Post-Retrieval Reasoning

2026-02-01 · Yu Liu, Wenxiao Zhang, Diandian Guo, Cong Cao 외 arxiv

Retrieval-augmented generation (RAG) can achieve strong answer accuracy on multi-hop questions, but outcome-level rewards often leave reasoning traces weakly grounded and difficult to audit. Under noisy retrieval, models…

Multi-hop Question AnsweringReinforcement LearningResponse Generation

RSAT: Structured Attribution Makes Small Language Models Faithful Table Reasoners

2026-04-30 · Jugal Gajjar, Kamalasankari Subramaniakuppusamy arxiv

When a language model answers a table question, users have no way to verify which cells informed which reasoning steps. We introduce RSAT, a method that trains small language models (SLMs, 1-8B) to produce step-by-step r…