paper-with-me

Papers

Swiss-Judgment-Prediction: A Multilingual Legal Judgment Prediction Benchmark

2021-10-02 · EMNLP (NLLP) 2021 11 · Joel Niklaus, Ilias Chalkidis, Matthias Stürmer

In many jurisdictions, the excessive workload of courts leads to high delays. Suitable predictive AI models can assist legal professionals in their work, and thus enhance and speed up the process. So far, Legal Judgment Prediction (LJP) datasets have been released in English, French, and Chinese. We publicly release a multilingual (German, French, and Italian), diachronic (2000-2020) corpus of 85K cases from the Federal Supreme Court of Switzerland (FSCS). We evaluate state-of-the-art BERT-based methods including two variants of BERT that overcome the BERT input (text) length limitation (up to 512 tokens). Hierarchical BERT has the best performance (approx. 68-70% Macro-F1-Score in German and French). Furthermore, we study how several factors (canton of origin, year of publication, text length, legal area) affect performance. We release both the benchmark dataset and our code to accelerate future research and ensure reproducibility.

📄 PDF Abstract BibTeX arXiv:2110.00806

Code (1)

joelniklaus/swissjudgementprediction 공식 구현 pytorch

Tasks

Prediction

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
WordPiece 설명 없음
Adam 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Residual Connection 설명 없음
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Analyzing Bias in Swiss Federal Supreme Court Judgments Using Facebook's Holistic Bias Dataset: Implications for Language Model Training

2025-01-06 · Sabine Wehnert, Muhammet Ertas, Ernesto William De Luca

Natural Language Processing (NLP) is vital for computers to process and respond accurately to human language. However, biases in training data can introduce unfairness, especially in predicting legal judgment. This study…

Decision MakingLanguage ModelingLanguage Modelling

An Empirical Study on Cross-Lingual and Cross-Domain Transfer for Legal Judgment Prediction

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Cross-lingual transfer learning has proven useful in a variety of NLP tasks, but it is understudied in the context of legal NLP, and not at all on n Legal Judgment Prediction (LJP). We explore transfer learning technique…

Cross-Lingual TransferTransfer Learning

An Empirical Study on Cross-X Transfer for Legal Judgment Prediction

2022-09-25 · Joel Niklaus, Matthias Stürmer, Ilias Chalkidis

Cross-lingual transfer learning has proven useful in a variety of Natural Language Processing (NLP) tasks, but it is understudied in the context of legal NLP, and not at all in Legal Judgment Prediction (LJP). We explore…

Cross-Lingual TransferTransfer Learning

Explicitly Integrating Judgment Prediction with Legal Document Retrieval: A Law-Guided Generative Approach

2023-12-15 · Weicong Qin, Zelin Cao, Weijie Yu, Zihua Si 외

Legal document retrieval and judgment prediction are crucial tasks in intelligent legal systems. In practice, determining whether two documents share the same judgments is essential for establishing their relevance in le…

PredictionRetrievalSemantic SimilaritySemantic Textual Similarity

MILDSum: A Novel Benchmark Dataset for Multilingual Summarization of Indian Legal Case Judgments

2023-10-28 · Debtanu Datta, Shubham Soni, Rajdeep Mukherjee, Saptarshi Ghosh

Automatic summarization of legal case judgments is a practically important problem that has attracted substantial research efforts in many countries. In the context of the Indian judiciary, there is an additional complex…