A Legal AI Benchmark Dataset from Korean Legal Cases
A Legal AI Benchmark Dataset from Korean Legal Cases by LBox Authors Updates Mar 2022: We release lbox_open_v0.1! How to use the dataset We use datasets library from Hugging Face. # !pip install datasets 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 =
Read more