TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Learning to Retrieve Reasoning Paths over Wikipedia Graph for Question Answering

3 pointsby vackosarabout 5 years ago
To achieve state-of-the-art on HotpotQA, this paper learns graph-based recurrent retrieval method for reasoning paths over Wiki graph.<p>Paper: https:&#x2F;&#x2F;arxiv.org&#x2F;abs&#x2F;1911.10470<p>Listen: https:&#x2F;&#x2F;youtu.be&#x2F;flBlTcLVErc<p>Authors: Akari Asai, Kazuma Hashimoto, Hannaneh Hajishirzi, Richard Socher &amp; Caiming Xiong; University of Washington Salesforce Research Allen Institute for Artificial Intelligence<p>Abstract: Answering questions that require multi-hop reasoning at web-scale necessitates retrieving multiple evidence documents, one of which often has little lexical or semantic relationship to the question. This paper introduces a new graph-based recurrent retrieval approach that learns to retrieve reasoning paths over the Wikipedia graph to answer multi-hop open-domain questions. Our retriever model trains a recurrent neural network that learns to sequentially retrieve evidence paragraphs in the reasoning path by conditioning on the previously retrieved documents. Our reader model ranks the reasoning paths and extracts the answer span included in the best reasoning path. Experimental results show state-of-the-art results in three open-domain QA datasets, showcasing the effectiveness and robustness of our method. Notably, our method achieves significant improvement in HotpotQA, outperforming the previous best model by more than 14 points.

no comments

no comments