paper-with-me

Papers

GraphMaker: Can Diffusion Models Generate Large Attributed Graphs?

2023-10-20 · Mufei Li, Eleonora Kreačić, Vamsi K. Potluru, Pan Li

Large-scale graphs with node attributes are increasingly common in various real-world applications. Creating synthetic, attribute-rich graphs that mirror real-world examples is crucial, especially for sharing graph data for analysis and developing learning models when original data is restricted to be shared. Traditional graph generation methods are limited in their capacity to handle these complex structures. Recent advances in diffusion models have shown potential in generating graph structures without attributes and smaller molecular graphs. However, these models face challenges in generating large attributed graphs due to the complex attribute-structure correlations and the large size of these graphs. This paper introduces a novel diffusion model, GraphMaker, specifically designed for generating large attributed graphs. We explore various combinations of node attribute and graph structure generation processes, finding that an asynchronous approach more effectively captures the intricate attribute-structure correlations. We also address scalability issues through edge mini-batching generation. To demonstrate the practicality of our approach in graph data dissemination, we introduce a new evaluation pipeline. The evaluation demonstrates that synthetic graphs generated by GraphMaker can be used to develop competitive graph machine learning models for the tasks defined over the original graphs without actually accessing these graphs, while many leading graph generation methods fall short in this evaluation.

📄 PDF Abstract BibTeX arXiv:2310.13833

Code (1)

graph-com/graphmaker 공식 구현 pytorch

Tasks

AttributeGraph Generation

Methods 이 논문이 사용한 방법론

Diffusion Diffusion models generate samples by gradually removing noise from a signal, and their training objective can be expressed as a reweighted variational lower-bound…

Similar Papers 제목 키워드 기반

STAGE: Simplified Text-Attributed Graph Embeddings Using Pre-trained LLMs

2024-07-10 · Aaron Zolnai-Lucas, Jack Boylan, Chris Hokamp, Parsa Ghaffari

We present Simplified Text-Attributed Graph Embeddings (STAGE), a straightforward yet effective method for enhancing node features in Graph Neural Network (GNN) models that encode Text-Attributed Graphs (TAGs). Our appro…

Graph Neural NetworkNode Classification

Size Matters: Large Graph Generation with HiGGs

2023-06-20 · Alex O. Davies, Nirav S. Ajmeri, Telmo M. Silva Filho

Large graphs are present in a variety of domains, including social networks, civil infrastructure, and the physical sciences to name a few. Graph generation is similarly widespread, with applications in drug discovery, n…

Drug DiscoveryGraph GenerationGraph Neural Network

TAG-DLM: Diffusion Language Models for Text-Attributed Graph Learning

2026-06-30 · Lingjie Chen, Yuanchen Bei, Haobo Xu, Yanjun Zhao 외 arxiv

Text-attributed graphs (TAGs), where each node carries a natural language description, require models to jointly reason over text and graph topology. Existing approaches often handle the two modalities separately: graph …

Node ClassificationLink PredictionGraph Learning

Flatten Graphs as Sequences: Transformers are Scalable Graph Generators

2025-02-04 · Dexiong Chen, Markus Krimmel, Karsten Borgwardt

We introduce AutoGraph, a novel autoregressive framework for generating large attributed graphs using decoder-only transformers. At the core of our approach is a reversible "flattening" process that transforms graphs int…

DecoderGraph GenerationLanguage ModelingLanguage Modelling+1

PLANNER: Generating Diversified Paragraph via Latent Language Diffusion Model

2023-06-05 · NeurIPS 2023 11 · Yizhe Zhang, Jiatao Gu, Zhuofeng Wu, Shuangfei Zhai 외

Autoregressive models for text sometimes generate repetitive and low-quality output because errors accumulate during the steps of generation. This issue is often attributed to exposure bias - the difference between how a…

Denoising