Logic-Guided Multistage Inference for Explainable Multidefendant Judgment Prediction
Xu Zhang, Qinghua Wang, Mengyang Zhao, Fang Wang, Cunquan Qu
TL;DR
This work tackles the challenge of predicting guilt and sentencing in multidefendant cases, where defendant roles (principal vs accomplice) critically influence outcomes. It introduces MMSI, a two-stage Transformer framework that performs guilt inference from factual descriptions and then sentencing regression using a pruned court view, with an oriented masking module and label broadcasting to fuse role signals. Key contributions include defendant-oriented masking, comparative data construction for robust role differentiation, a label broadcasting mechanism, and the IMLJP dataset with extensive annotations; MMSI achieves state-of-the-art results and competitive performance against SOTA LLMs. The approach offers interpretable, logic-guided judicial assistance and is extensible to other crimes and jurisdictions.
Abstract
Crime disrupts societal stability, making law essential for balance. In multidefendant cases, assigning responsibility is complex and challenges fairness, requiring precise role differentiation. However, judicial phrasing often obscures the roles of the defendants, hindering effective AI-driven analyses. To address this issue, we incorporate sentencing logic into a pretrained Transformer encoder framework to enhance the intelligent assistance in multidefendant cases while ensuring legal interpretability. Within this framework an oriented masking mechanism clarifies roles and a comparative data construction strategy improves the model's sensitivity to culpability distinctions between principals and accomplices. Predicted guilt labels are further incorporated into a regression model through broadcasting, consolidating crime descriptions and court views. Our proposed masked multistage inference (MMSI) framework, evaluated on the custom IMLJP dataset for intentional injury cases, achieves significant accuracy improvements, outperforming baselines in role-based culpability differentiation. This work offers a robust solution for enhancing intelligent judicial systems, with publicly code available.
