← 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 31 papers for 2026-07-28

Spatial Prediction of Soil Microplastics and Organic Matter Using Graph Attention Networks
GNN Graph Learning

This paper develops a graph attention network (GAT) framework to predict soil microplastics and organic matter by modeling spatial dependencies among 91 georeferenced samples. By fusing spatial coordinates, soil properties, and land-use data in a two-layer GAT, it captures local interactions and delivers strong predictive performance (RMSE 625.06 and R^2 0.87 for microplastics), with promising results also reported for organic matter.

Domain-Prior-Regularized Graph Modeling for Anomaly Detection in Cyber-Physical Systems
Graph Learning

To improve anomaly detection in cyber-physical systems with scarce labeled anomalies and limited normal data, this work identifies the limitations of existing graph-based models that can learn spurious correlations and unstable topologies in small-scale settings. It introduces DPR-GM (Domain-Prior-Regularized Graph Model), which injects domain priors as regularization to guide learning and enhance robustness.

ParasGB: A Graph Benchmark Suite for Parasitic Estimation on AMS Circuits
Graph Learning

ParasGB provides a public graph benchmark suite for parasitic estimation in AMS (analog/mixed-signal) circuits, addressing the lack of high-fidelity RC benchmarks for reproducible evaluation. It offers high-quality RC datasets and evaluation protocols to support reproducible, parasitics-aware modeling with graph neural networks during early-stage design exploration.

MEGA-CL: A Molecular Foundation Model for Generalizable ADMET Prediction through Graph External Attention and Contrastive Learning
GNN Graph Learning

MEGA-CL is a foundation graph neural network framework for universal molecular ADMET prediction. It combines self-supervised contrastive learning with a multi-head external attention mechanism and an enhanced message passing architecture to jointly model local chemical substructures and global inter-graph relationships while mitigating over-smoothing.

GNN-based Multi-Agent Control of Traffic Shockwaves in Sparse Vehicular Ad-hoc Networks
GNN Graph Learning

We propose a decentralized GNN-based multi-agent control strategy to mitigate traffic shockwaves in sparse Vehicular Ad-hoc Networks (VANETs). The method enables cooperative control among vehicles without relying on global traffic state information, addressing practical deployment in early-stage CAV networks.

A Survey of Graph Transformers: Architectures, Theories and Applications
GNN Graph Learning

This survey reviews Graph Transformers (GTs), covering architectures, theoretical foundations, and applications. It discusses how GTs address issues such as over-smoothing and over-squashing in graph learning and provides a comprehensive synthesis of recent progress and challenges.

Neural Message-Passing on Attention Graphs for Hallucination Detection
GNN Graph Learning

We propose CHARM, a method to detect LLM hallucinations by unifying signals into attributed graphs: tokens become nodes, edges follow attentional flows, and both carry features from attention scores and activations. Graph neural networks are then applied to detect hallucinations as a graph-learning task.

Plain Transformers are Surprisingly Powerful Link Predictors
Graph Learning

Plain Transformers are shown to be surprisingly powerful link predictors, achieving competitive performance for link prediction without relying on explicit graph-structural heuristics or heavy node embeddings. The study argues for the effectiveness and scalability of plain Transformer architectures in graph tasks.

Graph Neural Networks for Predicting Solvability of Finite Groups
GNN Graph Learning

This work uses undirected Cayley graphs to represent finite groups and trains a graph neural network to classify groups by solvability, without relying on explicit algebraic features. The experiments on 200 groups (120 solvable, 80 non-solvable) probe how well GNNs can learn algebraic properties from graph structure.

Implementations of Quantum and Classical Topology-Aligned Architectures for Molecular Property Prediction
Graph Learning

The authors introduce topology-aligned inductive biases for molecular property prediction, where atoms map to fixed computational units and bonds govern interacting pairs. They instantiate two architectures, Iso-QGNN (a quantum circuit) and Iso-CGNN (a classical message-passing network), both aligned to the molecular bond graph to improve data efficiency.

