Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

FRAGE: Frequency-Agnostic Word Representation

About

Continuous word representation (aka word embedding) is a basic building block in many neural network-based models used in natural language processing tasks. Although it is widely accepted that words with similar semantics should be close to each other in the embedding space, we find that word embeddings learned in several tasks are biased towards word frequency: the embeddings of high-frequency and low-frequency words lie in different subregions of the embedding space, and the embedding of a rare word and a popular word can be far from each other even if they are semantically similar. This makes learned word embeddings ineffective, especially for rare words, and consequently limits the performance of these neural network models. In this paper, we develop a neat, simple yet effective way to learn \emph{FRequency-AGnostic word Embedding} (FRAGE) using adversarial training. We conducted comprehensive studies on ten datasets across four natural language processing tasks, including word similarity, language modeling, machine translation and text classification. Results show that with FRAGE, we achieve higher performance than the baselines in all tasks.

Chengyue Gong, Di He, Xu Tan, Tao Qin, Liwei Wang, Tie-Yan Liu• 2018

Related benchmarks

TaskDatasetResultRank
Language ModelingWikiText-2 (test)
PPL39.1
1541
Language ModelingPTB (test)
Perplexity46.5
471
Language ModelingWikiText2 (val)
Perplexity (PPL)40.85
277
Text ClassificationAG News (test)
Accuracy91.73
210
Machine TranslationWMT English-German 2014 (test)
BLEU29.11
136
Language ModelingPenn Treebank (PTB) (test)
Perplexity46.54
120
Machine TranslationIWSLT German-to-English '14 (test)
BLEU Score33.97
110
Language ModelingPenn Treebank (PTB) (val)
Perplexity47.38
70
Document Classification20 Newsgroups (test)
Accuracy96.93
43
Word SimilarityRG-65 (test)
Spearman Correlation0.7878
33
Showing 10 of 15 rows

Other info

Code

Follow for update