paper-with-me

Papers

Bridging Graph Structure and Knowledge-Guided Editing for Interpretable Temporal Knowledge Graph Reasoning

2026-01-29 · Shiqi Fan, Quanming Yao, Hongyi Nie, Wentao Ma, Zhen Wang, Wen Hua arxiv

Temporal knowledge graph reasoning (TKGR) aims to predict future events by inferring missing entities with dynamic knowledge structures. Existing LLM-based reasoning methods prioritize contextual over structural relations, struggling to extract relevant subgraphs from dynamic graphs. This limits structural information understanding, leading to unstructured, hallucination-prone inferences especially with temporal inconsistencies. To address this problem, we propose IGETR (Integration of Graph and Editing-enhanced Temporal Reasoning), a hybrid reasoning framework that combines the structured temporal modeling capabilities of Graph Neural Networks (GNNs) with the contextual understanding of LLMs. IGETR operates through a three-stage pipeline. The first stage aims to ground the reasoning process in the actual data by identifying structurally and temporally coherent candidate paths through a temporal GNN, ensuring that inference starts from reliable graph-based evidence. The second stage introduces LLM-guided path editing to address logical and semantic inconsistencies, leveraging external knowledge to refine and enhance the initial paths. The final stage focuses on integrating the refined reasoning paths to produce predictions that are both accurate and interpretable. Experiments on standard TKG benchmarks show that IGETR achieves state-of-the-art performance, outperforming strong baselines with relative improvements of up to 5.6% on Hits@1 and 8.1% on Hits@3 on the challenging ICEWS datasets. Additionally, we execute ablation studies and additional analyses confirm the effectiveness of each component.

📄 PDF Abstract BibTeX arXiv:2601.21978

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ChainEdit: Propagating Ripple Effects in LLM Knowledge Editing through Logical Rule-Guided Chains

2025-07-11 · Zilu Dong, Xiangqing Shen, Zinong Yang, Rui Xia arxiv

Current knowledge editing methods for large language models (LLMs) struggle to maintain logical consistency when propagating ripple effects to associated facts. We propose ChainEdit, a framework that synergizes knowledge…

knowledge editingLogical Reasoning

Ontology-Guided Diffusion for Zero-Shot Visual Sim2Real Transfer

2026-03-19 · Mohamed Youssef, Mayar Elfares, Anna-Maria Meer, Matteo Bortoletto 외 arxiv

Bridging the simulation-to-reality (sim2real) gap remains challenging as labelled real-world data is scarce. Existing diffusion-based approaches rely on unstructured prompts or statistical alignment, which do not capture…

Graph Neural NetworkGraph Embedding

Knowledge Graph Enhanced Large Language Model Editing

2024-02-21 · Mengqi Zhang, Xiaotian Ye, Qiang Liu, Pengjie Ren 외

Large language models (LLMs) are pivotal in advancing natural language processing (NLP) tasks, yet their efficacy is hampered by inaccuracies and outdated knowledge. Model editing emerges as a promising solution to addre…

Knowledge GraphsLanguage ModelingLanguage ModellingLarge Language Model+2

SGEdit: Bridging LLM with Text2Image Generative Model for Scene Graph-based Image Editing

2024-10-15 · Zhiyuan Zhang, Dongdong Chen, Jing Liao

Scene graphs offer a structured, hierarchical representation of images, with nodes and edges symbolizing objects and the relationships among them. It can serve as a natural interface for image editing, dramatically impro…

Language ModellingLarge Language ModelObject

Adaptive GNN for Image Analysis and Editing

2019-12-01 · NeurIPS 2019 12 · Lingyu Liang, Lianwen Jin, Yong Xu

Graph neural network (GNN) has powerful representation ability, but optimal configurations of GNN are non-trivial to obtain due to diversity of graph structure and cascaded nonlinearities. This paper aims to understand s…

Graph Neural NetworkImage EnhancementLow-Light Image Enhancement