pith. sign in

arxiv: 1606.01549 · v3 · pith:HJU4Y733new · submitted 2016-06-05 · 💻 cs.CL · cs.LG

Gated-Attention Readers for Text Comprehension

classification 💻 cs.CL cs.LG
keywords readergated-attentiondocumentmultiplicativeablationaccuratealternativeanswer
0
0 comments X
read the original abstract

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.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 3 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. EQuANt (Enhanced Question Answer Network)

    cs.CL 2019-06 unverdicted novelty 4.0

    EQuANt extends QANet to SQuAD 2, achieving nearly twice the performance of a lightweight QANet baseline while also improving SQuAD 1.1 results via multi-task learning.

  2. LLMs Struggle with Abstract Meaning Comprehension More Than Expected

    cs.CL 2026-04 unverdicted novelty 3.0

    LLMs struggle with abstract meaning comprehension on SemEval-2021 Task 4 more than fine-tuned models, and a new bidirectional attention classifier yields small accuracy gains of 3-4%.

  3. Machine Reading Comprehension: a Literature Review

    cs.CL 2019-06 unverdicted novelty 1.0

    A 2019 survey of machine reading comprehension corpora and methods.