vix.ing · top · new · best · stats · spec

METGEN: A Module-Based Entailment Tree Generation Framework for Answer Explanation

2022/05/05 by Ruixin Hong, Hongming Zhang, Hong, Ruixin +5 · 1 citation
Computer Science · #Advanced Text Analysis Techniques #Computation and Language (cs.CL) #Explainable Artificial Intelligence (XAI) #FOS: Computer and information sciences #Topic Modeling

paper · pdf · doi:10.48550/arxiv.2205.02593

openalex publication_date 2022/05/05 · openalex created_date 2023/02/13 · openalex updated_date 2026/07/28

Abstract

Knowing the reasoning chains from knowledge to the predicted answers can help construct an explainable question answering (QA) system. Advances on QA explanation propose to explain the answers with entailment trees composed of multiple entailment steps. While current work proposes to generate entailment trees with end-to-end generative models, the steps in the generated trees are not constrained and could be unreliable. In this paper, we propose METGEN, a Module-based Entailment Tree GENeration framework that has multiple modules and a reasoning controller. Given a question and several supporting knowledge, METGEN can iteratively generate the entailment tree by conducting single-step entailment with separate modules and selecting the reasoning flow with the controller. As each module is guided to perform a specific type of entailment reasoning, the steps generated by METGEN are more reliable and valid. Experiment results on the standard benchmark show that METGEN can outperform previous state-of-the-art models with only 9% of the parameters.

Cited by

Related