🤖 AI Summary
Current research on criminal judicial opinion generation models legal reasoning and sentencing prediction separately, leading to logical inconsistencies and heavy reliance on manual knowledge engineering—thus limiting practical applicability. To address this, we propose the novel task of *judicial opinion co-generation* and introduce *LegalChain*, a legal-chain-guided framework that unifies the modeling of factual premises, compound legal elements, and sentencing conclusions via structured legal chains. This enables end-to-end joint generation of reasoning and sentencing while supporting flexible integration of domain knowledge. Experiments on two Chinese open-source legal datasets demonstrate that our approach significantly outperforms existing baselines, achieving substantial improvements in logical consistency, legal accuracy, and practical interpretability of generated opinions. LegalChain thus establishes a more jurisprudentially grounded generative paradigm for judicial decision support.
📝 Abstract
A criminal judicial opinion represents the judge's disposition of a case, including the decision rationale and sentencing. Automatically generating such opinions can assist in analyzing sentencing consistency and provide judges with references to similar past cases. However, current research typically approaches this task by dividing it into two isolated subtasks: legal reasoning and sentencing prediction. This separation often leads to inconsistency between the reasoning and predictions, failing to meet real-world judicial requirements. Furthermore, prior studies rely on manually curated knowledge to enhance applicability, yet such methods remain limited in practical deployment. To address these limitations and better align with legal practice, we propose a new LegalAI task: Judicial Opinion Generation, which simultaneously produces both legal reasoning and sentencing decisions. To achieve this, we introduce LegalChainReasoner, a framework that applies structured legal chains to guide the model through comprehensive case assessments. By integrating factual premises, composite legal conditions, and sentencing conclusions, our approach ensures flexible knowledge injection and end-to-end opinion generation. Experiments on two real-world and open-source Chinese legal case datasets demonstrate that our method outperforms baseline models.