paulpall commited on
Commit
cd2c38b
1 Parent(s): 5786294

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +82 -1
README.md CHANGED
@@ -14,4 +14,85 @@ configs:
14
  - config_name: Hugging Face Preview
15
  data_files: "Hugging_Face.csv"
16
  sep: "|"
17
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
14
  - config_name: Hugging Face Preview
15
  data_files: "Hugging_Face.csv"
16
  sep: "|"
17
+ ---
18
+
19
+ # Estonian Legalese Corpus
20
+
21
+ ## Dataset Summary
22
+
23
+ The **Estonian Legal Texts** dataset is a collection of legal documents extracted from the Estonian National Corpus. It is tailored for Natural Language Processing (*NLP*) tasks, particularly those involving the Estonian language. The dataset contains legal texts such as acts, regulations, and legal proceedings, making it an essential resource for developing language models, text classification systems, and other NLP tools for Estonian.
24
+
25
+ ## Languages
26
+
27
+ - **Primary Language:** Estonian (`et`)
28
+
29
+ ## Dataset Structure
30
+
31
+ - **Format:** Plain text
32
+ - **Documents:** The dataset includes various types of legal texts, such as acts, regulations, and court proceedings.
33
+ - **Annotations:** The texts are not annotated, providing raw legal text for analysis and model training.
34
+
35
+ ### Data Fields
36
+
37
+ - `text`: The raw legal text from the Estonian legal documents.
38
+
39
+ ### Data Splits
40
+
41
+ This dataset has not been pre-split into training, validation, or test sets. Users can create splits based on their specific use case.
42
+
43
+ ## Dataset Creation
44
+
45
+ ### Source Data
46
+
47
+ - **Origin:** The legal texts are sourced from the Estonian National Corpus, which includes a wide range of text types, with legal documents forming a specific subset.
48
+ - **Collection Process:** Legal texts were filtered and extracted from the Estonian National Corpus to create this dataset. The focus was on maintaining the context and integrity of the legal language.
49
+
50
+ ### Preprocessing
51
+
52
+ - **Cleaning:** The text data was cleaned to remove extraneous characters and ensure consistent formatting. Non-legal content was removed, and the documents were kept in their original Estonian language without additional annotation or translation.
53
+
54
+ ## Uses
55
+
56
+ ### Primary Use Case
57
+
58
+ - **Grammatical Error Correction (*GEC*) in Estonian**: Useful for training and evaluating GEC models for Estonian.
59
+ - **Legal Text Processing:** Ideal for tasks such as legal document classification, named entity recognition (*NER*), and language modeling in the legal domain.
60
+
61
+ ### Potential Applications
62
+
63
+ - **Legal Document Classification:** Classifying legal documents by type, topic, or domain.
64
+ - **Named Entity Recognition (*NER*):** Identifying legal entities within the texts.
65
+ - **Language Modeling:** Developing models that can understand or generate legal Estonian text.
66
+ - **Translation Models:** Creating models to translate Estonian legal texts to other languages.
67
+
68
+ ## Ethical Considerations
69
+
70
+ - **Data Privacy:** The texts are from publicly available legal documents. Nevertheless, the accuracy and context in which these texts are used should be carefully considered.
71
+ - **Bias and Fairness:** The dataset may reflect biases specific to the Estonian legal system and culture, and care should be taken when applying models trained on this data to other legal contexts or languages.
72
+
73
+ ## Citation
74
+
75
+ If you use this dataset in your research or project, please cite it as follows:
76
+ ```
77
+ @dataset{estonian_legal_texts_2024,
78
+ title={Estonian Legal Texts from the Estonian National Corpus},
79
+ author={Institute of Estonian Language},
80
+ year={2024},
81
+ url={https://example.com/estonian-legal-texts}
82
+ }
83
+ ```
84
+ ## Licence
85
+
86
+ The [original source](https://www.cl.ut.ee/korpused/segakorpus/index.php?lang=en) just states that "*The corpus is free for non-commercial use.*"
87
+
88
+ ## Dataset Curators
89
+
90
+ The dataset was curated by researchers at the Institute of Estonian Language, in collaboration with the Estonian National Corpus project.
91
+
92
+ ## Contact Information
93
+
94
+ For any inquiries or issues related to this dataset, please contact the dataset curators at [info@example.com].
95
+
96
+ ---
97
+
98
+ This dataset card is formatted according to the [Hugging Face Dataset Card Template](https://huggingface.co/docs/datasets/dataset_card).