| --- |
| license: cc-by-4.0 |
| language: |
| - en |
| tags: |
| - emotion |
| - psychology |
| - behavioral-science |
| - cognitive-bias |
| - personality |
| - affective-computing |
| - mental-health |
| - mindfulness |
| - breathing |
| - technical-mindfulness |
| - affectively |
| - edgework |
| - collection |
| pretty_name: "Behavioral Taxonomy Collection" |
| size_categories: |
| - 1K<n<10K |
| task_categories: |
| - text-classification |
| - text-generation |
| --- |
| |
| # Behavioral Taxonomy Collection |
|
|
| > A collection of **1619 entries** across **7 datasets** for technical mindfulness, affective computing, and behavioral science research. |
|
|
| This is the umbrella collection linking to all individual AFFECTIVELY datasets. Each dataset is independently loadable. |
|
|
| ## Datasets |
|
|
| | Dataset | Records | |
| |---------|---------| |
| | [emotions-taxonomy](https://huggingface.co/datasets/buley/emotions-taxonomy) | 239 | |
| | [behavioral-loops](https://huggingface.co/datasets/buley/behavioral-loops) | 1140 | |
| | [cognitive-biases](https://huggingface.co/datasets/buley/cognitive-biases) | 180 | |
| | [personality-traits](https://huggingface.co/datasets/buley/personality-traits) | 29 | |
| | [breathing-techniques](https://huggingface.co/datasets/buley/breathing-techniques) | 16 | |
| | [nonverbal-cues](https://huggingface.co/datasets/buley/nonverbal-cues) | 9 | |
| | [intervention-levers](https://huggingface.co/datasets/buley/intervention-levers) | 6 | |
|
|
| ## Quick Start |
|
|
| ```python |
| from datasets import load_dataset |
| |
| # Load any individual dataset |
| emotions = load_dataset("buley/emotions-taxonomy") |
| loops = load_dataset("buley/behavioral-loops") |
| biases = load_dataset("buley/cognitive-biases", "biases") |
| traits = load_dataset("buley/personality-traits") |
| breathing = load_dataset("buley/breathing-techniques") |
| ``` |
|
|
| ## Also Available as npm Package |
|
|
| ```bash |
| npm install @affectively/behavioral-taxonomy |
| ``` |
|
|
| ## Citation |
|
|
| ```bibtex |
| @dataset{buley_behavioral_taxonomy_2026, |
| author = {Taylor Buley}, |
| title = {Behavioral Taxonomy Collection}, |
| year = {2026}, |
| publisher = {HuggingFace}, |
| url = {https://huggingface.co/datasets/buley/behavioral-taxonomy}, |
| license = {CC BY 4.0} |
| } |
| ``` |
|
|
| ## License |
|
|
| [Creative Commons Attribution 4.0 International (CC BY 4.0)](https://creativecommons.org/licenses/by/4.0/) |
|
|
| ## About |
|
|
| Published by [AFFECTIVELY](https://huggingface.co/affectively-ai) · Managed by [@buley](https://huggingface.co/buley) |
|
|
| - [All datasets](https://huggingface.co/buley) · [All models](https://huggingface.co/affectively-ai) · [GitHub](https://github.com/affectively-ai) · [Edgework.ai](https://edgework.ai) |
|
|