Update README.md
Browse files
README.md
CHANGED
@@ -16,11 +16,23 @@ configs:
|
|
16 |
- split: main
|
17 |
path: data/cases.jsonl.gz
|
18 |
---
|
19 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
20 |
|
21 |
This dataset is a comprehensive collection of open legal case records in JSONL format. It comprises **251,038** cases extracted and processed from the [Open Legal Data dump](https://static.openlegaldata.io/dumps/de/2022-10-18/) (as of _2022-10-18_). The dataset is designed for legal research, data science, and natural language processing applications. While the majority of entries (especially _tenor_, _tatbestand_, _gründe_, and _entscheidungsgründe_) have been carefully separated and extracted, approximately **1,176** (**0.47%** of total) cases have been flagged as "_messy_" due to extraction or formatting issues. These messy entries are included for full transparency, and their "_slug_" IDs are available in [`problematic_case_slugs.txt`](https://huggingface.co/datasets/harshildarji/openlegaldata/blob/main/problematic_case_slugs.txt) so users can decide whether to filter them out or work with them. In references, law references and case references are also separated, as shown in the [example entry](#example-entry).
|
22 |
|
23 |
-
|
24 |
|
25 |
```
|
26 |
├── README.md
|
@@ -33,7 +45,7 @@ This dataset is a comprehensive collection of open legal case records in JSONL f
|
|
33 |
- **Format:** JSONL
|
34 |
- **Total Cases:** 251,038
|
35 |
|
36 |
-
|
37 |
|
38 |
- **id:** Unique identifier for the record.
|
39 |
- **file_number:** Identifier for the case (e.g., `"1 A 2639/20"`).
|
|
|
16 |
- split: main
|
17 |
path: data/cases.jsonl.gz
|
18 |
---
|
19 |
+
<h1 align="center">Clean Open Legal Data</h1>
|
20 |
+
<h4 align="center">
|
21 |
+
<p>
|
22 |
+
<a href=#overview>Overview</a> |
|
23 |
+
<a href=#dataset-structure>Dataset Structure</a> |
|
24 |
+
<a href=#key-fields>Key Fields</a> |
|
25 |
+
<a href=#example-entry>Example Entry</a> |
|
26 |
+
<a href=#using-the-dataset-with-python>Using the Dataset with Python</a> |
|
27 |
+
<a href=#license>License</a>
|
28 |
+
<p>
|
29 |
+
</h4>
|
30 |
+
|
31 |
+
## Overview
|
32 |
|
33 |
This dataset is a comprehensive collection of open legal case records in JSONL format. It comprises **251,038** cases extracted and processed from the [Open Legal Data dump](https://static.openlegaldata.io/dumps/de/2022-10-18/) (as of _2022-10-18_). The dataset is designed for legal research, data science, and natural language processing applications. While the majority of entries (especially _tenor_, _tatbestand_, _gründe_, and _entscheidungsgründe_) have been carefully separated and extracted, approximately **1,176** (**0.47%** of total) cases have been flagged as "_messy_" due to extraction or formatting issues. These messy entries are included for full transparency, and their "_slug_" IDs are available in [`problematic_case_slugs.txt`](https://huggingface.co/datasets/harshildarji/openlegaldata/blob/main/problematic_case_slugs.txt) so users can decide whether to filter them out or work with them. In references, law references and case references are also separated, as shown in the [example entry](#example-entry).
|
34 |
|
35 |
+
## Dataset Structure
|
36 |
|
37 |
```
|
38 |
├── README.md
|
|
|
45 |
- **Format:** JSONL
|
46 |
- **Total Cases:** 251,038
|
47 |
|
48 |
+
## Key Fields
|
49 |
|
50 |
- **id:** Unique identifier for the record.
|
51 |
- **file_number:** Identifier for the case (e.g., `"1 A 2639/20"`).
|