paper-with-me

홈 › Papers

Graph Generation with $K^2$-trees

2023-05-30 · Yunhui Jang, Dongwoo Kim, Sungsoo Ahn

Generating graphs from a target distribution is a significant challenge across many domains, including drug discovery and social network analysis. In this work, we introduce a novel graph generation method leveraging $K^2$-tree representation, originally designed for lossless graph compression. The $K^2$-tree representation {encompasses inherent hierarchy while enabling compact graph generation}. In addition, we make contributions by (1) presenting a sequential $K^2$-treerepresentation that incorporates pruning, flattening, and tokenization processes and (2) introducing a Transformer-based architecture designed to generate the sequence by incorporating a specialized tree positional encoding scheme. Finally, we extensively evaluate our algorithm on four general and two molecular graph datasets to confirm its superiority for graph generation.

📄 PDF Abstract BibTeX arXiv:2305.19125

Code (1)

yunhuijang/hggt 공식 구현 pytorch

Tasks

Drug DiscoveryGraph Generation

Similar Papers 제목 키워드 기반

The Marked Edge Walk: A Novel MCMC Algorithm for Sampling of Graph Partitions

2025-10-20 · Atticus McWhorter, Daryl DeFord arxiv

Novel Markov Chain Monte Carlo (MCMC) methods have enabled the generation of large ensembles of redistricting plans through graph partitioning. However, existing algorithms such as Reversible Recombination (RevReCom) and…

graph partitioning

Designing ReLU Generative Networks to Enumerate Trees with a Given Tree Edit Distance

2025-10-12 · Mamoona Ghafoor, Tatsuya Akutsu arxiv

The generation of trees with a specified tree edit distance has significant applications across various fields, including computational biology, structured data analysis, and image processing. Recently, generative networ…

G-PCGRL: Procedural Graph Data Generation via Reinforcement Learning

2024-07-15 · Florian Rupp, Kai Eckert

Graph data structures offer a versatile and powerful means to model relationships and interconnections in various domains, promising substantial advantages in data representation, analysis, and visualization. In games, g…

reinforcement-learningReinforcement Learning

Diffusion On Syntax Trees For Program Synthesis

2024-05-30 · Shreyas Kapur, Erik Jenner, Stuart Russell

Large language models generate code one token at a time. Their autoregressive generation process lacks the feedback of observing the program's output. Training LLMs to suggest edits directly can be challenging due to the…

Program Synthesis

Functional Task Tree Generation from a Knowledge Graph to Solve Unseen Problems

2021-12-04 · Md. Sadman Sakib, David Paulius, Yu Sun

A major component for developing intelligent and autonomous robots is a suitable knowledge representation, from which a robot can acquire knowledge about its actions or world. However, unlike humans, robots cannot creati…