Lost in Serialization: Invariance and Generalization of LLM Graph Reasoners
Daniel Herbst, Lea Karbevska, Divyanshu Kumar, Akanksha Ahuja, Fatemeh Gholamzadeh Nasrabadi, Fabrizio Frasca
TL;DR
This paper addresses the robustness and generalization of LLM-based graph reasoners under variations in graph representations. It introduces a principled decomposition of serializations into node labeling, edge encoding, and syntax, and evaluates both fine-tuned (G1) and non-fine-tuned models on the Erdős benchmark plus a spectral task suite. Key findings show that larger, non-finetuned models exhibit greater robustness to serialization variations, while fine-tuning improves node-label invariance mainly through better reasoning rather than true invariance, and can increase sensitivity to encoding and formatting; generalization to unseen spectral tasks remains inconsistent. The work highlights the need for invariance-aware training and careful benchmark design to build reliable graph-reasoning systems using LLMs, with implications for both model development and evaluation protocols.
Abstract
While promising, graph reasoners based on Large Language Models (LLMs) lack built-in invariance to symmetries in graph representations. Operating on sequential graph serializations, LLMs can produce different outputs under node reindexing, edge reordering, or formatting changes, raising robustness concerns. We systematically analyze these effects, studying how fine-tuning impacts encoding sensitivity as well generalization on unseen tasks. We propose a principled decomposition of graph serializations into node labeling, edge encoding, and syntax, and evaluate LLM robustness to variations of each of these factors on a comprehensive benchmarking suite. We also contribute a novel set of spectral tasks to further assess generalization abilities of fine-tuned reasoners. Results show that larger (non-fine-tuned) models are more robust. Fine-tuning reduces sensitivity to node relabeling but may increase it to variations in structure and format, while it does not consistently improve performance on unseen tasks.
