CLSep 7, 2021

Exploiting Reasoning Chains for Multi-hop Science Question Answering

arXiv:2109.02905v1665 citations
Originality Incremental advance
AI Analysis

This addresses the problem of explainable reasoning in multi-hop science QA for researchers and practitioners, though it appears incremental as it builds on existing retriever-reader methods.

The authors tackled multi-hop science question answering by proposing a Chain Guided Retriever-reader (CGR) framework that models reasoning chains without corpus-specific annotations, achieving effective results on OpenBookQA and ARC-Challenge tasks.

We propose a novel Chain Guided Retriever-reader ({\tt 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 \textit{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.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes