English

Adapting Pretrained Language Models for Citation Classification via Self-Supervised Contrastive Learning

Computation and Language 2025-05-29 v2

Abstract

Citation classification, which identifies the intention behind academic citations, is pivotal for scholarly analysis. Previous works suggest fine-tuning pretrained language models (PLMs) on citation classification datasets, reaping the reward of the linguistic knowledge they gained during pretraining. However, directly fine-tuning for citation classification is challenging due to labeled data scarcity, contextual noise, and spurious keyphrase correlations. In this paper, we present a novel framework, Citss, that adapts the PLMs to overcome these challenges. Citss introduces self-supervised contrastive learning to alleviate data scarcity, and is equipped with two specialized strategies to obtain the contrastive pairs: sentence-level cropping, which enhances focus on target citations within long contexts, and keyphrase perturbation, which mitigates reliance on specific keyphrases. Compared with previous works that are only designed for encoder-based PLMs, Citss is carefully developed to be compatible with both encoder-based PLMs and decoder-based LLMs, to embrace the benefits of enlarged pretraining. Experiments with three benchmark datasets with both encoder-based PLMs and decoder-based LLMs demonstrate our superiority compared to the previous state of the art. Our code is available at: github.com/LITONG99/Citss

Keywords

Cite

@article{arxiv.2505.14471,
  title  = {Adapting Pretrained Language Models for Citation Classification via Self-Supervised Contrastive Learning},
  author = {Tong Li and Jiachuan Wang and Yongqi Zhang and Shuangyin Li and Lei Chen},
  journal= {arXiv preprint arXiv:2505.14471},
  year   = {2025}
}

Comments

Accepted to KDD 2025. This is the author's version of the work

R2 v1 2026-07-01T02:25:24.130Z