HyperAIHyperAI

Command Palette

Search for a command to run...

4 months ago

Gated-Attention Readers for Text Comprehension

Bhuwan Dhingra; Hanxiao Liu; Zhilin Yang; William W. Cohen; Ruslan Salakhutdinov

Gated-Attention Readers for Text Comprehension

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.

Code Repositories

gchhablani/ReCAM
pytorch
Mentioned in GitHub
bdhingra/ga-reader
Official
Mentioned in GitHub
AI-metrics/AI-metrics
Mentioned in GitHub
aartika/experiment1
tf
Mentioned in GitHub

Benchmarks

BenchmarkMethodologyMetrics
open-domain-question-answering-on-quasarGA
EM (Quasar-T): 26.4
F1 (Quasar-T): 26.4
question-answering-on-childrens-book-testGA reader
Accuracy-CN: 69.4%
Accuracy-NE: 71.9%
question-answering-on-childrens-book-testNSE
Accuracy-CN: 71.9%
Accuracy-NE: 73.2%
question-answering-on-childrens-book-testGA + feature + fix L(w)
Accuracy-CN: 70.7%
Accuracy-NE: 74.9%
question-answering-on-cnn-daily-mailGA Reader
CNN: 77.9
Daily Mail: 80.9

Build AI with AI

From idea to launch — accelerate your AI development with free AI co-coding, out-of-the-box environment and best price of GPUs.

AI Co-coding
Ready-to-use GPUs
Best Pricing
Get Started

Hyper Newsletters

Subscribe to our latest updates
We will deliver the latest updates of the week to your inbox at nine o'clock every Monday morning
Powered by MailChimp
Gated-Attention Readers for Text Comprehension | Papers | HyperAI