File size: 1,083 Bytes
bd92eff b92b8f5 bd92eff b33a016 5a657aa b33a016 5a657aa b33a016 8a6cb03 b33a016 8a6cb03 b33a016 8a6cb03 b33a016 8a6cb03 b33a016 8bdac38 b33a016 90da0f5 b33a016 5a657aa |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 |
---
license: CC BY-NC-ND 4.0
---
# Dataset Card for `lbox_open`
## Dataset Description
- **Homepage:** `https://lbox.kr`
- **Repository:** `https://github.com/lbox-kr/lbox_open`
- **Point of Contact:** [Wonseok Hwang](mailto:[email protected])
### Dataset Summary
A Legal AI Benchmark Dataset from Korean Legal Cases.
### Languages
Korean
### How to use
```python
from datasets import load_dataset
# casename classficiation task
data_cn = load_dataset("lbox/lbox_open", "casename_classification")
# statutes classification task
data_st = load_dataset("lbox/lbox_open", "statute_classification")
# case summarization task
data_summ = load_dataset("lbox/lbox_open", "summarization")
# case corpus
data_corpus = load_dataset("lbox/lbox_open", "case_corpus")
```
For more information about the dataset, please visit <https://github.com/lbox-kr/lbox_open>.
## Licensing Information
Copyright 2022-present [LBox Co. Ltd.](https://lbox.kr/)
Licensed under the [CC BY-NC-ND 4.0](https://creativecommons.org/licenses/by-nc-nd/4.0/)
|