LegalBench
S高可信Benchmark垂直领域法律开放cc-by-nc-4.0
发布方:Stanford 等
热度36.0▼ 0.4
下载量 · 30天
3,056
Hugging Face
GitHub Stars
628
代码仓库
论文被引
23
Semantic Scholar
跑分模型 · 30天
—
Leaderboard results
简介
Dataset Card for lbox_open Dataset Summary A Legal AI Benchmark Dataset from Korean Legal Cases. Languages Korean How to use from datasets import load_dataset # casename classficiation task data_cn = load_dataset("lbox/lbox_open", "casename_classification") data_cn_plus = load_dataset("lbox/lbox_open", "casename_classification_plus") # statutes classification task data_st = load_dataset("lbox/lbox_open", "statute_classification")… See the full description on the dataset page: https://huggingface.co/datasets/lbox/lbox_open.