paper-with-me

Papers

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 format is an entirely text based format that suffers from huge file sizes and slow reads, and the word2vec format is a smaller binary format that mixes a textual representation of words with a binary representation of the vectors themselves. Both formats have problems that we solve with a new format we call the Leader format. We include a word length prefix for faster reads while maintaining the smaller file size a binary format offers. We also created a minimalist library to facilitate the reading and writing of various word vector formats, as well as tools for converting pre-trained embeddings to our new Leader format.

📄 PDF Abstract BibTeX arXiv:2009.13699

Code (1)

blester125/word-vectors 공식 구현

Tasks

Word Embeddings

Methods 이 논문이 사용한 방법론

GloVe GloVe Embeddings are a type of word embedding that encode the co-occurrence probability ratio between two words as vector differences. GloVe uses a weighted least squares…

Similar Papers 제목 키워드 기반

Follow the Compressed Leader: Faster Online Learning of Eigenvectors and Faster MMWU

2017-01-06 · ICML 2017 8 · Zeyuan Allen-Zhu, Yuanzhi Li

The online problem of computing the top eigenvector is fundamental to machine learning. In both adversarial and stochastic settings, previous results (such as matrix multiplicative weight update, follow the regularized l…

The Natural Selection of Words: Finding the Features of Fitness

2019-08-19 · Peter D. Turney, Saif M. Mohammad

We introduce a dataset for studying the evolution of words, constructed from WordNet and the Google Books Ngram Corpus. The dataset tracks the evolution of 4,000 synonym sets (synsets), containing 9,000 English words, fr…

Distributed Representations of Sentences and Documents

2014-05-16 · Quoc V. Le, Tomas Mikolov

Many machine learning algorithms require the input to be represented as a fixed-length feature vector. When it comes to texts, one of the most common fixed-length features is bag-of-words. Despite their popularity, bag-o…

Question AnsweringSentiment AnalysisText Classification

Extra Global Attention Designation Using Keyword Detection in Sparse Transformer Architectures

2024-10-11 · Evan Lucas, Dylan Kangas, Timothy C Havens

In this paper, we propose an extension to Longformer Encoder-Decoder, a popular sparse transformer architecture. One common challenge with sparse transformers is that they can struggle with encoding of long range context…

Abstractive Text SummarizationDecoder

Follow the Leader: Documents on the Leading Edge of Semantic Change Get More Citations

2019-09-09 · Sandeep Soni, Kristina Lerman, Jacob Eisenstein

Diachronic word embeddings -- vector representations of words over time -- offer remarkable insights into the evolution of language and provide a tool for quantifying sociocultural change from text documents. Prior work …

ArticlesDiachronic Word EmbeddingsWord Embeddings