CLJun 23, 2023

Knowledge-Infused Self Attention Transformers

arXiv:2306.13501v17 citationsh-index: 19
Originality Incremental advance
AI Analysis

This work addresses limitations in language models for NLP applications, but it is incremental as it builds on existing knowledge infusion methods with a more modular approach.

The paper tackles the problem of hallucinations and alignment issues in transformer-based language models by introducing a systematic method for infusing external knowledge into specific components, such as the self-attention mechanism, and reports findings from experiments on the GLUE benchmark tasks.

Transformer-based language models have achieved impressive success in various natural language processing tasks due to their ability to capture complex dependencies and contextual information using self-attention mechanisms. However, they are not without limitations. These limitations include hallucinations, where they produce incorrect outputs with high confidence, and alignment issues, where they generate unhelpful and unsafe outputs for human users. These limitations stem from the absence of implicit and missing context in the data alone. To address this, researchers have explored augmenting these models with external knowledge from knowledge graphs to provide the necessary additional context. However, the ad-hoc nature of existing methods makes it difficult to properly analyze the effects of knowledge infusion on the many moving parts or components of a transformer. This paper introduces a systematic method for infusing knowledge into different components of a transformer-based model. A modular framework is proposed to identify specific components within the transformer architecture, such as the self-attention mechanism, encoder layers, or the input embedding layer, where knowledge infusion can be applied. Additionally, extensive experiments are conducted on the General Language Understanding Evaluation (GLUE) benchmark tasks, and the findings are reported. This systematic approach aims to facilitate more principled approaches to incorporating knowledge into language model architectures.

Foundations

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

Your Notes