roslein commited on
Commit
1100e2b
·
verified ·
1 Parent(s): f2af8c8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +35 -3
README.md CHANGED
@@ -1,3 +1,35 @@
1
- ---
2
- license: eupl-1.1
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: eupl-1.1
3
+ language:
4
+ - cs
5
+ tags:
6
+ - legal
7
+ pretty_name: Czech Supreme administrative Court Decisions
8
+ size_categories:
9
+ - 1K<n<10K
10
+ ---
11
+
12
+ # Czech Supreme Administrative Court Decisions Dataset
13
+
14
+ This dataset contains decisions from the Supreme Administrative Court of the Czech Republic scraped from their [official search interface](https://vyhledavac.nssoud.cz/Home/Index?formular=4).
15
+
16
+ ## Dataset Description
17
+
18
+ - **Time Period**: 2001 - 2024
19
+ - **Source**: Supreme Administrative Court Search Interface (https://vyhledavac.nssoud.cz)
20
+ - **Format**: CSV file with two columns:
21
+ - `index`: Unique identifier 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 administrative law texts
28
+ - Creating synthetic legal datasets
29
+ - Building vector databases for Retrieval Augmented Generation (RAG)
30
+ - Administrative law text analysis and research
31
+ - NLP tasks focused on Czech administrative legal domain
32
+
33
+ ## Legal Status
34
+
35
+ The dataset contains publicly available court decisions without any license restrictions. The Supreme Administrative Court decisions are official documents and as such are not subject to copyright protection.