paper-with-me

홈 › 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 mixture of the character-level and word-level inputs. The gate creates the final vector representation of a word by combining two distinct representations of the word. The character-level inputs are converted into vector representations of words using a bidirectional LSTM. The word-level inputs are projected into another high-dimensional space by a word lookup table. The final vector representations of words are used in the LSTM language model which predicts the next word given all the preceding words. Our model with the gating mechanism effectively utilizes the character-level inputs for rare and out-of-vocabulary words and outperforms word-level language models on several English corpora.

📄 PDF Abstract BibTeX arXiv:1606.01700

Code (5)

nyu-dl/gated_word_char_rlm 공식 구현
MindCode-4/code-12/tree/main/gated-word-character-recurrent-language-model mindspore
MindCode-4/code-7/tree/main/gated-word-character-recurrent-language-model mindspore
MindSpore-scientific-2/code-12/tree/main/gated-word-character-recurrent-language-model mindspore
arshadshk/GatedWord-Character_Recurrent_Language_Model pytorch

Tasks

Language ModelingLanguage Modellingmodel

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

EmojiIt at SemEval-2018 Task 2: An Effective Attention-Based Recurrent Neural Network Model for Emoji Prediction with Characters Gated Words

2018-06-01 · SEMEVAL 2018 6 · Shiyun Chen, Maoquan Wang, Liang He

This paper presents our single model to Subtask 1 of SemEval 2018 Task 2: Emoji Prediction in English. In order to predict the emoji that may be contained in a tweet, the basic model we use is an attention-based recurren…

Task 2

Learning Simpler Language Models with the Differential State Framework

2017-03-26 · Alexander G. Ororbia II, Tomas Mikolov, David Reitter

Learning useful information across long time lags is a critical and difficult problem for temporal neural models in tasks such as language modeling. Existing architectures that address the issue are often complex and cos…

Language ModelingLanguage Modelling

A Lexicon and Depth-wise Separable Convolution Based Handwritten Text Recognition System

2022-07-11 · Lalita Kumari, Sukhdeep Singh, VVS Rathore, Anuj Sharma

Cursive handwritten text recognition is a challenging research problem in the domain of pattern recognition. The current state-of-the-art approaches include models based on convolutional recurrent neural networks and mul…

DecoderHandwritten Text Recognition

Neural Networks for Text Correction and Completion in Keyboard Decoding

2017-09-19 · Shaona Ghosh, Per Ola Kristensson

Despite the ubiquity of mobile and wearable text messaging applications, the problem of keyboard text decoding is not tackled sufficiently in the light of the enormous success of the deep learning Recurrent Neural Networ…

DecoderLanguage ModelingLanguage ModellingNatural Language Understanding

Context Sensitive Lemmatization Using Two Successive Bidirectional Gated Recurrent Networks

2017-07-01 · ACL 2017 7 · Abhisek Chakrabarty, P, Onkar Arun it, Utpal Garain

We introduce a composite deep neural network architecture for supervised and language independent context sensitive lemmatization. The proposed method considers the task as to identify the correct edit tree representing …

AttributeLEMMALemmatizationVocal Bursts Valence Prediction