← Home

Daily arXiv Papers

Graph Neural Networks · Graph Learning · LLM × Graph
Conferences
Archives
2026-08-11 2026-08-10 2026-08-09 2026-08-08 2026-08-07 2026-08-06 2026-08-05 2026-08-04 2026-08-03 2026-08-02 2026-08-01 2026-07-31 2026-07-30 2026-07-29 2026-07-28 2026-07-27 2026-07-26 2026-07-25 2026-07-24 2026-07-23 2026-07-22 2026-07-21 2026-07-20 2026-07-19 2026-07-18 2026-07-17 2026-07-16 2026-07-15 2026-07-14 2026-07-13 2026-07-12 2026-07-11 2026-07-10 2026-07-09 2026-07-08 2026-07-07 2026-07-06 2026-07-05 2026-07-04 2026-07-03 2026-07-02 2026-07-01 2026-06-30 2026-06-29 2026-06-28 2026-06-27 2026-06-26 2026-06-25 2026-06-24 2026-06-23 2026-06-22 2026-06-21 2026-06-20 2026-06-19 2026-06-18 2026-06-17 2026-06-16 2026-06-15 2026-06-14 2026-06-13 2026-06-12 2026-06-11 2026-06-10 2026-06-09 2026-06-08 2026-06-07 2026-06-06 2026-06-05 2026-06-04 2026-06-03 2026-06-02 2026-06-01 2026-05-31 2026-05-30 2026-05-29 2026-05-28 2026-05-27 2026-05-26 2026-05-25 2026-05-24 2026-05-23 2026-05-22 2026-05-21 2026-05-20 2026-05-19 2026-05-18 2026-05-17 2026-05-16 2026-05-15 2026-05-14 2026-05-13 2026-05-12 2026-05-11 2026-05-10 2026-05-09 2026-05-08 2026-05-07 2026-05-06 2026-05-05 2026-05-04 2026-05-03 2026-05-02 2026-05-01 2026-04-30 2026-04-29 2026-04-28 2026-04-27 2026-04-26 2026-04-25 2026-04-24 2026-04-23 2026-04-22 2026-04-21 2026-04-20 2026-04-19 2026-04-18 2026-04-17 2026-04-16 2026-04-15 2026-04-14 2026-04-13 2026-04-12 2026-04-11 2026-04-10 2026-04-09 2026-04-08 2026-04-07 2026-04-06 2026-04-05 2026-04-04 2026-04-03 2026-04-02 2026-04-01 2026-03-31 2026-03-30 2026-03-29 2026-03-28 2026-03-27 2026-03-26 2026-03-25 2026-03-24 2026-03-23 2026-03-22 2026-03-21 2026-03-20 2026-03-19 2026-03-18 2026-03-17 2026-03-16 2026-03-15 2026-03-14 2026-03-13 2026-03-12 2026-03-11 2026-03-10 2026-03-09 2026-03-07 2026-03-06 2026-03-05 2026-03-04 2026-03-03 2026-03-02 2026-03-01 2026-02-28 2026-02-27 2026-02-26 2026-02-25 2026-02-24 2026-02-23 2026-02-22 2026-02-21 2026-02-20 2026-02-19 2026-02-18 2026-02-17 2026-02-16 2026-02-15 2026-02-14 2026-02-13 2026-02-12

Showing 22 papers for 2026-07-21

Learning Structural Manipulability in Gate-Level Netlists Using Graph Neural Networks
GNN

We propose a graph-neural-network predictor for node-level structural manipulability in gate-level netlists. A topology-driven score is defined from path participation, k-core embedding, symmetry, and centrality and learned via node-level regression on directed graphs. Experiments on ISCAS85 and EPFL benchmarks compare several GNN architectures.

On the Potential of Graph Neural Networks as Metamodels for Supply Chain Optimization: Dataset, Architectures, and Directions
GNN

