CLSep 29, 2016

Learning Sentence Representation with Guidance of Human Attention

arXiv:1609.09189v244 citations
AI Analysis

This addresses the need for more efficient and accurate sentence representations in natural language processing, though it is incremental as it builds on existing attention-based methods.

The paper tackled the problem of learning general-purpose sentence representations by incorporating human attention mechanisms, assigning different weights to words based on predictors like Surprisal and POS tags, resulting in significant improvements over state-of-the-art models.

Recently, much progress has been made in learning general-purpose sentence representations that can be used across domains. However, most of the existing models typically treat each word in a sentence equally. In contrast, extensive studies have proven that human read sentences efficiently by making a sequence of fixation and saccades. This motivates us to improve sentence representations by assigning different weights to the vectors of the component words, which can be treated as an attention mechanism on single sentences. To that end, we propose two novel attention models, in which the attention weights are derived using significant predictors of human reading time, i.e., Surprisal, POS tags and CCG supertags. The extensive experiments demonstrate that the proposed methods significantly improve upon the state-of-the-art sentence representation models.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes