paper-with-me

Papers

Inter-domain Multi-relational Link Prediction

2021-06-11 · Luu Huu Phuc, Koh Takeuchi, Seiji Okajima, Arseny Tolmachev, Tomoyoshi Takebayashi, Koji Maruhashi, Hisashi Kashima

Multi-relational graph is a ubiquitous and important data structure, allowing flexible representation of multiple types of interactions and relations between entities. Similar to other graph-structured data, link prediction is one of the most important tasks on multi-relational graphs and is often used for knowledge completion. When related graphs coexist, it is of great benefit to build a larger graph via integrating the smaller ones. The integration requires predicting hidden relational connections between entities belonged to different graphs (inter-domain link prediction). However, this poses a real challenge to existing methods that are exclusively designed for link prediction between entities of the same graph only (intra-domain link prediction). In this study, we propose a new approach to tackle the inter-domain link prediction problem by softly aligning the entity distributions between different domains with optimal transport and maximum mean discrepancy regularizers. Experiments on real-world datasets show that optimal transport regularizer is beneficial and considerably improves the performance of baseline methods.

📄 PDF Abstract BibTeX arXiv:2106.06171

Code (1)

phucdoitoan/inter-domain_lp 공식 구현 pytorch

Tasks

Link PredictionPrediction

Similar Papers 제목 키워드 기반

Multi-Relational Graph Neural Network for Out-of-Domain Link Prediction

2024-03-17 · Asma Sattar, Georgios Deligiorgis, Marco Trincavelli, Davide Bacciu

Dynamic multi-relational graphs are an expressive relational representation for data enclosing entities and relations of different types, and where relationships are allowed to vary in time. Addressing predictive tasks o…

Domain GeneralizationGraph Neural NetworkLink Prediction

Relational Boosted Bandits

2020-12-16 · Ashutosh Kakadiya, Sriraam Natarajan, Balaraman Ravindran

Contextual bandits algorithms have become essential in real-world user interaction problems in recent years. However, these algorithms rely on context as attribute value representation, which makes them unfeasible for re…

AttributeDescriptiveExplainable ModelsLink Prediction+1

Clustering as an Evaluation Protocol for Knowledge Embedding Representation of Categorised Multi-relational Data in the Clinical Domain

2019-12-29 · Jianyu Liu, Hegler Tissot

Learning knowledge representation is an increasingly important technology applicable in many domain-specific machine learning problems. We discuss the effectiveness of traditional Link Prediction or Knowledge Graph Compl…

ClusteringKnowledge Graph CompletionLink PredictionPrediction

Bi-Link: Bridging Inductive Link Predictions from Text via Contrastive Learning of Transformers and Prompts

2022-10-26 · Bohua Peng, Shihao Liang, Mobarakol Islam

Inductive knowledge graph completion requires models to comprehend the underlying semantics and logic patterns of relations. With the advance of pretrained language models, recent research have designed transformers for …

Contrastive LearningEntity LinkingInductive knowledge graph completionKnowledge Graph Completion+3

A Relation-Interactive Approach for Message Passing in Hyper-relational Knowledge Graphs

2024-02-23 · Yonglin Jing

Hyper-relational knowledge graphs (KGs) contain additional key-value pairs, providing more information about the relations. In many scenarios, the same relation can have distinct key-value pairs, making the original trip…

Knowledge GraphsLink PredictionPredictionRelation