Ross ROSS = Recommend OSS · open-source software intelligence for agents

graphdeeplearning/graphtransformer

Graph Transformer Architecture. Source code for "A Generalization of Transformer Networks to Graphs", DLG-AAAI'21. observed · 2026-08-28

github.com/graphdeeplearning/graphtransformer · homepage · Python · MIT (permissive) 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

Full methodology

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

Member repositories

RepositoryRoleHealth v2
graphdeeplearning/graphtransformermain32

For agents

markdown · JSON · MCP: product_card(name="graphdeeplearning/graphtransformer")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem