paper-with-me

홈 › Papers

Linear Ensembles of Word Embedding Models

2017-04-05 · WS 2017 5 · Avo Muromägi, Kairit Sirts, Sven Laur

This paper explores linear methods for combining several word embedding models into an ensemble. We construct the combined models using an iterative method based on either ordinary least squares regression or the solution to the orthogonal Procrustes problem. We evaluate the proposed approaches on Estonian---a morphologically complex language, for which the available corpora for training word embeddings are relatively small. We compare both combined models with each other and with the input word embedding models using synonym and analogy tests. The results show that while using the ordinary least squares regression performs poorly in our experiments, using orthogonal Procrustes to combine several word embedding models into an ensemble model leads to 7-10% relative improvements over the mean result of the initial models in synonym tests and 19-47% in analogy tests.

📄 PDF Abstract BibTeX arXiv:1704.01419

Code (1)

Shujian2015/meta-embedding-paper-list

Tasks

regressionWord Embeddings

Similar Papers 제목 키워드 기반

TUDA-CCL at SemEval-2021 Task 1: Using Gradient-boosted Regression Tree Ensembles Trained on a Heterogeneous Feature Set for Predicting Lexical Complexity

2021-08-01 · SEMEVAL 2021 · Sebastian Gombert, Sabine Bartsch

In this paper, we present our systems submitted to SemEval-2021 Task 1 on lexical complexity prediction.The aim of this shared task was to create systems able to predict the lexical complexity of word tokens and bigram m…

SentenceWord Embeddings

Learning Meta-Embeddings by Using Ensembles of Embedding Sets

2015-08-18 · Wenpeng Yin, Hinrich Schütze

Word embeddings -- distributed representations of words -- in deep learning are beneficial for many tasks in natural language processing (NLP). However, different embedding sets vary greatly in quality and characteristic…

Part-Of-Speech TaggingWord EmbeddingsWord Similarity

Dynamic Meta-Embeddings for Improved Sentence Representations

2018-04-21 · EMNLP 2018 10 · Douwe Kiela, Changhan Wang, Kyunghyun Cho

While one of the first steps in many NLP systems is selecting what pre-trained word embeddings to use, we argue that such a step is better left for neural networks to figure out by themselves. To that end, we introduce d…

SentenceWord Embeddings

Closed Form Word Embedding Alignment

2018-06-04 · Sunipa Dev, Safia Hassan, Jeff M. Phillips

We develop a family of techniques to align word embeddings which are derived from different source datasets or created using different mechanisms (e.g., GloVe or word2vec). Our methods are simple and have a closed form t…

FormWord Embeddings

Non-Linear Relational Information Probing in Word Embeddings

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Pre-trained word embeddings such as SkipGram and GloVe are known to contain a myriad of useful information about words. In this work, we use multilayer perceptrons (MLP) to probe the relational information contained in t…

RelationWord Embeddings