CLOct 2, 2020

JAKET: Joint Pre-training of Knowledge Graph and Language Understanding

arXiv:2010.00796v1171 citations
Originality Highly original
AI Analysis

This addresses the problem of enhancing language understanding with structured knowledge for NLP researchers and practitioners, representing a novel method for a known bottleneck.

The paper tackles the challenge of efficiently integrating knowledge graphs into language models by proposing JAKET, a joint pre-training framework that models both knowledge graphs and language, achieving superior performance on knowledge-aware NLP tasks.

Knowledge graphs (KGs) contain rich information about world knowledge, entities and relations. Thus, they can be great supplements to existing pre-trained language models. However, it remains a challenge to efficiently integrate information from KG into language modeling. And the understanding of a knowledge graph requires related context. We propose a novel joint pre-training framework, JAKET, to model both the knowledge graph and language. The knowledge module and language module provide essential information to mutually assist each other: the knowledge module produces embeddings for entities in text while the language module generates context-aware initial embeddings for entities and relations in the graph. Our design enables the pre-trained model to easily adapt to unseen knowledge graphs in new domains. Experimental results on several knowledge-aware NLP tasks show that our proposed framework achieves superior performance by effectively leveraging knowledge in language understanding.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes