paper-with-me

홈 › Papers

PGL at TextGraphs 2020 Shared Task: Explanation Regeneration using Language and Graph Learning Methods

2020-12-01 · COLING (TextGraphs) 2020 12 · Weibin Li, Yuxiang Lu, Zhengjie Huang, Weiyue Su, Jiaxiang Liu, Shikun Feng, Yu Sun

This paper describes the system designed by the Baidu PGL Team which achieved the first place in the TextGraphs 2020 Shared Task. The task focuses on generating explanations for elementary science questions. Given a question and its corresponding correct answer, we are asked to select the facts that can explain why the answer is correct for the question and answering (QA) from a large knowledge base. To address this problem, we use a pre-trained language model to recall the top-K relevant explanations for each question. Then, we adopt a re-ranking approach based on a pre-trained language model to rank the candidate explanations. To further improve the rankings, we also develop an architecture consisting both powerful pre-trained transformers and GNNs to tackle the multi-hop inference problem. The official evaluation shows that, our system can outperform the second best system by 1.91 points.

📄 PDF Abstract BibTeX

Code (2)

PaddlePaddle/PGL 공식 구현 paddle
PaddlePaddle/PaddleNLP paddle

Tasks

Graph LearningLanguage ModelingLanguage ModellingRe-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

Red Dragon AI at TextGraphs 2019 Shared Task: Language Model Assisted Explanation Generation

2019-11-20 · WS 2019 11 · Yew Ken Chia, Sam Witteveen, Martin Andrews

The TextGraphs-13 Shared Task on Explanation Regeneration asked participants to develop methods to reconstruct gold explanations for elementary science questions. Red Dragon AI's entries used the language of the question…

Explanation GenerationLanguage ModelingLanguage Modelling

Red Dragon AI at TextGraphs 2021 Shared Task: Multi-Hop Inference Explanation Regeneration by Matching Expert Ratings

2021-07-27 · Vivek Kalyan, Sam Witteveen, Martin Andrews

Creating explanations for answers to science questions is a challenging task that requires multi-hop inference over a large set of fact sentences. This year, to refocus the Textgraphs Shared Task on the problem of gather…

Retrieval

Textgraphs-15 Shared Task System Description : Multi-Hop Inference Explanation Regeneration by Matching Expert Ratings

2021-06-01 · NAACL (TextGraphs) 2021 6 · Sureshkumar Vivek Kalyan, Sam Witteveen, Martin Andrews

Creating explanations for answers to science questions is a challenging task that requires multi-hop inference over a large set of fact sentences. This year, to refocus the Textgraphs Shared Task on the problem of gather…

Retrieval

ChiSquareX at TextGraphs 2020 Shared Task: Leveraging Pretrained Language Models for Explanation Regeneration

2020-12-01 · COLING (TextGraphs) 2020 12 · Aditya Girish Pawate, Varun Madhavan, Devansh Chandak

In this work, we describe the system developed by a group of undergraduates from the Indian Institutes of Technology for the Shared Task at TextGraphs-14 on Multi-Hop Inference Explanation Regeneration (Jansen and Ustalo…