Boosting Short Text Classification with Multi-Source Information Exploration and Dual-Level Contrastive Learning

Abstract

Short text classification, as a research subtopic in natural language processing, is more challenging due to its semantic sparsity and insufficient labeled samples in practical scenarios. We propose a novel model named MI-DELIGHT for short text classification in this work. Specifically, it first performs multi-source information (i.e., statistical information, linguistic information, and factual information) exploration to alleviate the sparsity issues. Then, the graph learning approach is adopted to learn the representation of short texts, which are presented in graph forms. Moreover, we introduce a dual-level (i.e., instance-level and cluster-level) contrastive learning auxiliary task to effectively capture different-grained contrastive information within massive unlabeled data. Meanwhile, previous models merely perform the main task and auxiliary tasks in parallel, without considering the relationship among tasks. Therefore, we introduce a hierarchical architecture to explicitly model the correlations between tasks. We conduct extensive experiments across various benchmark datasets, demonstrating that MI-DELIGHT significantly surpasses previous competitive models. It even outperforms popular large language models on several datasets.

Cite

Text

Liu et al. "Boosting Short Text Classification with Multi-Source Information Exploration and Dual-Level Contrastive Learning." AAAI Conference on Artificial Intelligence, 2025. doi:10.1609/AAAI.V39I23.34650

Markdown

[Liu et al. "Boosting Short Text Classification with Multi-Source Information Exploration and Dual-Level Contrastive Learning." AAAI Conference on Artificial Intelligence, 2025.](https://mlanthology.org/aaai/2025/liu2025aaai-boosting/) doi:10.1609/AAAI.V39I23.34650

BibTeX

@inproceedings{liu2025aaai-boosting,
  title     = {{Boosting Short Text Classification with Multi-Source Information Exploration and Dual-Level Contrastive Learning}},
  author    = {Liu, Yonghao and Li, Mengyu and Pang, Wei and Giunchiglia, Fausto and Huang, Lan and Feng, Xiaoyue and Guan, Renchu},
  booktitle = {AAAI Conference on Artificial Intelligence},
  year      = {2025},
  pages     = {24696-24704},
  doi       = {10.1609/AAAI.V39I23.34650},
  url       = {https://mlanthology.org/aaai/2025/liu2025aaai-boosting/}
}