graphdeeplearning/graphtransformer
Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 2085
- days_rel: n/a
- days_push: 1863
- n_releases_24m: 0
Adoption not part of the score
1028 stars · 150 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Reference implementation of the Graph Transformer architecture from the paper 'A Generalization of Transformer Networks to Graphs' (DLG-AAAI'21). It adapts transformer attention to arbitrary graphs using Laplacian eigenvector positional encodings, batch normalization, and edge feature representations.
Use cases
- apply transformer architecture to graph-structured data
- run graph neural network experiments with positional encodings
- reproduce results from the graph transformer paper
- benchmark graph transformer models on standard graph datasets
- model molecular graphs with bond-type edge features
- learn how attention mechanisms generalize to graphs
- compare graph transformer against standard GNN baselines
When to choose
- you need a reference implementation of graph transformers with Laplacian positional encodings
- you want to reproduce or extend the DLG-AAAI'21 paper results
- your graph data has meaningful edge features like chemical bond types
- you are researching attention-based models on arbitrary graph topologies
When to avoid
- you need a production-ready, actively maintained GNN library
- you want a general-purpose graph deep learning framework rather than a single paper's code
- you need transformers for sequences or NLP rather than graphs
- you require long-term support or frequent updates, since the repo has not seen releases since 2021
Facets
library · maturity maintenance
deep-learning machine-learning benchmarking machine-learning deep-learning python cross-platform graph-neural-networks graph-transformer attention positional-encoding laplacian-eigenvectors research-code aaai-2021 pytorch molecular-graphs edge-features algorithms research gpu linux
6 sources
- readme: https://github.com/graphdeeplearning/graphtransformer · fetched 2026-08-28 · 7b0fcbdccd4f
- homepage: https://arxiv.org/abs/2012.09699 · fetched 2026-08-29 · c5ae59792025
- site_page: https://info.arxiv.org/about/donate.html · fetched 2026-08-29 · cca9c3a11c56
- site_page: https://info.arxiv.org/about/ourmembers.html · fetched 2026-08-29 · 47cbc55ff1de
- site_page: https://info.arxiv.org/about · fetched 2026-08-29 · a1f16f915a9a
- site_page: https://info.arxiv.org/labs/index.html · fetched 2026-08-29 · b14a8d05a0ec
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| graphdeeplearning/graphtransformer | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="graphdeeplearning/graphtransformer")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem