English

Beyond a Single Perspective: Text Anomaly Detection with Multi-View Language Representations

Computation and Language 2026-01-27 v1 Machine Learning

Abstract

Text anomaly detection (TAD) plays a critical role in various language-driven real-world applications, including harmful content moderation, phishing detection, and spam review filtering. While two-step "embedding-detector" TAD methods have shown state-of-the-art performance, their effectiveness is often limited by the use of a single embedding model and the lack of adaptability across diverse datasets and anomaly types. To address these limitations, we propose to exploit the embeddings from multiple pretrained language models and integrate them into MCA2MCA^2, a multi-view TAD framework. MCA2MCA^2 adopts a multi-view reconstruction model to effectively extract normal textual patterns from multiple embedding perspectives. To exploit inter-view complementarity, a contrastive collaboration module is designed to leverage and strengthen the interactions across different views. Moreover, an adaptive allocation module is developed to automatically assign the contribution weight of each view, thereby improving the adaptability to diverse datasets. Extensive experiments on 10 benchmark datasets verify the effectiveness of MCA2MCA^2 against strong baselines. The source code of MCA2MCA^2 is available at https://github.com/yankehan/MCA2.

Keywords

Cite

@article{arxiv.2601.17786,
  title  = {Beyond a Single Perspective: Text Anomaly Detection with Multi-View Language Representations},
  author = {Yixin Liu and Kehan Yan and Shiyuan Li and Qingfeng Chen and Shirui Pan},
  journal= {arXiv preprint arXiv:2601.17786},
  year   = {2026}
}

Comments

17 pages, 7 tables, and 5 figures

R2 v1 2026-07-01T09:19:06.340Z