Update README.md
Browse files
README.md
CHANGED
@@ -7,4 +7,29 @@ tags:
|
|
7 |
pretty_name: Czech Constitutional Law Decisions
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
7 |
pretty_name: Czech Constitutional Law Decisions
|
8 |
size_categories:
|
9 |
- 10K<n<100K
|
10 |
+
---
|
11 |
+
|
12 |
+
# Czech Constitutional Court Decisions Dataset
|
13 |
+
|
14 |
+
This dataset contains decisions from the Constitutional Court of the Czech Republic scraped from [NALUS](https://nalus.usoud.cz/Search/Search.aspx), the official database of Constitutional Court decisions.
|
15 |
+
|
16 |
+
## Dataset Description
|
17 |
+
|
18 |
+
- **Time Period**: December 1, 1989 - December 31, 2024
|
19 |
+
- **Source**: Public database NALUS (https://nalus.usoud.cz/Search/Search.aspx)
|
20 |
+
- **Format**: CSV file with two columns:
|
21 |
+
- `index`: Unique identifier (plain counter) for each decision
|
22 |
+
- `text`: Full text of the court decision
|
23 |
+
|
24 |
+
## Data Usage
|
25 |
+
|
26 |
+
This dataset can be utilized for:
|
27 |
+
- Training language models on legal texts
|
28 |
+
- Creating synthetic legal datasets
|
29 |
+
- Building vector databases for Retrieval Augmented Generation (RAG)
|
30 |
+
- Legal text analysis and research
|
31 |
+
- NLP tasks focused on Czech legal domain
|
32 |
+
|
33 |
+
## Legal Status
|
34 |
+
|
35 |
+
The dataset contains publicly available court decisions without any creative license restrictions. The Constitutional Court decisions are official documents and as such are not subject to copyright protection.
|