LennardZuendorf
commited on
Commit
·
1ad9385
1
Parent(s):
c37bea6
Update README.md
Browse files
README.md
CHANGED
@@ -31,4 +31,56 @@ dataset_info:
|
|
31 |
num_examples: 141
|
32 |
download_size: 83977470
|
33 |
dataset_size: 167714305.29455447
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
34 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
31 |
num_examples: 141
|
32 |
download_size: 83977470
|
33 |
dataset_size: 167714305.29455447
|
34 |
+
task_categories:
|
35 |
+
- text-classification
|
36 |
+
language:
|
37 |
+
- de
|
38 |
+
tags:
|
39 |
+
- legal
|
40 |
+
pretty_name: labeled German Court case decisions
|
41 |
+
size_categories:
|
42 |
+
- 1K<n<10K
|
43 |
---
|
44 |
+
|
45 |
+
# Dataset Card for openlegaldata.io bulk case data
|
46 |
+
|
47 |
+
## Dataset Description
|
48 |
+
|
49 |
+
This is a labeled version of my already edited data from [openlegaldata.io](https://de.openlegaldata.io/).
|
50 |
+
|
51 |
+
#### The Entire Dataset Is In German
|
52 |
+
|
53 |
+
- **Github Repository:** [uniArchive-legalis]](https://github.com/LennardZuendorf/uniArchive-legalis)
|
54 |
+
- **Processed Data:** [openlegaldata-processed](https://huggingface.co/datasets/LennardZuendorf/openlegaldata-processed)
|
55 |
+
- **Original Bulk Data:** [Bulk Data](https://static.openlegaldata.io/dumps/de/)
|
56 |
+
|
57 |
+
## Edit Summary
|
58 |
+
|
59 |
+
- This Data is based on already processed data from openlegaldata. Repositories for both can be found on Huggingface (links above).
|
60 |
+
|
61 |
+
### Data Fields
|
62 |
+
|
63 |
+
| id | court | file_number | date | type | content | tenor | reasoning | facts |
|
64 |
+
| - | - | - | - | - | - | - | - | - |
|
65 |
+
| numeric id | name of the court that made the decision | file number of the case ("Aktenzeichen") | decision date | type of the case decision | entire content (text) of the case decision | An abstract, legal summary of the cases decision | the entire rest of the decision, explaining in detail why the decision has been made | the facts and details of a case |
|
66 |
+
|
67 |
+
Additionally, I have added 2 field that label the data
|
68 |
+
|
69 |
+
#### label fields
|
70 |
+
|
71 |
+
- The labels are created using ChatGPT to extract/summarize the tenor (the summary of the decision) down to a winner. **This might lead to errors**. While I have checked the data occasionally, I have not check every single decision of the 2800 cases. But for my project, which was a proof of concept for University this is more than enough.
|
72 |
+
- see Github for the used Jupyter Notebook
|
73 |
+
|
74 |
+
| winner | label |
|
75 |
+
| - | - |
|
76 |
+
| Winner in text form - plaintiff("Kläger*in") or defendent ("Verklagte*r") | binary label: 1 if plaintiff won, 0 if defendent won |
|
77 |
+
|
78 |
+
### Languages
|
79 |
+
|
80 |
+
- German
|
81 |
+
|
82 |
+
## Additional Information
|
83 |
+
|
84 |
+
### Licensing/Citation Information
|
85 |
+
|
86 |
+
The [openlegaldata platform](https://github.com/openlegaldata/oldp) is licensed under the MIT license, you can access the dataset by citing the original source, [openlegaldata.io](https://de.openlegaldata.io/) and me, [Lennard Zündorf](https://github.com/LennardZuendorf) as the editor of this dataset.
|