Prompt-Augmented Temporal Point Process for Streaming Event Sequence
Abstract
Neural Temporal Point Processes (TPPs) are the prevalent paradigm for modeling continuous-time event sequences, such as user activities on the web and financial transactions. In real world applications, the event data typically comes in a streaming manner, where the distribution of the patterns may shift over time. Under the privacy and memory constraints commonly seen in real scenarios, how to continuously monitor a TPP to learn the streaming event sequence is an important yet under-investigated problem. In this work, we approach this problem by adopting Continual Learning (CL), which aims to enable a model to continuously learn a sequence of tasks without catastrophic forgetting. While CL for event sequence is less well studied, we present a simple yet effective framework, PromptTPP, by integrating the base TPP with a continuous-time retrieval prompt pool. In our proposed framework, prompts are small learnable parameters, maintained in a memory space and jointly optimized with the base TPP so that the model is properly instructed to learn event streams arriving sequentially without buffering past examples or task-specific attributes. We formalize a novel and realistic experimental setup for modeling event streams, where PromptTPP consistently sets state-of-the-art performance across two real user behavior datasets.
Cite
Text
Xue et al. "Prompt-Augmented Temporal Point Process for Streaming Event Sequence." Neural Information Processing Systems, 2023.Markdown
[Xue et al. "Prompt-Augmented Temporal Point Process for Streaming Event Sequence." Neural Information Processing Systems, 2023.](https://mlanthology.org/neurips/2023/xue2023neurips-promptaugmented/)BibTeX
@inproceedings{xue2023neurips-promptaugmented,
title = {{Prompt-Augmented Temporal Point Process for Streaming Event Sequence}},
author = {Xue, Siqiao and Wang, Yan and Chu, Zhixuan and Shi, Xiaoming and Jiang, Caigao and Hao, Hongyan and Jiang, Gangwei and Feng, Xiaoyun and Zhang, James and Zhou, Jun},
booktitle = {Neural Information Processing Systems},
year = {2023},
url = {https://mlanthology.org/neurips/2023/xue2023neurips-promptaugmented/}
}