CLAILGJul 17, 2023

Question Decomposition Improves the Faithfulness of Model-Generated Reasoning

OpenAIStanford
arXiv:2307.11768v2122 citationsh-index: 33
Originality Incremental advance
AI Analysis

This addresses the issue of unreliable reasoning in LLMs for users needing trustworthy AI behavior, though it is incremental over existing decomposition-based approaches.

The paper tackled the problem of verifying the correctness and safety of large language models (LLMs) by improving the faithfulness of their generated reasoning, achieving strong performance on question-answering tasks with increased faithfulness over Chain-of-Thought methods on several metrics.

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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes