roslein commited on
Commit
631c5ac
·
verified ·
1 Parent(s): f3f67bf

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -3
README.md CHANGED
@@ -1,3 +1,31 @@
1
- ---
2
- license: gpl-3.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: gpl-3.0
3
+ language:
4
+ - cs
5
+ tags:
6
+ - legal
7
+ ---
8
+ ## CzechVOC Dataset
9
+ The CzechVOC dataset is a structured collection of legal terms and their definitions, curated to support the Czech e-Sbírka system—a digital repository for Czech laws and international treaties. This dataset serves as a comprehensive vocabulary, facilitating consistent referencing and understanding of legal concepts within the Czech legal framework.
10
+
11
+ ### Dataset Structure
12
+ The dataset comprises entries with the following columns:
13
+
14
+ 1. **Index**: A unique identifier for each term. (just counter)
15
+ 2. **Legal Term**: The specific legal term or concept.
16
+ 3. **Definition**: A detailed explanation or description of the legal term.
17
+
18
+ ### Data Collection Methodology
19
+ The dataset was compiled using a web scraping approach, targeting the e-Sbírka website. The process involved:
20
+
21
+ Navigating Legal Terms: Accessing pages listing valid legal terms.
22
+ Extracting Term Details: For each term, retrieving its name and corresponding definition.
23
+ Data Storage: Organizing the collected data into a structured format with the specified columns.
24
+
25
+ ### Notes
26
+ - Please be advised that some definitions are not currently valid, they are only annotated in text with a time span. Only definitions containing starting date are currently valid.
27
+ - This dataset might be used as precursor for synthetic dataset (but the invalid terms must be filtered)
28
+
29
+ ---
30
+ license: gpl-3.0
31
+ ---