We sincerely thank the reviewers for spending time and providing detailed feedback. We recognize that the main concerns focus on the proposed T-mAP metric. We address these concerns with additional empirical results and clarifications. We also want to emphasize other contributions of our work, which we think were not properly recognized.
**Theoretical Contributions:**
1. We identify and address the limitations of the OTD and next-event metrics in the MTPP domain, namely incorrect accounting for false positives and false negatives, and sensitivity to calibration (Section 3). The latter is important limitation, as calibration is omitted in previous works [1, 2, 3].
2. We introduce the T-mAP metric, which resolves these limitations (Section 4).
3. We prove matching consistency among decision thresholds in the T-mAP computation algorithm, a type of proof that is notably absent in computer vision [4]. Additionally, we demonstrate the invariance of T-mAP to linear calibration (Appendix B).
**Technical Contributions:**
1. We implemented parallel inference starting from multiple points within the input sequence, which is crucial for long-horizon evaluation. In Appendix C.5 we demonstrate, that our parallel autoregressive RMTPP inference on StackOverflow is 12 times faster than multiple inference calls with different prefix sizes.
2. We optimized continuous-time models using PyTorch JIT, achieving substantial speed improvements. As shown in Appendix C.5, our CT-LSTM is twice as fast as EasyTPP, and our ODE-RNN is 4 times faster than the original implementation \[3\].
3. We provided a GPU-accelerated linear sum assignment solver, that attracted the attention of computer vision researchers. In CV, this algorithm is typically executed on the CPU. Our GPU implementation is about 16 times faster than CPU in our experiments.
**Empirical Contributions:**
1. We for the first time apply advanced methods like NHP and ODE-RNN [3] to large datasets such as MIMIC-IV and Transactions. The latter is 30 times larger than previously studied datasets, like Retweet. Large datasets present new challenges in computational efficiency, which we addressed above. Dataset statistics are described in Appendix C.4.
2. We evaluate Next-K approaches for MTPP for the first time, showing that they are competitive with autoregressive methods while offering higher computational efficiency. For example, on the StackOverflow dataset, sequence generation with IFTPP-K is four times faster compared to IFTPP.
**T-mAP motivation**
We provide a theoretical foundation for T-mAP in Section 3, demonstrating that it resolves issues in accounting for false positives and false negatives inherent in next-event and OTD metrics. Additionally, we show that, unlike label error rate and OTD, T-mAP is invariant to linear calibration—a crucial property given that most prior works do not incorporate calibration. Our experiments further reveal that next-event and OTD metrics fail to capture model confidence effectively, often favoring simplistic copy-and-paste baselines. These metrics also struggle to reflect the long-horizon prediction improvements achieved by HYPRO. Furthermore, we added Appendix H, which illustrates T-mAP's ability to evaluate highly irregular event sequences, and Appendix I, which highlights its importance in assessing long-tail prediction. Together, these findings underscore our central claim that T-mAP is a more robust and sensitive metric for evaluating long-horizon predictions compared to existing alternatives.
**Domain and benchmark importance**
Interest in event sequence modeling continues to grow [1], yet the field remains underexplored, largely due to the sensitive nature of the data involved. Event sequences are common in domains such as finance (e.g., banking), retail, and healthcare, where strict data privacy requirements often necessitate extensive anonymization. This limits the availability of datasets for research and hinders progress in the field. Despite these challenges, modeling event sequences is essential for these industries. Accurate models enable critical applications, including strategic planning, personalized communication, and advanced analytics. These capabilities provide significant benefits, such as financial gains in finance and retail or improved diagnostic accuracy in healthcare. To address these needs, our benchmark sets a new standard by emphasizing speed, scalability, reproducibility, and a diverse range of evaluation tasks, being the first benchmark for long-horizon prediction in the field.
[1] Xue S. et al. “EasyTPP: Towards Open Benchmarking Temporal Point Processes”, ICLR 2024
[2] Xue S. et al. “Hypro: A hybridly normalized probabilistic model for long-horizon prediction of event sequences”, NeurIPS 2022
[3] Rubanova Y. et al. “Latent ordinary differential equations for irregularly-sampled time series” NeurIPS 2019
[4] Lin T. Y. et al. “Microsoft CoCo: Common objects in context”, ECCV 2014