paper-with-me

Papers

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

2022-05-05 · Findings (NAACL) 2022 7 · Ruixin Hong, Hongming Zhang, Xintong Yu, ChangShui Zhang

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.

📄 PDF Abstract BibTeX arXiv:2205.02593

Code (3)

Raising-hrx/MetGen 공식 구현 pytorch
2023-MindSpore-1/ms-code-145 mindspore
tencent-ailab/metalogic pytorch

Tasks

Question Answeringvalid

Similar Papers 제목 키워드 기반

RLET: A Reinforcement Learning Based Approach for Explainable QA with Entailment Trees

2022-10-31 · Tengxiao Liu, Qipeng Guo, Xiangkun Hu, Yue Zhang 외

Interpreting the reasoning process from questions to answers poses a challenge in approaching explainable QA. A recently proposed structured reasoning format, entailment tree, manages to offer explicit logical deductions…

reinforcement-learningReinforcement Learning (RL)Sentence

TV-TREES: Multimodal Entailment Trees for Neuro-Symbolic Video Reasoning

2024-02-29 · Kate Sanders, Nathaniel Weir, Benjamin Van Durme

It is challenging for models to understand complex, multimodal content such as television clips, and this is in part because video-language models often rely on single-modality reasoning and lack interpretability. To com…

Question AnsweringVideo Understanding

Entailment Tree Explanations via Iterative Retrieval-Generation Reasoner

2022-05-18 · Findings (NAACL) 2022 7 · Danilo Ribeiro, Shen Wang, Xiaofei Ma, Rui Dong 외

Large language models have achieved high performance on various question answering (QA) benchmarks, but the explainability of their output remains elusive. Structured explanations, called entailment trees, were recently …

DecoderQuestion AnsweringRetrieval

Active entailment encoding for explanation tree construction using parsimonious generation of hard negatives

2022-08-02 · Alex Bogatu, Zili Zhou, Dónal Landers, André Freitas

Entailment trees have been proposed to simulate the human reasoning process of explanation generation in the context of open--domain textual question answering. However, in practice, manually constructing these explanati…

Explanation GenerationQuestion Answering

Integrating Hierarchical Semantic into Iterative Generation Model for Entailment Tree Explanation

2024-09-26 · Qin Wang, Jianzhou Feng, Yiming Xu

Manifestly and logically displaying the line of reasoning from evidence to answer is significant to explainable question answering (QA). The entailment tree exhibits the lines structurally, which is different from the se…

Question Answering