Morphological Skip-Gram: Using morphological knowledge to improve word representation
Fl\'avio Santos, Hendrik Macedo, Thiago Bispo, Cleber Zanchettin

TL;DR
This paper introduces Morphological Skip-Gram, a novel word embedding method that leverages morphological analysis to improve semantic representations by focusing on meaningful morphemes instead of all character n-grams.
Contribution
The paper presents a new training approach that replaces character n-grams with morphemes, enhancing word embeddings by incorporating morphological knowledge.
Findings
Competitive performance with FastText in intrinsic evaluations
Improved semantic similarity for morphologically related words
Reduced noise from irrelevant n-grams in embeddings
Abstract
Natural language processing models have attracted much interest in the deep learning community. This branch of study is composed of some applications such as machine translation, sentiment analysis, named entity recognition, question and answer, and others. Word embeddings are continuous word representations, they are an essential module for those applications and are generally used as input word representation to the deep learning models. Word2Vec and GloVe are two popular methods to learn word embeddings. They achieve good word representations, however, they learn representations with limited information because they ignore the morphological information of the words and consider only one representation vector for each word. This approach implies that Word2Vec and GloVe are unaware of the word inner structure. To mitigate this problem, the FastText model represents each word as a bag…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Sentiment Analysis and Opinion Mining
MethodsGloVe Embeddings · fastText
