CLAIJul 7, 2024

LTLBench: Towards Benchmarks for Evaluating Temporal Reasoning in Large Language Models

arXiv:2407.05434v33 citationsh-index: 6
Originality Incremental advance
AI Analysis

This work provides a new benchmark for assessing temporal reasoning in LLMs, which is incremental as it builds on prior evaluation methods.

The authors tackled the problem of evaluating temporal reasoning in large language models by introducing LTLBench, a dataset of 2000 challenges synthesized using Linear Temporal Logic, and benchmarked 12 LLMs across 5 methods, revealing issues in reasoning processes and performance changes with complexity.

Temporal Reasoning (TR) is a critical ability for LLMs to understand and reason over temporal information and relationships between events. To study the TR ability in LLMs, prior works provide different ways for evaluating various aspects of TR ability. In this work, we propose an alternative perspective for evaluating TR ability by leveraging Linear Temporal Logic (LTL), and develop a pipeline to automatically synthesize challenges for assessing the TR ability of LLMs. Based on this pipeline, we construct a dataset, namely LTLBench, consisting of $2000$ TR challenges, and benchmark 12 LLMs across 5 different methods. Furthermore, we conduct additional experiments to investigate the impact of increasing the number of formula operators and events on both LLM performance and the complexity of TR problems. We also perform qualitative analyses of their reasoning processes and the effects of varying the number of events and formula operators, which reveal 3 main issues in their temporal reasoning processes and the unexpected performance changes observed as problem complexity increases. We expect this work to provide valuable insights into the TR ability of LLMs.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes