Pith. sign in

REVIEW 3 major objections 5 minor 165 references

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

T0 review · 3 major / 5 minor · reviewed 2026-08-07 · deepseek-v4-flash

Pith's one-line read This survey claims that the scattered literature on graph prompting can be organized into a single three-part taxonomy—where the prompt acts on the input graph, on node representations, or on the downstream task—and uses that taxonomy to…

desk verdict A useful, up-to-date survey of graph prompting whose headline novelty claim is unsubstantiated because it never compares its taxonomy with the two earlier surveys it cites. read the letter →

arxiv 2506.08326 v1 pith:L7KLHGRE submitted 2025-06-10 cs.LG cs.AI

classification cs.LGcs.AI
keywords graphpromptingpre-trainingneuralnetworksprompttuningtaxonomyfew-shotlearningself-supervised
verification ladder T0 review T1 audit T2 compute T3 formal

The pith

A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.

The reading

This survey attempts to organize the fast-growing literature on graph prompting, the practice of adapting a pre-trained graph neural network to new tasks by learning small trainable prompt vectors while keeping the model itself frozen. It proposes that all existing graph prompting methods can be sorted into three categories according to where the prompt acts: on the input graph data, on node representations inside the model, or on the downstream task itself. If this taxonomy holds, it gives researchers a shared vocabulary for comparing methods that currently look unrelated, and a way to see which combinations of prompt levels have not yet been tried. The survey also catalogues the graph pre-training methods that prompts build on, surveys applications in recommendation, knowledge graphs, and biomedicine, and identifies missing theory, benchmarks, robustness, and LLM integration as open problems.

What carries the argument

The taxonomy itself is the carrying mechanism: the distinction between data-level prompting (transforming the input graph into a prompted graph), representation-level prompting (transforming the hidden or output representation matrix at a chosen layer), and task-level prompting (transforming the downstream task into a different form). Each category is tied to a concrete mathematical operation on a different stage of the pipeline, which is what makes the organizing scheme more than a list. The survey further splits data-level prompting into feature-based and insertion-based strategies, representation-level prompting into output and hidden variants, and task-level prompting into link-prediction-based and similarity-based variants.

What would settle it

A concrete refutation would be a graph prompting method whose prompt acts across all three levels in a way that cannot be represented by the taxonomy, or a documented demonstration that the dividing lines here match the taxonomy of the two earlier surveys the paper itself cites; either would show the claimed novelty or exhaustiveness does not hold.

Watch

Extended reading notes

Core claim

The central organizational claim is that the entire space of graph prompting techniques can be captured by three categories defined by where the learnable prompt is inserted. Data-level prompting modifies the input graph, either by adding a prompt vector to node features or by inserting prompt nodes into the graph. Representation-level prompting multiplies output or hidden node representations by prompt vectors, using either a shared prompt or node-wise and layer-wise prompts. Task-level prompting reformulates the downstream problem, typically converting node classification into link prediction or into similarity matching against class prototypes. The paper presents this three-way split as a novel taxonomy that improves on earlier reviews, and uses it to structure a comprehensive summary of recent methods, their applications, and open challenges.

Load-bearing premise

The load-bearing premise is that the proposed three-category taxonomy is genuinely new and faithfully describes every method it places, because the paper's main contribution is organizational and would weaken if earlier surveys already draw the same dividing lines or if some methods are misdescribed.

Editorial extensions

If this is right

  • A researcher facing a new graph task can locate existing prompts by asking where the prompt acts in the pipeline, making method selection a mapping task rather than a literature search.
  • Because data-level prompting requires a full forward and backward pass while task-level prompting does not, the taxonomy exposes a cost and compatibility trade-off that future prompt designs can optimize.
  • The taxonomy suggests that prompts at different levels are complementary, so combinations such as feature-based prompts with similarity-based task reformulation are a natural next direction.
  • Task-level prompting is currently limited to classification; the survey's framing implies that regression and other task types still lack a principled prompting formulation.
  • The review redirects the field's open challenges to benchmark standardization, theoretical foundations, universal compatibility, robustness, and LLM incorporation.

Reading between the lines

Editorial extensions of the paper, not claims the author makes directly.

  • If the taxonomy is right, the prompt level and the pre-training task form an implicit design matrix; many cells of that matrix, such as hidden-representation prompts applied to a multi-task pre-trained model, remain untested, and filling them would be a cheap empirical programme.
  • The data-level prompt update rule resembles an adversarial perturbation under a norm constraint, which suggests that the adversarial robustness questions the survey raises could be studied with existing tools from adversarial example analysis, an extension the paper does not make.
  • A testable prediction follows from the taxonomy: methods in the same category should show similar failure modes and transfer behaviour across datasets, whereas methods in different categories should fail differently, and a meta-analysis of published results could check this without new experiments.
Share X Bluesky LinkedIn Reddit HN

Editorial analysis

A structured set of objections, weighed in public.

Desk editor's note, referee report, and a circularity audit.

Referee Report

3 major / 5 minor

Summary. This survey reviews graph prompting, the approach of adapting pre-trained graph learning models to downstream tasks by learning trainable prompts while keeping the model frozen. It first summarizes graph pre-training foundations (generative, contrastive, and multi-task methods), then proposes a taxonomy of graph prompting techniques into data-level, representation-level, and task-level prompting. It also surveys applications in recommendation, knowledge engineering, biology, and medicine, and closes with open challenges and future directions. The paper's stated contribution is organizational: a novel taxonomy and an up-to-date compilation of recent methods.

Significance. If accurate, the survey would be a useful and timely reference for researchers entering graph prompting, and its three-level taxonomy (data, representation, task) is a plausible organizing scheme. The paper is broad and current, covering both foundational pre-training methods and very recent prompting techniques, and it includes a helpful summary table. Because the contribution is organizational, the accuracy of method descriptions and the distinctiveness of the taxonomy are load-bearing; the current inconsistencies and the unsubstantiated novelty claim diminish but do not destroy the survey's value. The paper contains no derivations, so there is no circularity concern; self-citations are used as ordinary references to relevant prior work.

