Datasets:
pretty_name: KLAID
viewer: true
language: ko
multilinguality:
- monolingual
license: cc-by-nc-nd-4.0
task_categories:
- text-classification
task_ids:
- multi-class-classification
Dataset Card for KLAID
Table of Contents
- Table of Contents
- Dataset Description
- Dataset Structure
- Dataset Creation
- Considerations for Using the Data
- Additional Information
Dataset Description
- Homepage: https://klaid.net
- Leaderboard: https://klaid.net
- Point of Contact: [email protected]
Dataset Summary
Korean Legal Artificial Intelligence Datasets(KLAID) is a dataset for the development of Korean legal artificial intelligence technology. This time we offer 1 task, which is legal judgment prediction(LJP).
Supported Tasks and Leaderboards
Legal Judgment Prediction(LJP)
Languages
korean
How to use
from datasets import load_dataset
# legal judgment prediction
dataset = load_dataset("lawcompany/KLAID", 'ljp')
Dataset Structure
Data Instances
ljp
An example of 'train' looks as follows.
{
'fact': 'ํผ๊ณ ์ธ์ 2022. 11. 14. ํ์ค์์ฝ๋๋ 0.123%์ ์ ์ ์ทจํ ์ํ๋ก ์น์ฉ์ฐจ๋ฅผ ์ด์ ํ์๋ค.',
'laws_service': '๋๋ก๊ตํต๋ฒ ์ 148์กฐ์2 ์ 3ํญ ์ 2ํธ,๋๋ก๊ตํต๋ฒ ์ 44์กฐ ์ 1ํญ',
'laws_service_id': 7
}
Other References You can refer to each label's 'laws service content' here. 'Laws service content' is the statute(source) corresponding to each label.
Data Fields
ljp
- "fact": a
string
feature - "laws_service": a
string
feature - "laws_service_id": a classification label, with 177 legal judgment values
Data Splits
ljp
- train: 161,192
Dataset Creation
Curation Rationale
The legal domain is arguably one of the most expertise fields that require expert knowledge to comprehend. Natural language processing requires many aspects, and we focus on the dataset requirements. As a gold standard is necessary for the testing and the training of a neural model, we hope that our dataset release will help the advances in natural language processing in the legal domain, especially for those for the Korean legal system.
Source Data
These are datasets based on Korean legal case data.
Personal and Sensitive Information
Due to the nature of legal case data, personal and sensitive information may be included. Therefore, in order to prevent problems that may occur with personal and sensitive information, we proceeded to de-realize the legal case.
Considerations for Using the Data
Other Known Limitations
We plan to upload more data and update them as some of the court records may be revised from now on, based on the ever-evolving legal system.
Additional Information
Other Inquiries
Licensing Information
Copyright 2022-present Law&Company Co. Ltd.
Licensed under the CC-BY-NC-ND-4.0
Contributions
[More Information Needed]