paper-with-me

Papers

Graph Collaborative Attention Network for Link Prediction in Knowledge Graphs

2025-07-05 · Thanh Hoang-Minh

Knowledge graphs offer a structured representation of real-world entities and their relationships, enabling a wide range of applications from information retrieval to automated reasoning. In this paper, we conduct a systematic comparison between traditional rule-based approaches and modern deep learning methods for link prediction. We focus on KBGAT, a graph neural network model that leverages multi-head attention to jointly encode both entity and relation features within local neighborhood structures. To advance this line of research, we introduce \textbf{GCAT} (Graph Collaborative Attention Network), a refined model that enhances context aggregation and interaction between heterogeneous nodes. Experimental results on four widely-used benchmark datasets demonstrate that GCAT not only consistently outperforms rule-based methods but also achieves competitive or superior performance compared to existing neural embedding models. Our findings highlight the advantages of attention-based architectures in capturing complex relational patterns for knowledge graph completion tasks.

📄 PDF Abstract BibTeX arXiv:2507.03947

Code (1)

hmthanh/GCAT 공식 구현 pytorch

Tasks

Graph Neural NetworkInformation RetrievalKnowledge Base CompletionKnowledge Graph CompletionKnowledge GraphsLink Prediction

Methods 이 논문이 사용한 방법론

Graph Neural Network 설명 없음
Focus 설명 없음

Similar Papers 제목 키워드 기반

Revisiting Neighborhood-based Link Prediction for Collaborative Filtering

2022-03-29 · Hao-Ming Fu, Patrick Poirson, Kwot Sin Lee, Chen Wang

Collaborative filtering (CF) is one of the most successful and fundamental techniques in recommendation systems. In recent years, Graph Neural Network (GNN)-based CF models, such as NGCF [31], LightGCN [10] and GTN [9] h…

Collaborative FilteringGraph Neural NetworkLink PredictionPrediction+1

SPAN: Subgraph Prediction Attention Network for Dynamic Graphs

2021-08-17 · Yuan Li, Chuanchang Chen, Yubo Tao, Hai Lin

This paper proposes a novel model for predicting subgraphs in dynamic graphs, an extension of traditional link prediction. This proposed end-to-end model learns a mapping from the subgraph structures in the current snaps…

AttributeLink PredictionPrediction

Graph Collaborative Reasoning

2021-12-27 · Hanxiong Chen, Yunqi Li, Shaoyun Shi, Shuchang Liu 외

Graphs can represent relational information among entities and graph structures are widely used in many intelligent tasks such as search, recommendation, and question answering. However, most of the graph-structured data…

Link PredictionLogical ReasoningPredictionQuestion Answering+1

PatentMiner: Patent Vacancy Mining via Context-enhanced and Knowledge-guided Graph Attention

2021-07-10 · Gaochen Wu, Bin Xu, Yuxin Qin, Fei Kong 외

Although there are a small number of work to conduct patent research by building knowledge graph, but without constructing patent knowledge graph using patent documents and combining latest natural language processing me…

Graph AttentionLink Predictionnamed-entity-recognitionNamed Entity Recognition+2

HAHE: Hierarchical Attention for Hyper-Relational Knowledge Graphs in Global and Local Level

2023-05-11 · ACL 2023 7 · Haoran Luo, Haihong E, Yuhao Yang, Yikai Guo 외

Link Prediction on Hyper-relational Knowledge Graphs (HKG) is a worthwhile endeavor. HKG consists of hyper-relational facts (H-Facts), composed of a main triple and several auxiliary attribute-value qualifiers, which can…

AttributeKnowledge GraphsLink PredictionPrediction