This work investigates using Graph Neural Networks as metamodels for supply chain optimization. It provides an initial dataset and architectures, and discusses how GNN surrogates can generalize across topologies while modeling both structure and parameters. The authors outline key directions for future research.

Node4All: Learning Node Representation Beyond Datasets
Graph Learning

Node4All introduces a universal node representation learner that works across arbitrary graph datasets without dataset-specific optimization. It builds on the Channel Graph Transformer (CGT) and complementary ideas to promote cross-dataset generalization. The framework aims to avoid per-dataset tuning and enable ready-to-use representations for new graphs.

A Weisfeiler-Leman Characterization of Global-Attention Graph Transformers for Mixed-Integer Linear Programs
Graph Learning

We provide a Weisfeiler-Leman characterization of global-attention graph transformers for MILPs. The analysis shows that a broad class of hierarchical transformers with global and cross attention is bounded by 1-WL in distinguishing MILP instances. This reveals limitations in expressiveness and guides design choices for MILP representations.

Sobek: Streaming Equivariant Tensor Product Convolutions
GNN

Sobek introduces streaming equivariant tensor-product convolutions that avoid materializing edge-specific intermediates. By reassociating computation, it reduces memory and bandwidth while preserving the operator's expressiveness. This makes larger, wider GNNs feasible on GPUs and reframes the bottleneck as a scheduling problem.

A Survey on GNN-based Link Prediction: Techniques, Applications, and Challenges
GNN

This survey reviews GNN-based link prediction methods, offering a new taxonomy that organizes techniques by architectures and graph structures. It discusses applications, evaluation settings, and practical challenges, and outlines directions for future research.

The Value of Depth in Message Passing on Sparse Graphs: A Kesten-Stigum Dichotomy
GNN

The paper studies how deep a GNN must be on sparse graphs, using the context of the sparse contextual stochastic block model. It links depth to the Kesten-Stigum threshold and reveals a depth-dependent phase transition in classification performance. The results provide practical guidance for designing deep GNNs in sparse regimes.

Taurus: Accelerating Out-of-Core Graph Neural Network Inference on Billion-Scale Graphs
GNN

Taurus presents a single-machine system for out-of-core GNN inference on billion-scale graphs. It addresses RAM constraints with optimized I/O and memory management and supports exact full-graph inference. The approach delivers practical performance gains over existing distributed setups and reduces the need for large clusters.

mHC-GNN: Manifold-Constrained Hyper-Connections for Graph Neural Networks
GNN

mHC-GNN applies manifold-constrained hyper-connections to GNNs, expanding node representations across multiple parallel streams. Mixing matrices are constrained to the Birkhoff polytope via Sinkhorn-Knopp normalization, mitigating over-smoothing and boosting deep GNN expressiveness. The authors provide a layer-wise residual lower bound to support the approach.

DIB-OD: Preserving the Invariant Core for Robust Heterogeneous Graph Adaptation via Decoupled Information Bottleneck and Online Distillation
GNN

DIB-OD preserves an invariant core for robust heterogeneous graph adaptation via a decoupled information bottleneck and online distillation. It aims to disentangle task-relevant invariant knowledge from domain-specific noise to improve cross-domain transfer. The framework supports pretrained GNNs for heterogeneous domains and enhances cross-domain robustness.

LATTICE: Graph Self-Supervised Learning for Multimodal Spatial Omics Integration
Graph Learning

LATTICE is a graph-based self-supervised framework for multimodal spatial omics integration. It learns spot-level representations by harmonizing five aligned modality blocks (Visium RNA, scMultiome RNA/ATAC, spatial ATAC, and spatial CUT&RUN), yielding cross-modal embeddings for joint analyses.

Beyond Semantic Equivalence: Logical Graphs for LLM Uncertainty Quantification
Graph Learning

Beyond semantic equivalence argues that LLM uncertainty should reflect logical relationships among answers, not just semantic agreement. Semantic entropy can misrepresent uncertainty when outputs are diverse but logically compatible. The paper proposes logical-graph-based uncertainty measures to better quantify uncertainty and reduce false hallucination flags.

