Papers for

legal technology developers

Papers whose findings have a practical use for this group, as judged from the abstract. Open a paper to read what it means in practice.

AI reliability gaps challenge law enforcement in early cyber incident response

Bridging the First-Hour Gap: Evaluating AI Reliability and Benchmarking Deficiencies in Cyber Incident Response for Law Enforcement

Abstract: The actions of frontline law enforcement officers in the initial hour of a cyber incident play a vital role in determining the ultimate success of an investigation. The minor mistakes they commit might result in irreversible critical impacts. The integrity of the investigation can be compromised, and the prosecution of cyber criminals can be hindered due to minor mistakes that happen in the initial hour. These are mainly because of the volatile nature of digital artifacts that might lead to procedural errors and evidence attrition. This paper provides a systematic survey of decision-support architectures designed to assist first responders of a cybercrime, categorizing them into playbooks, Large Language Models (LLMs), Retrieval-Augmented Generation (RAG) frameworks, and Agentic AI systems. The survey critically considers the constraints of limited technical proficiency and inconsistent forensic infrastructure in a practical scenario. Our analysis identifies RAG-based systems as a relatively viable intermediate solution due to their natural language adaptability. However, significant risk factors like prompt sensitivity and the potential for confident hallucinations in legal contexts pose a major challenge. Furthermore, we review current benchmarks in cybersecurity and demonstrate that they are not sufficient to capture the specific safety and legal requirements of law enforcement, focusing on the initial hour of the cybercrime. We conclude by arguing for the necessity of a new evaluation benchmark focused on naive query robustness and evidence preservation, so as to ensure that AI-driven guidance aligns with the mandatory demands of judicial proceedings.

Fri 11 SeptCryptography and Security
The gist
When police officers respond to a cybercrime quickly, small mistakes can cause big problems in catching criminals. The authors looked at different AI tools that might help these officers make better decisions during that critical first hour. They found that some AI methods work better than others, but current AI tools still have risks and don’t always follow legal rules perfectly. The study also shows that existing ways to test these AI tools don’t check if they handle evidence safely or answer simple questions well enough. The authors suggest making new tests focused on protecting evidence and making sure AI advice fits legal needs.
Open 2609.12681v1

ProMediConv sets benchmark for AI legal dispute mediators

ProMediConv: Benchmarking Proactive Conversational Agents in Legal Dispute Mediation

Abstract: Dispute mediation is essential for maintaining social harmony and resilience, yet developing skilled mediators is costly and time-consuming. Existing LLM-based mediation research remains limited by unrealistic task formulations, low-fidelity datasets, and coarse evaluation metrics that obscure turn-by-turn dynamics. To address these gaps, we introduce ProMediConv, a novel benchmarking framework that models mediation as a proactive, multi-stage, and party-aware dialogue process incorporating 11 mediation strategies and four party behavior pattern (BP) states. Using 972 complete real-world cases, we construct a high-fidelity mediation dataset with utterance-level annotations of strategies and BP states. Furthermore, to better assess agent impact, we propose MAD (Mean Attribute Difference), a fine-grained metric that captures BP shifts throughout the dialogue. Leveraging this framework, we establish a comprehensive benchmark by evaluating diverse models alongside our tailored baseline ProMediAgent. Extensive empirical analyses reveal critical behavioral phenomena and underscore the persistent challenges current models face in dynamic, multi-party mediation. Ultimately, ProMediConv provides a rigorous foundation and a vital quantitative standard for advancing AI-assisted conflict resolution. Our dataset and codebase are accessible at https://github.com/ZsWei66/ProMediConv_repo.

Thu 10 SeptComputation and Language
The gist
Mediating disputes is important but training skilled mediators is hard and slow. The authors created ProMediConv, a new way to test AI systems that handle mediation, using real legal cases with detailed notes on strategies and behaviors. They also designed a better method for measuring how well these AI agents influence the conversation over time. Their study reveals challenges current AI models face in handling complex, multi-person legal talks. This work offers a useful foundation and standard to improve AI tools for resolving conflicts.
Open 2609.11101v1

LLM simulated jurors show bias based on defendant background and ideology

When Does Defendant Statement Matter? A Study of Bias and Persuasion in LLM-Simulated Jurors

