paper-with-me

Papers

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

2019-04-11 · NAACL 2019 6 · Jorge A. Balazs, Yutaka Matsuo

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

📄 PDF Abstract BibTeX arXiv:1904.05584

Code (1)

jabalazs/gating 공식 구현 pytorch

Tasks

Semantic SimilaritySemantic Textual SimilaritySentenceWord Similarity

Similar Papers 제목 키워드 기반

Gated Word-Character Recurrent Language Model

2016-06-06 · EMNLP 2016 11 · Yasumasa Miyamoto, Kyunghyun Cho

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 Modellingmodel

Words or Characters? Fine-grained Gating for Reading Comprehension

2016-11-06 · Zhilin Yang, Bhuwan Dhingra, Ye Yuan, Junjie Hu 외

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 ComprehensionTAG

Combining Word-Level and Character-Level Representations for Relation Classification of Informal Text

2017-08-01 · WS 2017 8 · Dongyun Liang, Weiran Xu, Yinge Zhao

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+2

Combining Word-Level and Character-Level Models for Machine Translation Between Closely-Related Languages

2012-07-01 · ACL 2012 7 · Preslav Nakov, J{\"o}rg Tiedemann
Language ModellingMachine TranslationTranslationTransliteration+1

Efficient Character-level Document Classification by Combining Convolution and Recurrent Layers

2016-02-01 · Yijun Xiao, Kyunghyun Cho

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