paper-with-me

Papers

Prompt Tuning on Graph-augmented Low-resource Text Classification

2023-07-15 · Zhihao Wen, Yuan Fang

Text classification is a fundamental problem in information retrieval with many real-world applications, such as predicting the topics of online articles and the categories of e-commerce product descriptions. However, low-resource text classification, with no or few labeled samples, presents a serious concern for supervised learning. Meanwhile, many text data are inherently grounded on a network structure, such as a hyperlink/citation network for online articles, and a user-item purchase network for e-commerce products. These graph structures capture rich semantic relationships, which can potentially augment low-resource text classification. In this paper, we propose a novel model called Graph-Grounded Pre-training and Prompting (G2P2) to address low-resource text classification in a two-pronged approach. During pre-training, we propose three graph interaction-based contrastive strategies to jointly pre-train a graph-text model; during downstream classification, we explore handcrafted discrete prompts and continuous prompt tuning for the jointly pre-trained model to achieve zero- and few-shot classification, respectively. Moreover, we explore the possibility of employing continuous prompt tuning for zero-shot inference. Specifically, we aim to generalize continuous prompts to unseen classes while leveraging a set of base classes. To this end, we extend G2P2 into G2P2$^*$, hinging on a new architecture of conditional prompt tuning. Extensive experiments on four real-world datasets demonstrate the strength of G2P2 in zero- and few-shot low-resource text classification tasks, and illustrate the advantage of G2P2$^*$ in dealing with unseen classes.

📄 PDF Abstract BibTeX arXiv:2307.10230

Code (1)

wenzhihao666/g2p2-conditional 공식 구현 pytorch

Tasks

ArticlesClassificationInformation RetrievalRetrievaltext-classificationText Classification

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

APrompt4EM: Augmented Prompt Tuning for Generalized Entity Matching

2024-05-08 · Yikuan Xia, Jiazun Chen, Xinchi Li, Jun Gao

Generalized Entity Matching (GEM), which aims at judging whether two records represented in different formats refer to the same real-world entity, is an essential task in data management. The prompt tuning paradigm for p…

Management

Retrieval-Augmented Few-Shot Prompting Versus Fine-Tuning for Code Vulnerability Detection

2025-11-28 · Fouad Trad, Ali Chehab arxiv

Few-shot prompting has emerged as a practical alternative to fine-tuning for leveraging the capabilities of large language models (LLMs) in specialized tasks. However, its effectiveness depends heavily on the selection a…

Vulnerability Detection

SciPrompt: Knowledge-augmented Prompting for Fine-grained Categorization of Scientific Topics

2024-10-02 · Zhiwen You, Kanyao Han, Haotian Zhu, Bertram Ludäscher 외

Prompt-based fine-tuning has become an essential method for eliciting information encoded in pre-trained language models for a variety of tasks, including text classification. For multi-class classification tasks, prompt…

ClassificationLanguage ModelingLanguage ModellingMasked Language Modeling+3

Memory-Efficient Prompt Tuning for Incremental Histopathology Classification

2024-01-22 · Yu Zhu, Kang Li, Lequan Yu, Pheng-Ann Heng

Recent studies have made remarkable progress in histopathology classification. Based on current successes, contemporary works proposed to further upgrade the model towards a more generalizable and robust direction throug…

ClassificationGraph Attention

PLACE: Prompt Learning for Attributed Community Search in Large Graphs

2025-07-07 · Shuheng Fang, Kangfei Zhao, Rener Zhang, Yu Rong 외 arxiv

In this paper, we propose PLACE (Prompt Learning for Attributed Community Search), an innovative graph prompt learning framework for ACS. Enlightened by prompt-tuning in Natural Language Processing (NLP), where learnable…