paper-with-me

Papers

PROVCREATOR: Synthesizing Complex Heterogenous Graphs with Node and Edge Attributes

2025-07-28 · Tianhao Wang, Simon Klancher, Kunal Mukherjee, Josh Wiedemeier, Feng Chen, Murat Kantarcioglu, Kangkook Jee arxiv

The rise of graph-structured data has driven interest in graph learning and synthetic data generation. While successful in text and image domains, synthetic graph generation remains challenging -- especially for real-world graphs with complex, heterogeneous schemas. Existing research has focused mostly on homogeneous structures with simple attributes, limiting their usefulness and relevance for application domains requiring semantic fidelity. In this research, we introduce ProvCreator, a synthetic graph framework designed for complex heterogeneous graphs with high-dimensional node and edge attributes. ProvCreator formulates graph synthesis as a sequence generation task, enabling the use of transformer-based large language models. It features a versatile graph-to-sequence encoder-decoder that 1. losslessly encodes graph structure and attributes, 2. efficiently compresses large graphs for contextual modeling, and 3. supports end-to-end, learnable graph generation. To validate our research, we evaluate ProvCreator on two challenging domains: system provenance graphs in cybersecurity and knowledge graphs from IntelliGraph Benchmark Dataset. In both cases, ProvCreator captures intricate dependencies between structure and semantics, enabling the generation of realistic and privacy-aware synthetic datasets.

📄 PDF Abstract BibTeX arXiv:2507.20967

Code (0)

등록된 구현이 없습니다.

Tasks

Synthetic Data GenerationGraph GenerationKnowledge GraphsGraph Learning

Similar Papers 제목 키워드 기반

PanRep: Universal node embeddings for heterogeneous graphs

2020-09-28 · Vassilis N. Ioannidis, Da Zheng, George Karypis

Learning unsupervised node embeddings facilitates several downstream tasks such as node classification and link prediction. A node embedding is universal if it is designed to be used by and benefit various downstream tas…

Graph Neural NetworkLink PredictionNode Classification

PanRep: Graph neural networks for extracting universal node embeddings in heterogeneous graphs

2020-07-20 · Vassilis N. Ioannidis, Da Zheng, George Karypis

Learning unsupervised node embeddings facilitates several downstream tasks such as node classification and link prediction. A node embedding is universal if it is designed to be used by and benefit various downstream tas…

Graph Neural NetworkLink PredictionNode Classification

Deep Heterogeneous Contrastive Hyper-Graph Learning for In-the-Wild Context-Aware Human Activity Recognition

2024-09-27 · Wen Ge, Guanyi Mou, Emmanuel O. Agu, Kyumin Lee

Human Activity Recognition (HAR) is a challenging, multi-label classification problem as activities may co-occur and sensor signals corresponding to the same activity may vary in different contexts (e.g., different devic…

Activity RecognitionGraph LearningHuman Activity RecognitionMulti-Label Classification+1

GraphSHA: Synthesizing Harder Samples for Class-Imbalanced Node Classification

2023-06-16 · Wen-Zhi Li, Chang-Dong Wang, Hui Xiong, Jian-Huang Lai

Class imbalance is the phenomenon that some classes have much fewer instances than others, which is ubiquitous in real-world graph-structured scenarios. Recent studies find that off-the-shelf Graph Neural Networks (GNNs)…

BlockingClassificationNode Classification

The Linearization of Belief Propagation on Pairwise Markov Networks

2015-02-17 · Wolfgang Gatterbauer

Belief Propagation (BP) is a widely used approximation for exact probabilistic inference in graphical models, such as Markov Random Fields (MRFs). In graphs with cycles, however, no exact convergence guarantees for BP ar…

Node Classification