paper-with-me

홈 › Papers

word2vec, node2vec, graph2vec, X2vec: Towards a Theory of Vector Embeddings of Structured Data

2020-03-27 · Martin Grohe

Vector representations of graphs and relational structures, whether hand-crafted feature vectors or learned representations, enable us to apply standard data analysis and machine learning techniques to the structures. A wide range of methods for generating such embeddings have been studied in the machine learning and knowledge representation literature. However, vector embeddings have received relatively little attention from a theoretical point of view. Starting with a survey of embedding techniques that have been used in practice, in this paper we propose two theoretical approaches that we see as central for understanding the foundations of vector embeddings. We draw connections between the various approaches and suggest directions for future research.

📄 PDF Abstract BibTeX arXiv:2003.12590

Code (0)

등록된 구현이 없습니다.

Tasks

BIG-bench Machine Learning

Similar Papers 제목 키워드 기반

ExEm: Expert Embedding using dominating set theory with deep learning approaches

2020-01-16 · N. Nikzad-Khasmakhi, M. A. Balafar, M. Reza Feizi-Derakhshi, Cina Motamed

A collaborative network is a social network that is comprised of experts who cooperate with each other to fulfill a special goal. Analyzing this network yields meaningful information about the expertise of these experts …

Graph EmbeddingLink PredictionMulti-Label ClassificationMUlTI-LABEL-ClASSIFICATION+1

Making Fast Graph-based Algorithms with Graph Metric Embeddings

2019-06-17 · ACL 2019 7 · Andrey Kutuzov, Mohammad Dorgham, Oleksiy Oliynyk, Chris Biemann 외

The computation of distance measures between nodes in graphs is inefficient and does not scale to large graphs. We explore dense vector representations as an effective way to approximate the same information: we introduc…

Semantic SimilaritySemantic Textual SimilarityWord Sense DisambiguationWord Similarity

Hebbian Graph Embeddings

2019-08-21 · Shalin Shah, Venkataramana Kini

Representation learning has recently been successfully used to create vector representations of entities in language learning, recommender systems and in similarity learning. Graph embeddings exploit the locality structu…

Recommendation SystemsRepresentation Learning

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 structu…

Graph LearningWord EmbeddingsWord Similarity

An Analysis of Euclidean vs. Graph-Based Framing for Bilingual Lexicon Induction from Word Embedding Spaces

2021-09-26 · Findings (EMNLP) 2021 11 · Kelly Marchisio, Youngser Park, Ali Saad-Eldin, Anton Alyakin 외

Much recent work in bilingual lexicon induction (BLI) views word embeddings as vectors in Euclidean space. As such, BLI is typically solved by finding a linear transformation that maps embeddings to a common space. Alter…

Bilingual Lexicon InductionGraph MatchingWord Embeddings