Multi-hop Question Answering under Temporal Knowledge Editing
Keyuan Cheng, Gang Lin, Haoyang Fei, Yuxuan zhai, Lu Yu, Muhammad Asif Ali, Lijie Hu, Di Wang
TL;DR
This work tackles multi-hop question answering under temporal knowledge editing by introducing TEMPLE-MQA, which constructs a Time-Aware Graph (TAG) of edits and uses an inference-path planner plus a structural retrieval mechanism to reason over temporal knowledge. The framework combines LLM-driven path planning with joint reasoning over the TAG, enabling effective handling of ripple effects and explicit temporal contexts without retraining the model. It also introduces TKEMQA, a dedicated benchmark for MQA with temporal scopes, and demonstrates substantial performance gains over strong baselines across several datasets, along with insights from ablations and robustness analyses. The proposed approach offers a practical and scalable solution for timely knowledge updates in complex, multi-hop reasoning tasks with explicit temporal constraints.
Abstract
Multi-hop question answering (MQA) under knowledge editing (KE) has garnered significant attention in the era of large language models. However, existing models for MQA under KE exhibit poor performance when dealing with questions containing explicit temporal contexts. To address this limitation, we propose a novel framework, namely TEMPoral knowLEdge augmented Multi-hop Question Answering (TEMPLE-MQA). Unlike previous methods, TEMPLE-MQA first constructs a time-aware graph (TAG) to store edit knowledge in a structured manner. Then, through our proposed inference path, structural retrieval, and joint reasoning stages, TEMPLE-MQA effectively discerns temporal contexts within the question query. Experiments on benchmark datasets demonstrate that TEMPLE-MQA significantly outperforms baseline models. Additionally, we contribute a new dataset, namely TKEMQA, which serves as the inaugural benchmark tailored specifically for MQA with temporal scopes.