major comments (3)
  1. [Section 1, first contribution bullet] The novelty claim for the taxonomy is not substantiated. The text says the data/representation/task split is proposed 'Compared to previous survey papers [61,87]', but the paper never describes the taxonomies in either survey, never provides a comparison table, and never states a distinguishing criterion. Since this is the paper's primary stated contribution, the authors should either provide a side-by-side comparison showing what the new taxonomy adds, or restate the contribution as an up-to-date survey organized by a convenient three-way split. This is a concrete, checkable claim about two cited documents, not a matter of taste.
  2. [Section 4.1.1, Eq. (6)] The description of GPF-plus is internally inconsistent. The text first says GPF-plus 'assigns an independent prompt vector to each node', then says it uses attentive aggregation of basis vectors, and Eq. (6) defines each prompt as a weighted combination of shared basis vectors. An independent per-node vector and a shared basis set with per-node weights are different mechanisms. Please clarify which mechanism is being described and reconcile the surrounding prose with Eq. (6); as written, a reader cannot tell what GPF-plus actually does.
  3. [Table 1] Several methods appear in more than one category without explanation. GraphPrompt appears under both Output representation prompting and Similarity-based prompting; GraphPrompt+, HetGPT, and ProNoG similarly span representation-level and task-level rows. Section 4 introduces the three categories as a division of techniques, which implies they are mutually exclusive at the method level. If a method legitimately operates at multiple levels, the paper should say so explicitly and mark primary versus secondary categorizations; otherwise the taxonomy's consistency is undermined.
minor comments (5)
  1. [References] The reference list contains duplicate entries for the same works: [9] and [10] are both the GPF paper, [19] and [20] are both GraphSAGE, [118] and [119] are both GraphCL, [124] and [125] are the same non-homophilic graph paper in preprint and published form, and [138] and [139] are both the CoOp paper. These should be merged.
  2. [Table 1] The abbreviation 'DT Universality' is not defined anywhere; please spell it out in the caption or in the text.
  3. [Section 4.3.2] The sentence 'Therefore, no additional prompts are introduced in similarity-based prompting' conflicts with the immediately following sentence stating that some studies design class prototypes as learnable vectors. Please rephrase to distinguish prototype-averaging methods from learnable-prototype methods.
  4. [Section 2.1] The phrase 'an attribute graph' should be 'an attributed graph'.
  5. [Figure 2] The taxonomy diagram is dense and would benefit from a legend or from matching color/shading to the three prompting levels, since the table and text use the same categories.

Circularity Check

0 steps flagged · score 0.0 of 10

No circularity: the paper is a survey that reviews existing graph prompting techniques rather than deriving new results; self-citations are bibliographic references and the unsupported novelty claim is a factual claim about prior surveys, not a definitional reduction.

full rationale

The paper's content is a literature review organized into pre-training methods, prompting techniques, applications, and future directions. It does not derive new theoretical results, fit parameters to data, or present a prediction that is equivalent to its inputs by construction. The central contribution is a proposed taxonomy of graph prompting methods into data-level, representation-level, and task-level prompting. The paper asserts this taxonomy is novel compared to prior surveys [61, 87], but it does not provide a side-by-side comparison. Even if this novelty claim is unsubstantiated, that is a concern about novelty or scholarly accuracy, not circularity: the taxonomy's internal organization does not depend on any equation that is defined in terms of the conclusion, nor does it rename a fitted quantity as a prediction. The self-citations present in the paper (e.g., EdgePrompt+ [12], IAGPL [51], the graph foundation models survey [105], and a recommendation systems paper [145]) are used as references to the authors' own relevant prior works, which is normal scholarly practice; none of these citations is invoked as a load-bearing premise to justify the claimed taxonomy or to forbid alternative organizations. Section 6 candidly identifies limitations, including the lack of standardized benchmarks, underdeveloped theoretical foundations, and underexplored robustness, and these statements do not smuggle in conclusions. Because the survey is a review rather than a derivation, no circular step can be exhibited from the paper's own equations or citation chain. The appropriate finding is therefore no significant circularity.

Assumptions & free parameters 0 free parameters · 3 assumptions · 0 invented entities

The survey's central value is its organizational scheme and summaries of existing work. It relies on the accuracy of its descriptions and the novelty of its taxonomy, both of which are assumptions that could be challenged. No free parameters or invented entities are introduced.

assumptions (3)
  • domain assumption The proposed three-category taxonomy (data-level, representation-level, task-level) provides an exhaustive and disjoint partition of graph prompting methods.
    The entire organization of Section 4 rests on this; if a method belongs to multiple categories (e.g., GraphPrompt appearing in both output representation and similarity-based categories in Table 1), the disjointness claim is weakened.
  • domain assumption Graph prompting methods are accurately described by the summaries in this paper.
    The survey's value depends on correct representation of the cited works; individual descriptions may contain errors (e.g., the GPF-plus description in Section 4.1.1).
  • domain assumption The cited prior surveys [61, 87] do not already contain the same taxonomy.
    The paper claims novelty over prior surveys; if they already use a similar data/representation/task categorization, the novelty claim fails. We cannot verify this without reading those surveys.

how reviews work

0 comments
Cite this review

Pith. "Pith review of Graph Prompting for Graph Learning Models: Recent Advances and Future Directions." pith.science (2026). https://pith.science/paper/L7KLHGRE

