LGAISep 8, 2024

Expanding Expressivity in Transformer Models with MöbiusAttention

arXiv:2409.12175v11 citationsh-index: 18
Originality Incremental advance
AI Analysis

This work addresses the problem of limited expressivity in Transformer models for NLP, offering a novel method that is incremental but shows specific gains.

The paper tackles the limitation of Transformer models in capturing inter-token relationships by proposing MöbiusAttention, which integrates Möbius transformations to learn intricate geometric relationships, resulting in improved performance on the GLUE benchmark compared to baseline models with fewer parameters.

Attention mechanisms and Transformer architectures have revolutionized Natural Language Processing (NLP) by enabling exceptional modeling of long-range dependencies and capturing intricate linguistic patterns. However, their inherent reliance on linear operations in the form of matrix multiplications limits their ability to fully capture inter-token relationships on their own. We propose MöbiusAttention, a novel approach that integrates Möbius transformations within the attention mechanism of Transformer-based models. Möbius transformations are non-linear operations in spaces over complex numbers with the ability to map between various geometries. By incorporating these properties, MöbiusAttention empowers models to learn more intricate geometric relationships between tokens and capture a wider range of information through complex-valued weight vectors. We build and pre-train a BERT and a RoFormer version enhanced with MöbiusAttention, which we then finetune on the GLUE benchmark. We evaluate empirically our approach against the baseline BERT and RoFormer models on a range of downstream tasks. Our approach compares favorably against the baseline models, even with smaller number of parameters suggesting the enhanced expressivity of MöbiusAttention. This research paves the way for exploring the potential of Möbius transformations in the complex projective space to enhance the expressivity and performance of foundation models.

Foundations

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

Your Notes