concept
active
concept:graph-neural-network-gnn-analogy-to-transformersGraph Neural Network (GNN) Analogy to Transformers
Informal analogy mentioned by Joshi treating attention patterns as weights on a graph, framing transformer tensor products as graph convolutions
Neighborhood — ranked by edge-count
Frameworks (1)
framework
- Prior Anthropic paper enabling circuit-level analysis of attention-only transformers; motivates current MLP decomposition
Related by similarity (8)
cosine ≥ 0.65 · no typed edgeEntities in the same semantic neighborhood but without a typed relation to this one — candidates for new edges or unrecognized duplicates.
- Core machine learning architecture analyzed in the paper; shown to be mathematically related to TEM.
- Prior work on recurrently generated position encodings; cited as precedent for TEM-t's recurrent position encoding method.
- The paper's central thesis statement, presented prominently after the abstract
- A self-supervised method where generator and discriminator compete; can lead to deceptive simulations.
- Methodological clarification distinguishing this paper's contribution from looser representational similarity claims.
- Linear representation hypothesis: neural networks represent meaningful concepts as directions in their activation spaces.hypothesis0.728Foundation for interpreting features as linear directions.