Temporal tokenization strategies for event sequence modeling with Large Language Models
A study of temporal tokenization for modeling event sequences with LLMs, comparing distinct encoding strategies.
Representing continuous time is a critical and under-explored challenge in modeling temporal event sequences with large language models (LLMs). Various strategies like byte-level representations or calendar tokens have been proposed. However, the optimal approach remains unclear, especially given the diverse statistical distributions of real-world event data, which range from smooth log-normal to discrete, spiky patterns. This paper presents a systematic empirical study of temporal tokenization for modeling event sequences with LLMs, comparing distinct encoding strategies: naive numeric strings, high-precision byte-level representations, human-semantic calendar tokens, classic uniform binning, and adaptive residual scalar quantization. We evaluate these strategies by fine-tuning LLMs on real-world datasets that exemplify these diverse distributions. Our analysis reveals that no single strategy is universally superior; instead, prediction performance depends heavily on aligning the tokenizer with the data's statistical properties, highlighting temporal tokenization as a critical yet often overlooked design dimension in LLM-based event modeling.
Latest publications
Routing with generated data: Annotation-free LLM skill estimation and expert selection
A setting in which routers are trained on generated queries and answers produced from high-level task descriptions.
ACLMacaron: Controlled, human-written benchmark for multilingual and multicultural reasoning via template-filling
A template-first benchmark that factorizes reasoning type and cultural aspect across question languages.
ACLWhat causes knowledge loss in multilingual language models?
Exploring knowledge loss in multilingual LMs, focusing on linguistic differences affecting representational learning.
ACL