CLNov 12, 2023

Learning Knowledge-Enhanced Contextual Language Representations for Domain Natural Language Understanding

arXiv:2311.06761v1132 citationsh-index: 20
Originality Incremental advance
AI Analysis

This addresses the challenge of domain-specific natural language understanding where knowledge graphs are limited, though it appears incremental in adapting existing KEPLM approaches.

The paper tackles the problem of adapting knowledge-enhanced pre-trained language models to closed domains with sparse knowledge graphs by proposing KANGAROO, which uses hyperbolic embeddings and contrastive learning on subgraphs. The result is significant performance improvements over existing methods on various NLP tasks in closed domains.

Knowledge-Enhanced Pre-trained Language Models (KEPLMs) improve the performance of various downstream NLP tasks by injecting knowledge facts from large-scale Knowledge Graphs (KGs). However, existing methods for pre-training KEPLMs with relational triples are difficult to be adapted to close domains due to the lack of sufficient domain graph semantics. In this paper, we propose a Knowledge-enhanced lANGuAge Representation learning framework for various clOsed dOmains (KANGAROO) via capturing the implicit graph structure among the entities. Specifically, since the entity coverage rates of closed-domain KGs can be relatively low and may exhibit the global sparsity phenomenon for knowledge injection, we consider not only the shallow relational representations of triples but also the hyperbolic embeddings of deep hierarchical entity-class structures for effective knowledge fusion.Moreover, as two closed-domain entities under the same entity-class often have locally dense neighbor subgraphs counted by max point biconnected component, we further propose a data augmentation strategy based on contrastive learning over subgraphs to construct hard negative samples of higher quality. It makes the underlying KELPMs better distinguish the semantics of these neighboring entities to further complement the global semantic sparsity. In the experiments, we evaluate KANGAROO over various knowledge-aware and general NLP tasks in both full and few-shot learning settings, outperforming various KEPLM training paradigms performance in closed-domains significantly.

Foundations

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

Your Notes