Faithful Question Answering with Monte-Carlo Planning
Ruixin Hong, Hongming Zhang, Hong Zhao, Dong Yu, Changshui Zhang

TL;DR
FAME introduces a Monte-Carlo planning approach to generate faithful, structured reasoning steps for question answering, improving interpretability and accuracy over large language models with fewer resources.
Contribution
The paper presents a novel Monte-Carlo planning framework for faithful reasoning in question answering, organizing reasoning as entailment trees and outperforming existing models.
Findings
Achieves state-of-the-art performance on standard benchmarks.
Produces valid and faithful reasoning steps with smaller models.
Uses a modular environment and a controller for reasoning assembly.
Abstract
Although large language models demonstrate remarkable question-answering performances, revealing the intermediate reasoning steps that the models faithfully follow remains challenging. In this paper, we propose FAME (FAithful question answering with MontE-carlo planning) to answer questions based on faithful reasoning steps. The reasoning steps are organized as a structured entailment tree, which shows how premises are used to produce intermediate conclusions that can prove the correctness of the answer. We formulate the task as a discrete decision-making problem and solve it through the interaction of a reasoning environment and a controller. The environment is modular and contains several basic task-oriented modules, while the controller proposes actions to assemble the modules. Since the search space could be large, we introduce a Monte-Carlo planning algorithm to do a look-ahead…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
