NAG: A Unified Native Architecture for Encoder-free Text-Graph Modeling in Language Models
Haisong Gong, Zhibo Liu, Qiang Liu, Shu Wu, Liang Wang
TL;DR
NAG addresses the problem of integrating graphs into language models without external encoders by unifying topology and semantics inside the LM. It introduces topology-aware attention and structural position calibration to enable encoder-free graph reasoning, with two implementations: NAG-Zero (zero-interference adapters) and NAG-LoRA (low-rank adapters). Through extensive experiments on synthetic topology tasks and real-world semantic graph reasoning benchmarks, NAG demonstrates robust graph comprehension and superior semantic reasoning compared to linearization and dual-path baselines. The results suggest a paradigm shift toward native graph processing within Transformer architectures, offering a simpler, coherent framework for text-graph modeling with practical efficiency benefits.
Abstract
Prevailing methods for integrating graphs into Language Models (LMs) typically rely on a segregated architecture: external Graph Neural Networks (GNNs) encode structural topology, while LMs process textual semantics. We argue this approach is suboptimal for text-graphs: it creates a conceptually disjointed interaction paradigm. By segregating structural encoding from semantic processing, these systems must perform a complex implicit alignment between abstract graph tokens and concrete textual elements. Challenging the necessity of external encoders, we propose NAG (Native Architecture for Graphs), a unified framework that internalizes graph processing within the LM's native manifold. Instead of bridging disparate embedding spaces, NAG repurposes the self-attention mechanism to enforce topological dependencies and recalibrates positional IDs to ensure structural equivalence. This allows the model to harness its intrinsic linguistic capability to simultaneously comprehend node and edge content alongside structural topology. We introduce two efficient implementations: NAG-Zero for absolute preservation of the base model's linguistic capabilities, and NAG-LoRA for enhanced structural adaptation. Experiments across diverse graph tasks validate that NAG achieves robust graph comprehension without the overhead of external encoders, offering a simpler, more coherent paradigm for text-graph modeling.
