louisbrulenaudet
commited on
Commit
•
c4da079
1
Parent(s):
9f799f3
Update README.md
Browse files
README.md
CHANGED
@@ -72,6 +72,20 @@ The primary objective of this dataset is to centralize laws from around the worl
|
|
72 |
|
73 |
By providing a standardized dataset of global legal texts, we aim to accelerate the development of AI models in the legal domain, enabling more accurate and comprehensive legal analysis across different jurisdictions.
|
74 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
75 |
Easy-to-use script for hashing the `document`:
|
76 |
|
77 |
```python
|
|
|
72 |
|
73 |
By providing a standardized dataset of global legal texts, we aim to accelerate the development of AI models in the legal domain, enabling more accurate and comprehensive legal analysis across different jurisdictions.
|
74 |
|
75 |
+
## Dataset Structure
|
76 |
+
|
77 |
+
The dataset is organized with the following columns:
|
78 |
+
|
79 |
+
- `id`: A unique identifier for each document
|
80 |
+
- `title`: The title of the legal document
|
81 |
+
- `citation`: The citation information for the document, referencing legal precedents or sources
|
82 |
+
- `docket_number`: The docket number associated with the legal case or document
|
83 |
+
- `state`: The state or jurisdiction related to the document (e.g., "Maine"...)
|
84 |
+
- `issuer`: The entity or authority that issued the document
|
85 |
+
- `document`: The full text content of the legal document
|
86 |
+
- `hash`: A SHA-256 hash of the document for verification purposes, ensuring data integrity
|
87 |
+
- `timestamp`: The timestamp indicating when the document was created, enacted, or last updated
|
88 |
+
|
89 |
Easy-to-use script for hashing the `document`:
|
90 |
|
91 |
```python
|