Is More Context Always Better? Examining LLM Reasoning Capability for Time Interval Prediction
Yanan Cao, Farnaz Fallahi, Murali Mohana Krishna Dandu, Lalitesh Morishetti, Kai Zhao, Luyi Ma, Sinduja Subramaniam, Jianpeng Xu, Evren Korpeoglu, Kaushiki Nag, Sushant Kumar, Kannan Achan
TL;DR
This study probes whether LLMs can infer discrete time intervals between user actions, such as inter-purchase gaps, using zero-shot prompts with varying context. By benchmarking GPT-4o, Claude 3.5, and Gemini against statistical and ML baselines on two real-world datasets, it shows LLMs surpass simple statistics but underperform dedicated ML models in exact interval prediction, highlighting an impedance mismatch between linguistic reasoning and quantitative forecasting. A key finding is that moderate context improves LLM accuracy, while richer high-context narratives can degrade performance, indicating context can act as noise for temporal inference. The work emphasizes the need for hybrid models that blend statistical precision with linguistic flexibility and provides a rigorous framework for evaluating time-interval prediction with structured data.
Abstract
Large Language Models (LLMs) have demonstrated impressive capabilities in reasoning and prediction across different domains. Yet, their ability to infer temporal regularities from structured behavioral data remains underexplored. This paper presents a systematic study investigating whether LLMs can predict time intervals between recurring user actions, such as repeated purchases, and how different levels of contextual information shape their predictive behavior. Using a simple but representative repurchase scenario, we benchmark state-of-the-art LLMs in zero-shot settings against both statistical and machine-learning models. Two key findings emerge. First, while LLMs surpass lightweight statistical baselines, they consistently underperform dedicated machine-learning models, showing their limited ability to capture quantitative temporal structure. Second, although moderate context can improve LLM accuracy, adding further user-level detail degrades performance. These results challenge the assumption that "more context leads to better reasoning". Our study highlights fundamental limitations of today's LLMs in structured temporal inference and offers guidance for designing future context-aware hybrid models that integrate statistical precision with linguistic flexibility.
