菜单

关于 🐙 GitHub
arXiv 提交日期: 2026-06-25
📄 Abstract - Towards Explainable Adjudicative Variance: Quantifying Judicial Discretion via Gated Multi-Task Learning

Legal outcome prediction must disentangle objective case facts from adjudicative context. Merit-based rulings rely on factual evidence while technical disposals may hinge on judicial discretion. We propose a Judge-Aware Gated Multi-Task Learning architecture that explicitly models this distinction. We introduce a fine-grained outcome taxonomy to supervise the encoder, enforcing a structural regularization that disentangles distinct semantic pathways. This granular legal curriculum enables our Gated Fusion mechanism to dynamically modulate reliance on judge identity. We evaluate our approach on 13,937 UK Employment Tribunal decisions. We benchmark our design against supervised fine-tuning (SFT) of a Gemma-4 26B-A4B backbone, in which judge identity and the taxonomy are injected as prompt tokens or autoregressive output targets. The two contextual signals compose only weakly when forced through a single autoregressive channel. In contrast, coupling a LoRA-adapted Gemma-4 encoder with our gated architecture defines a new state of the art on this benchmark while requiring an order of magnitude fewer trainable parameters than the generative SFT baselines, with gains concentrated on the most ambiguous and rarest outcome classes. Beyond accuracy, the architecture is interpretable; learned judge embeddings and calibration profiles localize the cases where adjudicative context drives the prediction. These results indicate that, for identity-conditioned classification of legal outcomes, the choice of conditioning interface dominates scale: differentiable structured composition yields more accurate, more parameter-efficient models than prompt-based composition over a substantially larger backbone.

顶级标签: machine learning llm
详细标签: legal nlp multi-task learning gated fusion judicial discretion interpretability 或 搜索:

迈向可解释的裁判差异:通过门控多任务学习量化司法裁量权 / Towards Explainable Adjudicative Variance: Quantifying Judicial Discretion via Gated Multi-Task Learning


1️⃣ 一句话总结

本文提出了一种法官感知的门控多任务学习架构,能够自动区分案件事实与法官个人裁量权对判决的影响,从而在少量参数下更准确地预测英国劳动法庭的裁决结果,并揭示法官偏好对疑难案件判决的实际作用。

源自 arXiv: 2606.27069