Improve dataset card: add metadata, paper link, and dataset details

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +62 -1
README.md CHANGED
@@ -1,5 +1,66 @@
1
  ---
2
  license: cc-by-nc-4.0
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
4
 
5
- Check the GitHub Repo for more information: https://github.com/SMILELab-FL/FedPII.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cc-by-nc-4.0
3
+ task_categories:
4
+ - text-classification
5
+ - question-answering
6
+ - summarization
7
+ - text-retrieval
8
+ - text-generation
9
+ language:
10
+ - zh
11
+ tags:
12
+ - legal
13
+ - privacy
14
+ - federated-learning
15
  ---
16
 
17
+ # FedPII Dataset
18
+
19
+ This repository contains the dataset for the paper [Simple Yet Effective: Extracting Private Data Across Clients in Federated Fine-Tuning of Large Language Models](https://huggingface.co/papers/2506.06060).
20
+
21
+ FedPII is a Chinese legal-domain dataset with fine-grained PII (Personally Identifiable Information) annotations consistent with CPIS, GDPR, and CCPA standards. It is designed to evaluate privacy risks and cross-client data leakage in Federated Large Language Models (FedLLMs).
22
+
23
+ - **GitHub Repository:** [SMILELab-FL/FedPII](https://github.com/SMILELab-FL/FedPII)
24
+
25
+ ## Dataset Description
26
+
27
+ The dataset consists of 16,194 samples across various legal-related tasks. It includes fine-grained PII annotations (such as names, addresses, and birthdays) used to assess how easily private information can be recovered during federated learning.
28
+
29
+ ### Tasks and Statistics
30
+
31
+ | Task | Description | Split | Samples | With PII |
32
+ | :--- | :--- | :--- | :--- | :--- |
33
+ | `leg_case_cls` | Legal Case Classification | Train/Test | 4,028 | 1,019 |
34
+ | `jud_sum` | Judicial Summarization | Train/Test | 2,651 | 2,650 |
35
+ | `sim_case_match` | Similar Case Matching | Train/Test | 3,773 | 3,771 |
36
+ | `jud_read_compre` | Judicial Reading Comprehension | Train/Test | 3,498 | 3,493 |
37
+ | `exam` | Legal Exam | Train/Test | 2,244 | 700 |
38
+
39
+ **Total Samples:** 16,194 (14,575 Train / 1,619 Test).
40
+
41
+ ## Citation
42
+
43
+ ```bibtex
44
+ @inproceedings{hu-etal-2025-simple,
45
+ title = "Simple Yet Effective: Extracting Private Data Across Clients in Federated Fine-Tuning of Large Language Models",
46
+ author = "Hu, Yingqi and
47
+ Zhang, Zhuo and
48
+ Zhang, Jingyuan and
49
+ Wang, Jinghua and
50
+ Wang, Qifan and
51
+ Qu, Lizhen and
52
+ Xu, Zenglin",
53
+ booktitle = "Proceedings of the 14th International Joint Conference on Natural Language Processing and the 4th Conference of the Asia-Pacific Chapter of the Association for Computational Linguistics",
54
+ month = dec,
55
+ year = "2025",
56
+ address = "Mumbai, India",
57
+ publisher = "The Asian Federation of Natural Language Processing and The Association for Computational Linguistics",
58
+ url = "https://aclanthology.org/2025.findings-ijcnlp.113/",
59
+ pages = "1808--1827",
60
+ ISBN = "979-8-89176-303-6",
61
+ }
62
+ ```
63
+
64
+ ## License
65
+
66
+ This work is licensed under a [Creative Commons Attribution-NonCommercial 4.0 International License](https://creativecommons.org/licenses/by-nc/4.0/).