paper-with-me

홈 › Papers

MoCoSA: Momentum Contrast for Knowledge Graph Completion with Structure-Augmented Pre-trained Language Models

2023-08-16 · Jiabang He, Liu Jia, Lei Wang, Xiyao Li, Xing Xu

Knowledge Graph Completion (KGC) aims to conduct reasoning on the facts within knowledge graphs and automatically infer missing links. Existing methods can mainly be categorized into structure-based or description-based. On the one hand, structure-based methods effectively represent relational facts in knowledge graphs using entity embeddings. However, they struggle with semantically rich real-world entities due to limited structural information and fail to generalize to unseen entities. On the other hand, description-based methods leverage pre-trained language models (PLMs) to understand textual information. They exhibit strong robustness towards unseen entities. However, they have difficulty with larger negative sampling and often lag behind structure-based methods. To address these issues, in this paper, we propose Momentum Contrast for knowledge graph completion with Structure-Augmented pre-trained language models (MoCoSA), which allows the PLM to perceive the structural information by the adaptable structure encoder. To improve learning efficiency, we proposed momentum hard negative and intra-relation negative sampling. Experimental results demonstrate that our approach achieves state-of-the-art performance in terms of mean reciprocal rank (MRR), with improvements of 2.5% on WN18RR and 21% on OpenBG500.

📄 PDF Abstract BibTeX arXiv:2308.08204

Code (0)

등록된 구현이 없습니다.

Tasks

Entity EmbeddingsKnowledge Graph CompletionKnowledge GraphsLink Prediction

Methods 이 논문이 사용한 방법론

fail 설명 없음

Similar Papers 제목 키워드 기반

MoCoKGC: Momentum Contrast Entity Encoding for Knowledge Graph Completion

2024-11-12 · Empirical Methods in Natural Language Processing 2024 11 · Qingyang Li, Yanru Zhong, YuChu Qin

In recent years, numerous studies have sought to enhance the capabilities of pretrained language models (PLMs) for Knowledge Graph Completion (KGC) tasks by integrating structural information from knowledge graphs. Howev…

Contrastive LearningKnowledge Graph CompletionKnowledge GraphsLink Prediction+1

Commonsense Knowledge Graph Completion Via Contrastive Pretraining and Node Clustering

2023-05-26 · Siwei Wu, Xiangqing Shen, Rui Xia

The nodes in the commonsense knowledge graph (CSKG) are normally represented by free-form short text (e.g., word or phrase). Different nodes may represent the same concept. This leads to the problems of edge sparsity and…

ClusteringContrastive LearningGraph Representation LearningKnowledge Graph Completion+2

KRACL: Contrastive Learning with Graph Context Modeling for Sparse Knowledge Graph Completion

2022-08-16 · Zhaoxuan Tan, Zilong Chen, Shangbin Feng, Qingyue Zhang 외

Knowledge Graph Embeddings (KGE) aim to map entities and relations to low dimensional spaces and have become the \textit{de-facto} standard for knowledge graph completion. Most existing KGE methods suffer from the sparsi…

Contrastive LearningKnowledge Graph CompletionKnowledge Graph EmbeddingsKnowledge Graphs

MACO: A Modality Adversarial and Contrastive Framework for Modality-missing Multi-modal Knowledge Graph Completion

2023-08-13 · Yichi Zhang, Zhuo Chen, Wen Zhang

Recent years have seen significant advancements in multi-modal knowledge graph completion (MMKGC). MMKGC enhances knowledge graph completion (KGC) by integrating multi-modal entity information, thereby facilitating the d…

Knowledge Graph CompletionKnowledge GraphsMulti-modal Knowledge Graph

MICO: A Multi-alternative Contrastive Learning Framework for Commonsense Knowledge Representation

2022-10-14 · Ying Su, ZiHao Wang, Tianqing Fang, Hongming Zhang 외

Commonsense reasoning tasks such as commonsense knowledge graph completion and commonsense question answering require powerful representation learning. In this paper, we propose to learn commonsense knowledge representat…

Contrastive LearningKnowledge Graph CompletionKnowledge GraphsQuestion Answering+2