paper-with-me

홈 › Papers

Graph Alignment Topology as an Inductive Bias for Grounding Detection

2026-05-21 · Paul Landes, Pranav Herur, Adam Cross, Jimeng Sun arxiv

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.

📄 PDF Abstract BibTeX arXiv:2605.22963

Code (0)

등록된 구현이 없습니다.

Tasks

Graph Neural Network

Similar Papers 제목 키워드 기반

Chimera: State Space Models Beyond Sequences

2025-10-14 · Aakash Lahoti, Tanya Marwah, Ratish Puduppully, Albert Gu arxiv

Transformer-based deep learning methods have become the standard approach for modeling diverse data such as sequences, images, and graphs. These methods rely on self-attention, which treats data as an unordered set of el…

Leap: Inductive Link Prediction via Learnable TopologyAugmentation

2025-03-05 · Ahmed E. Samy, Zekarias T. Kefato, Sarunas Girdzijauskas

Link prediction is a crucial task in many downstream applications of graph machine learning. To this end, Graph Neural Network (GNN) is a widely used technique for link prediction, mainly in transductive settings, where …

Graph Neural NetworkInductive BiasInductive Link PredictionLink Prediction+1

HGFormer: Topology-Aware Vision Transformer with HyperGraph Learning

2025-04-03 · Hao Wang, Shuo Zhang, Biao Leng

The computer vision community has witnessed an extensive exploration of vision transformers in the past two years. Drawing inspiration from traditional schemes, numerous works focus on introducing vision-specific inducti…

TopoEvo: A Topology-Aware Self-Evolving Multi-Agent Framework for Root Cause Analysis in Microservices

2026-05-15 · Junle Wang, Xingchuang Liao, Wenjun Wu arxiv

Root cause analysis (RCA) in microservices is challenging due to (i) noisy and heterogeneous multimodal observability (metrics, logs, traces), (ii) cascading failure propagation that amplifies downstream symptoms, and (i…

Graph Representation LearningTest-time Adaptation

Cluster Attention for Graph Machine Learning

2026-04-08 · Oleg Platonov, Liudmila Prokhorenkova arxiv

Message Passing Neural Networks have recently become the most popular approach to graph machine learning tasks; however, their receptive field is limited by the number of message passing layers. To increase the receptive…

Community Detection