paper-with-me

Papers

Entailment Tree Explanations via Iterative Retrieval-Generation Reasoner

2022-05-18 · Findings (NAACL) 2022 7 · Danilo Ribeiro, Shen Wang, Xiaofei Ma, Rui Dong, Xiaokai Wei, Henry Zhu, Xinchi Chen, Zhiheng Huang, Peng Xu, Andrew Arnold, Dan Roth

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 suggested as a way to explain and inspect a QA system's answer. In order to better generate such entailment trees, we propose an architecture called Iterative Retrieval-Generation Reasoner (IRGR). Our model is able to explain a given hypothesis by systematically generating a step-by-step explanation from textual premises. The IRGR model iteratively searches for suitable premises, constructing a single entailment step at a time. Contrary to previous approaches, our method combines generation steps and retrieval of premises, allowing the model to leverage intermediate conclusions, and mitigating the input size limit of baseline encoder-decoder models. We conduct experiments using the EntailmentBank dataset, where we outperform existing benchmarks on premise retrieval and entailment tree generation, with around 300% gain in overall correctness.

📄 PDF Abstract BibTeX arXiv:2205.09224

Code (1)

amazon-research/irgr 공식 구현 pytorch

Tasks

DecoderQuestion AnsweringRetrieval

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

A Logical Pattern Memory Pre-trained Model for Entailment Tree Generation

2024-03-11 · Li Yuan, Yi Cai, Haopeng Ren, Jiexin Wang

Generating coherent and credible explanations remains a significant challenge in the field of AI. In recent years, researchers have delved into the utilization of entailment trees to depict explanations, which exhibit a …

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 compo…

Question Answeringvalid

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

Explaining Answers with Entailment Trees

2021-04-17 · EMNLP 2021 11 · Bhavana Dalvi, Peter Jansen, Oyvind Tafjord, Zhengnan Xie 외

Our goal, in the context of open-domain textual question-answering (QA), is to explain answers by showing the line of reasoning from what is known to the answer, rather than simply showing a fragment of textual evidence …

Language ModellingQuestion Answeringvalid