Entailer: Answering Questions with Faithful and Truthful Chains of Reasoning
Oyvind Tafjord, Bhavana Dalvi Mishra, Peter Clark
TL;DR
Entailer introduces a QA framework that makes its reasoning explicit by generating and self-verifying backward-chaining entailment trees that reflect the system's internal beliefs. It combines hypothesis generation with multi-step proofs, trained on EntailmentBank and crowdsourced data, and operates zero-shot on new tasks. Empirical results show proof-based QA achieves accuracy comparable to direct QA while providing faithful and truthful reasoning traces, with human judges favoring the clarity and reliability of these chains. The work also outlines a path toward teachable, interactive systems where user corrections can modify the model's beliefs and proofs over time.
Abstract
Our goal is a question-answering (QA) system that can show how its answers are implied by its own internal beliefs via a systematic chain of reasoning. Such a capability would allow better understanding of why a model produced the answer it did. Our approach is to recursively combine a trained backward-chaining model, capable of generating a set of premises entailing an answer hypothesis, with a verifier that checks that the model itself believes those premises (and the entailment itself) through self-querying. To our knowledge, this is the first system to generate multistep chains that are both faithful (the answer follows from the reasoning) and truthful (the chain reflects the system's own internal beliefs). In evaluation using two different datasets, users judge that a majority (70%+) of generated chains clearly show how an answer follows from a set of facts - substantially better than a high-performance baseline - while preserving answer accuracy. By materializing model beliefs that systematically support an answer, new opportunities arise for understanding the model's system of belief, and diagnosing and correcting its misunderstandings when an answer is wrong.
