DanishMahdi commited on
Commit
ea9d18a
·
verified ·
1 Parent(s): 4f64c91

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +85 -20
README.md CHANGED
@@ -1,20 +1,85 @@
1
- ---
2
- license: apache-2.0
3
- dataset_info:
4
- features:
5
- - name: file_name
6
- dtype: string
7
- - name: content_sindhi
8
- dtype: string
9
- splits:
10
- - name: train
11
- num_bytes: 55664734
12
- num_examples: 967
13
- download_size: 23097177
14
- dataset_size: 55664734
15
- configs:
16
- - config_name: default
17
- data_files:
18
- - split: train
19
- path: data/train-*
20
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ dataset_info:
4
+ features:
5
+ - name: file_name
6
+ dtype: string
7
+ - name: content_sindhi
8
+ dtype: string
9
+ splits:
10
+ - name: train
11
+ num_bytes: 55664734
12
+ num_examples: 967
13
+ download_size: 23097177
14
+ dataset_size: 55664734
15
+ configs:
16
+ - config_name: default
17
+ data_files:
18
+ - split: train
19
+ path: data/train-*
20
+
21
+
22
+ ---
23
+
24
+ # Sindhi Legal Dataset (Pakistan)
25
+
26
+ ## Dataset Details
27
+
28
+ ### Dataset Description
29
+
30
+ This dataset contains **Sindhi translations of Pakistani legal documents**, originally written in English.
31
+ It is intended to support **legal NLP**, **low-resource language research**, and **Sindhi language AI applications**.
32
+
33
+ The dataset includes constitutional provisions, ordinances, acts, and other statutory legal texts relevant to Pakistan.
34
+ All documents were translated into **Sindhi (Arabic script)** using a controlled, chunk-based machine translation pipeline to preserve structure and completeness.
35
+
36
+ - **Curated by:** Danish Mahdi
37
+ - **Funded by:** Not applicable
38
+ - **Shared by:** Danish Mahdi
39
+ - **Language(s) (NLP):** Sindhi (`sd`), source language English (`en`)
40
+ - **License:** Apache License 2.0
41
+
42
+ ---
43
+
44
+ ### Dataset Sources
45
+
46
+ - **Repository:** [Sindhi Legal Dataset on Hugging Face](https://huggingface.co/datasets/DanishMahdi/Sindhi_Legal_2)
47
+ - **Paper:** Not available
48
+ - **Demo:** Not available
49
+
50
+ ---
51
+
52
+ ## Uses
53
+
54
+ ### Direct Use
55
+
56
+ This dataset is suitable for:
57
+
58
+ - Sindhi **Legal NLP**
59
+ - **Text generation** and language modeling
60
+ - **Retrieval-Augmented Generation (RAG)** systems
61
+ - Legal **question answering**
62
+ - Fine-tuning **LLMs for Sindhi**
63
+ - Legal document analysis and summarization
64
+ - Low-resource language research
65
+
66
+ ### Out-of-Scope Use
67
+
68
+ - Legal decision-making or legal advice
69
+ - High-stakes legal interpretation
70
+ - Commercial legal compliance without human verification
71
+ - Tasks requiring human-verified or certified translations
72
+
73
+ ---
74
+
75
+ ## Dataset Structure
76
+
77
+ The dataset consists of **967 legal documents**, provided as a single `train` split.
78
+
79
+ Each record has the following structure:
80
+
81
+ ```json
82
+ {
83
+ "file_name": "example_document.pdf",
84
+ "content_sindhi": "سنڌي ۾ ترجمو ٿيل قانوني متن..."
85
+ }