Update README.md
Browse files
README.md
CHANGED
|
@@ -43,12 +43,15 @@ Our research pipeline:
|
|
| 43 |
|
| 44 |
## Datasets
|
| 45 |
|
| 46 |
-
###
|
| 47 |
-
|
| 48 |
|
| 49 |
-
|
|
|
|
|
|
|
|
|
|
| 50 |
|
| 51 |
-
|
| 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 |
|