paper-with-me

홈 › Papers

Unsupervised Prompting for Graph Neural Networks

2025-05-22 · Peyman Baghershahi, Sourav Medya

Prompt tuning methods for Graph Neural Networks (GNNs) have become popular to address the semantic gap between pre-training and fine-tuning steps. However, existing GNN prompting methods rely on labeled data and involve lightweight fine-tuning for downstream tasks. Meanwhile, in-context learning methods for Large Language Models (LLMs) have shown promising performance with no parameter updating and no or minimal labeled data. Inspired by these approaches, in this work, we first introduce a challenging problem setup to evaluate GNN prompting methods. This setup encourages a prompting function to enhance a pre-trained GNN's generalization to a target dataset under covariate shift without updating the GNN's parameters and with no labeled data. Next, we propose a fully unsupervised prompting method based on consistency regularization through pseudo-labeling. We use two regularization techniques to align the prompted graphs' distribution with the original data and reduce biased predictions. Through extensive experiments under our problem setting, we demonstrate that our unsupervised approach outperforms the state-of-the-art prompting methods that have access to labels.

📄 PDF Abstract BibTeX arXiv:2505.16903

Code (0)

등록된 구현이 없습니다.

Tasks

In-Context Learning

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

StrucSum: Graph-Structured Reasoning for Long Document Extractive Summarization with LLMs

2025-05-29 · Haohan Yuan, Sukhwa Hong, Haopeng Zhang

Large language models (LLMs) have shown strong performance in zero-shot summarization, but often struggle to model document structure and identify salient information in long texts. In this work, we introduce StrucSum, a…

Extractive SummarizationSentence

Retrieval Augmented Generation based Large Language Models for Causality Mining

2025-05-29 · Thushara Manjari Naduvilakandy, Hyeju Jang, Mohammad Al Hasan

Causality detection and mining are important tasks in information retrieval due to their enormous use in information extraction, and knowledge graph construction. To solve these tasks, in existing literature there exist …

graph constructionInformation RetrievalPrompt EngineeringRAG+2

How Well Do Large Language Models Disambiguate Swedish Words?

2024-10-30 · Richard Johansson

We evaluate a battery of recent large language models on two benchmarks for word sense disambiguation in Swedish. At present, all current models are less accurate than the best supervised disambiguators in cases where a …

Word Sense Disambiguation

Graph Prompting for Graph Learning Models: Recent Advances and Future Directions

2025-06-10 · Xingbo Fu, Zehong Wang, Zihan Chen, Jiazheng Li 외

Graph learning models have demonstrated great prowess in learning expressive representations from large-scale graph data in a wide variety of real-world scenarios. As a prevalent strategy for training powerful graph lear…

Graph Learning

Reliable and Compact Graph Fine-tuning via GraphSparse Prompting

2024-10-29 · Bo Jiang, Hao Wu, Beibei Wang, Jin Tang 외

Recently, graph prompt learning has garnered increasing attention in adapting pre-trained GNN models for downstream graph learning tasks. However, existing works generally conduct prompting over all graph elements (e.g.,…

AttributeGraph LearningPrompt Learning