LawThinker: A Deep Research Legal Agent in Dynamic Environments
AI 摘要
LawThinker通过Explore-Verify-Memorize策略,提升法律推理过程的准确性和合规性,在动态环境中表现优异。
主要贡献
- 提出Explore-Verify-Memorize策略
- 设计DeepVerifier模块验证推理步骤
- J1-EVAL动态基准上的显著提升
方法论
设计法律推理Agent,在知识探索后通过DeepVerifier模块验证知识的准确性、相关性和合规性,并使用记忆模块进行知识复用。
原文摘要
Legal reasoning requires not only correct outcomes but also procedurally compliant reasoning processes. However, existing methods lack mechanisms to verify intermediate reasoning steps, allowing errors such as inapplicable statute citations to propagate undetected through the reasoning chain. To address this, we propose LawThinker, an autonomous legal research agent that adopts an Explore-Verify-Memorize strategy for dynamic judicial environments. The core idea is to enforce verification as an atomic operation after every knowledge exploration step. A DeepVerifier module examines each retrieval result along three dimensions of knowledge accuracy, fact-law relevance, and procedural compliance, with a memory module for cross-round knowledge reuse in long-horizon tasks. Experiments on the dynamic benchmark J1-EVAL show that LawThinker achieves a 24% improvement over direct reasoning and an 11% gain over workflow-based methods, with particularly strong improvements on process-oriented metrics. Evaluations on three static benchmarks further confirm its generalization capability. The code is available at https://github.com/yxy-919/LawThinker-agent .