paper-with-me

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, Wei Wang

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 ontological concepts. Existing KG embedding models, however, merely focus on representing one of the two views alone. In this paper, we propose a novel two-view KG embedding model, JOIE, with the goal to produce better knowledge embedding and enable new applications that rely on multi-view knowledge. JOIE employs both cross-view and intra-view modeling that learn on multiple facets of the knowledge base. The cross-view association model is learned to bridge the embeddings of ontological concepts and their corresponding instance-view entities. The intra-view models are trained to capture the structured knowledge of instance and ontology views in separate embedding spaces, with a hierarchy-aware encoding technique enabled for ontologies with hierarchies. We explore multiple representation techniques for the two model components and investigate with nine variants of JOIE. Our model is trained on large-scale knowledge bases that consist of massive instances and their corresponding ontological concepts connected via a (small) set of cross-view links. Experimental results on public datasets show that the best variant of JOIE significantly outperforms previous models on instance-view triple prediction task as well as ontology population on ontologyview KG. In addition, our model successfully extends the use of KG embeddings to entity typing with promising performance.

📄 PDF Abstract BibTeX arXiv:2103.08115

Code (1)

JunhengH/joie-kdd19 공식 구현 tf

Tasks

Entity TypingKnowledge GraphsRepresentation Learning

Similar Papers 제목 키워드 기반

Row-less Universal Schema

2016-04-21 · WS 2016 6 · Patrick Verga, Andrew McCallum

Universal schema jointly embeds knowledge bases and textual patterns to reason about entities and relations for automatic knowledge base construction and information extraction. In the past, entity pairs and relations we…

Knowledge Base ConstructionRelation

Word Sense Induction using Knowledge Embeddings

2018-10-23 · Anonymous

Word Embeddings are able to capture lexico-semantic information but remain flawed in their inability to assign unique representations to different senses of a polysemous words. They also fail to include information from …

Word EmbeddingsWord Sense Induction

Harnessing the Universal Geometry of Embeddings

2025-05-18 · Rishi Jha, Collin Zhang, Vitaly Shmatikov, John X. Morris

We introduce the first method for translating text embeddings from one vector space to another without any paired data, encoders, or predefined sets of matches. Our unsupervised approach translates any embedding to and f…

Attribute

Knowledge Base Embedding By Cooperative Knowledge Distillation

2020-12-01 · COLING 2020 8 · Rapha{\"e}l Sourty, Jose G. Moreno, Fran{\c{c}}ois-Paul Servant, Lynda Tamine-Lechani

Knowledge bases are increasingly exploited as gold standard data sources which benefit various knowledge-driven NLP tasks. In this paper, we explore a new research direction to perform knowledge base (KB) representation …

Knowledge DistillationRepresentation Learning

Label Noise Reduction in Entity Typing by Heterogeneous Partial-Label Embedding

2016-02-17 · Xiang Ren, Wenqi He, Meng Qu, Clare R. Voss 외

Current systems of fine-grained entity typing use distant supervision in conjunction with existing knowledge bases to assign categories (type labels) to entity mentions. However, the type labels so obtained from knowledg…

Entity TypingSemantic SimilaritySemantic Textual SimilarityVocal Bursts Type Prediction