paper-with-me

Papers

Faster Training of Word Embeddings

2021-01-01 · Eliza Wszola, Martin Jaggi, Markus Püschel

Word embeddings have gained increasing popularity in the recent years due to the Word2vec library and its extension fastText that uses subword information. In this paper, we aim at improving the execution speed of fastText training on homogeneous multi- and manycore CPUs while maintaining accuracy. We present a novel open-source implementation that flexibly incorporates various algorithmic variants including negative sample sharing, batched updates, and a byte-pair encoding-based alternative for subword units. We build these novel variants over a fastText implementation that we carefully optimized for the architecture, memory hierarchy, and parallelism of current manycore CPUs. Our experiments on three languages demonstrate 3-20x speed-up in training time at competitive semantic and syntactic accuracy.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

fastText fastText embeddings exploit subword information to construct word embeddings. Representations are learnt of character $n$-grams, and words represented as the sum of the…

Similar Papers 제목 키워드 기반

Corrected CBOW Performs as well as Skip-gram

2020-12-30 · EMNLP (insights) 2021 11 · Ozan İrsoy, Adrian Benton, Karl Stratos

Mikolov et al. (2013a) observed that continuous bag-of-words (CBOW) word embeddings tend to underperform Skip-gram (SG) embeddings, and this finding has been reported in subsequent works. We find that these observations …

Word Embeddings

Learning word embeddings efficiently with noise-contrastive estimation

2013-12-01 · NeurIPS 2013 12 · Andriy Mnih, Koray Kavukcuoglu

Continuous-valued word embeddings learned by neural language models have recently been shown to capture semantic and syntactic information about words very well, setting performance records on several word similarity tas…

Learning Word EmbeddingsWord EmbeddingsWord Similarity

Leader: Prefixing a Length for Faster Word Vector Serialization

2020-09-29 · Brian Lester

Two competing file formats have become the de facto standards for distributing pre-trained word embeddings. Both are named after the most popular pre-trained embeddings that are distributed in that format. The GloVe form…

Word Embeddings

Interactive Refinement of Cross-Lingual Word Embeddings

2019-11-08 · EMNLP 2020 11 · Michelle Yuan, Mozhi Zhang, Benjamin Van Durme, Leah Findlater 외

Cross-lingual word embeddings transfer knowledge between languages: models trained on high-resource languages can predict in low-resource languages. We introduce CLIME, an interactive system to quickly refine cross-lingu…

Active LearningCross-Lingual Word EmbeddingsGeneral ClassificationText Classification+1

Utility of General and Specific Word Embeddings for Classifying Translational Stages of Research

2017-05-17 · Vincent Major, Alisa Surkis, Yindalon Aphinyanaphongs

Conventional text classification models make a bag-of-words assumption reducing text into word occurrence counts per document. Recent algorithms such as word2vec are capable of learning semantic meaning and similarity be…

ArticlesClassificationGeneral Classificationtext-classification+2