paper-with-me

Papers

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 node redundancy, which challenges CSKG representation and completion. On the one hand, edge sparsity limits the performance of graph representation learning; On the other hand, node redundancy makes different nodes corresponding to the same concept have inconsistent relations with other nodes. To address the two problems, we propose a new CSKG completion framework based on Contrastive Pretraining and Node Clustering (CPNC). Contrastive Pretraining constructs positive and negative head-tail node pairs on CSKG and utilizes contrastive learning to obtain better semantic node representation. Node Clustering aggregates nodes with the same concept into a latent concept, assisting the task of CSKG completion. We evaluate our CPNC approach on two CSKG completion benchmarks (CN-100K and ATOMIC), where CPNC outperforms the state-of-the-art methods. Extensive experiments demonstrate that both Contrastive Pretraining and Node Clustering can significantly improve the performance of CSKG completion. The source code of CPNC is publicly available on \url{https://github.com/NUSTM/CPNC}.

📄 PDF Abstract BibTeX arXiv:2305.17019

Code (1)

nustm/cpnc 공식 구현 pytorch

Tasks

ClusteringContrastive LearningGraph Representation LearningKnowledge Graph CompletionNode ClusteringRepresentation Learning

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

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

EntailE: Introducing Textual Entailment in Commonsense Knowledge Graph Completion

2024-02-15 · Ying Su, Tianqing Fang, Huiru Xiao, Weiqi Wang 외

Commonsense knowledge graph completion is a new challenge for commonsense knowledge graph construction and application. In contrast to factual knowledge graphs such as Freebase and YAGO, commonsense knowledge graphs (CSK…

graph constructionGraph EmbeddingKnowledge Graph CompletionKnowledge Graph Embedding+2

COMET: Commonsense Transformers for Automatic Knowledge Graph Construction

2019-06-12 · ACL 2019 7 · Antoine Bosselut, Hannah Rashkin, Maarten Sap, Chaitanya Malaviya 외

We present the first comprehensive study on automatic knowledge base construction for two prevalent commonsense knowledge graphs: ATOMIC (Sap et al., 2019) and ConceptNet (Speer et al., 2017). Contrary to many convention…

graph constructionKnowledge Base ConstructionKnowledge Graphs

Commonsense Knowledge Base Completion with Structural and Semantic Context

2019-10-07 · Chaitanya Malaviya, Chandra Bhagavatula, Antoine Bosselut, Yejin Choi

Automatic KB completion for commonsense knowledge graphs (e.g., ATOMIC and ConceptNet) poses unique challenges compared to the much studied conventional knowledge bases (e.g., Freebase). Commonsense knowledge graphs use …

Computational EfficiencyKnowledge Base CompletionKnowledge GraphsLanguage Modelling+2

CAKE: A Scalable Commonsense-Aware Framework For Multi-View Knowledge Graph Completion

2022-02-25 · ACL 2022 5 · Guanglin Niu, Bo Li, Yongfei Zhang, ShiLiang Pu

Knowledge graphs store a large number of factual triples while they are still incomplete, inevitably. The previous knowledge graph completion (KGC) models predict missing links between entities merely relying on fact-vie…

Graph EmbeddingKnowledge Graph CompletionKnowledge Graph EmbeddingKnowledge Graphs+1