Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
darklight03 commited on
Commit
7d832fe
·
verified ·
1 Parent(s): a43b972

first commit

Browse files
Files changed (1) hide show
  1. README.md +41 -3
README.md CHANGED
@@ -1,3 +1,41 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ language:
4
+ - en
5
+ tags:
6
+ - not-for-all-audiences
7
+ size_categories:
8
+ - 1K<n<10K
9
+ ---
10
+ ## Overview
11
+
12
+ The **StakcMIAsub** dataset serves as a benchmark for membership inference attack (MIA) topic. **StackMIAsub** is build based on the [Stack Exchange](https://archive.org/details/stackexchange) corpus, which is widely used for pre-training. See our paper (to-be-released) for detailed description.
13
+
14
+ ## Applicability
15
+
16
+ Our dataset supports most white- and black-box models, which are released before May 2024 and pretrained with Stack Exchange corpus:
17
+
18
+ - **Black-box OpenAI models:**
19
+ - *text-davinci-001*
20
+ - *text-davinci-002*
21
+ - *...*
22
+ - **White-box models:**
23
+ - *LLaMA and LLaMA2*
24
+ - *Pythia*
25
+ - *GPT-Neo*
26
+ - *GPT-J*
27
+ - *OPT*
28
+ - *StableLM*
29
+ - Falcon*
30
+ - *...*
31
+
32
+ ## Related repo
33
+
34
+ To run our PAC method to perform membership inference attack, visit our [code repo](https://github.com/yyy01/PAC)
35
+
36
+ ## Cite our work
37
+ ⭐️ If you find our dataset helpful, please kindly cite our work :
38
+
39
+ ```bibtex
40
+ to-be-released
41
+ ```