CLMLApr 11, 2019

Gating Mechanisms for Combining Character and Word-level Word Representations: An Empirical Study

arXiv:1904.05584v11090 citationsHas Code
Originality Incremental advance
AI Analysis

This work addresses representation learning for NLP tasks, but it is incremental as it focuses on empirical comparisons of existing combination methods.

The paper studied how combining character and word-level representations affects word and sentence representation quality, finding that character modeling improves representations, especially for less frequent words, and that a feature-wise sigmoid gating mechanism performs well on word similarity datasets.

In this paper we study how different ways of combining character and word-level representations affect the quality of both final word and sentence representations. We provide strong empirical evidence that modeling characters improves the learned representations at the word and sentence levels, and that doing so is particularly useful when representing less frequent words. We further show that a feature-wise sigmoid gating mechanism is a robust method for creating representations that encode semantic similarity, as it performed reasonably well in several word similarity datasets. Finally, our findings suggest that properly capturing semantic similarity at the word level does not consistently yield improved performance in downstream sentence-level tasks. Our code is available at https://github.com/jabalazs/gating

Code Implementations1 repo
Foundations

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

Your Notes