CLDec 9, 2022

CKG: Dynamic Representation Based on Context and Knowledge Graph

arXiv:2212.04909v13 citationsh-index: 8
Originality Incremental advance
AI Analysis

This addresses the limitation of existing pre-trained models in leveraging external semantic knowledge for improved performance in various language tasks, though it is incremental as it builds on established methods.

The paper tackles the problem of enhancing neural language representation models by incorporating external knowledge graphs to capture additional semantic information, achieving state-of-the-art results such as 89.2 on SQuAD compared to previous models like BERT (88.5).

Recently, neural language representation models pre-trained on large corpus can capture rich co-occurrence information and be fine-tuned in downstream tasks to improve the performance. As a result, they have achieved state-of-the-art results in a large range of language tasks. However, there exists other valuable semantic information such as similar, opposite, or other possible meanings in external knowledge graphs (KGs). We argue that entities in KGs could be used to enhance the correct semantic meaning of language sentences. In this paper, we propose a new method CKG: Dynamic Representation Based on \textbf{C}ontext and \textbf{K}nowledge \textbf{G}raph. On the one side, CKG can extract rich semantic information of large corpus. On the other side, it can make full use of inside information such as co-occurrence in large corpus and outside information such as similar entities in KGs. We conduct extensive experiments on a wide range of tasks, including QQP, MRPC, SST-5, SQuAD, CoNLL 2003, and SNLI. The experiment results show that CKG achieves SOTA 89.2 on SQuAD compared with SAN (84.4), ELMo (85.8), and BERT$_{Base}$ (88.5).

Foundations

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

Your Notes