Extended LSTM: Adaptive Feature Gating for Toxic Comment Classification
Noor Islam S. Mohammad
TL;DR
Toxic comment detection often faces severe class imbalance and high computational costs when using transformer models. The paper introduces xLSTM, a parameter-efficient architecture that integrates cosine-similarity gating, multi-source embedding fusion, embedding-level SMOTE, and weighted focal loss to concentrate learning on toxic signals while suppressing benign context. Empirically, xLSTM achieves $96.0\%$ accuracy and $0.88$ macro-F1 on the Jigsaw Toxic Comment benchmark, with $15\times$ fewer parameters and $50$ms CPU latency, and shows substantial minority-class improvements (e.g., threat, severe toxic, identity hate) driven by gating. This work demonstrates an efficient, theoretically grounded pathway to outperform large pretrained models on imbalanced, domain-specific NLP tasks, enabling scalable and interpretable deployment in moderation systems.
Abstract
Toxic comment detection remains a challenging task, where transformer-based models (e.g., BERT) incur high computational costs and degrade on minority toxicity classes, while classical ensembles lack semantic adaptability. We propose xLSTM, a parameter-efficient and theoretically grounded framework that unifies cosine-similarity gating, adaptive feature prioritization, and principled class rebalancing. A learnable reference vector {v} in {R}^d modulates contextual embeddings via cosine similarity, amplifying toxic cues and attenuating benign signals to yield stronger gradients under severe class imbalance. xLSTM integrates multi-source embeddings (GloVe, FastText, BERT CLS) through a projection layer, a character-level BiLSTM for morphological cues, embedding-space SMOTE for minority augmentation, and adaptive focal loss with dynamic class weighting. On the Jigsaw Toxic Comment benchmark, xLSTM attains 96.0% accuracy and 0.88 macro-F1, outperforming BERT by 33% on threat and 28% on identity_hate categories, with 15 times fewer parameters and 50ms inference latency. Cosine gating contributes a +4.8% F1 gain in ablations. The results establish a new efficiency adaptability frontier, demonstrating that lightweight, theoretically informed architectures can surpass large pretrained models on imbalanced, domain-specific NLP tasks.
