Multi-Label Text Classification with Label Attention Aware and Correlation Aware Contrastive Learning

Abstract

Multi-label text classification (MLTC) is a challenging task where each document can be associated with multiple interdependent labels. This task is complicated by two key issues: the intricate correlations among labels and the partial overlap between labels and text relevance. Existing methods often fail to capture the semantic dependencies between labels or struggle to handle the ambiguities caused by partial overlaps, resulting in suboptimal representation learning. To address these challenges, we propose the Unified Contextual and Label-Aware Framework (UCLAF), which integrates a Label Attention Aware Network(LAN) and Correlation Aware Contrastive Learning (CACL) in a synergistic design. The Label Attention Aware Network explicitly models label dependencies by embedding labels and texts into a shared semantic space, aligning text representations with label semantics. Meanwhile, Correlation Aware Contrastive Learning refines these representations by dynamically modeling sample-level relationships, leveraging a contrastive loss function that accounts for the proportional overlap of labels between samples. This complementary approach enables UCLAF to jointly address complex label correlations and partial label overlaps. Extensive experiments on benchmark datasets demonstrate that UCLAF significantly outperforms state-of-the-art methods, showcasing its effectiveness in improving both representation learning and classification performance in MLTC tasks. We will release our code after the paper is accepted.

Cite

Text

Zhu et al. "Multi-Label Text Classification with Label Attention Aware and Correlation Aware Contrastive Learning." International Joint Conference on Artificial Intelligence, 2025. doi:10.24963/IJCAI.2025/936

Markdown

[Zhu et al. "Multi-Label Text Classification with Label Attention Aware and Correlation Aware Contrastive Learning." International Joint Conference on Artificial Intelligence, 2025.](https://mlanthology.org/ijcai/2025/zhu2025ijcai-multi/) doi:10.24963/IJCAI.2025/936

BibTeX

@inproceedings{zhu2025ijcai-multi,
  title     = {{Multi-Label Text Classification with Label Attention Aware and Correlation Aware Contrastive Learning}},
  author    = {Zhu, Zhengzhong and Zhou, Pei and Li, Zeting and Chen, Kejiang and Zhu, Jiangping},
  booktitle = {International Joint Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {8420-8428},
  doi       = {10.24963/IJCAI.2025/936},
  url       = {https://mlanthology.org/ijcai/2025/zhu2025ijcai-multi/}
}