paper-with-me

홈 › Papers

GraphPro: Graph Pre-training and Prompt Learning for Recommendation

2023-11-28 · Yuhao Yang, Lianghao Xia, Da Luo, Kangyi Lin, Chao Huang

GNN-based recommenders have excelled in modeling intricate user-item interactions through multi-hop message passing. However, existing methods often overlook the dynamic nature of evolving user-item interactions, which impedes the adaption to changing user preferences and distribution shifts in newly arriving data. Thus, their scalability and performances in real-world dynamic environments are limited. In this study, we propose GraphPro, a framework that incorporates parameter-efficient and dynamic graph pre-training with prompt learning. This novel combination empowers GNNs to effectively capture both long-term user preferences and short-term behavior dynamics, enabling the delivery of accurate and timely recommendations. Our GraphPro framework addresses the challenge of evolving user preferences by seamlessly integrating a temporal prompt mechanism and a graph-structural prompt learning mechanism into the pre-trained GNN model. The temporal prompt mechanism encodes time information on user-item interaction, allowing the model to naturally capture temporal context, while the graph-structural prompt learning mechanism enables the transfer of pre-trained knowledge to adapt to behavior dynamics without the need for continuous incremental training. We further bring in a dynamic evaluation setting for recommendation to mimic real-world dynamic scenarios and bridge the offline-online gap to a better level. Our extensive experiments including a large-scale industrial deployment showcases the lightweight plug-in scalability of our GraphPro when integrated with various state-of-the-art recommenders, emphasizing the advantages of GraphPro in terms of effectiveness, robustness and efficiency. The implementation details and source code of our GraphPro are available in the repository at https://github.com/HKUDS/GraphPro

📄 PDF Abstract BibTeX arXiv:2311.16716

Code (2)

hkuds/graphpl 공식 구현 pytorch
hkuds/graphpro 공식 구현 pytorch

Tasks

Prompt Learning

Similar Papers 제목 키워드 기반

GraphPrompt: Unifying Pre-Training and Downstream Tasks for Graph Neural Networks

2023-02-16 · Zemin Liu, Xingtong Yu, Yuan Fang, Xinming Zhang

Graphs can model complex relationships between objects, enabling a myriad of Web applications such as online page/article classification and social recommendation. While graph neural networks(GNNs) have emerged as a powe…

Graph Representation LearningRepresentation Learning

Generalized Graph Prompt: Toward a Unification of Pre-Training and Downstream Tasks on Graphs

2023-11-26 · Xingtong Yu, Zhenghao Liu, Yuan Fang, Zemin Liu 외

Graph neural networks have emerged as a powerful tool for graph representation learning, but their performance heavily relies on abundant task-specific supervision. To reduce labeling requirement, the "pre-train, prompt"…

Graph Representation LearningLink PredictionRepresentation Learning

GraphPrompt: Graph-Based Prompt Templates for Biomedical Synonym Prediction

2021-11-13 · Hanwen Xu, Jiayou Zhang, Zhirui Wang, Shizhuo Zhang 외

In the expansion of biomedical dataset, the same category may be labeled with different terms, thus being tedious and onerous to curate these terms. Therefore, automatically mapping synonymous terms onto the ontologies i…

Prediction

GraphPrompter: Multi-stage Adaptive Prompt Optimization for Graph In-Context Learning

2025-05-04 · Rui Lv, Zaixi Zhang, Kai Zhang, Qi Liu 외

Graph In-Context Learning, with the ability to adapt pre-trained graph models to novel and diverse downstream graphs without updating any parameters, has gained much attention in the community. The key to graph in-contex…

In-Context Learning

GraphPrompt: Biomedical Entity Normalization Using Graph-based Prompt Templates

2021-09-17 · ACL ARR September 2021 9 · Anonymous

Biomedical entity normalization unifies the language across biomedical experiments and studies, and further enables us to obtain a holistic view of life sciences. Current approaches mainly study the normalization of more…