paper-with-me

Papers

Matrix Factorization using Window Sampling and Negative Sampling for Improved Word Representations

2016-06-02 · ACL 2016 8 · Alexandre Salle, Marco Idiart, Aline Villavicencio

In this paper, we propose LexVec, a new method for generating distributed word representations that uses low-rank, weighted factorization of the Positive Point-wise Mutual Information matrix via stochastic gradient descent, employing a weighting scheme that assigns heavier penalties for errors on frequent co-occurrences while still accounting for negative co-occurrence. Evaluation on word similarity and analogy tasks shows that LexVec matches and often outperforms state-of-the-art methods on many of these tasks.

📄 PDF Abstract BibTeX arXiv:1606.00819

Code (1)

alexandres/lexvec 공식 구현

Tasks

Word Similarity

Similar Papers 제목 키워드 기반

Stochastic Subsampling for Factorizing Huge Matrices

2017-01-19 · Arthur Mensch, Julien Mairal, Bertrand Thirion, Gael Varoquaux

We present a matrix-factorization algorithm that scales to input matrices with both huge number of rows and columns. Learned factors may be sparse or dense and/or non-negative, which makes our algorithm suitable for dict…

Dictionary Learning

Randomized Algorithms for Symmetric Nonnegative Matrix Factorization

2024-02-13 · Koby Hayashi, Sinan G. Aksoy, Grey Ballard, Haesun Park

Symmetric Nonnegative Matrix Factorization (SymNMF) is a technique in data analysis and machine learning that approximates a symmetric matrix with a product of a nonnegative, low-rank matrix and its transpose. To design …

Graph Clustering

An Empirical Comparison of Sampling Quality Metrics: A Case Study for Bayesian Nonnegative Matrix Factorization

2016-06-20 · Arjumand Masood, Weiwei Pan, Finale Doshi-Velez

In this work, we empirically explore the question: how can we assess the quality of samples from some target distribution? We assume that the samples are provided by some valid Monte Carlo procedure, so we are guaranteed…

Diversityvalid

Partially Mutual Exclusive Softmax for Positive and Unlabeled data

2019-05-01 · ICLR 2019 5 · Ugo Tanielian, Flavian vasile, Mike Gartrell

In recent years, softmax together with its fast approximations has become the de-facto loss function for deep neural networks with multiclass predictions. However, softmax is used in many problems that do not fully fit t…

Language ModelingLanguage Modelling

Free Energy Node Embedding via Generalized Skip-gram with Negative Sampling

2021-05-19 · Yu Zhu, Ananthram Swami, Santiago Segarra

A widely established set of unsupervised node embedding methods can be interpreted as consisting of two distinctive steps: i) the definition of a similarity matrix based on the graph of interest followed by ii) an explic…

ClusteringGPULink PredictionNode Classification+1