LGAIAug 26, 2024

Retrieval Augmented Generation for Dynamic Graph Modeling

arXiv:2408.14523v27 citationsh-index: 5Has Code
AI Analysis

This addresses the challenge of capturing evolving patterns in dynamic graphs for applications like social networks and recommendation systems, representing an incremental advancement over traditional methods.

The paper tackles the problem of modeling dynamic graphs by proposing RAG4DyG, a framework that enhances predictions through retrieval-augmented generation, resulting in improved predictive accuracy and adaptability across multiple real-world datasets.

Modeling dynamic graphs, such as those found in social networks, recommendation systems, and e-commerce platforms, is crucial for capturing evolving relationships and delivering relevant insights over time. Traditional approaches primarily rely on graph neural networks with temporal components or sequence generation models, which often focus narrowly on the historical context of target nodes. This limitation restricts the ability to adapt to new and emerging patterns in dynamic graphs. To address this challenge, we propose a novel framework, Retrieval-Augmented Generation for Dynamic Graph modeling (RAG4DyG), which enhances dynamic graph predictions by incorporating contextually and temporally relevant examples from broader graph structures. Our approach includes a time- and context-aware contrastive learning module to identify high-quality demonstrations and a graph fusion strategy to effectively integrate these examples with historical contexts. The proposed framework is designed to be effective in both transductive and inductive scenarios, ensuring adaptability to previously unseen nodes and evolving graph structures. Extensive experiments across multiple real-world datasets demonstrate the effectiveness of RAG4DyG in improving predictive accuracy and adaptability for dynamic graph modeling. The code and datasets are publicly available at https://github.com/YuxiaWu/RAG4DyG.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes