Toward Edge-Centric Network Embeddings
Existing network embedding approaches tackle the problem of learning low-dimensional node representations. However, networks can also be seen in the light of edges interlinking pairs of nodes. The broad goal of this paper is to introduce edge-centric network embeddings. We present an approach called ECNE, which instead of computing node embeddings directly, computes edge embeddings by relying on the notion of line graph coupled with an edge weighting mechanism to preserve the dynamic of the original graph in the line graph. We also present a link prediction framework called ECNE-LP, which given a target link (u,v) first collects paths between nodes u and v, then directly embeds the edges in these paths, and finally aggregates them toward predicting the existence of a link. We show that both ECNE and ECNE-LP bring benefit wrt the state-of-the-art.
Code (0)
등록된 구현이 없습니다.
Tasks
Link PredictionNetwork EmbeddingSimilar Papers 제목 키워드 기반
Benchmarking neural embeddings for link prediction in knowledge graphs under semantic and structural changes
Recently, link prediction algorithms based on neural embeddings have gained tremendous popularity in the Semantic Web community, and are extensively used for knowledge graph completion. While algorithmic advances have st…
BenchmarkingKnowledge Graph CompletionKnowledge GraphsLink PredictionTransEdge: Translating Relation-contextualized Embeddings for Knowledge Graphs
Learning knowledge graph (KG) embeddings has received increasing attention in recent years. Most embedding models in literature interpret relations as linear or bilinear mapping functions to operate on entity embeddings.…
Entity AlignmentEntity EmbeddingsKnowledge GraphsLink Prediction+1A Hybrid Supervised and Self-Supervised Graph Neural Network for Edge-Centric Applications
This paper presents a novel graph-based deep learning model for tasks involving relations between two nodes (edge-centric tasks), where the focus lies on predicting relationships and interactions between pairs of nodes r…
Graph Neural NetworkPredictionSelf-Supervised LearningEffective Distributed Representations for Academic Expert Search
Expert search aims to find and rank experts based on a user's query. In academia, retrieving experts is an efficient way to navigate through a large amount of academic knowledge. Here, we study how different distributed …
NavigateRetrievalSentenceSentence SimilarityCogKGE: A Knowledge Graph Embedding Toolkit and Benchmark for Representing Multi-source and Heterogeneous Knowledge
In this paper, we propose CogKGE, a knowledge graph embedding (KGE) toolkit, which aims to represent multi-source and heterogeneous knowledge. For multi-source knowledge, unlike existing methods that mainly focus on enti…
Graph EmbeddingKnowledge Graph Embedding