INSIGHT: Spatially resolved survival modelling from routine histology crosslinked with molecular profiling reveals prognostic epithelial-immune axes in stage II/III colorectal cancer
GNN Graph Learning

INSIGHT is a graph neural network that predicts survival directly from routine histology images, producing patient-level spatial risk scores. Trained on TCGA and SURGEN and validated on independent cohorts, it shows superior prognostic performance compared with pTNM staging and reveals spatial epithelial-immune prognostic axes.

Transferable FB-GNN-MBE Framework for Potential Energy Surfaces: Data-Adaptive Transfer Learning in Deep Learned Many-Body Expansion Theory
GNN Graph Learning

FB-GNN-MBE integrates a fragment-based graph neural network into many-body expansion theory to efficiently reproduce first-principles potential energy surfaces for large systems, with data-adaptive transfer learning enabling cross-system PES accuracy.

Spectral Flow Certificates for Depth-Aware Long-Range Propagation in Graph Neural Networks
GNN Graph Learning

Spectral Flow Certificates (SFCs) are scalar certificates computed from a graph's normalized Laplacian that predict whether long-range information can propagate on the graph before training, enabling practitioners to assess graph suitability without training a model.

SCOPE and SCION: A Benchmark and an Auditable Reference Pipeline for Schema Induction and Fusion from Text
Knowledge Graph Graph Learning

SCOPE and SCION present a benchmark and auditable pipeline for schema induction and fusion from text. SCOPE is a train-text-only corpus-to-schema benchmark built from 24 information extraction sources, producing gold schema graphs for evaluation, while SCION provides an auditable reference pipeline for schema induction.

FrED: External Data Influence Estimation via Domain Knowledge Graph Grounding
Knowledge Graph Graph Learning

FrED proposes a probabilistic framework for external data influence attribution that operates in a black-box setting. It fuses continuous feature similarities with discrete, domain-specific knowledge graphs to provide grounded, interpretable attribution for external data influence.

Graph-Theoretic Neural Network Fragmentation with Covariant Direct Molecular Force Learning: Enabling Coupled-Cluster Accuracy AIMD for Fluxional Systems
GNN Graph Theory

Graph-theoretic fragmentation with covariant direct molecular force learning enables coupled-cluster accuracy AIMD for fluxional systems by fragmenting molecules and learning nuclear forces with covariance-aware ML, avoiding problematic automatic differentiation on energy surfaces and improving Jacobian handling for link atoms.

MA-DAR: Manifold-Aligned Dynamic Adaptive Routing for Continual Temporal Knowledge Graph Reasoning
Knowledge Graph Graph Learning

MA-DAR introduces Manifold-Aligned Dynamic Adaptive Routing for continual temporal knowledge graph reasoning, addressing how replayed representations are integrated with current ones to avoid norm domination and semantic drift during continual learning on TKGs.

MineValiCoder: Reliable Code Generation with Test Case Quality Mining and Bipartite Graph-Based Mutual Validation
Graph Theory

MineValiCoder advances reliable code generation with test case quality mining and bipartite-graph mutual validation, reducing the risk of misleading feedback from faulty tests and resolving conflicts from mixed-quality tests in LLM-driven TDD.

MedKGent: A Large Language Model Agent Framework for Constructing Temporally Evolving Medical Knowledge Graph
Knowledge Graph Graph Learning LLM × Graph

MedKGent presents a large-language-model agent framework to construct temporally evolving medical knowledge graphs from 10 million PubMed abstracts (1975–2023), using two specialized agents to incrementally build the KG daily and maintain up-to-date medical knowledge.

Short-Term-to-Long-Term Memory Transfer for Knowledge Graphs under Partial Observability
Knowledge Graph Graph Learning

This study analyzes short-term-to-long-term memory transfer in reinforcement learning under partial observability. It casts memory management as a neuro-symbolic decision problem, using per-item Q-learning to decide for each observed triple whether to keep or drop it before long-term storage, enabling scalable memory with variable-sized buffers.

RankGraph-2: Lifecycle Co-Design for Billion-Node Graph Learning in Recommendation
Graph Learning

