paper-with-me

Papers

AGB-DE: A Corpus for the Automated Legal Assessment of Clauses in German Consumer Contracts

2024-06-10 · Annual Meeting of the Association for Computational Linguistics 2024 8 · Daniel Braun, Florian Matthes

Legal tasks and datasets are often used as benchmarks for the capabilities of language models. However, openly available annotated datasets are rare. In this paper, we introduce AGB-DE, a corpus of 3,764 clauses from German consumer contracts that have been annotated and legally assessed by legal experts. Together with the data, we present a first baseline for the task of detecting potentially void clauses, comparing the performance of an SVM baseline with three fine-tuned open language models and the performance of GPT-3.5. Our results show the challenging nature of the task, with no approach exceeding an F1-score of 0.54. While the fine-tuned models often performed better with regard to precision, GPT-3.5 outperformed the other approaches with regard to recall. An analysis of the errors indicates that one of the main challenges could be the correct interpretation of complex clauses, rather than the decision boundaries of what is permissible and what is not.

📄 PDF Abstract BibTeX arXiv:2406.06809

Code (1)

DaBr01/AGB-DE 공식 구현 pytorch

Tasks

Detection of potentially void clauses

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
15 Ways to Contact How can i speak to someone at Delta Airlines 설명 없음
Attention 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
SVM A Support Vector Machine, or SVM, is a non-parametric supervised learning model. For non-linear classification and regression, they utilise the kernel trick to map inputs…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Weight Decay 설명 없음

Similar Papers 제목 키워드 기반

Bundesrecht: An Open Library and Corpus for German Statutory Reference Processing

2026-05-29 · Harshil Darji, Martin Heckelmann, Christina Kratsch, Gerard de Melo arxiv

Statutory references are central to legal language understanding, but are difficult to process automatically, as they appear in compact and variable surface forms, may combine multiple targets, use special abbreviations,…

Information Extraction

NLP for Consumer Protection: Battling Illegal Clauses in German Terms and Conditions in Online Shopping

2021-08-01 · ACL (NLP4PosImpact) 2021 8 · Daniel Braun, Florian Matthes

Online shopping is an ever more important part of the global consumer economy, not just in times of a pandemic. When we place an order online as consumers, we regularly agree to the so-called “Terms and Conditions” (T&C)…

Retrieval-Augmented Detection of Potentially Abusive Clauses in Chilean Terms of Service

2026-05-25 · Christoffer Loeffler, Tomás Rey Pizarro, Daniel Ignacio Miranda Vásquez, Andrea Martínez Freile arxiv

Online Terms of Service often function as contracts of adhesion, creating asymmetries that may expose consumers to potentially abusive clauses. In Chile, assessing such clauses is legally challenging because some provisi…

AI-assisted German Employment Contract Review: A Benchmark Dataset

2025-01-27 · Oliver Wardas, Florian Matthes

Employment contracts are used to agree upon the working conditions between employers and employees all over the world. Understanding and reviewing contracts for void or unfair clauses requires extensive knowledge of the …

Fairness

LLMs for Legal Subsumption in German Employment Contracts

2025-07-02 · Oliver Wardas, Florian Matthes arxiv

Legal work, characterized by its text-heavy and resource-intensive nature, presents unique challenges and opportunities for NLP research. While data-driven approaches have advanced the field, their lack of interpretabili…