Update README.md
Browse files
README.md
CHANGED
|
@@ -17,6 +17,13 @@ size_categories:
|
|
| 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"*
|
|
@@ -26,7 +33,8 @@ The dataset consists of **Chinese criminal judgments** involving **multiple defe
|
|
| 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 |
|
|
@@ -34,4 +42,12 @@ The dataset is designed for **judgment prediction**, **explainable legal AI**, a
|
|
| 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/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 17 |
|
| 18 |
# Explainable Multidefendant Judgment Prediction Dataset
|
| 19 |
|
| 20 |
+
> ⚠️ **Current status / 当前版本说明**
|
| 21 |
+
> The current release of `SHerZH/IMLJP` is a **small subset** of the full dataset.
|
| 22 |
+
> It is intended **only for visualizing the data structure and format**, and for small-scale experiments.
|
| 23 |
+
> A larger / full version of the dataset may be released in future once further cleaning, de-identification, and checks are completed.
|
| 24 |
+
> 当前版本仅包含**一小部分样例数据**,用于展示数据结构与字段格式,方便他人编写和调试预处理代码。
|
| 25 |
+
> 完整或更大规模的数据集将在后续经过进一步清洗与审查后视情况逐步开放。
|
| 26 |
+
|
| 27 |
This repository hosts the **processed dataset** used in the paper:
|
| 28 |
|
| 29 |
> *"Explainable Multidefendant Judgment Prediction Enhanced by Judicial Logic Based on Large Language Models"*
|
|
|
|
| 33 |
The dataset is designed for **judgment prediction**, **explainable legal AI**, and **multi-defendant reasoning** in Chinese criminal law.
|
| 34 |
|
| 35 |
> 🇨🇳 简要中文说明:
|
| 36 |
+
> 本数据集选取了中国刑事案件中的多被告人判决书,抽取并脱敏了“事实摘要(FD)”、“裁判说理片段(CV)”以及按被告人划分的量刑、角色等标签。
|
| 37 |
+
> **当前公开版本仅为小规模样例集**,主要用于展示数据结构和字段含义,便于复现与扩展。后续可能根据数据清洗和隐私审查情况,逐步开放更大规模数据。
|
| 38 |
|
| 39 |
---
|
| 40 |
|
|
|
|
| 42 |
|
| 43 |
- **Code implementation** for the paper (model, training, experiments) is provided in the GitHub repository:
|
| 44 |
|
| 45 |
+
👉 [GitHub: *Explainable Multidefendant Judgment Prediction Enhanced by Judicial Logic Based on Large Language Models*](https://github.com/XuZhang29/MMSI) <!-- 请改成你自己的 GitHub 链接 -->
|
| 46 |
+
|
| 47 |
+
The Hugging Face dataset `SHerZH/IMLJP` is mainly intended to:
|
| 48 |
+
|
| 49 |
+
1. Provide a **public example** of the data format (`FD`, `CV`, `judgment`).
|
| 50 |
+
2. Help users understand how to **construct their own datasets** in the same structure.
|
| 51 |
+
3. Support **lightweight tests and visualization** of models and preprocessing pipelines.
|
| 52 |
+
|
| 53 |
+
In future, we plan to release a **larger / full dataset** version (with the same structure) once all ethical, privacy, and legal considerations are carefully addressed.
|