Update README.md
Browse files
README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
| 2 |
license: llama2
|
| 3 |
---
|
| 4 |
|
| 5 |
-
This model is obtained through LoRA fine-tuning based on
|
| 6 |
|
| 7 |
Abstract
|
| 8 |
|
|
@@ -11,13 +11,13 @@ In current AI era, users may request AI companies to delete their data from the
|
|
| 11 |
If you find this paper or model helpful, please cite our work:
|
| 12 |
|
| 13 |
```
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
```
|
|
|
|
| 2 |
license: llama2
|
| 3 |
---
|
| 4 |
|
| 5 |
+
This model is obtained through LoRA fine-tuning based on lmsys/vicuna-7b-v1.5, and it corresponds to the LLM experiments in the paper "Class Machine Unlearning for Complex Data via Concepts Inference and Data Poisoning."
|
| 6 |
|
| 7 |
Abstract
|
| 8 |
|
|
|
|
| 11 |
If you find this paper or model helpful, please cite our work:
|
| 12 |
|
| 13 |
```
|
| 14 |
+
@misc{chang2024classmachineunlearningcomplex,
|
| 15 |
+
title={Class Machine Unlearning for Complex Data via Concepts Inference and Data Poisoning},
|
| 16 |
+
author={Wenhan Chang and Tianqing Zhu and Heng Xu and Wenjian Liu and Wanlei Zhou},
|
| 17 |
+
year={2024},
|
| 18 |
+
eprint={2405.15662},
|
| 19 |
+
archivePrefix={arXiv},
|
| 20 |
+
primaryClass={cs.LG},
|
| 21 |
+
url={https://arxiv.org/abs/2405.15662},
|
| 22 |
+
}
|
| 23 |
```
|