paper-with-me

Papers

Skip-gram Language Modeling Using Sparse Non-negative Matrix Probability Estimation

2014-12-03 · Noam Shazeer, Joris Pelemans, Ciprian Chelba

We present a novel family of language model (LM) estimation techniques named Sparse Non-negative Matrix (SNM) estimation. A first set of experiments empirically evaluating it on the One Billion Word Benchmark shows that SNM $n$-gram LMs perform almost as well as the well-established Kneser-Ney (KN) models. When using skip-gram features the models are able to match the state-of-the-art recurrent neural network (RNN) LMs; combining the two modeling techniques yields the best known result on the benchmark. The computational advantages of SNM over both maximum entropy and RNN LM estimation are probably its main strength, promising an approach that has the same flexibility in combining arbitrary features effectively and yet should scale to very large amounts of data as gracefully as $n$-gram LMs do.

📄 PDF Abstract BibTeX arXiv:1412.1454

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Sparse Non-negative Matrix Language Modeling

2016-01-01 · TACL 2016 1 · Joris Pelemans, Noam Shazeer, Ciprian Chelba

We present Sparse Non-negative Matrix (SNM) estimation, a novel probability estimation technique for language modeling that can efficiently incorporate arbitrary features. We evaluate SNM language models on two corpora: …

Automatic Speech Recognition (ASR)Language ModelingLanguage ModellingSentence+1

Multinomial Loss on Held-out Data for the Sparse Non-negative Matrix Language Model

2015-11-05 · Ciprian Chelba, Fernando Pereira

We describe Sparse Non-negative Matrix (SNM) language model estimation using multinomial loss on held-out data. Being able to train on held-out data is important in practical situations where the training data is usual…

Language ModelingLanguage Modelling

Second-order Co-occurrence Sensitivity of Skip-Gram with Negative Sampling

2019-06-06 · WS 2019 8 · Dominik Schlechtweg, Cennet Oguz, Sabine Schulte im Walde

We simulate first- and second-order context overlap and show that Skip-Gram with Negative Sampling is similar to Singular Value Decomposition in capturing second-order co-occurrence information, while Pointwise Mutual In…

Sensitivity

word2vec Skip-Gram with Negative Sampling is a Weighted Logistic PCA

2017-05-27 · Andrew J. Landgraf, Jeremy Bellay

We show that the skip-gram formulation of word2vec trained with negative sampling is equivalent to a weighted logistic PCA. This connection allows us to better understand the objective, compare it to other word embedding…

Bayesian Neural Word Embedding

2016-03-21 · Oren Barkan

Recently, several works in the domain of natural language processing presented successful methods for word embedding. Among them, the Skip-Gram with negative sampling, known also as word2vec, advanced the state-of-the-ar…