RankGraph-2 presents an end-to-end lifecycle co-design for billion-node graph-based recommendation, jointly optimizing graph construction, representation learning, and real-time serving. It introduces a co-trained cluster index to enable fast online retrieval and reduces costly KNN at serving time by integrating index learning into training.

Melo: A Production LLM-Powered Music Recommendation Agent
Graph Theory

Melo is a production LLM-powered music recommendation agent deployed at NetEase Cloud Music. It is built as a deterministic five-node state graph over heterogeneous tools, guided by prompts and a state-machine rather than fine-tuned controllers. The authors emphasize robustness: production bottlenecks are failure detection and recovery, addressing entity hallucination and other failure modes.

Robust Interpretation of Historical Documents in Knowledge Graphs Through Query Inference and Execution
Knowledge Graph

The paper addresses reliable interpretation of historical documents in knowledge graphs using agentic retrieval with query inference and execution. It aims to balance the generalization ability of LLMs with accountability required by archival institutions, providing mechanisms for traceable reasoning and verifiable outputs.

Structure Over Scale: Schema-Constrained Causal Graphs for RAG
Graph Learning Knowledge Graph

Structure Over Scale introduces HCG-RAG, a schema-constrained causal-graph retrieval-augmented generation framework. Instead of exhaustive extraction, it distills a corpus into a fixed, typed vocabulary of causal variables and builds a two-tier graph that supports scalable, reasoning-focused retrieval.

Integrating Factual and Normative Industrial Knowledge via Constraint-Aware Graph Attention for Process Plan Recommendation
GNN Graph Learning Knowledge Graph

We propose PCA-GAT, a graph attention model that integrates factual industrial knowledge and normative decision constraints to recommend machining process plans. By encoding material properties, features, and quality requirements, PCA-GAT unifies retrieval and ranking with constraint awareness, enabling more reliable and compliant process plans.

Graph-Based Re-ranking in Information Retrieval and Beyond: A Survey
Graph Learning

This survey reviews how graph structures are used to augment context for re-ranking in information retrieval and related tasks. It discusses graph representations, relational reasoning, and practical challenges such as scalability, dynamic updates, and integration with RAG/QA systems, and outlines opportunities for future research.

TextBridgeGNN: Pre-training Graph Neural Network for Cross-Domain Recommendation via Text-Guided Transfer
GNN Graph Learning

TextBridgeGNN proposes a text-guided pre-training framework to bridge cross-domain recommendations. It addresses two key challenges: non-transferable ID embeddings across domains and structural incompatibility between heterogeneous domain graphs. By leveraging textual information to guide cross-domain alignment, it enables better transfer and recommendation performance.

Agentic Graph Retrieval-Augmented Generation for Auditable Commercial Registry Analysis
Graph Learning Knowledge Graph

This work presents a controlled, tool-mediated agentic GraphRAG architecture for auditable natural-language analysis of public commercial registries. It converts publications from the Swiss Official Gazette of Commerce into a Neo4j knowledge graph with millions of nodes, enabling structured reasoning and traceable NL analysis.

CleANN: Efficient Full Dynamism in Graph-based Approximate Nearest Neighbor Search
Graph Learning

CleANN enables efficient full dynamism for graph-based ANNS, supporting insertions, deletions, and queries with maintained indexing efficiency and accuracy. It introduces data structures and update strategies to keep the graph index up-to-date without sacrificing query performance.

Simple and Fast Algorithm for Graph-based Filtered Approximate Nearest Neighbor Search (Full Version)
Graph Learning

This paper presents a simple and fast graph-based filtered ANNS algorithm that incorporates attribute filters (e.g., category, color, brand) into the search process. The method balances retrieval quality and efficiency by integrating filtering directly into graph traversal.

TGMS: An Agent-Native Bi-Temporal Graph Management System
Graph Theory

TGMS is a bi-temporal property graph management system that exposes 13 verified temporal operators as agent tools. LLM agents plan operator calls and generate final answers while the system executes the graph evolution and corrections, enabling reliable bi-temporal querying.