drKeeman commited on
Commit
41cfcf6
·
verified ·
1 Parent(s): 9517510

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -4
README.md CHANGED
@@ -43,12 +43,15 @@ Our research pipeline:
43
 
44
  ## Datasets
45
 
46
- ### Clinical Emotions Stimuli Bank
47
- Keyword-free clinical vignettes for mechanistic interpretability research. Designed with clinical psychology methodology: matched neutral controls, cross-topic validation, multiple leakage-detection baselines. Each stimulus set is validated to isolate a specific psychological construct without keyword contamination.
48
 
49
- *Used in our affect reception and orthogonal subspaces papers.*
 
 
 
50
 
51
- See dataset cards for stimulus design methodology and validation details.
52
 
53
  ---
54
 
 
43
 
44
  ## Datasets
45
 
46
+ ### [AIPsy-Affect](https://huggingface.co/datasets/keidolabs/aipsy-affect)
47
+ 480 keyword-free clinical vignettes for mechanistic interpretability research on emotion processing in transformers. 8 Plutchik emotions × 6 domains, with matched neutral controls, intensity gradients, and discriminant validity controls. Validated by a three-method NLP defense battery (VADER, NRC, GoEmotions). Designed by a clinical psychologist using clinical stimulus design principles.
48
 
49
+ ```python
50
+ from datasets import load_dataset
51
+ ds = load_dataset("keidolabs/aipsy-affect")
52
+ ```
53
 
54
+ *First release in the **AIPsy** dataset family clinical psychology-backed stimulus batteries for AI Psychology research.*
55
 
56
  ---
57