Methods › General › Attention Modules › Graph Self-Attention
Graph Self-Attention
archive 2025-07-28 Description, source and code snippet are the archive's method entry.
Graph Self-Attention (GSA) is a self-attention module used in the BP-Transformer architecture, and is based on the graph attentional layer.
For a given node u, we update its representation according to its neighbour nodes, formulated as 𝐡ᵤ ←GSA(𝒢, 𝐡ᵘ).
Let 𝐀(u) denote the set of the neighbour nodes of u in 𝒢, GSA(𝒢, 𝐡ᵘ) is detailed as follows:
𝐀ᵘ = concat({𝐡ᵥ | v ∈𝒜(u)})
𝐐ᵘᵢ = 𝐇ₖ𝐖^Qᵢ,𝐊ᵢᵘ = 𝐀ᵘ𝐖ᴷᵢ,𝐕ᵘᵢ = 𝐀ᵘ𝐖ᵢⱽ
headᵘᵢ = softmax(𝐐ᵘᵢ𝐊ᵢᵘᵀ/(√(d)))𝐕ᵢᵘ
GSA(𝒢, 𝐡ᵘ) = [headᵘ₁, …, headᵘₕ]𝐖ᴼ
where d is the dimension of h, and 𝐖^Qᵢ, 𝐖ᴷᵢ and 𝐖ⱽᵢ are trainable parameters of the i-th attention head.
Papers archive 2025-07-28
30 shown of 64, newest first. Repository counts are the archive's code-links table. A Syntology line states what Syntology ran from that paper's harvested code; it is per sample and not a correctness claim.
-
The Hype Index: an NLP-driven Measure of Market News Attention 30 May 2025 · 0 repositories · arXiv:2506.06329
-
Model Editing with Graph-Based External Memory 23 May 2025 · 0 repositories · arXiv:2505.18343
-
Exploring the Innovation Opportunities for Pre-trained Models 21 May 2025 · 0 repositories · arXiv:2505.15790
-
RL in Name Only? Analyzing the Structural Assumptions in RL post-training for LLMs 19 May 2025 · 0 repositories · arXiv:2505.13697
-
Comparative Analysis of Evolutionary Algorithms for Energy-Aware Production Scheduling 22 Apr 2025 · 0 repositories · arXiv:2504.15672
-
Beyond the Hype: Embeddings vs. Prompting for Multiclass Classification Tasks 5 Apr 2025 · 0 repositories · arXiv:2504.04277
-
What the F*ck Is Artificial General Intelligence? 31 Mar 2025 · 0 repositories · arXiv:2503.23923
-
Bridging Evolutionary Multiobjective Optimization and GPU Acceleration via Tensorization 26 Mar 2025 · 2 repositories · arXiv:2503.20286
-
Guidelines For The Choice Of The Baseline in XAI Attribution Methods 25 Mar 2025 · 1 repository · arXiv:2503.19813
-
The Imitation Game According To Turing 29 Jan 2025 · 0 repositories · arXiv:2501.17629
-
Why These Documents? Explainable Generative Retrieval with Hierarchical Category Paths 8 Nov 2024 · 1 repository · arXiv:2411.05572
-
Danoliteracy of Generative, Large Language Models 30 Oct 2024 · 0 repositories · arXiv:2410.22839
-
Misrepresented Technological Solutions in Imagined Futures: The Origins and Dangers of AI Hype in the Research Community 8 Aug 2024 · 0 repositories · arXiv:2408.15244
-
Decoding Knowledge Claims: The Evaluation of Scientific Publication Contributions through Semantic Analysis 26 Jul 2024 · 0 repositories · arXiv:2407.18646
-
Continuous fake media detection: adapting deepfake detectors to new generative techniques 12 Jun 2024 · 0 repositories · arXiv:2406.08171
-
HYPE: Hyperbolic Entailment Filtering for Underspecified Images and Texts 26 Apr 2024 · 1 repository · arXiv:2404.17507
-
AI Safety: Necessary, but insufficient and possibly problematic 26 Mar 2024 · 0 repositories · arXiv:2403.17419
-
SGHormer: An Energy-Saving Graph Transformer Driven by Spikes 26 Mar 2024 · 1 repository · arXiv:2403.17656
-
The Interplay of Learning, Analytics, and Artificial Intelligence in Education: A Vision for Hybrid Intelligence 24 Mar 2024 · 0 repositories · arXiv:2403.16081
-
Are you a robot? Detecting Autonomous Vehicles from Behavior Analysis 14 Mar 2024 · 0 repositories · arXiv:2403.09571
-
Assessing the Reasoning Abilities of ChatGPT in the Context of Claim Verification 16 Feb 2024 · 0 repositories · arXiv:2402.10735
-
An end-to-end attention-based approach for learning on graphs 16 Feb 2024 · 1 repository · arXiv:2402.10793
-
Investigating Out-of-Distribution Generalization of GNNs: An Architecture Perspective 13 Feb 2024 · 0 repositories · arXiv:2402.08228
-
LightGCN: Evaluated and Enhanced 17 Dec 2023 · 1 repository · arXiv:2312.16183
-
Neither hype nor gloom do DNNs justice 8 Dec 2023 · 0 repositories · arXiv:2312.05355
-
Hypothesis Network Planned Exploration for Rapid Meta-Reinforcement Learning Adaptation 7 Nov 2023 · 0 repositories · arXiv:2311.03701
-
HyPE: Attention with Hyperbolic Biases for Relative Positional Encoding 30 Oct 2023 · 0 repositories · arXiv:2310.19676
-
Web3 Meets AI Marketplace: Exploring Opportunities, Analyzing Challenges, and Suggesting Solutions 29 Oct 2023 · 0 repositories · arXiv:2310.19099
-
Does Artificial Intelligence benefit UK businesses? An empirical study of the impact of AI on productivity 6 Oct 2023 · 0 repositories · arXiv:2310.05985
-
Circle Feature Graphormer: Can Circle Features Stimulate Graph Transformer? 11 Sep 2023 · 1 repository · arXiv:2309.06574
Tasks archive 2025-07-28
20 shown of 86 tasks the archive attaches to papers tagged with this method, by distinct papers. A task without a page in the catalog is plain text.
Usage over time archive 2025-07-28
Components: the archive holds no method-to-method composition, so PwC's Components table cannot be rebuilt; the Papers list carries no Results column for the same reason (the archive does not join its leaderboard rows to method tags).
Categories archive 2025-07-28
Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections