Update README.md
Browse files
README.md
CHANGED
@@ -9,4 +9,108 @@ tags:
|
|
9 |
pretty_name: korea_statute_interpretations
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
9 |
pretty_name: korea_statute_interpretations
|
10 |
size_categories:
|
11 |
- 1K<n<10K
|
12 |
+
---
|
13 |
+
|
14 |
+
# ๐ Korean Statute Interpretations Dataset
|
15 |
+
|
16 |
+
This dataset contains **8,344** official statute interpretations published by the **Korea Ministry of Government Legislation (๋ฒ์ ์ฒ)**. Each record represents an authoritative interpretation of Korean statutes in response to administrative inquiries, making this dataset valuable for **legal NLP**, **regulatory reasoning**, and **generative legal AI applications**.
|
17 |
+
|
18 |
+
---
|
19 |
+
|
20 |
+
## ๐ฆ Dataset Summary
|
21 |
+
|
22 |
+
* **Total Records**: 8,344
|
23 |
+
* **Language**: Korean (`ko`)
|
24 |
+
* **Fields**: 14 columns
|
25 |
+
* **Source**: [law.go.kr](https://law.go.kr)
|
26 |
+
* **Contact**: [[email protected]](mailto:[email protected])
|
27 |
+
* **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.
|
28 |
+
|
29 |
+
> All data was collected from the official [Korea Law Information Service](https://law.go.kr/) using their public API and document pages.
|
30 |
+
|
31 |
+
---
|
32 |
+
|
33 |
+
## ๐งพ Column Descriptions
|
34 |
+
|
35 |
+
| Column Name | Description |
|
36 |
+
| ------------------ | -------------------------------------------------------------------------------------------------------- |
|
37 |
+
| `Title` | Title of the interpretation inquiry |
|
38 |
+
| `DetailLink` | URL to the full interpretation document in HTML format |
|
39 |
+
| `ReplyOrgName` | Organization that issued the reply (usually ๋ฒ์ ์ฒ) |
|
40 |
+
| `CaseNumber` | Identifier used by the agency for internal management |
|
41 |
+
| `CaseSerialNumber` | Unique serial number of the case |
|
42 |
+
| `ReplyOrgCode` | Numerical code of the responding organization |
|
43 |
+
| `InquiryOrgName` | Name of the agency that submitted the inquiry |
|
44 |
+
| `ReplyDate` | Date when the reply was issued (format: YYYY.MM.DD) |
|
45 |
+
| `InquiryOrgCode` | Code representing the inquiring institution |
|
46 |
+
| `Summary` | Legal background and explanation of the case context |
|
47 |
+
| `Answer` | Official response to the legal question |
|
48 |
+
| `Reason` | Legal and regulatory reasoning supporting the answer |
|
49 |
+
| `RelatedCases` | Related judicial precedents cited in the reasoning |
|
50 |
+
| `Etc` | Legal disclaimer about the scope and binding force of the interpretation (non-binding government advice) |
|
51 |
+
|
52 |
+
---
|
53 |
+
|
54 |
+
## ๐ Missing Value Statistics
|
55 |
+
|
56 |
+
| Column Name | Missing Count | Missing Ratio (%) |
|
57 |
+
| ---------------- | ------------- | ----------------- |
|
58 |
+
| `InquiryOrgName` | 1,002 | 12.01% |
|
59 |
+
| `ReplyDate` | 91 | 1.09% |
|
60 |
+
| `InquiryOrgCode` | 3,476 | 41.66% |
|
61 |
+
| `RelatedCases` | 3,497 | 41.91% |
|
62 |
+
| Other Columns | 0 | 0.00% |
|
63 |
+
|
64 |
+
> โ ๏ธ `RelatedCases` and `InquiryOrgCode` have high missing rates, but core columns like `Summary`, `Answer`, and `Reason` are complete.
|
65 |
+
|
66 |
+
---
|
67 |
+
|
68 |
+
## ๐ก Suggested Use Cases
|
69 |
+
|
70 |
+
* ๐ฌ **Legal Q\&A Systems** โ Answer citizen questions by retrieving similar prior interpretations
|
71 |
+
* ๐ง **Legal Reasoning Models** โ Train models to understand statutory interpretation patterns
|
72 |
+
* ๐ ๏ธ **RAG-based Legal Assistants** โ Use in retrieval-augmented generation pipelines
|
73 |
+
* ๐ **Policy & Regulation Mining** โ Analyze trends in public law application across agencies
|
74 |
+
|
75 |
+
---
|
76 |
+
|
77 |
+
## ๐ ๏ธ Preprocessing Notes
|
78 |
+
|
79 |
+
* All texts are kept in **Korean**, preserving legal nuances.
|
80 |
+
* The dataset was **not modified or AI-augmented** โ it represents the official government-published content verbatim.
|
81 |
+
* Long text fields (`Summary`, `Answer`, `Reason`) are especially useful for **long-form legal understanding** tasks.
|
82 |
+
|
83 |
+
---
|
84 |
+
|
85 |
+
## ๐ License & Use
|
86 |
+
|
87 |
+
This dataset is derived from **Korean government open data** and is **not subject to copyright** under Koreaโs law.
|
88 |
+
|
89 |
+
You are free to:
|
90 |
+
|
91 |
+
* Use, copy, modify, and distribute for **research, educational, or commercial** purposes
|
92 |
+
* Incorporate into **LLM training, retrieval systems, or benchmarking datasets**
|
93 |
+
|
94 |
+
> Attribution to [law.go.kr](https://law.go.kr) is appreciated but not legally required.
|
95 |
+
|
96 |
+
---
|
97 |
+
|
98 |
+
## ๐ฏ Why We Open-Sourced This
|
99 |
+
|
100 |
+
We believe global legal language models should incorporate the **Korean legal system**, including **statutory interpretation**, which plays a critical role in public administration.
|
101 |
+
|
102 |
+
By releasing this dataset, we aim to:
|
103 |
+
|
104 |
+
* Support **multilingual legal AI research**
|
105 |
+
* Promote **transparent legal reasoning models**
|
106 |
+
* Provide high-quality, structured Korean legal content to the open-source community
|
107 |
+
|
108 |
+
> ๐ฐ๐ท Understanding the law isn't just for lawyers. Letโs build systems that help everyone.
|
109 |
+
|
110 |
+
---
|
111 |
+
|
112 |
+
## ๐
Changelog
|
113 |
+
|
114 |
+
| Date | Changes Made |
|
115 |
+
| ---------- | ------------------------------------------------------------------- |
|
116 |
+
| 2025-07-24 | First release with 8,344 interpretations and 14 structured columns. |
|