English

Relational Attention: Generalizing Transformers for Graph-Structured Tasks

Machine Learning 2023-03-14 v3 Artificial Intelligence

Abstract

Transformers flexibly operate over sets of real-valued vectors representing task-specific entities and their attributes, where each vector might encode one word-piece token and its position in a sequence, or some piece of information that carries no position at all. But as set processors, transformers are at a disadvantage in reasoning over more general graph-structured data where nodes represent entities and edges represent relations between entities. To address this shortcoming, we generalize transformer attention to consider and update edge vectors in each transformer layer. We evaluate this relational transformer on a diverse array of graph-structured tasks, including the large and challenging CLRS Algorithmic Reasoning Benchmark. There, it dramatically outperforms state-of-the-art graph neural networks expressly designed to reason over graph-structured data. Our analysis demonstrates that these gains are attributable to relational attention's inherent ability to leverage the greater expressivity of graphs over sets.

Keywords

Cite

@article{arxiv.2210.05062,
  title  = {Relational Attention: Generalizing Transformers for Graph-Structured Tasks},
  author = {Cameron Diao and Ricky Loynd},
  journal= {arXiv preprint arXiv:2210.05062},
  year   = {2023}
}

Comments

The Eleventh International Conference on Learning Representations, ICLR'23

R2 v1 2026-06-28T03:11:53.974Z