Abstract: LLMs have been used to simulate human decision-making in professional settings, yet their behaviors in common-law jury trials remain unexplored. We study when and how a defendant's courtroom statement affects LLM-simulated jurors, focusing on persuasion, ideological bias, and background-based affinity. To support the analysis, we introduce JuryBench, a benchmark containing controversial criminal cases in U.S. criminal law. In each case, a defendant can claim various plausible justifications to support acquittal or reduced liability. We fix the base case and design defendants of different backgrounds, who give courtroom statements with varying emotional appeal or rebuttal. Jurors with diverse ideological profiles across the spectrum are simulated. We examine 20 frontier LLMs, resulting in a total of 432K decisions and rationales, and quantify changes in verdict severity. Our findings show that LLM-jury simulation echoes many human-jury findings. First, emotional persuasion can be detrimental, since jurors may perceive it as evidence of guilt or inconsistency. Next, we show that background fit between jurors and defendants is a stronger and significant factor than other isolated factors, and that jurors are in general harsher toward opposite-background defendants and lenient toward same-background ones. Finally, we find that juror ideology also strongly shapes severity judgments. These findings highlight both the promise and risks of using LLMs to model jury reasoning and call for careful evaluation. The data and code are available at https://github.com/choyingw/JuryBench

Wed 9 SeptComputation and LanguageComputers and Society
The gist
The paper investigates how large language models (LLMs) act like jurors in criminal cases and how defendant statements influence their decisions. The authors created a benchmark called JuryBench with cases where defendants give different statements and come from various backgrounds. They found that emotional statements can sometimes backfire, and jurors tend to be harsher to defendants from different backgrounds while being more lenient to those who share their background. Juror political ideology also strongly affects verdict severity. These insights help understand both the potentials and limitations of using AI to simulate jury decisions.
Open 2609.09887v1

Legal agent errors mapped in new multi-step hallucination benchmark

LexAgentHallu: A Hierarchical Benchmark for Profiling Hallucinations in Legal Agents

Abstract: As large language models are increasingly deployed as tool-augmented legal agents, they introduce agentic hallucinations where tool-call and reasoning errors cascade into fabricated holdings and miscited authority. However, existing legal benchmarks evaluate only single-turn QA with outcome-level metrics, while agentic hallucination benchmarks lack legal-specific diagnostic capability. Neither answers to what extent and how a legal agent hallucinates along its trajectory. To address these limitations, we introduce LexAgentHallu, a legal agentic hallucination benchmark designed to evaluate to what extent and how legal agents fail along multi-step trajectories. Built through a four-stage expert-in-the-loop pipeline, LexAgentHallu contains 3414 instances across 17 legal categories and 6 task types. Each instance is annotated under a dual-layer hallucination taxonomy of 7 high-level categories and 27 fine-grained subclasses, covering both substantive errors and agent-procedural failures. We further design fine-grained metrics that quantify to what extent and localize how each failure occurs along an agent's execution path. Our evaluation across 18 proprietary and open-source agents uncovers a Right-Answer-Wrong-Reason effect and reveals that hallucination subclasses cluster rather than scatter, forming distinct agentic framework, legal task, and category profiles. These findings, invisible to outcome-level evaluation, validate the diagnostic power of LexAgentHallu for evaluating agentic hallucination in law.

Wed 9 SeptArtificial Intelligence
The gist
Large language models used as legal assistants sometimes make mistakes where wrong facts or fake citations appear in their answers. Existing tests only check if the final answer is right or wrong, missing these errors along the way. The authors created LexAgentHallu, a new tool that tracks when and how these errors happen during multi-step reasoning in legal tasks. They tested many legal AI systems and found patterns in these mistakes that older tests could not see. This tool can help improve legal AIs by showing exactly where they go wrong.
Open 2609.09754v1

JudgmentLens helps non-experts understand complex legal judgments faster

JudgmentLens: Human-AI Sensemaking of Complex Legal Judgments

Abstract: Judicial judgments are increasingly available, yet dense language and distributed relationships among facts, evidence, reasoning, and rulings remain difficult for non-experts to interpret. Through a mixed-methods formative study with Chinese non-expert readers (survey N=34; interviews N=6), we identified structural, interpretive, verification, and action breakdowns. We developed JudgmentLens, an AI-augmented reading system combining persistent case representations, adaptive explanations, and traceable links from generated interpretations to judgment passages. In a counterbalanced within-subject evaluation (N=16), participants completed tasks faster with JudgmentLens than with conventional PDF reading and reported lower workload and greater self-reported decision understanding, while rubric-scored comprehension did not differ reliably. An exploratory PDF+DeepSeek probe suggested that conversational AI supported formulated questions while leaving question formulation, answer integration, and source checking largely to users. We contribute an empirical account of non-expert judgment sensemaking and design strategies for inspectable, source-grounded AI mediation.

Mon 7 SeptHuman-Computer Interaction
The gist
Legal judgments are often hard for people without legal training to understand because they are written in complicated language and have many connected parts. The authors studied how non-experts in China tried to make sense of these judgments and found several common difficulties. They created JudgmentLens, a reading system that uses AI to provide clear explanations and shows exactly where the explanations come from in the text. People using JudgmentLens completed understanding tasks faster and felt less mental effort than reading normal PDFs, though their measured comprehension was about the same.
Open 2609.07607v1