A LSTM Approach with Sub-Word Embeddings for Mongolian Phrase Break Prediction
In this paper, we first utilize the word embedding that focuses on sub-word units to the Mongolian Phrase Break (PB) prediction task by using Long-Short-Term-Memory (LSTM) model. Mongolian is an agglutinative language. Each root can be followed by several suffixes to form probably millions of words, but the existing Mongolian corpus is not enough to build a robust entire word embedding, thus it suffers a serious data sparse problem and brings a great difficulty for Mongolian PB prediction. To solve this problem, we look at sub-word units in Mongolian word, and encode their information to a meaningful representation, then fed it to LSTM to decode the best corresponding PB label. Experimental results show that the proposed model significantly outperforms traditional CRF model using manually features and obtains 7.49{\%} F-Measure gain.
Code (0)
등록된 구현이 없습니다.
Tasks
Dictionary LearningMachine TranslationQuestion AnsweringWord EmbeddingsMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
Mongolian Questions Classification Based on Mulit-Head Attention
Question classification is a crucial subtask in question answering system. Mongolian is a kind of few resource language. It lacks public labeled corpus. And the complex morphological structure of Mongolian vocabulary mak…
ClassificationQuestion AnsweringIncorporating Inner-word and Out-word Features for Mongolian Morphological Segmentation
Mongolian morphological segmentation is regarded as a crucial preprocessing step in many Mongolian related NLP applications and has received extensive attention. Recently, end-to-end segmentation approaches with long sho…
DecoderSegmentationSentenceBeyond Word2Vec: Embedding Words and Phrases in Same Vector Space
Word embeddings are being used for several linguistic problems and NLP tasks. Improvements in solutions to such problems are great because of the recent breakthroughs in vector representation of words and research in vec…
Phrase Vector EmbeddingSemantic Textual SimilarityWord EmbeddingsDeep learning model for Mongolian Citizens Feedback Analysis using Word Vector Embeddings
A large amount of feedback was collected over the years. Many feedback analysis models have been developed focusing on the English language. Recognizing the concept of feedback is challenging and crucial in languages whi…
Deep LearningSentenceWord EmbeddingsKeyphrase Extraction from Scholarly Articles as Sequence Labeling using Contextualized Embeddings
In this paper, we formulate keyphrase extraction from scholarly articles as a sequence labeling task solved using a BiLSTM-CRF, where the words in the input text are represented using deep contextualized embeddings. We e…
ArticlesKeyphrase ExtractionWord Embeddings