Graph Alignment Topology as an Inductive Bias for Grounding Detection
Summary
This paper introduces Graph Alignment Topology as an inductive bias for grounding detection, using a graph neural network to model alignment structure between reference information and LLM outputs. The method achieves state-of-the-art results on multiple hallucination and question-answering datasets, outperforming GPT-4o.
View Cached Full Text
Cached at: 05/25/26, 08:55 AM
# Graph Alignment Topology as an Inductive Bias for Grounding Detection Source: [https://arxiv.org/abs/2605.22963](https://arxiv.org/abs/2605.22963) [View PDF](https://arxiv.org/pdf/2605.22963) > Abstract:Large Language Models \(LLMs\) are optimized to produce distributionally plausible continuations rather than to explicitly verify whether generated propositions are entailed by source documents\. This inductive bias enables generalization, but it does not encode whether responses are grounded with respect to a reference\. These issues limit the use of LLMs in domains where strict factual correctness is crucial, such as clinical decision support\. Existing hallucination detection approaches improve factuality through retrieval augmentation, self\-consistency, or claim verification, but generally do not learn directly over alignment topology\. To leverage alignment topology as an inductive bias, we construct aligned bipartite graphs between reference information and LLM outputs and train a graph neural network \(GNN\) to model alignment structure using message passing\. The method achieves state\-of\-the\-art results on four diverse hallucination and question\-answering datasets, outperforming all compared methods, including foundational LLMs such as GPT\-4o\. ## Submission history From: Paul Landes \[[view email](https://arxiv.org/show-email/00534f9e/2605.22963)\] **\[v1\]**Thu, 21 May 2026 18:49:32 UTC \(651 KB\)
Similar Articles
Hidden Axis of Uncertainty: Latent-Posterior Alignment in Graph Neural Networks with Bayesian Output Layers
The paper introduces Latent-Posterior Alignment to explain uncertainty reduction in Graph Neural Networks with Bayesian output layers and proposes Alignment-Guided Learning to improve uncertainty quantification and model calibration.
Graph Machine: Exploring Edge Mechanisms as an Inductive Bias
This paper introduces Graph Machine, an architecture with explicit edge-based mechanisms (edge-augmented attention and edge-centric referral) to improve iterative relational reasoning. Experiments on Sudoku show it outperforms Transformer baselines, with ablations and mechanistic analysis attributing gains to the edge mechanisms.
Context-aware Modality-Topology Co-Alignment for Multimodal Attributed Graphs
Proposes CoMAG, a unified backbone for multimodal attributed graphs that learns task-adaptive reliable contexts and performs modality-preserving alignment, achieving state-of-the-art results on graph-level prediction, modality matching, and graph-conditioned generation.
Topology-Enhanced Alignment for Large Language Models: Trajectory Topology Loss and Topological Preference Optimization
This paper introduces a topology-enhanced alignment framework for LLMs, utilizing trajectory topology loss and topological preference optimization based on persistent homology to regularize semantic trajectories in hidden space.
KG-Guard: Graph-Based Hallucination Detection for Knowledge Base Question Answering
KG-Guard is a lightweight graph-based framework for detecting hallucinations in LLM-based knowledge base question answering. It treats the LLM as a black box and uses a graph encoder with a MLP classifier to identify hallucinated answer nodes, outperforming baselines while having far fewer parameters.