Gating Mechanisms for Combining Character and Word-level Word Representations: An Empirical Study
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 (1)
Tasks
Semantic SimilaritySemantic Textual SimilaritySentenceWord SimilaritySimilar Papers 제목 키워드 기반
Gated Word-Character Recurrent Language Model
We introduce a recurrent neural network language model (RNN-LM) with long short-term memory (LSTM) units that utilizes both character-level and word-level inputs. Our model has a gate that adaptively finds the optimal mi…
Language ModelingLanguage ModellingmodelWords or Characters? Fine-grained Gating for Reading Comprehension
Previous work combines word-level and character-level representations using concatenation or scalar weighting, which is suboptimal for high-level tasks like reading comprehension. We present a fine-grained gating mechani…
Question AnsweringReading ComprehensionTAGCombining Word-Level and Character-Level Representations for Relation Classification of Informal Text
Word representation models have achieved great success in natural language processing tasks, such as relation classification. However, it does not always work on informal text, and the morphemes of some misspelling words…
ClassificationGeneral ClassificationRelationRelation Classification+2Combining Word-Level and Character-Level Models for Machine Translation Between Closely-Related Languages
Efficient Character-level Document Classification by Combining Convolution and Recurrent Layers
Document classification tasks were primarily tackled at word level. Recent research that works with character-level inputs shows several benefits over word-level approaches such as natural incorporation of morphemes and …
ClassificationDocument ClassificationGeneral Classification