CLAIAug 20, 2022

SPOT: Knowledge-Enhanced Language Representations for Information Extraction

arXiv:2208.09625v219 citationsh-index: 13
Originality Incremental advance
AI Analysis

This addresses efficiency and scalability issues in knowledge-enhanced language models for information extraction tasks, though it appears incremental as it builds on existing pre-trained model paradigms.

The paper tackles the problem of knowledge-enhanced language models struggling with out-of-vocabulary entities, high parameter counts, and simultaneous representation of entities and relationships by proposing a new pre-trained model that encodes spans and span pairs. Results show it learns better representations than baselines and outperforms RoBERTa in supervised fine-tuning on information extraction tasks.

Knowledge-enhanced pre-trained models for language representation have been shown to be more effective in knowledge base construction tasks (i.e.,~relation extraction) than language models such as BERT. These knowledge-enhanced language models incorporate knowledge into pre-training to generate representations of entities or relationships. However, existing methods typically represent each entity with a separate embedding. As a result, these methods struggle to represent out-of-vocabulary entities and a large amount of parameters, on top of their underlying token models (i.e.,~the transformer), must be used and the number of entities that can be handled is limited in practice due to memory constraints. Moreover, existing models still struggle to represent entities and relationships simultaneously. To address these problems, we propose a new pre-trained model that learns representations of both entities and relationships from token spans and span pairs in the text respectively. By encoding spans efficiently with span modules, our model can represent both entities and their relationships but requires fewer parameters than existing models. We pre-trained our model with the knowledge graph extracted from Wikipedia and test it on a broad range of supervised and unsupervised information extraction tasks. Results show that our model learns better representations for both entities and relationships than baselines, while in supervised settings, fine-tuning our model outperforms RoBERTa consistently and achieves competitive results on information extraction tasks.

Foundations

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

Your Notes