paper-with-me

Papers

TPP-LLM: Modeling Temporal Point Processes by Efficiently Fine-Tuning Large Language Models

2024-10-02 · Zefang Liu, Yinzhu Quan

Temporal point processes (TPPs) are widely used to model the timing and occurrence of events in domains such as social networks, transportation systems, and e-commerce. In this paper, we introduce TPP-LLM, a novel framework that integrates large language models (LLMs) with TPPs to capture both the semantic and temporal aspects of event sequences. Unlike traditional methods that rely on categorical event type representations, TPP-LLM directly utilizes the textual descriptions of event types, enabling the model to capture rich semantic information embedded in the text. While LLMs excel at understanding event semantics, they are less adept at capturing temporal patterns. To address this, TPP-LLM incorporates temporal embeddings and employs parameter-efficient fine-tuning (PEFT) methods to effectively learn temporal dynamics without extensive retraining. This approach improves both predictive accuracy and computational efficiency. Experimental results across diverse real-world datasets demonstrate that TPP-LLM outperforms state-of-the-art baselines in sequence modeling and event prediction, highlighting the benefits of combining LLMs with TPPs.

📄 PDF Abstract BibTeX arXiv:2410.02062

Code (1)

zefang-liu/TPP-LLM 공식 구현 pytorch

Tasks

Computational Efficiencyparameter-efficient fine-tuningPoint Processes

Similar Papers 제목 키워드 기반

Continuous-Time User Modeling in the Presence of Badges: A Probabilistic Approach

2017-02-07 · Ali Khodadadi, Seyed Abbas Hosseini, Erfan Tavakoli, Hamid R. Rabiee

User modeling plays an important role in delivering customized web services to the users and improving their engagement. However, most user models in the literature do not explicitly consider the temporal behavior of use…

Point Processes

Modeling Events and Interactions through Temporal Processes -- A Survey

2023-03-10 · Angelica Liguori, Luciano Caroprese, Marco Minici, Bruno Veloso 외

In real-world scenario, many phenomena produce a collection of events that occur in continuous time. Point Processes provide a natural mathematical framework for modeling these sequences of events. In this survey, we inv…

Point ProcessesSurvey

Learning mixture of neural temporal point processes for event sequence clustering

2021-09-29 · Yunhao Zhang, Junchi Yan, Zhenyu Ren, Jian Yin

Event sequence clustering applies to many scenarios e.g. e-Commerce and electronic health. Traditional clustering models fail to characterize complex real-world processes due to the strong parametric assumption. While Ne…

ClusteringPoint Processes

CETUS: Causal Event-Driven Temporal Modeling With Unified Variable-Rate Scheduling

2025-09-17 · Hanfang Liang, Bing Wang, Shizhen Zhang, Wen Jiang 외 arxiv

Event cameras capture asynchronous pixel-level brightness changes with microsecond temporal resolution, offering unique advantages for high-speed vision tasks. Existing methods often convert event streams into intermedia…

Point Clouds

Enhancing Temporal Awareness in LLMs for Temporal Point Processes

2025-12-29 · Lili Chen, Wensheng Gan, Shuang Liang, Philip S. Yu arxiv

Temporal point processes (TPPs) are crucial for analyzing events over time and are widely used in fields such as finance, healthcare, and social systems. These processes are particularly valuable for understanding how ev…

Point Processes