MiniLex Korean LawData 7 — 397K+ source-cited Korean legal docs (RAG demo)
#1
by miniwithmama - opened
We have published MiniLex, a Korean legal RAG demo backed by a unified collection of 7 corpora (statutes, administrative rules, precedents, statutory interpretations, constitutional court decisions, local ordinances, treaties).
Snapshot: 397K+ Markdown documents, all source-cited.
Links
- Demo: https://minilex.wellsa.ai
- HF wellsa-ai org: https://huggingface.co/wellsa-ai
- GitHub canonical source (daily cron updates): https://github.com/wellsa-ai
law-kr/regulate-kr/precedent-kr/interpretation-kr/constitution-kr/localrule-kr/treaty-kr
Highlights
- Markdown-first corpus, YAML frontmatter metadata (law name, article, dates, source)
- Korean civic scenarios (deepfake takedown, unpaid wages, unfair dismissal, personal data leakage, stalking) — all return source-grounded answers
- 1.36M+ articles indexed in production (PostgreSQL + pgvector)
- Daily cron refresh; commit-level provenance via GitHub history
- MIT license
Usage
from datasets import load_dataset
ds = load_dataset("wellsa-ai/treaty-kr", split="train") # or any of the 7 sibling datasets
HF mirrors are point-in-time snapshots; for live data use the GitHub repos. Feedback, PRs, and downstream dataset card contributions are welcome!
Disclaimer
MiniLex is a source-grounded retrieval assistant, not a substitute for licensed legal advice. Always verify with a qualified Korean legal professional for any actual decision.