Evaluating LLMs for Police Decision-Making: A Framework Based on Police Action Scenarios
Sangyub Lee, Heedou Kim, Hyeoncheol Kim
TL;DR
This paper introduces PAS, a Police Action Scenarios framework for evaluating LLMs in police operations, addressing the gap where general evaluation methods fall short for domain-specific tasks. PAS formalizes a five-stage process (Scenario definition, Reference responses, LLM generation, metric extraction, and expert-informed evaluation) and represents outputs as $E_{ ext{police}} = f(S, R, G, M, P)$ with $G = \text{LLM}(S)$ and $P = h(G, R, M)$. The authors built a police-manual–based QA dataset from 8,348 curated entries across 75 questions and validated five core metrics (Logical Correctness, Completeness, Factuality, Logical Efficiency, Logical Robustness) as strong predictors of response quality. Experiments with GPT-4, Gemini, and Claude show that commercial LLMs underperform relative to expert-derived references, especially on specialized police knowledge, underscoring the need for expert-in-the-loop validation and jurisdiction-tailored references. The work provides a scalable benchmark and prompts for replicability, with implications for safer, more reliable AI-assisted policing and potential generalization to other high-stakes professions.
Abstract
The use of Large Language Models (LLMs) in police operations is growing, yet an evaluation framework tailored to police operations remains absent. While LLM's responses may not always be legally incorrect, their unverified use still can lead to severe issues such as unlawful arrests and improper evidence collection. To address this, we propose PAS (Police Action Scenarios), a systematic framework covering the entire evaluation process. Applying this framework, we constructed a novel QA dataset from over 8,000 official documents and established key metrics validated through statistical analysis with police expert judgements. Experimental results show that commercial LLMs struggle with our new police-related tasks, particularly in providing fact-based recommendations. This study highlights the necessity of an expandable evaluation framework to ensure reliable AI-driven police operations. We release our data and prompt template.
