roslein commited on
Commit
e75a496
·
verified ·
1 Parent(s): 9e9bfcb

Update README.md

Browse files

# Czech Constitutional Court Decisions Dataset

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.

## Dataset Description

- **Time Period**: December 1, 1989 - December 31, 2024
- **Source**: Public database NALUS (https://nalus.usoud.cz/Search/Search.aspx)
- **Format**: CSV file with two columns:
- `index`: Unique identifier (plain counter) for each decision
- `text`: Full text of the court decision

## Data Usage

This dataset can be utilized for:
- Training language models on legal texts
- Creating synthetic legal datasets
- Building vector databases for Retrieval Augmented Generation (RAG)
- Legal text analysis and research
- NLP tasks focused on Czech legal domain

## Legal Status

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.

Files changed (1) hide show
  1. README.md +10 -3
README.md CHANGED
@@ -1,3 +1,10 @@
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 Constitutional Law Decisions
8
+ size_categories:
9
+ - 10K<n<100K
10
+ ---