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

📅 2026-05-29
📈 Citations: 0
Influential: 0
📄 PDF

career value

157K/year
🤖 AI Summary
This study addresses the challenges posed by statutory citations in German legal texts, which are highly compact, multi-targeted, employ domain-specific abbreviations, and refer to fine-grained provisions, rendering them difficult to process automatically. To tackle this, the work presents the first open-source toolchain encompassing the full processing pipeline—comprising a citation parser, a normalizer, and a structured corpus of federal statutes—integrating natural language processing with hierarchical legal modeling to achieve end-to-end structured mapping from raw citations to precise legal provisions. Evaluated on 2,944 annotated citations, the system demonstrates strong performance under strict matching and information extraction metrics; normalized citations significantly outperform simple string matching, and the approach achieves high-fidelity deduplication through reliable clustering of real-world citation variants.
📝 Abstract
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, and often point to lower-level units. Existing tools for German focus either on parsing references from legal documents or accessing statutory text once citations are explicit. This paper introduces bundesrecht, an open resource for German statutory reference processing, consisting of a software library and a structured corpus of German federal law. The library parses, normalizes, and resolves German statutory references, mapping raw citation strings to structured objects, expanding compact references into canonical forms, and linking them to statutory provisions. The accompanying dataset preserves the internal hierarchy of statutes from laws to fine-granular subclauses. We evaluate the parser and normalizer on 2,944 annotated German legal references using strict exact-match and micro information extraction metrics. We further evaluate canonical reference deduplication and show that normalized references group real citation surface variants far more reliably than string matching. bundesrecht is the first open resource that covers German statutory reference processing as an end-to-end pipeline, from raw citation string to resolved statutory provision, and is available on PyPI.
Problem

Research questions and friction points this paper is trying to address.

statutory references
German legal language
citation normalization
legal text processing
reference resolution
Innovation

Methods, ideas, or system contributions that make the work stand out.

statutory reference processing
legal NLP
reference normalization
structured legal corpus
end-to-end legal parsing
🔎 Similar Papers
No similar papers found.