paper-with-me

홈 › Papers

Which Changes Matter? Towards Trustworthy Legal AI via Relevance-Sensitive Evaluation and Solver-Grounded Reasoning

2026-05-26 · Chen Linze, Cai Yufan, Hou Zhe, Dong Jin Song arxiv

Legal reasoning requires distinguishing changes that matter from those that do not. Legal AI should remain stable under legally irrelevant perturbations, but should change when perturbations alter legally material points. We formulate this requirement as a legal-relevance-sensitive evaluation problem: LLMs should only be sensitive to the legally relevant change. We introduce a unified evaluation suite covering should-change and should-not-change evaluation across judicial fairness, robustness, and statute-confusion scenarios. Our evaluation shows that existing legal LLMs are systematically sensitive to legally irrelevant variations and often fail to distinguish related legal elements and statutory rules. To mitigate these failures, we present LexGuard, an adversarial multi-agent framework grounded in formal reasoning. LexGuard formalizes statutes into executable constraints, uses adversarial agents to extract competing fact-statute arguments, and invokes SMT solvers to verify legal satisfaction and logical consistency. Experiments show that LexGuard improves legal reasoning reliability by reducing vulnerability to manipulative framing, improving disambiguation among similar statutes, limiting the influence of legally irrelevant attributes, and increasing consistency under benign reformulations. We show that legal trustworthiness requires not only accuracy, but calibrated sensitivity to legally material changes.

📄 PDF Abstract BibTeX arXiv:2605.26530

Code (0)

등록된 구현이 없습니다.

Tasks

Legal Reasoning

Similar Papers 제목 키워드 기반

Tasks and Roles in Legal AI: Data Curation, Annotation, and Verification

2025-04-02 · Allison Koenecke, Jed Stiglitz, David Mimno, Matthew Wilkens

The application of AI tools to the legal field feels natural: large legal document collections could be used with specialized AI to improve workflow efficiency for lawyers and ameliorate the "justice gap" for underserved…

Parthenon Law: A Self-Evolving Legal-Agent Framework

2026-06-03 · Hejia Geng, Leo Liu arxiv

As agents grow more capable, legal-domain LLM agents promise to turn document-heavy matters into reviewable work products -- yet reliable deployment faces three obstacles: no large-scale evidence on how today's strongest…

A Framework for Explainable Text Classification in Legal Document Review

2019-12-19 · Christian J. Mahoney, Jianping Zhang, Nathaniel Huber-Fliflet, Peter Gronvall 외

Companies regularly spend millions of dollars producing electronically-stored documents in legal matters. Recently, parties on both sides of the 'legal aisle' are accepting the use of machine learning techniques like tex…

ClassificationGeneral Classificationtext-classificationText Classification

Leveraging Large Language Models for Relevance Judgments in Legal Case Retrieval

2024-03-27 · Shengjie Ma, Chong Chen, Qi Chu, Jiaxin Mao

Collecting relevant judgments for legal case retrieval is a challenging and time-consuming task. Accurately judging the relevance between two legal cases requires a considerable effort to read the lengthy text and a high…

Language ModelingLanguage ModellingLarge Language ModelRetrieval

Towards Trustworthy Legal AI through LLM Agents and Formal Reasoning

2025-11-26 · Linze Chen, Yufan Cai, Zhe Hou, Jin Song Dong arxiv

Legal decisions should be logical and based on statutory laws. While large language models(LLMs) are good at understanding legal text, they cannot provide verifiable justifications. We present L4L, a solver-centric frame…

Legal Reasoning