CoolFace
Datasetpublic

smhilee/korean-law-dataset

한국 법령 데이터셋 (Korean Law Dataset) 데이터셋 설명 이 데이터셋은 대한민국 법령정보를 구조화하여 제공합니다. 포함 내용 법령 기본 정보 (법령명, 공포일자, 시행일자, 소관부처) 조문 정보 (조문번호, 조문제목, 조문내용) 항 정보 (항번호, 항내용) 호 정보 (호번호, 호내용) 파일 형식 CSV 파일 (law_dataset.csv) JSON Lines 파일 (law_dataset.jsonl) 데이터 구조 각 레코드는 다음 필드를 포함합니다: 법령명: 법령의 공식 명칭 공포일자: 법령 공포 일자 시행일자: 법령 시행 일자 소관부처: 담당 정부 부처 조문번호: 법령 내 조문 번호 조문제목: 조문의 제목 조문내용: 조문의 전체 내용 항번호: 조문 내 항 번호 항내용: 항의 내용 호번호: 항 내 호 번호 호내용: 호의 내용… See the full description on the dataset page: https://huggingface.co/datasets/smhilee/korean-law-dataset.

sourceHugging Faceupdated 2y agoView on Hugging Face
7likes240downloads
3 commits on main
c7c897c2y ago

another 호내용 fix

mlldaniel
6382df92y ago

fix data

mlldaniel
9799cb82y ago

Initial commit with split dataset files

mlldaniel