Alleviating Overfitting for Polysemous Words for Word Representation Estimation Using Lexicons
Yuanzhi Ke, Masafumi Hagiwara

TL;DR
This paper introduces a neural network model that integrates lexicons into word representation learning, effectively reducing overfitting for polysemous words and improving performance on semantic and syntactic tasks, especially with small corpora.
Contribution
A novel neural network with a lexicon layer and threshold node that alleviates overfitting in polysemous words during word embedding estimation, enhancing robustness and efficiency.
Findings
More effective than previous models in semantic and syntactic tasks
Robust to small corpus sizes
Outperforms existing lexicon-based embedding methods
Abstract
Though there are some works on improving distributed word representations using lexicons, the improper overfitting of the words that have multiple meanings is a remaining issue deteriorating the learning when lexicons are used, which needs to be solved. An alternative method is to allocate a vector per sense instead of a vector per word. However, the word representations estimated in the former way are not as easy to use as the latter one. Our previous work uses a probabilistic method to alleviate the overfitting, but it is not robust with a small corpus. In this paper, we propose a new neural network to estimate distributed word representations using a lexicon and a corpus. We add a lexicon layer in the continuous bag-of-words model and a threshold node after the output of the lexicon layer. The threshold rejects the unreliable outputs of the lexicon layer that are less likely to be…
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 · Speech Recognition and Synthesis
