paper-with-me

홈 › Papers

Differentiating Concepts and Instances for Knowledge Graph Embedding

2018-11-12 · EMNLP 2018 10 · Xin Lv, Lei Hou, Juanzi Li, Zhiyuan Liu

Concepts, which represent a group of different instances sharing common properties, are essential information in knowledge representation. Most conventional knowledge embedding methods encode both entities (concepts and instances) and relations as vectors in a low dimensional semantic space equally, ignoring the difference between concepts and instances. In this paper, we propose a novel knowledge graph embedding model named TransC by differentiating concepts and instances. Specifically, TransC encodes each concept in knowledge graph as a sphere and each instance as a vector in the same semantic space. We use the relative positions to model the relations between concepts and instances (i.e., instanceOf), and the relations between concepts and sub-concepts (i.e., subClassOf). We evaluate our model on both link prediction and triple classification tasks on the dataset based on YAGO. Experimental results show that TransC outperforms state-of-the-art methods, and captures the semantic transitivity for instanceOf and subClassOf relation. Our codes and datasets can be obtained from https:// github.com/davidlvxin/TransC.

📄 PDF Abstract BibTeX arXiv:1811.04588

Code (1)

davidlvxin/TransC 공식 구현 pytorch

Tasks

Graph EmbeddingKnowledge Graph EmbeddingKnowledge GraphsLink PredictionTriple Classification

Similar Papers 제목 키워드 기반

Universal Representation Learning of Knowledge Bases by Jointly Embedding Instances and Ontological Concepts

2021-03-15 · Junheng Hao, Muhao Chen, Wenchao Yu, Yizhou Sun 외

Many large-scale knowledge bases simultaneously represent two views of knowledge graphs (KGs): an ontology view for abstract and commonsense concepts, and an instance view for specific entities that are instantiated from…

Entity TypingKnowledge GraphsRepresentation Learning

Embedding Ontologies via Incorporating Extensional and Intensional Knowledge

2024-01-20 · Keyu Wang, Guilin Qi, Jiaoyan Chen, Yi Huang 외

Ontologies contain rich knowledge within domain, which can be divided into two categories, namely extensional knowledge and intensional knowledge. Extensional knowledge provides information about the concrete instances t…

Language ModelingLanguage ModellingLink PredictionOntology Embedding+1

Consensus Measures for Unstructured Biomedical Text Annotations

2026-08-04 · Pascal Wullschleger, Christian Kreis, Martin A. Walter, Marc Pouly 외 arxiv

Biomedical literature is increasingly mined for knowledge beyond the questions it was written to answer. Because the target concepts are not known in advance, annotators prefer open-ended labels, whose agreement is hard …

Natural Language Inference

Continual Learning of Knowledge Graph Embeddings

2021-01-14 · Angel Daruna, Mehul Gupta, Mohan Sridharan, Sonia Chernova

In recent years, there has been a resurgence in methods that use distributed (neural) representations to represent and reason about semantic knowledge for robotics applications. However, while robots often observe previo…

Continual LearningGraph EmbeddingKnowledge Graph EmbeddingKnowledge Graph Embeddings+1

Customized Graph Embedding: Tailoring Embedding Vectors to different Applications

2019-11-21 · Bitan Hou, Yujing Wang, Ming Zeng, Shan Jiang 외

Graph is a natural representation of data for a variety of real-word applications, such as knowledge graph mining, social network analysis and biological network comparison. For these applications, graph embedding is cru…

Graph EmbeddingGraph MiningNode Classification