Create README.md
Browse files
README.md
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language:
|
| 3 |
+
- zh
|
| 4 |
+
tags:
|
| 5 |
+
- law
|
| 6 |
+
- legal
|
| 7 |
+
- judgment-prediction
|
| 8 |
+
- chinese
|
| 9 |
+
- multi-defendant
|
| 10 |
+
task_categories:
|
| 11 |
+
- text-classification
|
| 12 |
+
- text-generation
|
| 13 |
+
pretty_name: Explainable Multidefendant Judgment Prediction (Chinese Criminal Judgments)
|
| 14 |
+
size_categories:
|
| 15 |
+
- unknown
|
| 16 |
+
---
|
| 17 |
+
|
| 18 |
+
# Explainable Multidefendant Judgment Prediction Dataset
|
| 19 |
+
|
| 20 |
+
This repository hosts the **processed dataset** used in the paper:
|
| 21 |
+
|
| 22 |
+
> *"Explainable Multidefendant Judgment Prediction Enhanced by Judicial Logic Based on Large Language Models"*
|
| 23 |
+
|
| 24 |
+
The dataset consists of **Chinese criminal judgments** involving **multiple defendants**, with structured labels for each defendant (e.g., principal/accomplice, prison term, probation), and textual descriptions of case facts and court reasoning.
|
| 25 |
+
|
| 26 |
+
The dataset is designed for **judgment prediction**, **explainable legal AI**, and **multi-defendant reasoning** in Chinese criminal law.
|
| 27 |
+
|
| 28 |
+
> 🇨🇳 简要中文说明:
|
| 29 |
+
> 本数据集选取了中国刑事案件中的多被告人判决书,抽取并脱敏了“事实摘要(FD)”、“裁判说理片段(CV)”以及按被告人划分的量刑、角色等标签,可用于多被告人判决预测与可解释法律推理研究。
|
| 30 |
+
|
| 31 |
+
---
|
| 32 |
+
|
| 33 |
+
## 1. Repository & Code
|
| 34 |
+
|
| 35 |
+
- **Code implementation** for the paper (model, training, experiments) is provided in the GitHub repository:
|
| 36 |
+
|
| 37 |
+
👉 [GitHub: *Explainable Multidefendant Judgment Prediction Enhanced by Judicial Logic Based on Large Language Models*](https://github.com/YOUR_NAME/YOUR_REP)
|