paper-with-me

Papers

Prompt Tuning without Labeled Samples for Zero-Shot Node Classification in Text-Attributed Graphs

2026-01-07 · Sethupathy Parameswaran, Suresh Sundaram, Yuan Fang arxiv

Node classification is a fundamental problem in information retrieval with many real-world applications, such as community detection in social networks, grouping articles published online and product categorization in e-commerce. Zero-shot node classification in text-attributed graphs (TAGs) presents a significant challenge, particularly due to the absence of labeled data. In this paper, we propose a novel Zero-shot Prompt Tuning (ZPT) framework to address this problem by leveraging a Universal Bimodal Conditional Generator (UBCG). Our approach begins with pre-training a graph-language model to capture both the graph structure and the associated textual descriptions of each node. Following this, a conditional generative model is trained to learn the joint distribution of nodes in both graph and text modalities, enabling the generation of synthetic samples for each class based solely on the class name. These synthetic node and text embeddings are subsequently used to perform continuous prompt tuning, facilitating effective node classification in a zero-shot setting. Furthermore, we conduct extensive experiments on multiple benchmark datasets, demonstrating that our framework performs better than existing state-of-the-art baselines. We also provide ablation studies to validate the contribution of the bimodal generator. The code is provided at: https://github.com/Sethup123/ZPT.

📄 PDF Abstract BibTeX arXiv:2601.03793

Code (0)

등록된 구현이 없습니다.

Tasks

Product CategorizationInformation RetrievalNode ClassificationCommunity Detection

Similar Papers 제목 키워드 기반

Zero-Label Prompt Selection

2022-11-09 · Chonghua Liao, Yanan Zheng, Zhilin Yang

Natural language prompts have been shown to facilitate cross-task generalization for large language models. However, with no or limited labeled examples, the cross-task performance is highly sensitive to the choice of pr…

Learning from Convenience Samples: A Case Study on Fine-Tuning LLMs for Survey Non-response in the German Longitudinal Election Study

2025-09-29 · Tobias Holtdirk, Dennis Assenmacher, Arnim Bleier, Claudia Wagner arxiv

Survey researchers face two key challenges: the rising costs of probability samples and missing data (e.g., non-response or attrition), which can undermine inference and increase the use of convenience samples. Recent wo…

Pre-trained Language Models Can be Fully Zero-Shot Learners

2022-12-14 · Xuandong Zhao, Siqi Ouyang, Zhiguo Yu, Ming Wu 외

How can we extend a pre-trained model to many language understanding tasks, without labeled or additional unlabeled data? Pre-trained language models (PLMs) have been effective for a wide range of NLP tasks. However, exi…

Retrievaltext-classificationText ClassificationText Retrieval+1

An Exploration of Prompt-Based Zero-Shot Relation Extraction Method

2022-10-01 · CCL 2022 10 · Zhao Jun, Hu Yuan, Xu Nuo, Gui Tao 외

“Zero-shot relation extraction is an important method for dealing with the newly emerging relations in the real world which lacks labeled data. However, the mainstream two-tower zero-shot methods usually rely on large-sc…

Language ModelingLanguage ModellingRelationRelation Extraction

Model Selection of Anomaly Detectors in the Absence of Labeled Validation Data

2023-10-16 · Clement Fung, Chen Qiu, Aodong Li, Maja Rudolph

Anomaly detection is the task of identifying abnormal samples in large unlabeled datasets. While the advent of foundation models has produced powerful zero-shot anomaly detection methods, their deployment in practice is …

Anomaly DetectionModel SelectionUnsupervised Anomaly Detectionzero-shot anomaly detection