paper-with-me

홈 › Papers

Global-Recent Semantic Reasoning on Dynamic Text-Attributed Graphs with Large Language Models

2025-09-23 · Yunan Wang, Jianxin Li, Ziwei Zhang arxiv

Dynamic Text-Attribute Graphs (DyTAGs), characterized by time-evolving graph interactions and associated text attributes, are prevalent in real-world applications. Existing methods, such as Graph Neural Networks (GNNs) and Large Language Models (LLMs), mostly focus on static TAGs. Extending these existing methods to DyTAGs is challenging as they largely neglect the recent-global temporal semantics: the recent semantic dependencies among interaction texts and the global semantic evolution of nodes over time. Furthermore, applying LLMs to the abundant and evolving text in DyTAGs faces efficiency issues. To tackle these challenges, we propose Dynamic Global-Recent Adaptive Semantic Processing (DyGRASP), a novel method that leverages LLMs and temporal GNNs to efficiently and effectively reason on DyTAGs. Specifically, we first design a node-centric implicit reasoning method together with a sliding window mechanism to efficiently capture recent temporal semantics. In addition, to capture global semantic dynamics of nodes, we leverage explicit reasoning with tailored prompts and an RNN-like chain structure to infer long-term semantics. Lastly, we intricately integrate the recent and global temporal semantics as well as the dynamic graph structural information using updating and merging layers. Extensive experiments on DyTAG benchmarks demonstrate DyGRASP's superiority, achieving up to 34% improvement in Hit@10 for destination node retrieval task. Besides, DyGRASP exhibits strong generalization across different temporal GNNs and LLMs.

📄 PDF Abstract BibTeX arXiv:2509.18742

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Context Reasoning Attention Network for Image Super-Resolution

2021-01-01 · ICCV 2021 10 · Yulun Zhang, Donglai Wei, Can Qin, Huan Wang 외

Deep convolutional neural networks (CNNs) are achieving great successes for image super-resolution (SR), where global context is crucial for accurate restoration. However, the basic convolutional layer in CNNs is des…

Image Super-ResolutionSuper-Resolution

STELLA: Guiding Large Language Models for Time Series Forecasting with Semantic Abstractions

2025-12-04 · Junjie Fan, Hongye Zhao, Linduo Wei, Jiayu Rao 외 arxiv

Recent adaptations of Large Language Models (LLMs) for time series forecasting often fail to effectively enhance information for raw series, leaving LLM reasoning capabilities underutilized. Existing prompting strategies…

Time Series Forecasting

Explainable Chain-of-Thought Reasoning: An Empirical Analysis on State-Aware Reasoning Dynamics

2025-08-29 · Sheldon Yu, Yuxin Xiong, Junda Wu, Xintong Li 외 arxiv

Recent advances in chain-of-thought (CoT) prompting have enabled large language models (LLMs) to perform multi-step reasoning. However, the explainability of such reasoning remains limited, with prior work primarily focu…

PanopticQuery: Unified Query-Time Reasoning for 4D Scenes

2026-04-07 · Ruilin Tang, Yang Zhou, Zhong Ye, Wenxi Liu 외 arxiv

Understanding dynamic 4D environments through natural language queries requires not only accurate scene reconstruction but also robust semantic grounding across space, time, and viewpoints. While recent methods using neu…

Natural Language QueriesDynamic Reconstruction

Granulon: Awakening Pixel-Level Visual Encoders with Adaptive Multi-Granularity Semantics for MLLM

2026-03-09 · Junyuan Mao, Qiankun Li, Linghao Meng, Zhicheng He 외 arxiv

Recent advances in multimodal large language models largely rely on CLIP-based visual encoders, which emphasize global semantic alignment but struggle with fine-grained visual understanding. In contrast, DINOv3 provides …