paper-with-me

홈 › Papers

Toward Edge-Centric Network Embeddings

2020-11-11 · Giuseppe Pirrò

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.

📄 PDF Abstract BibTeX arXiv:2011.05650

Code (0)

등록된 구현이 없습니다.

Tasks

Link PredictionNetwork Embedding

Similar Papers 제목 키워드 기반

Benchmarking neural embeddings for link prediction in knowledge graphs under semantic and structural changes

2020-05-15 · Asan Agibetov, Matthias Samwald

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 Prediction

TransEdge: Translating Relation-contextualized Embeddings for Knowledge Graphs

2020-04-22 · Zequn Sun, Jiacheng Huang, Wei Hu, Muchao Chen 외

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+1

A Hybrid Supervised and Self-Supervised Graph Neural Network for Edge-Centric Applications

2025-01-21 · Eugenio Borzone, Leandro Di Persia, Matias Gerard

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 Learning

Effective Distributed Representations for Academic Expert Search

2020-10-16 · EMNLP (sdp) 2020 11 · Mark Berger, Jakub Zavrel, Paul Groth

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 Similarity

CogKGE: A Knowledge Graph Embedding Toolkit and Benchmark for Representing Multi-source and Heterogeneous Knowledge

2022-05-01 · ACL 2022 5 · Zhuoran Jin, Tianyi Men, Hongbang Yuan, Zhitao He 외

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