paper-with-me

Papers

Word2Vec: Optimal Hyper-Parameters and Their Impact on NLP Downstream Tasks

2020-03-23 · Tosin P. Adewumi, Foteini Liwicki, Marcus Liwicki

Word2Vec is a prominent model for natural language processing (NLP) tasks. Similar inspiration is found in distributed embeddings for new state-of-the-art (SotA) deep neural networks. However, wrong combination of hyper-parameters can produce poor quality vectors. The objective of this work is to empirically show optimal combination of hyper-parameters exists and evaluate various combinations. We compare them with the released, pre-trained original word2vec model. Both intrinsic and extrinsic (downstream) evaluations, including named entity recognition (NER) and sentiment analysis (SA) were carried out. The downstream tasks reveal that the best model is usually task-specific, high analogy scores don't necessarily correlate positively with F1 scores and the same applies to focus on data alone. Increasing vector dimension size after a point leads to poor quality or performance. If ethical considerations to save time, energy and the environment are made, then reasonably smaller corpora may do just as well or even better in some cases. Besides, using a small corpus, we obtain better human-assigned WordSim scores, corresponding Spearman correlation and better downstream performances (with significance tests) compared to the original model, trained on 100 billion-word corpus.

📄 PDF Abstract BibTeX arXiv:2003.11645

Code (2)

tosingithub/sdesk 공식 구현 pytorch
phnk/D7047E pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NERSentiment Analysis

Similar Papers 제목 키워드 기반

Evaluating Word Embedding Hyper-Parameters for Similarity and Analogy Tasks

2018-04-11 · Maryam Fanaeepour, Adam Makarucha, Jey Han Lau

The versatility of word embeddings for various applications is attracting researchers from various fields. However, the impact of hyper-parameters when training embedding model is often poorly understood. How much do hyp…

Word Embeddings

Optimal Hyperparameters for Deep LSTM-Networks for Sequence Labeling Tasks

2017-07-21 · Nils Reimers, Iryna Gurevych

Selecting optimal parameters for a neural network architecture can often make the difference between mediocre and state-of-the-art performance. However, little is published which parameters and design choices should be e…

ChunkingEvent DetectionHyperparameter OptimizationNamed Entity Recognition (NER)+2

Word2Vec applied to Recommendation: Hyperparameters Matter

2018-04-11 · Hugo Caselles-Dupré, Florian Lesaint, Jimena Royo-Letelier

Skip-gram with negative sampling, a popular variant of Word2vec originally designed and tuned to create word embeddings for Natural Language Processing, has been used to create item embeddings with successful application…

Word Embeddings

Hyperparameter Learning under Data Poisoning: Analysis of the Influence of Regularization via Multiobjective Bilevel Optimization

2023-06-02 · Javier Carnerero-Cano, Luis Muñoz-González, Phillippa Spencer, Emil C. Lupu

Machine Learning (ML) algorithms are vulnerable to poisoning attacks, where a fraction of the training data is manipulated to deliberately degrade the algorithms' performance. Optimal attacks can be formulated as bilevel…

Bilevel OptimizationData Poisoning

In Support of Over-Parametrization in Deep Reinforcement Learning: an Empirical Study

2019-05-17 · ICML Workshop Deep_Phenomen 2019 6 · Brady Neal, Ioannis Mitliagkas

There is significant recent evidence in supervised learning that, in the over-parametrized setting, wider networks achieve better test error. In other words, the bias-variance tradeoff is not directly observable when inc…

Deep Reinforcement LearningOpenAI Gymreinforcement-learningReinforcement Learning (RL)