ducut91 commited on
Commit
f359c0f
·
verified ·
1 Parent(s): 2b01f29

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -12
README.md CHANGED
@@ -14,7 +14,7 @@ size_categories:
14
 
15
  # 📚 Korean Statutes Dataset (All Laws of Korea)
16
 
17
- This dataset provides a **comprehensive collection of 219,053 legal provisions** from **all Korean statutes**, crawled from the **Korea National Law Information Center** (law\.go.kr). Each entry corresponds to an individual clause (`조문`) within a law and includes metadata such as law name, promulgation date, enforcement date, issuing department, and more.
18
 
19
  This dataset is ideal for **legal NLP**, **statutory clause-level retrieval**, and **Korean law-aware generative AI systems**.
20
 
@@ -22,13 +22,13 @@ This dataset is ideal for **legal NLP**, **statutory clause-level retrieval**, a
22
 
23
  ## 📦 Dataset Summary
24
 
25
- * **Total Records**: 219,053
26
  * **Total Laws**: 5,500
27
  * **Language**: Korean (`ko`)
28
  * **Fields**: 15 columns with English names
29
  * **Source**: [law.go.kr](https://law.go.kr/)
30
  * **Contact**: [ducut91@gmail.com](mailto:ducut91@gmail.com)
31
- * **License**: This dataset is based on public legal data provided by the National Law Information Center (law.go.kr) and is freely available for anyone to use. You may use, modify, and redistribute the data for research, commercial, or educational purposes without restriction.
32
 
33
  > Each row corresponds to one clause (`조문`) from a law. The full law content can be retrieved via the provided `LawDetailLink`.
34
 
@@ -40,7 +40,7 @@ This dataset is ideal for **legal NLP**, **statutory clause-level retrieval**, a
40
  | -------------------- | ------------------------------------------------------------------------ |
41
  | `CurrentHistoryCode` | Status of the law version (e.g., `"현행"`) |
42
  | `LawSerialNumber` | Unique identifier for the law version |
43
- | `LawDetailLink` | Direct API link to the full law text (in XML format) |
44
  | `LawNameKor` | Full name of the law in Korean |
45
  | `LawTypeName` | Type of law (e.g., `"법률"`, `"대통령령"`) |
46
  | `DepartmentName` | Name of the issuing or managing ministry/agency |
@@ -50,7 +50,7 @@ This dataset is ideal for **legal NLP**, **statutory clause-level retrieval**, a
50
  | `EffectiveDate` | Date the law goes into effect (YYYY-MM-DD) |
51
  | `PromulgationDate` | Date the law was promulgated (YYYY-MM-DD) |
52
  | `LawAbbreviation` | Short or abbreviated name of the law |
53
- | `ClauseNumber` | Clause number (e.g., `"2"`, `"3의2"`, `"5조의3"`), stored as a string |
54
  | `ClauseTitle` | Title of the clause (if present) |
55
  | `ClauseContent` | Full text content of the clause, including subparagraphs and line breaks |
56
 
@@ -60,12 +60,12 @@ This dataset is ideal for **legal NLP**, **statutory clause-level retrieval**, a
60
 
61
  | Column Name | Missing Count | Missing Ratio (%) |
62
  | ----------------- | ------------- | ----------------- |
63
- | `DepartmentName` | 149 | 0.07% |
64
- | `LawAbbreviation` | 128,243 | 58.54% |
65
- | `ClauseTitle` | 30,753 | 14.04% |
66
  | Other columns | 0 | 0.00% |
67
 
68
- > ⚠️ The `LawAbbreviation` field is missing in over half the entries, but this does not affect core clause data. All clause texts are **complete**.
69
 
70
  ---
71
 
@@ -116,6 +116,7 @@ By releasing this dataset, we aim to:
116
 
117
  ## 📅 Changelog
118
 
119
- | Date | Changes Made |
120
- | ---------- | ----------------------------------------------------------------- |
121
- | 2025-07-25 | Uploaded first version.|
 
 
14
 
15
  # 📚 Korean Statutes Dataset (All Laws of Korea)
16
 
17
+ This dataset provides a **comprehensive collection of 200,633 legal provisions** from **all Korean statutes**, crawled from the **Korea National Law Information Center** (law\.go.kr). Each entry corresponds to an individual clause (`조문`) within a law and includes metadata such as law name, promulgation date, enforcement date, issuing department, and more.
18
 
19
  This dataset is ideal for **legal NLP**, **statutory clause-level retrieval**, and **Korean law-aware generative AI systems**.
20
 
 
22
 
23
  ## 📦 Dataset Summary
24
 
25
+ * **Total Records**: 200,633
26
  * **Total Laws**: 5,500
27
  * **Language**: Korean (`ko`)
28
  * **Fields**: 15 columns with English names
29
  * **Source**: [law.go.kr](https://law.go.kr/)
30
  * **Contact**: [ducut91@gmail.com](mailto:ducut91@gmail.com)
31
+ * **License**: This dataset is based on public legal data provided by the National Law Information Center (law\.go.kr) and is freely available for anyone to use. You may use, modify, and redistribute the data for research, commercial, or educational purposes without restriction.
32
 
33
  > Each row corresponds to one clause (`조문`) from a law. The full law content can be retrieved via the provided `LawDetailLink`.
34
 
 
40
  | -------------------- | ------------------------------------------------------------------------ |
41
  | `CurrentHistoryCode` | Status of the law version (e.g., `"현행"`) |
42
  | `LawSerialNumber` | Unique identifier for the law version |
43
+ | `LawDetailLink` | Direct API link to the full law text (in XML format) |
44
  | `LawNameKor` | Full name of the law in Korean |
45
  | `LawTypeName` | Type of law (e.g., `"법률"`, `"대통령령"`) |
46
  | `DepartmentName` | Name of the issuing or managing ministry/agency |
 
50
  | `EffectiveDate` | Date the law goes into effect (YYYY-MM-DD) |
51
  | `PromulgationDate` | Date the law was promulgated (YYYY-MM-DD) |
52
  | `LawAbbreviation` | Short or abbreviated name of the law |
53
+ | `ClauseNumber` | Clause number (e.g., `"2"`, `"3의2"`, `"5조의3"`), stored as a string |
54
  | `ClauseTitle` | Title of the clause (if present) |
55
  | `ClauseContent` | Full text content of the clause, including subparagraphs and line breaks |
56
 
 
60
 
61
  | Column Name | Missing Count | Missing Ratio (%) |
62
  | ----------------- | ------------- | ----------------- |
63
+ | `DepartmentName` | 130 | 0.06% |
64
+ | `LawAbbreviation` | 117,379 | 58.50% |
65
+ | `ClauseTitle` | 12,333 | 6.15% |
66
  | Other columns | 0 | 0.00% |
67
 
68
+ > ⚠️ The `LawAbbreviation` field is missing in over half the entries, but this does not affect core clause data.
69
 
70
  ---
71
 
 
116
 
117
  ## 📅 Changelog
118
 
119
+ | Date | Changes Made |
120
+ | ---------- | ---------------------------------------------------------------------------- |
121
+ | 2025-07-25 | Uploaded first version. |
122
+ | 2025-07-27 | Removed structural items (편·장·절·관) from `ClauseContent`; updated statistics. |