Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

Gated-Attention Readers for Text Comprehension

About

In this paper we study the problem of answering cloze-style questions over documents. Our model, the Gated-Attention (GA) Reader, integrates a multi-hop architecture with a novel attention mechanism, which is based on multiplicative interactions between the query embedding and the intermediate states of a recurrent neural network document reader. This enables the reader to build query-specific representations of tokens in the document for accurate answer selection. The GA Reader obtains state-of-the-art results on three benchmarks for this task--the CNN \& Daily Mail news stories and the Who Did What dataset. The effectiveness of multiplicative interaction is demonstrated by an ablation study, and by comparing to alternative compositional operators for implementing the gated-attention. The code is available at https://github.com/bdhingra/ga-reader.

Bhuwan Dhingra, Hanxiao Liu, Zhilin Yang, William W. Cohen, Ruslan Salakhutdinov• 2016

Related benchmarks

TaskDatasetResultRank
Reading ComprehensionRACE high
Accuracy44.2
295
Question AnsweringSQuAD v1.1 (test)
F1 Score81.1
260
Reading ComprehensionRACE mid
Accuracy43.7
196
Machine ComprehensionCNN (val)
Accuracy0.779
80
Machine ComprehensionCNN (test)
Accuracy77.9
77
Question AnsweringSQuAD (dev)
F169.04
74
Machine ComprehensionCBT NE (test)
Accuracy74.9
56
Machine ComprehensionCBT-CN (test)
Accuracy70.7
56
Word PredictionLAMBADA (test)
Accuracy49
53
Machine Reading ComprehensionDaily Mail (test)
Accuracy80.9
46
Showing 10 of 36 rows

Other info

Code

Follow for update