CLAIOct 1, 2020

CoLAKE: Contextualized Language and Knowledge Embedding

arXiv:2010.00309v11031 citations
Originality Highly original
AI Analysis

This work addresses the limitation of shallow entity embeddings in knowledge-enhanced language models, offering a novel approach for researchers in natural language processing and knowledge representation.

The authors tackled the problem of integrating factual knowledge into pre-trained language models by proposing CoLAKE, which jointly learns contextualized representations for language and knowledge using a unified word-knowledge graph structure, resulting in outperforming previous models on most knowledge-driven and language understanding tasks.

With the emerging branch of incorporating factual knowledge into pre-trained language models such as BERT, most existing models consider shallow, static, and separately pre-trained entity embeddings, which limits the performance gains of these models. Few works explore the potential of deep contextualized knowledge representation when injecting knowledge. In this paper, we propose the Contextualized Language and Knowledge Embedding (CoLAKE), which jointly learns contextualized representation for both language and knowledge with the extended MLM objective. Instead of injecting only entity embeddings, CoLAKE extracts the knowledge context of an entity from large-scale knowledge bases. To handle the heterogeneity of knowledge context and language context, we integrate them in a unified data structure, word-knowledge graph (WK graph). CoLAKE is pre-trained on large-scale WK graphs with the modified Transformer encoder. We conduct experiments on knowledge-driven tasks, knowledge probing tasks, and language understanding tasks. Experimental results show that CoLAKE outperforms previous counterparts on most of the tasks. Besides, CoLAKE achieves surprisingly high performance on our synthetic task called word-knowledge graph completion, which shows the superiority of simultaneously contextualizing language and knowledge representation.

Code Implementations1 repo
Foundations

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

Your Notes