paper-with-me

홈 › Papers

Gated Self-Matching Networks for Reading Comprehension and Question Answering

2017-07-01 · ACL 2017 7 · Wenhui Wang, Nan Yang, Furu Wei, Baobao Chang, Ming Zhou

In this paper, we present the gated self-matching networks for reading comprehension style question answering, which aims to answer questions from a given passage. We first match the question and passage with gated attention-based recurrent networks to obtain the question-aware passage representation. Then we propose a self-matching attention mechanism to refine the representation by matching the passage against itself, which effectively encodes information from the whole passage. We finally employ the pointer networks to locate the positions of answers from the passages. We conduct extensive experiments on the SQuAD dataset. The single model achieves 71.3{\%} on the evaluation metrics of exact match on the hidden test set, while the ensemble model further boosts the results to 75.9{\%}. At the time of submission of the paper, our model holds the first place on the SQuAD leaderboard for both single and ensemble model.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Question AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

Discourse-Aware Semantic Self-Attention for Narrative Reading Comprehension

2019-08-28 · IJCNLP 2019 11 · Todor Mihaylov, Anette Frank

In this work, we propose to use linguistic annotations as a basis for a \textit{Discourse-Aware Semantic Self-Attention} encoder that we employ for reading comprehension on long narrative texts. We extract relations betw…

Reading ComprehensionSentence

A Co-Matching Model for Multi-choice Reading Comprehension

2018-06-11 · ACL 2018 7 · Shuohang Wang, Mo Yu, Shiyu Chang, Jing Jiang

Multi-choice reading comprehension is a challenging task, which involves the matching between a passage and a question-answer pair. This paper proposes a new co-matching approach to this problem, which jointly models whe…

Reading Comprehension

DCMN+: Dual Co-Matching Network for Multi-choice Reading Comprehension

2019-08-30 · Shuailiang Zhang, Hai Zhao, Yuwei Wu, Zhuosheng Zhang 외

Multi-choice reading comprehension is a challenging task to select an answer from a set of candidate options when given passage and question. Previous approaches usually only calculate question-aware passage representati…

Reading ComprehensionSentence

Dual Co-Matching Network for Multi-choice Reading Comprehension

2019-01-27 · Shuailiang Zhang, Hai Zhao, Yuwei Wu, Zhuosheng Zhang 외

Multi-choice reading comprehension is a challenging task that requires complex reasoning procedure. Given passage and question, a correct answer need to be selected from a set of candidate answers. In this paper, we prop…

Machine Reading ComprehensionMultiple-choiceQuestion AnsweringReading Comprehension

Training a Ranking Function for Open-Domain Question Answering

2018-04-12 · NAACL 2018 6 · Phu Mon Htut, Samuel R. Bowman, Kyunghyun Cho

In recent years, there have been amazing advances in deep learning methods for machine reading. In machine reading, the machine reader has to extract the answer from the given ground truth paragraph. Recently, the state-…

Information RetrievalOpen-Domain Question AnsweringQuestion AnsweringReading Comprehension+3