paper-with-me

홈 › Papers

Streaming Word Embeddings with the Space-Saving Algorithm

2017-04-24 · Chandler May, Kevin Duh, Benjamin Van Durme, Ashwin Lall

We develop a streaming (one-pass, bounded-memory) word embedding algorithm based on the canonical skip-gram with negative sampling algorithm implemented in word2vec. We compare our streaming algorithm to word2vec empirically by measuring the cosine similarity between word pairs under each algorithm and by applying each algorithm in the downstream task of hashtag prediction on a two-month interval of the Twitter sample stream. We then discuss the results of these experiments, concluding they provide partial validation of our approach as a streaming replacement for word2vec. Finally, we discuss potential failure modes and suggest directions for future work.

📄 PDF Abstract BibTeX arXiv:1704.07463

Code (2)

cjmay/athena 공식 구현
cjmay/word2vec

Tasks

Word Embeddings

Similar Papers 제목 키워드 기반

Low Rank Approximation Lower Bounds in Row-Update Streams

2014-12-01 · NeurIPS 2014 12 · David Woodruff

We study low-rank approximation in the streaming model in which the rows of an $n \times d$ matrix $A$ are presented one at a time in an arbitrary order. At the end of the stream, the streaming algorithm should output a …

DCTX-Conformer: Dynamic context carry-over for low latency unified streaming and non-streaming Conformer ASR

2023-06-13 · Goeric Huybrechts, Srikanth Ronanki, Xilai Li, Hadis Nosrati 외

Conformer-based end-to-end models have become ubiquitous these days and are commonly used in both streaming and non-streaming automatic speech recognition (ASR). Techniques like dual-mode and dynamic chunk training helpe…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)speech-recognitionSpeech Recognition

Double-Hard Debias: Tailoring Word Embeddings for Gender Bias Mitigation

2020-05-03 · ACL 2020 6 · Tianlu Wang, Xi Victoria Lin, Nazneen Fatema Rajani, Bryan McCann 외

Word embeddings derived from human-generated corpora inherit strong gender bias which can be further amplified by downstream models. Some commonly adopted debiasing approaches, including the seminal Hard Debias algorithm…

Word Embeddings

RPD: A Distance Function Between Word Embeddings

2020-05-16 · ACL 2020 6 · Xuhui Zhou, Zaixiang Zheng, Shu-Jian Huang

It is well-understood that different algorithms, training processes, and corpora produce different word embeddings. However, less is known about the relation between different embedding spaces, i.e. how far different set…

Word Embeddings

Skip-gram word embeddings in hyperbolic space

2018-08-30 · Matthias Leimeister, Benjamin J. Wilson

Recent work has demonstrated that embeddings of tree-like graphs in hyperbolic space surpass their Euclidean counterparts in performance by a large margin. Inspired by these results and scale-free structure in the word c…

Learning Word EmbeddingsWord EmbeddingsWord Similarity