Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,69 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
task_categories:
|
3 |
+
- fill-mask
|
4 |
+
language:
|
5 |
+
- de
|
6 |
+
tags:
|
7 |
+
- legal
|
8 |
+
- case_law
|
9 |
+
- german
|
10 |
+
pretty_name: German Case Law Dump
|
11 |
+
size_categories:
|
12 |
+
- 10K<n<100K
|
13 |
+
license: cc0-1.0
|
14 |
+
---
|
15 |
+
|
16 |
+
# German Case Law Dump
|
17 |
+
|
18 |
+
This dataset contains **78,909 documents** of current German court decisions (as of **July 30, 2025**) collected from [rechtsprechung-im-internet.de](https://www.rechtsprechung-im-internet.de).
|
19 |
+
|
20 |
+
The documents are sourced from various courts and types:
|
21 |
+
|
22 |
+
| Court | Types | Documents|
|
23 |
+
|-----------|-----------|----------|
|
24 |
+
| BAG | KARE | 7,033 |
|
25 |
+
| BFH | STRE | 11,150 |
|
26 |
+
| BGH | JURE | 6,164 |
|
27 |
+
| BGH | KORE | 25,992 |
|
28 |
+
| BPatG | JURE | 5,866 |
|
29 |
+
| BPatG | MPRE | 1,311 |
|
30 |
+
| BSG | KSRE | 6,121 |
|
31 |
+
| BVerfG | KVRE | 5,507 |
|
32 |
+
| BVerwG | JURE | 553 |
|
33 |
+
| BVerwG | WBRE | 9,210 |
|
34 |
+
|
35 |
+
## Dataset Structure
|
36 |
+
|
37 |
+
- The dataset is provided in **JSONL** (JSON Lines) format.
|
38 |
+
- **Each line** represents a single case law.
|
39 |
+
|
40 |
+
## Features
|
41 |
+
|
42 |
+
Each JSON object contains the following fields:
|
43 |
+
|
44 |
+
- `doknr` β Internal document number
|
45 |
+
- `ecli` β European Case Law Identifier
|
46 |
+
- `gertyp` β Court type (e.g., BGH, BFH, BVerfG)
|
47 |
+
- `gerort` β Court location
|
48 |
+
- `spruchkoerper` β Judicial panel / chamber
|
49 |
+
- `entsch-datum` β Decision date
|
50 |
+
- `aktenzeichen` β Case number
|
51 |
+
- `doktyp` β Document type
|
52 |
+
- `norm` β Cited legal norms
|
53 |
+
- `vorinstanz` β Lower courts
|
54 |
+
- `region` β Regional assignment
|
55 |
+
- `mitwirkung` β Participating judges
|
56 |
+
- `titelzeile` β Title
|
57 |
+
- `leitsatz` β Headnote
|
58 |
+
- `sonstosatz` β Other leading sentence
|
59 |
+
- `tenor` β Ruling (tenor)
|
60 |
+
- `tatbestand` β Statement
|
61 |
+
- `entscheidungsgruende` β Reasons for decision
|
62 |
+
- `gruende` β Additional reasons
|
63 |
+
- `abwmeinung` β Dissenting opinion
|
64 |
+
- `sonstlt` β Other headnotes
|
65 |
+
- `identifier` β Unique identifier
|
66 |
+
- `coverage` β Coverage information
|
67 |
+
- `language` β Language
|
68 |
+
- `publisher` β Publisher
|
69 |
+
- `accessRights` β Access rights
|