Update README.md
Browse files
README.md
CHANGED
|
@@ -1,31 +1,131 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
-
|
| 8 |
-
|
| 9 |
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
|
| 15 |
-
|
| 16 |
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
+
|
| 7 |
+
### Dataset Description
|
| 8 |
+
This dataset takes the eli5 subset from facebook/kilt_tasks and processes it to be used in SAE research. More specifically, we take the inputs, and tokenize them using the gpt2-small tokenizer. The outputs are tokenized, embedded , and encoded using the
|
| 9 |
+
|
| 10 |
+
|
| 11 |
+
|
| 12 |
+
- **Curated by:** Manik Sethi
|
| 13 |
+
- **License:** MIT
|
| 14 |
+
|
| 15 |
+
### Dataset Sources [optional]
|
| 16 |
+
|
| 17 |
+
<!-- Provide the basic links for the dataset. -->
|
| 18 |
+
|
| 19 |
+
- **Repository:** [hallucination_circuits](https://github.com/manik-sethi/hallucination-circuits)
|
| 20 |
+
- **Paper:** On the way!
|
| 21 |
+
- **Demo:** On the way!
|
| 22 |
+
|
| 23 |
+
## Uses
|
| 24 |
+
|
| 25 |
+
<!-- Address questions around how the dataset is intended to be used. -->
|
| 26 |
+
|
| 27 |
+
### Direct Use
|
| 28 |
+
|
| 29 |
+
<!-- This section describes suitable use cases for the dataset. -->
|
| 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 |
+
|
| 47 |
+
### Curation Rationale
|
| 48 |
+
|
| 49 |
+
<!-- Motivation for the creation of this dataset. -->
|
| 50 |
+
|
| 51 |
+
[More Information Needed]
|
| 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 |
+
|
| 93 |
+
<!-- This section is meant to convey both technical and sociotechnical limitations. -->
|
| 94 |
+
|
| 95 |
+
[More Information Needed]
|
| 96 |
+
|
| 97 |
+
### Recommendations
|
| 98 |
+
|
| 99 |
+
<!-- This section is meant to convey recommendations with respect to the bias, risk, and technical limitations. -->
|
| 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]
|