File size: 1,999 Bytes
062b45c
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
---
license: apache-2.0
---

# ๐Ÿ‡ฎ๐Ÿ‡ฉ Indonesian Regulation Parsed Dataset

This dataset contains the **parsed content of over 250,000 Indonesian regulations**, extracted directly from PDFs at the article level โ€” **without chunking** โ€” resulting in **3.5+ million rows** representing individual articles and clauses.

---

## ๐Ÿ“„ Dataset Overview

* **Source**: Parsed from the original PDF collection of Indonesian regulations (\~250K documents)
* **Parsed Units**: Articles, clauses, or sections as atomic units (no chunking applied)
* **Size**: Over **3.5 million rows** of parsed text data
* **Token Count**: Approximately **2 billion tokens** in total

---

## โš™๏ธ Processing Pipeline

* **Data Flow**:

  1. Pull PDFs from the **[ID\_REG repository](https://huggingface.co/datasets/Azzindani/ID_REG)**
  2. Parse and extract articles using automated PDF text extraction methods
  3. Push cleaned, parsed text to this Hugging Face repository

* **Infrastructure**:

  * Utilized **6 simultaneous Google Colab instances** for parallel processing
  * Cloud-to-cloud architecture enables direct transfer without local storage bottlenecks
  * Total processing time: \~30 hours

---

## ๐Ÿง  Use Cases

* Fine-grained legal text analysis and search
* Article-level classification, summarization, or information retrieval
* Training large language models on legal text with natural article boundaries
* Developing Indonesian regulation compliance tools

---

## โš ๏ธ Disclaimer

This dataset is provided **exclusively for research and development** purposes. It contains parsed content derived from publicly available legal PDFs, and no guarantees are made regarding completeness or legal accuracy.

---

## ๐Ÿ™ Acknowledgments

* Hosted on **[Hugging Face](https://huggingface.co/)** โ€” a wonderful platform for open data sharing
* Processing powered by **[Google Colab](https://colab.research.google.com/)** โ€” scalable cloud resources that made fast parallel parsing possible

---