paper-with-me

홈 › Papers

HoTPP Benchmark: Are We Good at the Long Horizon Events Forecasting?

2024-06-20 · Ivan Karpukhin, Foma Shipilov, Andrey Savchenko

Accurately forecasting multiple future events within a given time horizon is crucial for finance, retail, social networks, and healthcare applications. Event timing and labels are typically modeled using Marked Temporal Point Processes (MTPP), with evaluations often focused on next-event prediction quality. While some studies have extended evaluations to a fixed number of future events, we demonstrate that this approach leads to inaccuracies in handling false positives and false negatives. To address these issues, we propose a novel evaluation method inspired by object detection techniques from computer vision. Specifically, we introduce Temporal mean Average Precision (T-mAP), a temporal variant of mAP, which overcomes the limitations of existing long-horizon evaluation metrics. Our extensive experiments demonstrate that models with strong next-event prediction accuracy can yield poor long-horizon forecasts and vice versa, indicating that specialized methods are needed for each task. To support further research, we release HoTPP, the first benchmark designed explicitly for evaluating long-horizon MTPP predictions. HoTPP includes large-scale datasets with up to 43 million events and provides optimized procedures for both autoregressive and parallel inference, paving the way for future advancements in the field.

📄 PDF Abstract BibTeX arXiv:2406.14341

Code (2)

ivan-chai/hotpp-benchmark 공식 구현 pytorch
ivan-chai/torch-linear-assignment pytorch

Tasks

BenchmarkingPoint ProcessesTime Series Forecasting

Similar Papers 제목 키워드 기반

LongMedBench: Benchmarking Medical Agents for Long-Horizon Clinical Decision-Making

2026-07-10 · Yanzhen Chen, Zihan Xu, Xiaocheng Zhang, Zhiting Fan 외 arxiv

In this work, we introduce LongMedBench, a real-world EHR-based benchmark for long-horizon clinical decision-making. Prior evaluations of LLM-based medical agents have largely emphasized short-context knowledge QA and to…

Information Retrieval

Long Horizon Forecasting With Temporal Point Processes

2021-01-08 · Prathamesh Deshpande, Kamlesh Marathe, Abir De, Sunita Sarawagi

In recent years, marked temporal point processes (MTPPs) have emerged as a powerful modeling machinery to characterize asynchronous events in a wide variety of applications. MTPPs have demonstrated significant potential …

Point Processes

RetailBench: Benchmarking long horizon reasoning and coherent decision making of LLM agents in realistic retail environments

2026-06-14 · Linghua Zhang, Jun Wang, Jingtong Wu, Zhisong Zhang arxiv

Large language model (LLM) agents have made rapid progress on short-horizon, well-scoped tasks, yet their ability to sustain coherent decisions in dynamic long-horizon environments remains uncertain. We introduce RetailB…

Decision Making

Temporal Order Matters for Agentic Memory: Segment Trees for Long-Horizon Agents

2026-06-03 · Yifan Simon Liu, Liam Gallagher, Faeze Moradi Kalarde, Jiazhou Liang 외 arxiv

Long-horizon conversational agents need to interact with users through evolving events, tasks, and goals. Such histories are naturally temporal, yet many existing memory systems organize information primarily by topical …

FutureSim: Replaying World Events to Evaluate Adaptive Agents

2026-05-14 · Shashwat Goel, Nikhil Chandak, Arvindh Arun, Ameya Prabhu 외 arxiv

AI agents are being increasingly deployed in dynamic, open-ended environments that require adapting to new information as it arrives. To efficiently measure this capability for realistic use-cases, we propose building gr…

Test-time Adaptation