paper-with-me

Papers

Learning Structured Embeddings of Knowledge Graphs with Adversarial Learning Framework

2020-04-15 · Jiehang Zeng, Lu Liu, Xiaoqing Zheng

Many large-scale knowledge graphs are now available and ready to provide semantically structured information that is regarded as an important resource for question answering and decision support tasks. However, they are built on rigid symbolic frameworks which makes them hard to be used in other intelligent systems. We present a learning method using generative adversarial architecture designed to embed the entities and relations of the knowledge graphs into a continuous vector space. A generative network (GN) takes two elements of a (subject, predicate, object) triple as input and generates the vector representation of the missing element. A discriminative network (DN) scores a triple to distinguish a positive triple from those generated by GN. The training goal for GN is to deceive DN to make wrong classification. When arriving at a convergence, GN recovers the training data and can be used for knowledge graph completion, while DN is trained to be a good triple classifier. Unlike few previous studies based on generative adversarial architectures, our GN is able to generate unseen instances while they just use GN to better choose negative samples (already existed) for DN. Experiments demonstrate our method can improve classical relational learning models (e.g.TransE) with a significant margin on both the link prediction and triple classification tasks.

📄 PDF Abstract BibTeX arXiv:2004.07265

Code (0)

등록된 구현이 없습니다.

Tasks

General ClassificationKnowledge Graph CompletionKnowledge GraphsLink PredictionQuestion AnsweringRelational ReasoningTriple Classification

Similar Papers 제목 키워드 기반

Resilience in Knowledge Graph Embeddings

2024-10-28 · Arnab Sharma, N'Dah Jean Kouagou, Axel-Cyrille Ngonga Ngomo

In recent years, knowledge graphs have gained interest and witnessed widespread applications in various domains, such as information retrieval, question-answering, recommendation systems, amongst others. Large-scale know…

Graph EmbeddingInformation RetrievalKnowledge Graph EmbeddingKnowledge Graph Embeddings+3

Retrofitting Distributional Embeddings to Knowledge Graphs with Functional Relations

2017-08-01 · COLING 2018 8 · Benjamin J. Lengerich, Andrew L. Maas, Christopher Potts

Knowledge graphs are a versatile framework to encode richly structured data relationships, but it can be challenging to combine these graphs with unstructured data. Methods for retrofitting pre-trained entity representat…

Knowledge Graph CompletionKnowledge Graphs

Weakly-supervised Knowledge Graph Alignment with Adversarial Learning

2019-07-06 · ICLR 2019 5 · Meng Qu, Jian Tang, Yoshua Bengio

This paper studies aligning knowledge graphs from different sources or languages. Most existing methods train supervised methods for the alignment, which usually require a large number of aligned knowledge triplets. Howe…

Knowledge Graphs

Entity Context Graph: Learning Entity Representations fromSemi-Structured Textual Sources on the Web

2021-03-29 · Kalpa Gunaratna, Yu Wang, Hongxia Jin

Knowledge is captured in the form of entities and their relationships and stored in knowledge graphs. Knowledge graphs enhance the capabilities of applications in many different areas including Web search, recommendation…

Entity EmbeddingsGraph LearningKnowledge GraphsLanguage Modelling+1

VL-KGE: Vision-Language Models Meet Knowledge Graph Embeddings

2026-03-02 · Athanasios Efthymiou, Stevan Rudinac, Monika Kackovic, Nachoem Wijnberg 외 arxiv

Real-world multimodal knowledge graphs (MKGs) are inherently heterogeneous, modeling entities that are associated with diverse modalities. Traditional knowledge graph embedding (KGE) methods excel at learning continuous …

Knowledge Graph EmbeddingKnowledge GraphsLink Prediction