Datasets:

Modalities:
Text
Languages:
Korean
Libraries:
Datasets
License:
KLAID / README.md
sunghwan's picture
Upload links to reference data 'laws service content'
cc77aed
metadata
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

Dataset Description

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

More Information Needed

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

[email protected]

Licensing Information

Copyright 2022-present Law&Company Co. Ltd.

Licensed under the CC-BY-NC-ND-4.0

Contributions

[More Information Needed]