Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

wellsa-ai regulate-kr

행정규칙 (administrative rules, notices, directives). MiniLex 7-domain Korean lawdata infrastructure.

Snapshot

  • Documents: 10,807
  • Snapshot date: 2026-06-05
  • Source: 법제처 DRF OpenAPI
  • Pipeline: daily cron 06:15~07:30 KST (scrape → fetch_body → convert → commit)

Schema

Each row in train.jsonl:

field type description
id string stable document id
name string document name (Korean)
category string subdirectory (year / type / dept)
metadata object frontmatter key-value pairs
text string markdown body (메타 + 본문)

Usage

from datasets import load_dataset
ds = load_dataset("wellsa-ai/regulate-kr", split="train")
print(ds[0])

Canonical Source

Sibling Datasets (MiniLex 7-domain)

dataset description
law-kr 법령
regulate-kr 행정규칙
precedent-kr 판례
interpretation-kr 법령해석례
constitution-kr 헌재결정례
localrule-kr 자치법규
treaty-kr 조약

License

MIT. 데이터 출처: 한국 법제처 공공 OpenAPI. wellsa-ai 가 수집·정렬·markdown 정규화 layer 제공.

Disclaimer

Source-grounded retrieval corpus, not a substitute for licensed legal advice.

Downloads last month
13