mksethi commited on
Commit
f02c928
·
verified ·
1 Parent(s): 92ae6e0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -61
README.md CHANGED
@@ -1,6 +1,6 @@
1
  # Dataset Card for gpt2_eli5_sae_features
2
 
3
- This dataset aims to create a corpus of data to help push reserach into monosemantic features using SAE's. It has been generated using [this raw template](https://github.com/manik-sethi/hallucination-circuits)
4
 
5
  ## Dataset Details
6
 
@@ -30,17 +30,12 @@ This dataset takes the eli5 subset from facebook/kilt_tasks and processes it to
30
 
31
  This dataset is meant to train a multi-layer-perceptron to predict what the SAE feature activations would be in the answer for a prompt. Note that this dataset doesn't actually have the answers to the tokenized questions, but rather a ~25k long vector of activations for different features in a trained SAE.
32
 
33
- ### Out-of-Scope Use
34
-
35
- <!-- This section addresses misuse, malicious use, and uses that the dataset will not work well for. -->
36
-
37
- [More Information Needed]
38
 
39
  ## Dataset Structure
40
 
41
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
42
 
43
- [More Information Needed]
44
 
45
  ## Dataset Creation
46
 
@@ -52,41 +47,15 @@ This dataset is meant to train a multi-layer-perceptron to predict what the SAE
52
 
53
  ### Source Data
54
 
55
- <!-- This section describes the source data (e.g. news text and headlines, social media posts, translated sentences, ...). -->
56
 
57
  #### Data Collection and Processing
58
 
59
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
60
 
61
- [More Information Needed]
62
-
63
- #### Who are the source data producers?
64
-
65
- <!-- This section describes the people or systems who originally created the data. It should also include self-reported demographic or identity information for the source data creators if this information is available. -->
66
-
67
- [More Information Needed]
68
-
69
- ### Annotations [optional]
70
-
71
- <!-- If the dataset contains annotations which are not part of the initial data collection, use this section to describe them. -->
72
-
73
- #### Annotation process
74
-
75
- <!-- This section describes the annotation process such as annotation tools used in the process, the amount of data annotated, annotation guidelines provided to the annotators, interannotator statistics, annotation validation, etc. -->
76
-
77
- [More Information Needed]
78
-
79
- #### Who are the annotators?
80
-
81
- <!-- This section describes the people or systems who created the annotations. -->
82
-
83
- [More Information Needed]
84
-
85
- #### Personal and Sensitive Information
86
 
87
- <!-- State whether the dataset contains data that might be considered personal, sensitive, or private (e.g., data that reveals addresses, uniquely identifiable names or aliases, racial or ethnic origins, sexual orientations, religious beliefs, political opinions, financial or health data, etc.). If efforts were made to anonymize the data, describe the anonymization process. -->
88
 
89
- [More Information Needed]
90
 
91
  ## Bias, Risks, and Limitations
92
 
@@ -100,32 +69,7 @@ This dataset is meant to train a multi-layer-perceptron to predict what the SAE
100
 
101
  Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
102
 
103
- ## Citation [optional]
104
-
105
- <!-- If there is a paper or blog post introducing the dataset, the APA and Bibtex information for that should go in this section. -->
106
-
107
- **BibTeX:**
108
-
109
- [More Information Needed]
110
-
111
- **APA:**
112
-
113
- [More Information Needed]
114
-
115
- ## Glossary [optional]
116
-
117
- <!-- If relevant, include terms and calculations in this section that can help readers understand the dataset or dataset card. -->
118
-
119
- [More Information Needed]
120
-
121
- ## More Information [optional]
122
-
123
- [More Information Needed]
124
-
125
- ## Dataset Card Authors [optional]
126
-
127
- [More Information Needed]
128
 
129
  ## Dataset Card Contact
130
 
131
- [More Information Needed]
 
1
  # Dataset Card for gpt2_eli5_sae_features
2
 
3
+ This dataset aims to create a corpus of data to help guide research into monosemantic features using SAE's. It has been generated using [this raw template](https://github.com/manik-sethi/hallucination-circuits)
4
 
5
  ## Dataset Details
6
 
 
30
 
31
  This dataset is meant to train a multi-layer-perceptron to predict what the SAE feature activations would be in the answer for a prompt. Note that this dataset doesn't actually have the answers to the tokenized questions, but rather a ~25k long vector of activations for different features in a trained SAE.
32
 
 
 
 
 
 
33
 
34
  ## Dataset Structure
35
 
36
  <!-- This section provides a description of the dataset fields, and additional information about the dataset structure such as criteria used to create the splits, relationships between data points, etc. -->
37
 
38
+ Currently, we only have the train split from the ELI5 dataset. Therefore, this dataset is very similarly structured.
39
 
40
  ## Dataset Creation
41
 
 
47
 
48
  ### Source Data
49
 
50
+ The source of this data is from the subreddit "Explain Like I'm 5", or ELI5 for short.
51
 
52
  #### Data Collection and Processing
53
 
54
  <!-- This section describes the data collection and processing process such as data selection criteria, filtering and normalization methods, tools and libraries used, etc. -->
55
 
56
+ The inputs are tokenized prompts. The labels are tokenized, embedded, and then encoded with the given SAE layer.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
57
 
 
58
 
 
59
 
60
  ## Bias, Risks, and Limitations
61
 
 
69
 
70
  Users should be made aware of the risks, biases and limitations of the dataset. More information needed for further recommendations.
71
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
72
 
73
  ## Dataset Card Contact
74
 
75
+ mksethi@ucdavis.edu