paper-with-me

Papers

A Three-step Method for Multi-Hop Inference Explanation Regeneration

2021-06-01 · NAACL (TextGraphs) 2021 6 · Yuejia Xiang, Yunyan Zhang, Xiaoming Shi, Bo Liu, Wandi Xu, Xi Chen

Multi-hop inference for explanation generation is to combine two or more facts to make an inference. The task focuses on generating explanations for elementary science questions. In the task, the relevance between the explanations and the QA pairs is of vital importance. To address the task, a three-step framework is proposed. Firstly, vector distance between two texts is utilized to recall the top-K relevant explanations for each question, reducing the calculation consumption. Then, a selection module is employed to choose those most relative facts in an autoregressive manner, giving a preliminary order for the retrieved facts. Thirdly, we adopt a re-ranking module to re-rank the retrieved candidate explanations with relevance between each fact and the QA pairs. Experimental results illustrate the effectiveness of the proposed framework with an improvement of 39.78% in NDCG over the official baseline.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Explanation GenerationRe-Ranking

Similar Papers 제목 키워드 기반

ASU at TextGraphs 2019 Shared Task: Explanation ReGeneration using Language Models and Iterative Re-Ranking

2019-09-19 · WS 2019 11 · Pratyay Banerjee

In this work we describe the system from Natural Language Processing group at Arizona State University for the TextGraphs 2019 Shared Task. The task focuses on Explanation Regeneration, an intermediate step towards gener…

Learning-To-RankRe-Ranking

Explanation Regeneration via Multi-Hop ILP Inference over Knowledge Base

2020-12-01 · COLING (TextGraphs) 2020 12 · Aayushee Gupta, Gopalakrishnan Srinivasaraghavan

Textgraphs 2020 Workshop organized a shared task on ‘Explanation Regeneration’ that required reconstructing gold explanations for elementary science questions. This work describes our submission to the task which is base…

regressionRe-Ranking

TextGraphs 2021 Shared Task on Multi-Hop Inference for Explanation Regeneration

2021-06-01 · NAACL (TextGraphs) 2021 6 · Peter Jansen, Mokanarangan Thayaparan, Marco Valentino, Dmitry Ustalov

The Shared Task on Multi-Hop Inference for Explanation Regeneration asks participants to compose large multi-hop explanations to questions by assembling large chains of facts from a supporting knowledge base. While previ…

TextGraphs 2020 Shared Task on Multi-Hop Inference for Explanation Regeneration

2020-12-01 · COLING (TextGraphs) 2020 12 · Peter Jansen, Dmitry Ustalov

The 2020 Shared Task on Multi-Hop Inference for Explanation Regeneration tasks participants with regenerating large detailed multi-fact explanations for standardized science exam questions. Given a question, correct answ…

World Knowledge

DeepBlueAI at TextGraphs 2021 Shared Task: Treating Multi-Hop Inference Explanation Regeneration as A Ranking Problem

2021-06-01 · NAACL (TextGraphs) 2021 6 · Chunguang Pan, Bingyan Song, Zhipeng Luo

This paper describes the winning system for TextGraphs 2021 shared task: Multi-hop inference explanation regeneration. Given a question and its corresponding correct answer, this task aims to select the facts that can ex…

Re-RankingTriplet