CLAIMay 18

Leveraging Graph Structure in Seq2Seq Models for Knowledge Graph Link Prediction

arXiv:2605.1821113.4
AI Analysis

For knowledge graph link prediction, this work addresses the limitation of Seq2Seq models that ignore graph structure, offering a moderate improvement over baselines.

GA-S2S integrates a T5-small encoder-decoder with a Relational Graph Attention Network to jointly encode textual features and k-hop subgraph topology, achieving up to 19% relative gain in link prediction accuracy on CoDEx.

We introduce Graph-Augmented Sequence-to-Sequence (GA-S2S), a novel framework that integrates a T5-small encoder-decoder with a Relational Graph Attention Network (RGAT) to improve link prediction in knowledge graphs. While existing Seq2Seq models rely solely on surface-level textual descriptions of entities and relations and at best, flatten the neighborhoods of a query entity into a single linear sequence, thereby discarding the inherent graph structure, GA-S2S jointly encodes both textual features and the full $k$-hop subgraph topology surrounding the query entity. By integrating raw encoder outputs with RGAT's relation-aware embeddings, our model captures and leverages richer multi-hop relational patterns and textual information. Our preliminary experiments on the CoDEx dataset demonstrate that GA-S2S outperforms competitive Seq2Seq-based baseline models, achieving up to a 19\% relative gain in link prediction accuracy.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes