A Comprehensive Evaluation of Large Language Models on Temporal Event Forecasting
He Chang, Chenchen Ye, Zhulin Tao, Jie Wu, Zhengmao Yang, Yunshan Ma, Xianglin Huang, Tat-Seng Chua
TL;DR
This work systematically evaluates large language models on text-involved temporal event forecasting by building MidEast-TE-mini, a benchmark combining structured events with accompanying news texts. It compares graph-only, text-only, and graph-text (mixed) methods, investigating prompt design and LoRA-based fine-tuning, plus retrieval-augmented generation with multiple retrievers and scopes. Key findings show that fine-tuning markedly improves performance, raw text input helps little in zero-shot settings, and retrieval modules can capture temporal patterns yet may introduce noise and popularity bias; complex-event retrieval generally yields best results. The study highlights practical directions for future research, including larger, higher-quality benchmarks and better alignment of graph and textual representations within LLMs to advance temporal event forecasting in real-world scenarios.$G_t$ and $\mathbf{G}_{<t}$ formalize the data, and $(S,O,T)$ represents the forecasting target in the formulated MCQ setup.$
Abstract
Recently, Large Language Models (LLMs) have demonstrated great potential in various data mining tasks, such as knowledge question answering, mathematical reasoning, and commonsense reasoning. However, the reasoning capability of LLMs on temporal event forecasting has been under-explored. To systematically investigate their abilities in temporal event forecasting, we conduct a comprehensive evaluation of LLM-based methods for temporal event forecasting. Due to the lack of a high-quality dataset that involves both graph and textual data, we first construct a benchmark dataset, named MidEast-TE-mini. Based on this dataset, we design a series of baseline methods, characterized by various input formats and retrieval augmented generation (RAG) modules. From extensive experiments, we find that directly integrating raw texts into the input of LLMs does not enhance zero-shot extrapolation performance. In contrast, fine-tuning LLMs with raw texts can significantly improve performance. Additionally, LLMs enhanced with retrieval modules can effectively capture temporal relational patterns hidden in historical events. However, issues such as popularity bias and the long-tail problem persist in LLMs, particularly in the retrieval-augmented generation (RAG) method. These findings not only deepen our understanding of LLM-based event forecasting methods but also highlight several promising research directions. We consider that this comprehensive evaluation, along with the identified research opportunities, will significantly contribute to future research on temporal event forecasting through LLMs.
