paper-with-me

Papers

Robust Knowledge Graph Completion with Stacked Convolutions and a Student Re-Ranking Network

2021-06-11 · ACL 2021 5 · Justin Lovelace, Denis Newman-Griffis, Shikhar Vashishth, Jill Fain Lehman, Carolyn Penstein Rosé

Knowledge Graph (KG) completion research usually focuses on densely connected benchmark datasets that are not representative of real KGs. We curate two KG datasets that include biomedical and encyclopedic knowledge and use an existing commonsense KG dataset to explore KG completion in the more realistic setting where dense connectivity is not guaranteed. We develop a deep convolutional network that utilizes textual entity representations and demonstrate that our model outperforms recent KG completion methods in this challenging setting. We find that our model's performance improvements stem primarily from its robustness to sparsity. We then distill the knowledge from the convolutional network into a student network that re-ranks promising candidate entities. This re-ranking stage leads to further improvements in performance and demonstrates the effectiveness of entity re-ranking for KG completion.

📄 PDF Abstract BibTeX arXiv:2106.06555

Code (1)

justinlovelace/robust-kg-completion 공식 구현 pytorch

Tasks

Knowledge Graph CompletionRe-Ranking

Similar Papers 제목 키워드 기반

Compressing Deep Graph Neural Networks via Adversarial Knowledge Distillation

2022-05-24 · Huarui He, Jie Wang, Zhanqiu Zhang, Feng Wu

Deep graph neural networks (GNNs) have been shown to be expressive for modeling graph-structured data. Nevertheless, the over-stacked architecture of deep graph models makes it difficult to deploy and rapidly test on mob…

Graph ClassificationKnowledge DistillationNode Classification

Knowledge Enhanced Graph Neural Networks for Graph Completion

2023-03-27 · Luisa Werner, Nabil Layaïda, Pierre Genevès, Sarah Chlyah

Graph data is omnipresent and has a wide variety of applications, such as in natural science, social networks, or the semantic web. However, while being rich in information, graphs are often noisy and incomplete. As a re…

Graph AttentionGraph Neural NetworkLink PredictionNode Classification

T2-GNN: Graph Neural Networks for Graphs with Incomplete Features and Structure via Teacher-Student Distillation

2022-12-24 · Cuiying Huo, Di Jin, Yawen Li, Dongxiao He 외

Graph Neural Networks (GNNs) have been a prevailing technique for tackling various analysis tasks on graph data. A key premise for the remarkable performance of GNNs relies on complete and trustworthy initial graph descr…

Progressive Distillation Based on Masked Generation Feature Method for Knowledge Graph Completion

2024-01-19 · Cunhang Fan, Yujie Chen, Jun Xue, Yonghui Kong 외

In recent years, knowledge graph completion (KGC) models based on pre-trained language model (PLM) have shown promising results. However, the large number of parameters and high computational cost of PLM models pose chal…

Knowledge Graph CompletionLanguage ModellingTransfer Learning

U-Net Using Stacked Dilated Convolutions for Medical Image Segmentation

2020-04-07 · Shuhang Wang, Szu-Yeu Hu, Eugene Cheah, XiaoHong Wang 외

This paper proposes a novel U-Net variant using stacked dilated convolutions for medical image segmentation (SDU-Net). SDU-Net adopts the architecture of vanilla U-Net with modifications in the encoder and decoder operat…

AllDecoderImage SegmentationMedical Image Segmentation+2