SOTAVerified

Exploiting Reasoning Chains for Multi-hop Science Question Answering

2021-09-07Findings (EMNLP) 2021Code Available0· sign in to hype

Weiwen Xu, Yang Deng, Huihui Zhang, Deng Cai, Wai Lam

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

We propose a novel Chain Guided Retriever-reader ( CGR) framework to model the reasoning chain for multi-hop Science Question Answering. Our framework is capable of performing explainable reasoning without the need of any corpus-specific annotations, such as the ground-truth reasoning chain, or human-annotated entity mentions. Specifically, we first generate reasoning chains from a semantic graph constructed by Abstract Meaning Representation of retrieved evidence facts. A Chain-aware loss, concerning both local and global chain information, is also designed to enable the generated chains to serve as distant supervision signals for training the retriever, where reinforcement learning is also adopted to maximize the utility of the reasoning chains. Our framework allows the retriever to capture step-by-step clues of the entire reasoning process, which is not only shown to be effective on two challenging multi-hop Science QA tasks, namely OpenBookQA and ARC-Challenge, but also favors explainability.

Tasks

Reproductions