Skip to content

Label Informed Contrastive Pre-training for Node Importance Estimation on Knowledge Graphs

License

Notifications You must be signed in to change notification settings

zhangtia16/LICAP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LICAP

Label Informed Contrastive Pre-training for Node Importance Estimation on Knowledge Graphs

Node Importance Estimation (NIE) is a task of inferring importance scores of the nodes in a graph. Due to the availability of richer data and knowledge, recent research interests of NIE have been dedicating to knowledge graphs for predicting future or missing node importance scores. Existing state-of-the-art NIE methods train the model by available labels, and they consider every interested node equally before training. However, the nodes with higher importance often require or receive more attention in real-world scenarios, e.g., people may care more about the movies or webpages with higher importance. To this end, we introduce Label Informed ContrAstive Pre-training (LICAP) to the NIE problem for being better aware of the nodes with high importance scores. Specifically, LICAP is a novel type of contrastive learning framework that aims to fully utilize the continuous labels to generate contrastive samples for pre-training embeddings. Considering the NIE problem, LICAP adopts a novel sampling strategy called top nodes preferred hierarchical sampling to first group all interested nodes into a top bin and a non-top bin based on node importance scores, and then divide the nodes within top bin into several finer bins also based on the scores. The contrastive samples are generated from those bins, and are then used to pretrain node embeddings of knowledge graphs via a newly proposed Predicate-aware Graph Attention Networks (PreGAT), so as to better separate the top nodes from non-top nodes, and distinguish the top nodes within top bin by keeping the relative order among finer bins. Extensive experiments demonstrate that the LICAP pretrained embeddings can further boost the performance of existing NIE methods and achieve the new state-of-the-art performance regarding both regression and ranking metrics.

Reference

If you find this work is useful, please consider the following citation.

@article{Zhang2024LICAP,
  title={Label Informed Contrastive Pretraining for Node Importance Estimation on Knowledge Graphs},
  author={Zhang, Tianyu and Hou, Chengbin and Jiang, Rui and Zhang, Xuegong and Zhou, Chenghu and Tang, Ke and Lv, Hairong},
  journal={IEEE Transactions on Neural Networks and Learning Systems},
  year={2024},
  pages={1-15}
}

TNNLS paper link: https://ieeexplore.ieee.org/document/10443036
arXiv paper link: https://arxiv.org/pdf/2402.17791.pdf

About

Label Informed Contrastive Pre-training for Node Importance Estimation on Knowledge Graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages