paper-with-me

홈 › Papers

Embedding Words in Non-Vector Space with Unsupervised Graph Learning

2020-10-06 · EMNLP 2020 11 · Max Ryabinin, Sergei Popov, Liudmila Prokhorenkova, Elena Voita

It has become a de-facto standard to represent words as elements of a vector space (word2vec, GloVe). While this approach is convenient, it is unnatural for language: words form a graph with a latent hierarchical structure, and this structure has to be revealed and encoded by word embeddings. We introduce GraphGlove: unsupervised graph word representations which are learned end-to-end. In our setting, each word is a node in a weighted graph and the distance between words is the shortest path distance between the corresponding nodes. We adopt a recent method learning a representation of data in the form of a differentiable weighted graph and use it to modify the GloVe training algorithm. We show that our graph-based representations substantially outperform vector-based methods on word similarity and analogy tasks. Our analysis reveals that the structure of the learned graphs is hierarchical and similar to that of WordNet, the geometry is highly non-trivial and contains subgraphs with different local topology.

📄 PDF Abstract BibTeX arXiv:2010.02598

Code (1)

yandex-research/graph-glove 공식 구현 pytorch

Tasks

Graph LearningWord EmbeddingsWord Similarity

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 제목 키워드 기반

Poincaré GloVe: Hyperbolic Word Embeddings

2018-10-15 · Alexandru Tifrea, Gary Bécigneul, Octavian-Eugen Ganea

Words are not created equal. In fact, they form an aristocratic graph with a latent hierarchical structure that the next generation of unsupervised learned word embeddings should reveal. In this paper, justified by the n…

Word Embeddings

Poincare Glove: Hyperbolic Word Embeddings

2019-05-01 · ICLR 2019 5 · Alexandru Tifrea*, Gary Becigneul*, Octavian-Eugen Ganea*

Words are not created equal. In fact, they form an aristocratic graph with a latent hierarchical structure that the next generation of unsupervised learned word embeddings should reveal. In this paper, justified by the n…

Learning Word EmbeddingsWord Embeddings

Tsetlin Machine Embedding: Representing Words Using Logical Expressions

2023-01-02 · Bimal Bhattarai, Ole-Christoffer Granmo, Lei Jiao, Rohan Yadav 외

Embedding words in vector space is a fundamental first step in state-of-the-art natural language processing (NLP). Typical NLP solutions employ pre-defined vector representations to improve generalization by co-locating …

Document ClassificationMachine TranslationSentiment Analysis

Low-resource bilingual lexicon extraction using graph based word embeddings

2017-10-06 · Ximena Gutierrez-Vasques, Victor Mijangos

In this work we focus on the task of automatically extracting bilingual lexicon for the language pair Spanish-Nahuatl. This is a low-resource setting where only a small amount of parallel corpus is available. Most of the…

TranslationWord AlignmentWord Embeddings

Unsupervised Graph Embedding via Adaptive Graph Learning

2020-03-10 · Rui Zhang, Yunxing Zhang, Xuelong. Li

Graph autoencoders (GAEs) are powerful tools in representation learning for graph embedding. However, the performance of GAEs is very dependent on the quality of the graph structure, i.e., of the adjacency matrix. In oth…

Clusteringgraph constructionGraph EmbeddingGraph Learning+5