CLAug 7, 2018

Effective Character-augmented Word Embedding for Machine Reading Comprehension

arXiv:1808.02772v24 citations
Originality Incremental advance
AI Analysis

This work addresses a specific bottleneck in machine reading comprehension models for natural language processing applications, representing an incremental improvement.

The paper tackled the suboptimal integration of word and character embeddings in machine reading comprehension by proposing a character-augmented reader that attends character-level representations to improve word embeddings, especially for rare words, resulting in the baseline model significantly outperforming state-of-the-art baselines on various public benchmarks.

Machine reading comprehension is a task to model relationship between passage and query. In terms of deep learning framework, most of state-of-the-art models simply concatenate word and character level representations, which has been shown suboptimal for the concerned task. In this paper, we empirically explore different integration strategies of word and character embeddings and propose a character-augmented reader which attends character-level representation to augment word embedding with a short list to improve word representations, especially for rare words. Experimental results show that the proposed approach helps the baseline model significantly outperform state-of-the-art baselines on various public benchmarks.

Foundations

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

Your Notes