SHerZH commited on
Commit
89088f1
·
verified ·
1 Parent(s): 69d1f66

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -6
README.md CHANGED
@@ -22,7 +22,7 @@ size_categories:
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
 
@@ -33,7 +33,11 @@ The dataset consists of **Chinese criminal judgments** involving **multiple defe
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
  ---
@@ -42,12 +46,12 @@ The dataset is designed for **judgment prediction**, **explainable legal AI**, a
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.
 
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
 
 
33
  The dataset is designed for **judgment prediction**, **explainable legal AI**, and **multi-defendant reasoning** in Chinese criminal law.
34
 
35
  > 🇨🇳 简要中文说明:
36
+ > 本数据集来源于 **中国裁判文书网** 上公开的刑事判决书,
37
+ > 经过筛选后,仅保留以 **故意伤害罪(《刑法》第234条)** 为主要罪名的案件,并进一步进行了数据标注与隐私处理:
38
+ > - 对当事人姓名等个人身份信息进行了脱敏(如 `[张某]`、`[王某1]` 等);
39
+ > - 删除或模糊处理了身份证号、联系方式、精确住址等敏感信息;
40
+ > - 仅保留建模所必需的字段,如事实摘要(`FD`)、裁判说理片段(`CV`)以及按被告人划分的量刑与角色标签。
41
  > **当前公开版本仅为小规模样例集**,主要用于展示数据结构和字段含义,便于复现与扩展。后续可能根据数据清洗和隐私审查情况,逐步开放更大规模数据。
42
 
43
  ---
 
46
 
47
  - **Code implementation** for the paper (model, training, experiments) is provided in the GitHub repository:
48
 
49
+ 👉 [GitHub: *Explainable Multidefendant Judgment Prediction Enhanced by Judicial Logic Based on Large Language Models*](https://github.com/XuZhang29/MMSI)
50
 
51
  The Hugging Face dataset `SHerZH/IMLJP` is mainly intended to:
52
 
53
+ 1. Provide a **public example** of the data format (e.g., `FD`, `CV`, `defendants` list with per-defendant labels).
54
+ 2. Help users understand how to **construct their own datasets** in the same structure based on publicly available judgments (e.g., from China Judgments Online).
55
  3. Support **lightweight tests and visualization** of models and preprocessing pipelines.
56
 
57
+ In future, we plan to release a **larger / full dataset** version (with the same structure and the same crime category: *intentional injury*) once all ethical, privacy, and legal considerations are carefully addressed.