Conceptual

Token-Sequence Autoregressive Graph Generation with Transformers

A paradigm for generating graphs by serializing each graph into a sequence of discrete tokens that encode its nodes and edges, then generating new graphs one token at a time with an autoregressive Transformer trained by next-token prediction, as in language modeling. This sequence-based encoding is more compact than adjacency-matrix or diffusion-based approaches and yields a pretrained foundation model that can be fine-tuned for goal-oriented (property-targeted) generation and graph property prediction.