Papers by Stanisław Sójka
Incorporating Precedents for Legal Judgement Prediction on European Court of Human Rights Cases (2024.findings-emnlp)
Copied to clipboard
| Challenge: | Inspired by the legal doctrine of stare decisis, we explore methods to integrate precedents into LJP models. |
| Approach: | They propose to integrate precedents into legal judgment prediction models by integrating them at inference and during training via a precedent fusion module. |
| Outcome: | The proposed model outperforms models without precedents or with precedents incorporated only at inference on LJP tasks. |
Accurate Legal Reasoning at Scale: Neuro-Symbolic Offloading and Structural Auditability for Robust Legal Adjudication (2026.acl-industry)
Copied to clipboard
| Challenge: | Legal texts contain computational legal clauses that exceed the semantic complexity of the realworld activities they govern. |
| Approach: | They propose a neuro-symbolic approach to legal adjudication using an LLM . they use a typed graph intermediate representation to translate a legal text into a deterministic contract language . |
| Outcome: | The proposed system reduces compute costs by over 90% in high-volume workflows while satisfying auditability requirements. |