PEARL: Auditable Repair for Scientific Reasoning Graph Extraction
Graph Learning

PEARL provides a training-free framework that repairs noisy LLM-generated scientific reasoning graphs into auditable, semantically valid structures. It addresses edge labels, orientation, and source anchors to improve verifiability.

Debate-on-Graph: Reliable and Adaptive Reasoning of Large Language Model on Uncertain Knowledge Graph
Knowledge Graph Graph Learning

Debate-on-Graph equips LLMs with a debate-style mechanism to reason over knowledge graphs, helping identify and filter noisy or erroneous content. The approach yields more reliable and adaptive reasoning under uncertain KG data.

SAGA: Synthetic Agentic Graph Architecture for Temporal Benchmark Generation
Graph Learning

SAGA generates large-scale temporal benchmarks with a four-phase pipeline that decouples structure from semantics. Skeleton-first generation creates scale-free graph skeletons, while the dispatcher assigns semantic attributes to produce richly annotated temporal graphs with ground-truth anomalies.

DeLIVeR: Decomposed Learning for Information-grounded Veracity Recognition via Reinforced Knowledge Graph Exploration
Knowledge Graph Graph Learning

DeLIVeR treats evidence retrieval as a reinforced exploration task driven by a Planner LLM that decomposes claims into targeted questions and traverses a knowledge graph for precise evidence. The retrieval policy is optimized with Group Relative Policy learning to improve veracity recognition.

MMGraphRAG: Bridging Vision and Language with Interpretable Multimodal Knowledge Graphs
Knowledge Graph Graph Learning

MMGraphRAG presents an interpretable multimodal knowledge graph framework for vision-and-language tasks, unifying textual and visual modalities to enhance retrieval-augmented generation. The MMKG supports fine-grained cross-modal semantics and offers a blueprint for building and querying multimodal graphs.

RADD: Retrieval-Augmented Discrete Diffusion for Multi-Modal Knowledge Graph Completion
Knowledge Graph Graph Learning

RADD decouples retrieval and reranking for multi-modal KG completion with a retrieval-augmented discrete diffusion approach. A relation-aware multimodal KGE retriever serves as both global retriever and disambiguator, improving MMKGC performance.

SmartRAG: Native Graph-Based RAG for Mobile Device
Graph Learning

SmartRAG proposes a fully on-device retrieval-augmented generation framework organized into Perception, Memory, Focus, and Thinking modules. It targets privacy, low latency, and offline capability for mobile intelligent assistants.

Spatiotemporal Knowledge Graphs as Persistent Scene Memory for Embodied Question Answering
Knowledge Graph Graph Learning

VL-KnG constructs spatiotemporal knowledge graphs from monocular egocentric video to act as persistent scene memory for embodied question answering. It is a training-free framework that processes video in chunks and maintains memory without 3D reconstruction to support long-horizon reasoning.

GRIP: In-Parameter Graph Reasoning through Fine-Tuning Large Language Models
Graph Learning

This paper tackles the challenge of adapting large language models to structural data such as knowledge graphs and web graphs. Existing approaches either convert graphs to text, incurring token overhead, or encode graphs with fixed-size representations that may lose detail. GRIP introduces in-parameter graph reasoning by fine-tuning LLMs, enabling graph-aware reasoning inside the model to reduce token overhead and scale to large graphs.

Show Me How You Reason and I'll Tell You Who You Are: Reasoning Graphs for Robust LLM Authorship Attribution
Graph Learning

Given the widespread use of LLMs, robust attribution of authorship and detection of generated text is increasingly important. Rather than relying on surface linguistic features, this work introduces reasoning graphs to capture the internal reasoning structures of LLM-produced texts, which tend to persist even under paraphrase or obfuscation. By analyzing how the text's reasoning is constructed, the approach aims to provide more robust authorship signals for attribution.