Towards a standardized methodology and dataset for evaluating LLM-based digital forensic timeline analysis
Hudan Studiawan, Frank Breitinger, Mark Scanlon
TL;DR
The paper tackles the lack of standardized evaluation for applying LLMs to digital forensic timeline analysis by proposing a reproducible methodology and a Windows 11 Plaso-based dataset. It defines a metrics-driven evaluation framework using BLEU and ROUGE, specifies four representative tasks (grep-like search, anomaly detection, event summarization, and EDA), and grounds them with task-specific ground truths. Through a ChatGPT case study, it demonstrates that the approach can quantify LLM performance, revealing strong results for targeted searches and notable dependence on context and data formatting for more complex tasks. The work highlights practical limitations (e.g., large timeline handling) and suggests future work on domain-tuned LLMs and privacy-preserving local deployments to enhance reliability and security in forensic practice.
Abstract
Large language models (LLMs) have seen widespread adoption in many domains including digital forensics. While prior research has largely centered on case studies and examples demonstrating how LLMs can assist forensic investigations, deeper explorations remain limited, i.e., a standardized approach for precise performance evaluations is lacking. Inspired by the NIST Computer Forensic Tool Testing Program, this paper proposes a standardized methodology to quantitatively evaluate the application of LLMs for digital forensic tasks, specifically in timeline analysis. The paper describes the components of the methodology, including the dataset, timeline generation, and ground truth development. Additionally, the paper recommends using BLEU and ROUGE metrics for the quantitative evaluation of LLMs through case studies or tasks involving timeline analysis. Experimental results using ChatGPT demonstrate that the proposed methodology can effectively evaluate LLM-based forensic timeline analysis. Finally, we discuss the limitations of applying LLMs to forensic timeline analysis.