@misc{pith2026250608326,
  author       = {Pith},
  title        = {Pith review of: Graph Prompting for Graph Learning Models: Recent Advances and Future Directions},
  year         = {2026},
  howpublished = {\url{https://pith.science/paper/L7KLHGRE}},
  note         = {Machine review of arXiv:2506.08326}
}
read the original abstract

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 learning models, the "pre-training, adaptation" scheme first pre-trains graph learning models on unlabeled graph data in a self-supervised manner and then adapts them to specific downstream tasks. During the adaptation phase, graph prompting emerges as a promising approach that learns trainable prompts while keeping the pre-trained graph learning models unchanged. In this paper, we present a systematic review of recent advancements in graph prompting. First, we introduce representative graph pre-training methods that serve as the foundation step of graph prompting. Next, we review mainstream techniques in graph prompting and elaborate on how they design learnable prompts for graph prompting. Furthermore, we summarize the real-world applications of graph prompting from different domains. Finally, we discuss several open challenges in existing studies with promising future directions in this field.

Figures

Figures reproduced from arXiv: 2506.08326 by the authors.

Figure 1
Figure 1. The workflow of the "pre-training, prompting" [PITH_FULL_IMAGE:figures/full_fig_p002_1.png] view at source ↗
Figure 2
Figure 2. Taxonomy of techniques in the "pre-training, prompting" scheme. [PITH_FULL_IMAGE:figures/full_fig_p003_2.png] view at source ↗

Discussion (0). Sign in to comment.

Reference graph

Works this paper leans on

165 extracted references · 50 canonical work pages

  1. [9]

    Taoran Fang, Yunchao Zhang, Yang Yang, Chunping Wang, and Lei Chen. 2023. Universal prompt tuning for graph neural networks. Advances in Neural Infor- mation Processing Systems (2023)

  2. [10]

    Taoran Fang, Yunchao Zhang, Yang Yang, Chunping Wang, and Lei Chen. 2023. Universal prompt tuning for graph neural networks. Advances in Neural Infor- mation Processing Systems 36 (2023), 52464–52489

  3. [19]

    Will Hamilton, Zhitao Ying, and Jure Leskovec. 2017. Inductive representation learning on large graphs. In Advances in neural information processing systems

  4. [20]

    Will Hamilton, Zhitao Ying, and Jure Leskovec. 2017. Inductive representation learning on large graphs. Advances in neural information processing systems 30 (2017)

  5. [138]

    Xingtong Yu, Chang Zhou, Yuan Fang, and Xinming Zhang. 2024. MultiGPrompt for multi-task pre-training and prompting on graphs. In Proceedings of the ACM on Web Conference 2024

  6. [139]

    Seongjun Yun, Minbyul Jeong, Raehyun Kim, Jaewoo Kang, and Hyunwoo J Kim

  7. [1]

    Tom Brown, Benjamin Mann, Nick Ryder, Melanie Subbiah, Jared D Kaplan, Prafulla Dhariwal, Arvind Neelakantan, Pranav Shyam, Girish Sastry, Amanda Askell, et al. 2020. Language models are few-shot learners. Advances in neural information processing systems 33 (2020), 1877–1901

  8. [2]

    Jiangxia Cao, Xixun Lin, Shu Guo, Luchen Liu, Tingwen Liu, and Bin Wang

Show all 165 references
  1. [3]

    Liqun Chen, Zhe Gan, Yu Cheng, Linjie Li, Lawrence Carin, and Jingjing Liu

  2. [4]

    Mouxiang Chen, Zemin Liu, Chenghao Liu, Jundong Li, Qiheng Mao, and Jian- ling Sun. 2023. Ultra-dp: Unifying graph pre-training with multi-task graph dual prompt. arXiv preprint arXiv:2310.14845 (2023)

  3. [5]

    Yang Chen, Zhonglin Ye, Haixing Zhao, and Ying Wang. 2023. Feature-Based Graph Backdoor Attack in the Node Classification Task. International Journal of Intelligent Systems 2023, 1 (2023), 5418398

  4. [6]

    Yuanning Cui, Zequn Sun, and Wei Hu. 2024. A Prompt-Based Knowledge Graph Foundation Model for Universal In-Context Reasoning. NeurIPS 37 (2024), 7095–7124

  5. [7]

    Cameron Diao, Kaixiong Zhou, Zirui Liu, Xiao Huang, and Xia Hu. 2022. Molcpt: Molecule continuous prompt tuning to generalize molecular representation learning. arXiv preprint arXiv:2212.10614 (2022)

  6. [8]

    Yutai Duan, Jie Liu, Shaowei Chen, Liyi Chen, and Jianhua Wu. 2024. G-Prompt: Graphon-based Prompt Tuning for graph classification. Information Processing & Management 61, 3 (2024), 103639

  7. [11]

    Xingbo Fu, Chen Chen, Yushun Dong, Anil Vullikanti, Eili Klein, Gregory Madden, and Jundong Li. 2023. Spatial-Temporal Networks for Antibiogram Pattern Prediction. In 2023 IEEE 11th International Conference on Healthcare Informatics (ICHI)

  8. [12]

    Xingbo Fu, Yinhan He, and Jundong Li. 2025. Edge Prompt Tuning for Graph Neural Networks. In The Thirteenth International Conference on Learning Repre- sentations

  9. [13]

    Johannes Gasteiger, Stefan Weißenberger, and Stephan Günnemann. 2019. Diffu- sion improves graph learning. Advances in neural information processing systems (2019)

  10. [14]

    Qingqing Ge, Zeyuan Zhao, Yiding Liu, Anfeng Cheng, Xiang Li, Shuaiqiang Wang, and Dawei Yin. 2024. PSP: Pre-training and Structure Prompt Tuning for Graph Neural Networks. In Joint European Conference on Machine Learning and Knowledge Discovery in Databases . Springer, 423–439

  11. [15]

    Shijie Geng, Shuchang Liu, Zuohui Fu, Yingqiang Ge, and Yongfeng Zhang. 2022. Recommendation as language processing (RLP): A unified pretrain, personalized prompt & predict paradigm (P5). In RecSys. 299–315

  12. [16]

    Chenghua Gong, Xiang Li, Jianxiang Yu, Cheng Yao, Jiaqi Tan, Chengcheng Yu, and Dawei Yin. 2023. Prompt tuning for multi-view graph contrastive learning. arXiv preprint arXiv:2310.10362 (2023)

  13. [17]

    Aditya Grover and Jure Leskovec. 2016. node2vec: Scalable feature learning for networks. In Proceedings of the 22nd ACM SIGKDD international conference on Knowledge discovery and data mining . 855–864

  14. [18]

    Michael Gutmann and Aapo Hyvärinen. 2010. Noise-contrastive estimation: A new estimation principle for unnormalized statistical models. In Proceedings of the thirteenth international conference on artificial intelligence and statistics . JMLR Workshop and Conference Proceeding...

  15. [21]

    Kaveh Hassani and Amir Hosein Khasahmadi. 2020. Contrastive multi-view rep- resentation learning on graphs. In International conference on machine learning . Graph Prompting for Graph Learning Models: Recent Advances and Future Directions KDD ’25, August 3–7, 2025, Toronto, ON...

  16. [22]

    Xiangnan He, Kuan Deng, Xiang Wang, Yan Li, Yongdong Zhang, and Meng Wang. 2020. LightGCN: Simplifying and powering graph convolution network for recommendation. In SIGIR. 639–648

  17. [23]

    Zhenyu Hou, Yufei He, Yukuo Cen, Xiao Liu, Yuxiao Dong, Evgeny Kharlamov, and Jie Tang. 2023. Graphmae2: A decoding-enhanced masked self-supervised graph learner. In Proceedings of the ACM web conference 2023

  18. [24]

    Zhenyu Hou, Xiao Liu, Yukuo Cen, Yuxiao Dong, Hongxia Yang, Chunjie Wang, and Jie Tang. 2022. Graphmae: Self-supervised masked graph autoencoders. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining

  19. [25]

    Weihua Hu, Matthias Fey, Hongyu Ren, Maho Nakata, Yuxiao Dong, and Jure Leskovec. 2021. Ogb-lsc: A large-scale challenge for machine learning on graphs. arXiv preprint arXiv:2103.09430 (2021)

  20. [26]

    Weihua Hu, Matthias Fey, Marinka Zitnik, Yuxiao Dong, Hongyu Ren, Bowen Liu, Michele Catasta, and Jure Leskovec. 2020. Open graph benchmark: Datasets for machine learning on graphs. Advances in neural information processing systems (2020)

  21. [27]

    Weihua Hu, Bowen Liu, Joseph Gomes, Marinka Zitnik, Percy Liang, Vijay Pande, and Jure Leskovec. 2020. Strategies for pre-training graph neural networks. In International Conference on Learning Representations

  22. [28]

    Ziniu Hu, Yuxiao Dong, Kuansan Wang, Kai-Wei Chang, and Yizhou Sun. 2020. Gpt-gnn: Generative pre-training of graph neural networks. In Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining. 1857–1867

  23. [29]

    Ziniu Hu, Yuxiao Dong, Kuansan Wang, and Yizhou Sun. 2020. Heterogeneous graph transformer. In Proceedings of the web conference 2020 . 2704–2710

  24. [30]

    Ziniu Hu, Changjun Fan, Ting Chen, Kai-Wei Chang, and Yizhou Sun. 2019. Pre-training graph neural networks for generic structural feature extraction. arXiv preprint arXiv:1905.13728 (2019)

  25. [31]

    Renhong Huang, Jiarong Xu, Xin Jiang, Chenglu Pan, Zhiming Yang, Chunping Wang, and Yang Yang. 2024. Measuring Task Similarity and Its Implication in Fine-Tuning Graph Neural Networks. In Proceedings of the AAAI Conference on Artificial Intelligence

  26. [32]

    Zhenhua Huang, Kunhao Li, Shaojie Wang, Zhaohong Jia, Wentao Zhu, and Sharad Mehrotra. 2024. Graph Structure Prompt Learning: A Novel Method- ology to Improve Performance of Graph Neural Networks. arXiv preprint arXiv:2407.11361 (2024)

  27. [33]

    Dasol Hwang, Jinyoung Park, Sunyoung Kwon, KyungMin Kim, Jung-Woo Ha, and Hyunwoo J Kim. 2020. Self-supervised auxiliary learning with meta-paths for heterogeneous graphs. Advances in neural information processing systems 33 (2020), 10294–10305

  28. [34]

    EunJeong Hwang, Veronika Thost, Shib Sankar Dasgupta, and Tengfei Ma. 2022. An analysis of virtual nodes in graph neural networks for link prediction. In The First Learning on Graphs Conference

  29. [35]

    Menglin Jia, Luming Tang, Bor-Chun Chen, Claire Cardie, Serge Belongie, Bharath Hariharan, and Ser-Nam Lim. 2022. Visual prompt tuning. In European Conference on Computer Vision

  30. [36]

    Bo Jiang, Hao Wu, Ziyan Zhang, Beibei Wang, and Jin Tang. 2024. A unified graph selective prompt learning for graph neural networks. arXiv preprint arXiv:2406.10498 (2024)

  31. [37]

    Xunqiang Jiang, Yuanfu Lu, Yuan Fang, and Chuan Shi. 2021. Contrastive pre- training of GNNs on heterogeneous graphs. In Proceedings of the 30th ACM international conference on information & knowledge management

  32. [38]

    Yizhu Jiao, Yun Xiong, Jiawei Zhang, Yao Zhang, Tianqi Zhang, and Yangyong Zhu. 2020. Sub-graph contrast for scalable self-supervised graph representation learning. In 2020 IEEE international conference on data mining (ICDM) . IEEE, 222–231

  33. [39]

    Ming Jin, Yizhen Zheng, Yuan-Fang Li, Chen Gong, Chuan Zhou, and Shirui Pan. 2021. Multi-scale contrastive siamese networks for self-supervised graph representation learning. InInternational Joint Conference on Artificial Intelligence

  34. [40]

    Wei Jin, Tyler Derr, Haochen Liu, Yiqi Wang, Suhang Wang, Zitao Liu, and Jiliang Tang. 2020. Self-supervised learning on graphs: Deep insights and new direction. arXiv preprint arXiv:2006.10141 (2020)

  35. [41]

    Baoyu Jing, Chanyoung Park, and Hanghang Tong. 2021. Hdmi: High-order deep multiplex infomax. In Proceedings of the web conference 2021 . 2414–2424

  36. [42]

    Association for the Advancement of Artificial Intelligence (AAAI), 1477– 1483

  37. [43]

    Zekarias T Kefato and Sarunas Girdzijauskas. 2021. Self-supervised graph neural networks without explicit negative sampling. arXiv preprint arXiv:2103.14958 (2021)

  38. [44]

    Muhammad Uzair Khattak, Hanoona Rasheed, Muhammad Maaz, Salman Khan, and Fahad Shahbaz Khan. 2023. Maple: Multi-modal prompt learning. In Pro- ceedings of the IEEE/CVF Conference on Computer Vision and Pattern Recognition . 19113–19122

  39. [45]

    Nikola Jovanović, Zhao Meng, Lukas Faber, and Roger Wattenhofer. 2021. To- wards robust graph contrastive learning. arXiv preprint arXiv:2102.13085 (2021)

  40. [46]

    Thomas N Kipf and Max Welling. 2016. Variational graph auto-encoders. arXiv preprint arXiv:1611.07308 (2016)

  41. [47]

    Thomas N Kipf and Max Welling. 2017. Semi-supervised classification with graph convolutional networks. In International Conference on Learning Repre- sentations

  42. [48]

    Dongki Kim, Jinheon Baek, and Sung Ju Hwang. 2022. Graph self-supervised learning with accurate discrepancy learning. Advances in Neural Information Processing Systems (2022)

  43. [49]

    Brian Lester, Rami Al-Rfou, and Noah Constant. 2021. The power of scale for parameter-efficient prompt tuning. arXiv preprint arXiv:2104.08691 (2021)

  44. [50]

    Jiangmeng Li, Yifan Jin, Hang Gao, Wenwen Qiang, Changwen Zheng, and Fuchun Sun. 2024. Hierarchical topology isomorphism expertise embedded graph contrastive learning. In Proceedings of the AAAI Conference on Artificial Intelligence

  45. [51]

    Junhyun Lee, Wooseong Yang, and Jaewoo Kang. 2024. Subgraph-level universal prompt tuning. arXiv preprint arXiv:2402.10380 (2024)

  46. [52]

    Jia Li, Xiangguo Sun, Yuhan Li, Zhixun Li, Hong Cheng, and Jeffrey Xu Yu

  47. [53]

    Jintang Li, Ruofan Wu, Wangbin Sun, Liang Chen, Sheng Tian, Liang Zhu, Changhua Meng, Zibin Zheng, and Weiqiang Wang. 2023. What’s behind the mask: Understanding masked graph modeling for graph autoencoders. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discove...

  48. [54]

    Jiazheng Li, Jundong Li, and Chuxu Zhang. 2025. Instance-Aware Graph Prompt Learning. Transactions on Machine Learning Research (2025)

  49. [55]

    Xiang Li, Danhao Ding, Ben Kao, Yizhou Sun, and Nikos Mamoulis. 2021. Lever- aging meta-path contexts for classification in heterogeneous information net- works. In 2021 IEEE 37th International Conference on Data Engineering (ICDE) . IEEE, 912–923

  50. [56]

    Zhengpin Li, Minhua Lin, Jian Wang, and Suhang Wang. 2025. Fairness-aware Prompt Tuning for Graph Neural Networks. In THE WEB CONFERENCE 2025

  51. [57]

    Minhua Lin, Zhiwei Zhang, Enyan Dai, Zongyu Wu, Yilong Wang, Xiang Zhang, and Suhang Wang. 2024. Trojan Prompt Attacks on Graph Neural Networks. arXiv preprint arXiv:2410.13974 (2024)

  52. [58]

    Shuangli Li, Jingbo Zhou, Tong Xu, Dejing Dou, and Hui Xiong. 2022. Geomgcl: Geometric graph contrastive learning for molecular property prediction. In Proceedings of the AAAI conference on artificial intelligence

  53. [59]

    Zemin Liu, Xingtong Yu, Yuan Fang, and Xinming Zhang. 2023. Graphprompt: Unifying pre-training and downstream tasks for graph neural networks. In Proceedings of the ACM Web Conference 2023

  54. [60]

    Qingqing Long, Yuchen Yan, Wentao Cui, Wei Ju, Zhihong Zhu, Yuanchun Zhou, Xuezhi Wang, and Meng Xiao. 2024. MOAT: Graph prompting for 3D molecular graphs. In CIKM. 1586–1596

  55. [61]

    Qingqing Long, Yuchen Yan, Peiyan Zhang, Chen Fang, Wentao Cui, Zhiyuan Ning, Meng Xiao, Ning Cao, Xiao Luo, Lingjun Xu, et al. 2024. Towards Graph Prompt Learning: A Survey and Beyond. arXiv preprint arXiv:2408.14520 (2024)

  56. [62]

    Peng Liu, Lemei Zhang, and Jon Atle Gulla. 2023. Pre-train, prompt, and recom- mendation: A comprehensive survey of language modeling paradigm adapta- tions in recommender systems. TACL 11 (2023), 1553–1571

  57. [63]

    Xiaoting Lyu, Yufei Han, Wei Wang, Hangwei Qian, Ivor Tsang, and Xiangliang Zhang. 2024. Cross-context backdoor attacks against graph prompt learning. In Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 2094–2105

  58. [64]

    Kaili Ma, Haochen Yang, Han Yang, Yongqiang Chen, and James Cheng

  59. [65]

    Yihong Ma, Ning Yan, Jiayu Li, Masood Mortazavi, and Nitesh V Chawla. 2024. Hetgpt: Harnessing the power of prompt tuning in pre-trained heterogeneous graph neural networks. In Proceedings of the ACM on Web Conference 2024

  60. [66]

    Sitao Luan, Chenqing Hua, Minkai Xu, Qincheng Lu, Jiaqi Zhu, Xiao-Wen Chang, Jie Fu, Jure Leskovec, and Doina Precup. 2023. When do graph neural networks help with node classification? investigating the homophily principle on node distinguishability. Advances in Neural Informa...

  61. [67]

    Nicolò Navarin, Dinh V Tran, and Alessandro Sperduti. 2018. Pre-training graph neural networks with kernels. arXiv preprint arXiv:1811.06930 (2018)

  62. [68]

    Sebastian Nowozin, Botond Cseke, and Ryota Tomioka. 2016. f-gan: Training generative neural samplers using variational divergence minimization.Advances in neural information processing systems 29 (2016)

  63. [69]

    arXiv preprint arXiv:2101.11525 (2021)

    Calibrating and improving graph contrastive learning. arXiv preprint arXiv:2101.11525 (2021)

  64. [70]

    Chanyoung Park, Donghyun Kim, Jiawei Han, and Hwanjo Yu. 2020. Unsu- pervised attributed multiplex network embedding. In Proceedings of the AAAI conference on artificial intelligence , Vol. 34. 5371–5378. KDD ’25, August 3–7, 2025, Toronto, ON, Canada Xingbo Fu et al

  65. [71]

    Costas Mavromatis and George Karypis. 2020. Graph infoclust: Leveraging cluster-level node information for unsupervised graph representation learning. arXiv preprint arXiv:2009.06946 (2020)

  66. [72]

    Zhen Peng, Yixiang Dong, Minnan Luo, Xiao-Ming Wu, and Qinghua Zheng

  67. [73]

    Zhen Peng, Wenbing Huang, Minnan Luo, Qinghua Zheng, Yu Rong, Tingyang Xu, and Junzhou Huang. 2020. Graph representation learning via graphical mutual information maximization. In Proceedings of The Web Conference 2020 . 259–270

  68. [74]

    Felix L Opolka, Aaron Solomon, Cătălina Cangea, Petar Veličković, Pietro Liò, and R Devon Hjelm. 2019. Spatio-temporal deep graph infomax. arXiv preprint arXiv:1904.06316 (2019)

  69. [75]

    Jianzhong Qi, Zhuowei Zhao, Egemen Tanin, Tingru Cui, Neema Nassir, and Majid Sarvi. 2022. A graph and attentive multi-path convolutional network for traffic prediction. IEEE Transactions on Knowledge and Data Engineering (2022)

  70. [76]

    Liang Peng, Songyue Cai, Zongqian Wu, Huifang Shang, Xiaofeng Zhu, and Xiaoxiao Li. 2024. Mmgpl: Multimodal medical data analysis with graph prompt learning. Medical Image Analysis 97 (2024), 103225

  71. [77]

    Ladislav Rampášek, Michael Galkin, Vijay Prakash Dwivedi, Anh Tuan Luu, Guy Wolf, and Dominique Beaini. 2022. Recipe for a general, powerful, scalable graph transformer. Advances in Neural Information Processing Systems 35 (2022), 14501–14515

  72. [78]

    arXiv preprint arXiv:2003.01604 (2020)

    Self-supervised graph representation learning via global context prediction. arXiv preprint arXiv:2003.01604 (2020)

  73. [79]

    Yu Rong, Yatao Bian, Tingyang Xu, Weiyang Xie, Ying Wei, Wenbing Huang, and Junzhou Huang. 2020. Self-supervised graph transformer on large-scale molecular data. Advances in neural information processing systems (2020)

  74. [80]

    Bryan Perozzi, Rami Al-Rfou, and Steven Skiena. 2014. Deepwalk: Online learning of social representations. In Proceedings of the 20th ACM SIGKDD international conference on Knowledge discovery and data mining . 701–710

  75. [81]

    Geri Skenderi, Hang Li, Jiliang Tang, and Marco Cristani. 2023. Graph-level representation learning with joint-embedding predictive architectures. arXiv preprint arXiv:2309.16014 (2023)

  76. [82]

    Jiezhong Qiu, Qibin Chen, Yuxiao Dong, Jing Zhang, Hongxia Yang, Ming Ding, Kuansan Wang, and Jie Tang. 2020. Gcc: Graph contrastive coding for graph neural network pre-training. In Proceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data minin...

  77. [83]

    Ke Sun, Zhouchen Lin, and Zhanxing Zhu. 2020. Multi-stage self-supervised learning for graph convolutional networks on graphs with few labeled nodes. In Proceedings of the AAAI conference on artificial intelligence

  78. [84]

    Yuxiang Ren, Bo Liu, Chao Huang, Peng Dai, Liefeng Bo, and Jiawei Zhang. 2019. Heterogeneous deep graph infomax. arXiv preprint arXiv:1911.08538 (2019)

  79. [85]

    Qingyun Sun, Jianxin Li, Hao Peng, Jia Wu, Yuanxing Ning, Philip S Yu, and Lifang He. 2021. Sugar: Subgraph neural network with reinforcement pooling and self-supervised mutual information mechanism. In Proceedings of the web conference 2021. 2081–2091

  80. [86]

    Emanuele Rossi, Ben Chamberlain, Fabrizio Frasca, Davide Eynard, Federico Monti, and Michael Bronstein. 2020. Temporal graph networks for deep learning on dynamic graphs. arXiv preprint arXiv:2006.10637 (2020)

  81. [87]

    Xiangguo Sun, Jiawen Zhang, Xixi Wu, Hong Cheng, Yun Xiong, and Jia Li

  82. [88]

    Fan-Yun Sun, Jordan Hoffmann, Vikas Verma, and Jian Tang. 2020. Infograph: Un- supervised and semi-supervised graph-level representation learning via mutual information maximization. In International Conference on Learning Representa- tions

  83. [89]

    Qiaoyu Tan, Ninghao Liu, Xiao Huang, Soo-Hyun Choi, Li Li, Rui Chen, and Xia Hu. 2023. S2gae: Self-supervised graph autoencoders are generalizable learners with graph masking. In Proceedings of the sixteenth ACM international conference on web search and data mining

  84. [90]

    Mingchen Sun, Kaixiong Zhou, Xin He, Ying Wang, and Xin Wang. 2022. Gppt: Graph pre-training and prompt tuning to generalize graph neural networks. In Proceedings of the 28th ACM SIGKDD Conference on Knowledge Discovery and Data Mining

  85. [91]

    Jian Tang, Meng Qu, Mingzhe Wang, Ming Zhang, Jun Yan, and Qiaozhu Mei

  86. [92]

    Xiangguo Sun, Hong Cheng, Jia Li, Bo Liu, and Jihong Guan. 2023. All in one: Multi-task prompting for graph neural networks. InProceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining

  87. [93]

    Yijun Tian, Huan Song, Zichen Wang, Haozhu Wang, Ziqing Hu, Fang Wang, Nitesh V Chawla, and Panpan Xu. 2024. Graph neural prompting with large language models. In Proceedings of the AAAI Conference on Artificial Intelligence , Vol. 38. 19080–19088

  88. [94]

    Petar Veličković, Guillem Cucurull, Arantxa Casanova, Adriana Romero, Pietro Lio, and Yoshua Bengio. 2018. Graph attention networks. In International Conference on Learning Representations

  89. [95]

    Susheel Suresh, Pan Li, Cong Hao, and Jennifer Neville. 2021. Adversarial graph augmentation to improve graph contrastive learning. Advances in Neural Information Processing Systems 34 (2021), 15920–15933

  90. [96]

    Vikas Verma, Thang Luong, Kenji Kawaguchi, Hieu Pham, and Quoc Le. 2021. Towards domain-agnostic contrastive learning. In International Conference on Machine Learning. PMLR, 10530–10541

  91. [97]

    Zhen Tan, Ruocheng Guo, Kaize Ding, and Huan Liu. 2023. Virtual node tun- ing for few-shot node classification. In Proceedings of the 29th ACM SIGKDD Conference on Knowledge Discovery and Data Mining

  92. [98]

    Binghui Wang, Jinyuan Jia, Xiaoyu Cao, and Neil Zhenqiang Gong. 2021. Cer- tified robustness of graph neural networks against adversarial structural per- turbation. In Proceedings of the 27th ACM SIGKDD Conference on Knowledge Discovery & Data Mining . 1645–1653

  93. [99]

    Chenguang Wang and Ziwen Liu. 2021. Learning graph representation by aggregating subgraphs via mutual information maximization. arXiv preprint arXiv:2103.13125 (2021)

  94. [100]

    Shantanu Thakoor, Corentin Tallec, Mohammad Gheshlaghi Azar, Mehdi Az- abou, Eva L Dyer, Remi Munos, Petar Veličković, and Michal Valko. 2021. Large-scale representation learning on graphs via bootstrapping. arXiv preprint arXiv:2102.06514 (2021)

  95. [101]

    Qunzhong Wang, Xiangguo Sun, and Hong Cheng. 2024. Does Graph Prompt Work? A Data Operation Perspective with Theoretical Analysis. arXiv preprint arXiv:2410.01635 (2024)

  96. [102]

    Xiao Wang, Nian Liu, Hui Han, and Chuan Shi. 2021. Self-supervised heteroge- neous graph neural network with co-contrastive learning. In Proceedings of the 27th ACM SIGKDD conference on knowledge discovery & data mining. 1726–1736

  97. [103]

    Petar Velickovic, William Fedus, William L Hamilton, Pietro Liò, Yoshua Bengio, and R Devon Hjelm. 2019. Deep graph infomax. ICLR (poster) 2, 3 (2019), 4

  98. [104]

    Yingying Wang, Yun Xiong, Xixi Wu, Xiangguo Sun, Jiawei Zhang, and GuangY- ong Zheng. 2024. Ddiprompt: Drug-drug interaction event prediction based on graph prompt learning. In Proceedings of the 33rd ACM International Conference on Information and Knowledge Management . 2431–2441

  99. [105]

    Sheng Wan, Yibing Zhan, Liu Liu, Baosheng Yu, Shirui Pan, and Chen Gong

  100. [106]

    Advances in Neural Information Processing Systems 34 (2021), 6316–6327

    Contrastive graph poisson networks: Semi-supervised learning with extremely limited labels. Advances in Neural Information Processing Systems 34 (2021), 6316–6327

  101. [107]

    Zehong Wang, Zheyuan Zhang, Tianyi Ma, Nitesh V Chawla, Chuxu Zhang, and Yanfang Ye. 2025. Towards Graph Foundation Models: Learning Generalities Across Graphs via Task-Trees. In ICML

  102. [108]

    Wei Wei, Xubin Ren, Jiabin Tang, Qinyong Wang, Lixin Su, Suqi Cheng, Junfeng Wang, Dawei Yin, and Chao Huang. 2024. Llmrec: Large language models with graph augmentation for recommendation. In Proceedings of the 17th ACM International Conference on Web Search and Data Mining . 806–815

  103. [109]

    Jingchao Wang, Zhengnan Deng, Tongxu Lin, Wenyuan Li, and Shaobin Ling

  104. [110]

    A Novel Prompt Tuning for Graph Transformers: Tailoring Prompts to Graph Topologies. In KDD. 3116–3127

  105. [111]

    Fang Yang, Kunjie Fan, Dandan Song, and Huakang Lin. 2020. Graph-based pre- diction of protein-protein interactions with attributed signed graph embedding. BMC bioinformatics (2020)

  106. [112]

    Haoran Yang, Xiangyu Zhao, Yicong Li, Hongxu Chen, and Guandong Xu. 2023. An empirical study towards prompt-tuning for graph contrastive pre-training in recommendations. NeurIPS 36 (2023), 62853–62868

  107. [113]

    Yue Wang, Yongbin Sun, Ziwei Liu, Sanjay E Sarma, Michael M Bronstein, and Justin M Solomon. 2019. Dynamic graph cnn for learning on point clouds. ACM Transactions on Graphics (2019)

  108. [114]

    Ruosong Ye, Caiqi Zhang, Runhui Wang, Shuyuan Xu, and Yongfeng Zhang

  109. [115]

    Zehong Wang, Zheyuan Liu, Tianyi Ma, Jiazheng Li, Zheyuan Zhang, Xingbo Fu, Yiyang Li, Zhengqing Yuan, Wei Song, Yijun Ma, et al. 2025. Graph Foundation Models: A Comprehensive Survey. arXiv preprint arXiv:2505.15116 (2025)

  110. [116]

    Zehong Wang, Zheyuan Zhang, Nitesh V Chawla, Chuxu Zhang, and Yanfang Ye. 2024. GFT: Graph Foundation Model with Transferable Tree Vocabulary. In NeurIPS

  111. [117]

    Yuning You, Tianlong Chen, Yang Shen, and Zhangyang Wang. 2021. Graph contrastive learning automated. In International conference on machine learning . PMLR, 12121–12132

  112. [118]

    Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen, Zhangyang Wang, and Yang Shen. 2020. Graph contrastive learning with augmentations. Advances in neural information processing systems (2020)

  113. [119]

    Jun Xia, Lirong Wu, Jintao Chen, Bozhen Hu, and Stan Z Li. 2022. Simgrace: A simple framework for graph contrastive learning without data augmentation. In Proceedings of the ACM Web Conference 2022

  114. [120]

    Ying Xu, Michael Lanier, Anindya Sarkar, and Yevgeniy Vorobeychik. 2024. Attacks on node attributes in graph neural networks. arXiv preprint arXiv:2402.12426 (2024)

  115. [121]

    Junliang Yu, Hongzhi Yin, Min Gao, Xin Xia, Xiangliang Zhang, and Nguyen Quoc Viet Hung. 2021. Socially-aware self-supervised tri-training for recommendation. In Proceedings of the 27th ACM SIGKDD conference on knowledge discovery & data mining . 2084–2092

  116. [122]

    Xingtong Yu, Zhenghao Liu, Yuan Fang, Zemin Liu, Sihong Chen, and Xinming Zhang. 2024. Generalized graph prompt: Toward a unification of pre-training and downstream tasks on graphs. IEEE Transactions on Knowledge and Data Engineering (2024)

  117. [123]

    Yuhao Yang, Lianghao Xia, Da Luo, Kangyi Lin, and Chao Huang. 2024. Graph- pro: Graph pre-training and prompt learning for recommendation. In WWW. 3690–3699

  118. [124]

    Xingtong Yu, Jie Zhang, Yuan Fang, and Renhe Jiang. 2024. Non-homophilic graph pre-training and prompt learning. arXiv preprint arXiv:2408.12594 (2024)

  119. [125]

    arXiv preprint arXiv:2308.07134 (2023)

    Language is all a graph needs. arXiv preprint arXiv:2308.07134 (2023)

  120. [126]

    Zixuan Yi, Iadh Ounis, and Craig Macdonald. 2023. Contrastive graph prompt- tuning for cross-domain recommendation. ACM Transactions on Information Systems 42, 2 (2023), 1–28

  121. [127]

    Seungryong Yoo, Eunji Kim, Dahuin Jung, Jungbeom Lee, and Sungroh Yoon

  122. [128]

    In International Conference on Machine Learning

    Improving visual prompt tuning for self-supervised vision transformers. In International Conference on Machine Learning

  123. [129]

    Hanlin Zhang, Shuai Lin, Weiyang Liu, Pan Zhou, Jian Tang, Xiaodan Liang, and Eric P Xing. 2023. Iterative graph self-distillation. IEEE Transactions on Knowledge and Data Engineering 36, 3 (2023), 1161–1169

  124. [130]

    Peiyan Zhang, Yuchen Yan, Xi Zhang, Liying Kang, Chaozhuo Li, Feiran Huang, Senzhang Wang, and Sunghun Kim. 2024. Gpt4rec: Graph prompt tuning for streaming recommendation. In Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information...

  125. [131]

    Yuning You, Tianlong Chen, Yongduo Sui, Ting Chen, Zhangyang Wang, and Yang Shen. 2020. Graph contrastive learning with augmentations. Advances in Graph Prompting for Graph Learning Models: Recent Advances and Future Directions KDD ’25, August 3–7, 2025, Toronto, ON, Canada ne...

  126. [132]

    Yuning You, Tianlong Chen, Zhangyang Wang, and Yang Shen. 2020. When does self-supervision help graph convolutional networks?. Ininternational conference on machine learning

  127. [133]

    Yichi Zhang, Binbin Hu, Zhuo Chen, Lingbing Guo, Ziqi Liu, Zhiqiang Zhang, Lei Liang, Huajun Chen, and Wen Zhang. 2024. Multi-domain Knowledge Graph Collaborative Pre-training and Prompt Tuning for Diverse Downstream Tasks. arXiv preprint arXiv:2405.13085 (2024)

  128. [134]

    Chuang Zhao, Hongke Zhao, Xiaomeng Li, Ming He, Jiahui Wang, and Jianping Fan. 2023. Cross-domain recommendation via progressive structural alignment. IEEE Transactions on Knowledge and Data Engineering 36, 6 (2023), 2401–2415

  129. [135]

    Xingtong Yu, Zhenghao Liu, Xinming Zhang, and Yuan Fang. 2025. Node-Time Conditional Prompt Learning in Dynamic Graphs. InThe Thirteenth International Conference on Learning Representations . https://openreview.net/forum?id= kVlfYvIqaK

  130. [136]

    WANG Zhili, DI Shimin, CHEN Lei, and ZHOU Xiaofang. 2024. Search to fine- tune pre-trained graph neural networks for graph-level tasks. In 2024 IEEE 40th International Conference on Data Engineering (ICDE)

  131. [137]

    Xingtong Yu, Jie Zhang, Yuan Fang, and Renhe Jiang. 2025. Non-homophilic graph pre-training and prompt learning. In Proceedings of the 31st ACM SIGKDD Conference on Knowledge Discovery and Data Mining

  132. [140]

    Jiapeng Zhu, Zichen Ding, Jianxiang Yu, Jiaqi Tan, Xiang Li, and Weining Qian

  133. [141]

    Jiaqi Zeng and Pengtao Xie. 2021. Contrastive self-supervised learning for graph classification. In Proceedings of the AAAI conference on Artificial Intelligence , Vol. 35. 10824–10832

  134. [142]

    Qikui Zhu, Bo Du, and Pingkun Yan. 2020. Self-supervised training of graph convolutional networks. arXiv preprint arXiv:2006.02380 (2020)

  135. [143]

    Qi Zhu, Carl Yang, Yidan Xu, Haonan Wang, Chao Zhang, and Jiawei Han

  136. [144]

    Shichang Zhang, Ziniu Hu, Arjun Subramonian, and Yizhou Sun. 2024. Motif- driven contrastive learning of graph representations. IEEE Transactions on Knowledge and Data Engineering 36, 8 (2024), 4063–4075

  137. [145]

    Wen Zhang, Yushan Zhu, Mingyang Chen, Yuxia Geng, Yufeng Huang, Yajing Xu, Wenting Song, and Huajun Chen. 2023. Structure pretraining and prompt tuning for knowledge graph transfer. In WWW. 2581–2590

  138. [146]

    Yaochen Zhu, Liang Wu, Binchi Zhang, Song Wang, Qi Guo, Liangjie Hong, Luke Simon, and Jundong Li. 2024. Understanding and Modeling Job Marketplace with Pretrained Language Models. In CIKM. 5143–5150

  139. [147]

    Yanqiao Zhu, Yichen Xu, Feng Yu, Qiang Liu, Shu Wu, and Liang Wang. 2020. Deep graph contrastive representation learning. arXiv preprint arXiv:2006.04131 (2020)

  140. [148]

    Tianxiang Zhao, Xiang Zhang, and Suhang Wang. 2024. Imbalanced node classification with synthetic over-sampling. IEEE Transactions on Knowledge and Data Engineering (2024)

  141. [149]

    Xiang Zhuang, Qiang Zhang, Keyan Ding, Yatao Bian, Xiao Wang, Jingsong Lv, Hongyang Chen, and Huajun Chen. 2023. Learning invariant molecular representation in latent discrete space.Advances in Neural Information Processing Systems (2023)

  142. [150]

    Kaiyang Zhou, Jingkang Yang, Chen Change Loy, and Ziwei Liu. 2022. Con- ditional prompt learning for vision-language models. In Proceedings of the IEEE/CVF conference on computer vision and pattern recognition

  143. [152]

    Kaiyang Zhou, Jingkang Yang, Chen Change Loy, and Ziwei Liu. 2022. Learning to prompt for vision-language models. International Journal of Computer Vision (2022)

  144. [154]

    arXiv preprint arXiv:2408.03195 (2024)

    Relief: Reinforcement learning empowered graph feature prompt tuning. arXiv preprint arXiv:2408.03195 (2024)

  145. [155]

    Jing Zhu, Yuhang Zhou, Vassilis N Ioannidis, Shengyi Qian, Wei Ai, Xiang Song, and Danai Koutra. 2024. Pitfalls in link prediction with graph neural networks: Understanding the impact of target-link inclusion & better practices. In Proceedings of the 17th ACM International Con...

  146. [158]

    Advances in Neural Information Processing Systems 34 (2021), 1766–1779

    Transfer learning of graph neural networks with ego-graph information maximization. Advances in Neural Information Processing Systems 34 (2021), 1766–1779

  147. [159]

    Yun Zhu, Jianhao Guo, and Siliang Tang. 2023. Sgl-pt: A strong graph learner with graph prompt tuning. arXiv preprint arXiv:2302.12449 (2023)

  148. [160]

    Yaochen Zhu, Liang Wu, Qi Guo, Liangjie Hong, and Jundong Li. 2024. Collabo- rative large language model for recommender systems. In WWW. 3162–3172

  149. [163]

    Yanqiao Zhu, Yichen Xu, Feng Yu, Qiang Liu, Shu Wu, and Liang Wang. 2021. Graph contrastive learning with adaptive augmentation. In Proceedings of the web conference 2021. 2069–2080

  150. [165]

    Chenyi Zi, Haihong Zhao, Xiangguo Sun, Yiqing Lin, Hong Cheng, and Jia Li. 2024. ProG: A Graph Prompt Learning Benchmark. arXiv preprint arXiv:2406.05346 (2024)

  151. [166]

    Daniel Zügner and Stephan Günnemann. 2020. Certifiable robustness of graph convolutional networks under structure perturbations. InProceedings of the 26th ACM SIGKDD international conference on knowledge discovery & data mining . 1656–1665

  152. [2015]

    In Proceedings of the 24th international conference on world wide web

    Line: Large-scale information network embedding. In Proceedings of the 24th international conference on world wide web . 1067–1077

  153. [2019]

    Advances in neural information processing systems 32 (2019)

    Graph transformer networks. Advances in neural information processing systems 32 (2019)

  154. [2020]

    In International Conference on Machine Learning

    Graph optimal transport for cross-domain alignment. In International Conference on Machine Learning . PMLR, 1542–1553

  155. [2021]

    In Proceedings of the 14th ACM international conference on web search and data mining

    Bipartite graph embedding via mutual information maximization. In Proceedings of the 14th ACM international conference on web search and data mining. 635–643

  156. [2023]

    arXiv preprint arXiv:2311.16534 (2023)

    Graph prompt learning: A comprehensive survey and beyond. arXiv preprint arXiv:2311.16534 (2023)

  157. [2024]

    In Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining

    Graph intelligence with large language models and prompt learning. In Proceedings of the 30th ACM SIGKDD Conference on Knowledge Discovery and Data Mining. 6545–6554

Pith tools

Reviewed August 7, 2026 · model on record in the stance chip above.