LabelCoRank: Revolutionizing Long Tail Multi-Label Classification with Co-Occurrence Reranking

Abstract

Despite recent advancements in semantic representation driven by pre-trained and large-scale language models, addressing long tail challenges in multi-label text classification remains a significant issue. Long tail challenges have persistently posed difficulties in accurately classifying less frequent labels. Current approaches often focus on improving text semantics while neglecting the crucial role of label relationships. This paper introduces LabelCoRank, a novel approach inspired by ranking principles. LabelCoRank leverages label co-occurrence relationships to refine initial label classifications through a dual-stage reranking process. The first stage uses initial classification results to form a preliminary ranking. In the second stage, a label co-occurrence matrix is utilized to rerank the preliminary results, enhancing the accuracy and relevance of the final classifications. By integrating the reranked label representations as additional text features, LabelCoRank effectively mitigates long tail issues in multi-label text classification. Experimental evaluations on popular datasets including MAG-CS, PubMed, and AAPD demonstrate the effectiveness and robustness of LabelCoRank. The implementation code is publicly available on https://github.com/821code/LabelCoRank.

Cite

Text

Yan et al. "LabelCoRank: Revolutionizing Long Tail Multi-Label Classification with Co-Occurrence Reranking." Journal of Artificial Intelligence Research, 2025. doi:10.1613/JAIR.1.16968

Markdown

[Yan et al. "LabelCoRank: Revolutionizing Long Tail Multi-Label Classification with Co-Occurrence Reranking." Journal of Artificial Intelligence Research, 2025.](https://mlanthology.org/jair/2025/yan2025jair-labelcorank/) doi:10.1613/JAIR.1.16968

BibTeX

@article{yan2025jair-labelcorank,
  title     = {{LabelCoRank: Revolutionizing Long Tail Multi-Label Classification with Co-Occurrence Reranking}},
  author    = {Yan, Yan and Liu, Junyuan and Zhang, Bo-Wen},
  journal   = {Journal of Artificial Intelligence Research},
  year      = {2025},
  doi       = {10.1613/JAIR.1.16968},
  volume    = {83},
  url       = {https://mlanthology.org/jair/2025/yan2025jair-labelcorank/}
}