Datasets:
Link paper: arXiv:2608.05224 (COLM'26) + citation
Browse files
README.md
CHANGED
|
@@ -41,7 +41,7 @@ pretty_name: Psych-201 Reaction Time Dataset
|
|
| 41 |
|
| 42 |
# Psych-201 Reaction Time Dataset
|
| 43 |
|
| 44 |
-
A curated dataset of human reaction time (RT) measurements extracted from [Psych-201](https://github.com/marcelbinz/Psych-201), a large-scale collection of naturalistic language transcriptions of human psychology experiments. The dataset is designed for modeling individual-level response latency distributions across diverse experimental paradigms.
|
| 45 |
|
| 46 |
## Dataset Summary
|
| 47 |
|
|
@@ -94,4 +94,18 @@ print(f"Mean RT: {sum(sample['RTs']) / len(sample['RTs']):.3f}s")
|
|
| 94 |
|
| 95 |
This dataset is derived from:
|
| 96 |
|
| 97 |
-
> Binz et al. (2025). Psych-201. *[GitHub](https://github.com/marcelbinz/Psych-201)*.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
|
| 42 |
# Psych-201 Reaction Time Dataset
|
| 43 |
|
| 44 |
+
A curated dataset of human reaction time (RT) measurements extracted from [Psych-201](https://github.com/marcelbinz/Psych-201), a large-scale collection of naturalistic language transcriptions of human psychology experiments. The dataset is designed for modeling individual-level response latency distributions across diverse experimental paradigms. Introduced in [*Small Foundation Models of Human Cognition and Behaviour*](https://arxiv.org/abs/2608.05224) (COLM'26).
|
| 45 |
|
| 46 |
## Dataset Summary
|
| 47 |
|
|
|
|
| 94 |
|
| 95 |
This dataset is derived from:
|
| 96 |
|
| 97 |
+
> Binz et al. (2025). Psych-201. *[GitHub](https://github.com/marcelbinz/Psych-201)*.
|
| 98 |
+
|
| 99 |
+
## Citation
|
| 100 |
+
|
| 101 |
+
If you use this dataset, please cite:
|
| 102 |
+
|
| 103 |
+
```bibtex
|
| 104 |
+
@inproceedings{oh2026smallcogfm,
|
| 105 |
+
title = {Small Foundation Models of Human Cognition and Behaviour},
|
| 106 |
+
author = {Oh, Nick and Gobet, Fernand},
|
| 107 |
+
booktitle = {Third Conference on Language Modeling (COLM)},
|
| 108 |
+
year = {2026},
|
| 109 |
+
note = {arXiv:2608.05224}
|
| 110 |
+
}
|
| 111 |
+
```
|