paper-with-me

Papers

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

2025-05-20 · Tong Li, Jiachuan Wang, Yongqi Zhang, Shuangyin Li, Lei Chen

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

📄 PDF Abstract BibTeX arXiv:2505.14471

Code (1)

litong99/citss 공식 구현 pytorch

Tasks

Contrastive LearningDecoderSentence

Methods 이 논문이 사용한 방법론

Focus 설명 없음
Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Citation Context Classification: Critical vs Non-critical

2022-10-01 · sdp (COLING) 2022 10 · Sonita Te, Amira Barhoumi, Martin Lentschat, Frédérique Bordignon 외

Recently, there have been numerous research in Natural Language Processing on citation analysis in scientific literature. Studies of citation behavior aim at finding how researchers cited a paper in their work. In this p…

Classification

Evolving Domain Adaptation of Pretrained Language Models for Text Classification

2023-11-16 · Yun-Shiuan Chuang, Yi Wu, Dhruv Gupta, Rheeya Uppaal 외

Adapting pre-trained language models (PLMs) for time-series text classification amidst evolving domain shifts (EDS) is critical for maintaining accuracy in applications like stance detection. This study benchmarks the ef…

Domain AdaptationStance Detectiontext-classificationText Classification+1

Fine-Tuning Language Models on Multiple Datasets for Citation Intention Classification

2024-10-17 · Zeren Shui, Petros Karypis, Daniel S. Karls, Mingjian Wen 외

Citation intention Classification (CIC) tools classify citations by their intention (e.g., background, motivation) and assist readers in evaluating the contribution of scientific literature. Prior research has shown that…

Multi-Task Learning

Parameter-Efficient Tuning with Special Token Adaptation

2022-10-10 · Xiaocong Yang, James Y. Huang, Wenxuan Zhou, Muhao Chen

Parameter-efficient tuning aims at updating only a small subset of parameters when adapting a pretrained model to downstream tasks. In this work, we introduce PASTA, in which we only modify the special token representati…

Natural Language UnderstandingNERtext-classificationText Classification

Encoder-Agnostic Adaptation for Conditional Language Generation

2019-08-19 · Zachary M. Ziegler, Luke Melas-Kyriazi, Sebastian Gehrmann, Alexander M. Rush

Large pretrained language models have changed the way researchers approach discriminative natural language understanding tasks, leading to the dominance of approaches that adapt a pretrained model for arbitrary downstrea…

Conditional Text GenerationLanguage ModelingLanguage ModellingNatural Language Understanding+2