paper-with-me

Papers

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 free-form text to represent nodes, resulting in orders of magnitude more nodes compared to conventional KBs (18x more nodes in ATOMIC compared to Freebase (FB15K-237)). Importantly, this implies significantly sparser graph structures - a major challenge for existing KB completion methods that assume densely connected graphs over a relatively smaller set of nodes. In this paper, we present novel KB completion models that can address these challenges by exploiting the structural and semantic context of nodes. Specifically, we investigate two key ideas: (1) learning from local graph structure, using graph convolutional networks and automatic graph densification and (2) transfer learning from pre-trained language models to knowledge graphs for enhanced contextual representation of knowledge. We describe our method to incorporate information from both these sources in a joint model and provide the first empirical results for KB completion on ATOMIC and evaluation with ranking metrics on ConceptNet. Our results demonstrate the effectiveness of language model representations in boosting link prediction performance and the advantages of learning from local graph structure (+1.5 points in MRR for ConceptNet) when training on subgraphs for computational efficiency. Further analysis on model predictions shines light on the types of commonsense knowledge that language models capture well.

📄 PDF Abstract BibTeX arXiv:1910.02915

Code (1)

allenai/commonsense-kg-completion pytorch

Tasks

Computational EfficiencyKnowledge Base CompletionKnowledge GraphsLanguage ModellingLink PredictionTransfer Learning

Methods 이 논문이 사용한 방법론

Graph Convolutional Networks 설명 없음

Similar Papers 제목 키워드 기반

Semantically Enhanced Models for Commonsense Knowledge Acquisition

2018-09-12 · Ikhlas Alhussien, Erik Cambria, Zhang NengSheng

Commonsense knowledge is paramount to enable intelligent systems. Typically, it is characterized as being implicit and ambiguous, hindering thereby the automation of its acquisition. To address these challenges, this pap…

Graph EmbeddingKnowledge Base CompletionKnowledge Graph Embedding

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

Commonsense Knowledge Base Completion and Generation

2018-10-01 · CONLL 2018 10 · Itsumi Saito, Kyosuke Nishida, Hisako Asano, Junji Tomita

This study focuses on acquisition of commonsense knowledge. A previous study proposed a commonsense knowledge base completion (CKB completion) method that predicts a confidence score of for triplet-style knowledge for im…

Knowledge Base CompletionQuestion AnsweringReading ComprehensionTriplet

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

A Survey On Few-shot Knowledge Graph Completion with Structural and Commonsense Knowledge

2023-01-03 · Haodi Ma, Daisy Zhe Wang

Knowledge graphs (KG) have served as the key component of various natural language processing applications. Commonsense knowledge graphs (CKG) are a special type of KG, where entities and relations are composed of free-f…

Few-Shot LearningGraph Representation LearningKnowledge Graph CompletionKnowledge Graphs+1