jd5697 commited on
Commit
f47a083
·
verified ·
1 Parent(s): 6cc1003

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - en
4
+ tags:
5
+ - biology
6
+ ---
7
+
8
+ # Dataset Card for wikipedia-biology
9
+
10
+ ## Dataset Description
11
+
12
+ - **Repository:** https://github.com/JaiDoshi/Knowledge-Erasure
13
+ - **Paper:** https://arxiv.org/abs/2411.12103
14
+
15
+ ### Dataset Summary
16
+
17
+ The dataset consists of text from 87045 Wikipedia articles created by processing all articles in the Wikipedia categories Branches of biology, Biological concepts, Eukaryote biology and Biology terminology, as well as their subcategories recursively till a depth of 4. It was originally created for the purpose of unlearning the domain of biology, although it may be used for other purposes such as biology fine-tuning.
18
+
19
+ It also comprises of text from 19675 articles from three other categories: History, Concepts in physics and Philosophy, created by recursive processing till a depth of 3, to be used as the retain set in unlearning.
20
+
21
+ Note that articles such as biographies of biologists are also included.
22
+
23
+ ## Dataset Structure
24
+
25
+ The dataset consists of .txt files corresponding to the text in the articles. The files for the Biology dataset are contained in the subfolders under the **Wikipedia Biology** folder. The files for the retain set are contained in the subfolders under the **Wikipedia History_Concepts-in-Physics_Philosophy** folder. The files have been split into multiple subfolders due to the limit of 10k files per folder.
26
+
27
+ ### Licensing Information
28
+
29
+ Released under CC BY-SA 4.0 (same as Wikipedia).
30
+
31
+ ### Citation Information
32
+ ```
33
+ @misc{doshi2025doesunlearningtrulyunlearn,
34
+ title={Does Unlearning Truly Unlearn? A Black Box Evaluation of LLM Unlearning Methods},
35
+ author={Jai Doshi and Asa Cooper Stickland},
36
+ year={2025},
37
+ eprint={2411.12103},
38
+ archivePrefix={arXiv},
39
+ primaryClass={cs.CL},
40
+ url={https://arxiv.org/abs/2411.12103},
41
+ }
42
+ ```
43
+ ### Contributions
44
+
45
+ Thanks to [@JaiDoshi](https://github.com/JaiDoshi) for adding this dataset.