Continual Learning for Temporal-Sensitive Question Answering
Wanqi Yang, Yunqiu Xu, Yanda Li, Kunze Wang, Binbin Huang, Ling Chen
TL;DR
This work introduces Continual Learning for Temporal Sensitive Question Answering (CLTSQA), a setting where temporal information evolves and models must continually adapt without forgetting. It contributes CLTSQA-Data, a time-ordered dataset of 50,000 questions across 5 subsets derived from TimeQA, and a model-agnostic CLTSQA-Framework combining Temporal Memory Replay (TMR) and Temporal Contrastive Learning (TCL). Empirical results with FiD and BigBird show that the framework improves performance on both current and earlier time periods, with TMR driving stronger retention and TCL providing additional gains through temporal discrimination. The findings offer a practical pathway toward robust, up-to-date temporal QA in dynamic information environments, and point to further exploration of datasets and methods for CLTSQA.
Abstract
In this study, we explore an emerging research area of Continual Learning for Temporal Sensitive Question Answering (CLTSQA). Previous research has primarily focused on Temporal Sensitive Question Answering (TSQA), often overlooking the unpredictable nature of future events. In real-world applications, it's crucial for models to continually acquire knowledge over time, rather than relying on a static, complete dataset. Our paper investigates strategies that enable models to adapt to the ever-evolving information landscape, thereby addressing the challenges inherent in CLTSQA. To support our research, we first create a novel dataset, divided into five subsets, designed specifically for various stages of continual learning. We then propose a training framework for CLTSQA that integrates temporal memory replay and temporal contrastive learning. Our experimental results highlight two significant insights: First, the CLTSQA task introduces unique challenges for existing models. Second, our proposed framework effectively navigates these challenges, resulting in improved performance.
