Search papers, labs, and topics across Lattice.
This paper introduces a multi-agent court simulation framework specifically designed for Chinese civil cases, addressing the limitations of existing simulations that predominantly focus on criminal law. By organizing role-based interactions through a structured five-stage trial procedure and incorporating a memory module for statute retrieval, the framework enhances the reliability of civil judgments, particularly in liability allocation and multi-item adjudication. Experiments reveal that the quality of memory significantly influences the overall effectiveness of the simulation, highlighting the importance of various contextual factors in judicial decision-making.
Reliable civil court judgments can now be simulated with a framework that adapts to the complexities of legal claims and remedies.
Court simulation bridges legal education and judicial practice, yet human-based simulations are costly and difficult to scale. Large language models (LLMs) offer a scalable alternative, but existing court-simulation research mainly focuses on criminal cases. Civil litigation is more common in practice and harder to simulate because its claims, liability, and remedies are more flexible. We present a multi-agent court simulation framework for Chinese civil cases. The framework organizes role-based interaction through a five-stage civil trial procedure and integrates memory module and statute retrieval to support long-process adjudication. Experiments show that the framework produces reliable civil judgments, with clear strengths in liability allocation and multi-item adjudication. Further experiments show that memory quality substantially affects downstream simulation quality. Through a five-layer factor framework, we analyze how legal grounding, information conditions, judicial capability and role orientation, organizational pressure, and social context affect the framework's reliability and behavior. These results support the effectiveness of the proposed framework for civil court simulation. The dataset and code are available at: https://github.com/foggpoy/Civil-Court.