Add primary citation: Ong et al. Human Behavior Atlas (ICLR 2026)
Browse files
README.md
CHANGED
|
@@ -25,6 +25,7 @@ tags:
|
|
| 25 |
- pose-estimation
|
| 26 |
- opensmile
|
| 27 |
pretty_name: Human Behavior Atlas v2
|
|
|
|
| 28 |
size_categories:
|
| 29 |
- 10K<n<100K
|
| 30 |
configs:
|
|
@@ -229,7 +230,20 @@ python3 -m verl.trainer.main_ppo \
|
|
| 229 |
|
| 230 |
## Citation
|
| 231 |
|
| 232 |
-
If you use this dataset, please cite the
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 233 |
|
| 234 |
- CMU-MOSEI: Zadeh et al., "Multimodal Language Analysis in the Wild: CMU-MOSEI Dataset and Interpretable Dynamic Fusion Graph", ACL 2018
|
| 235 |
- MELD: Poria et al., "MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversations", ACL 2019
|
|
|
|
| 25 |
- pose-estimation
|
| 26 |
- opensmile
|
| 27 |
pretty_name: Human Behavior Atlas v2
|
| 28 |
+
arxiv: 2510.04899
|
| 29 |
size_categories:
|
| 30 |
- 10K<n<100K
|
| 31 |
configs:
|
|
|
|
| 230 |
|
| 231 |
## Citation
|
| 232 |
|
| 233 |
+
If you use this dataset, please cite the following paper:
|
| 234 |
+
|
| 235 |
+
```bibtex
|
| 236 |
+
@article{Ong2025HumanBehavior,
|
| 237 |
+
title={Human Behavior Atlas: Benchmarking Unified Psychological and Social Behavior Understanding},
|
| 238 |
+
author={Ong, Keane and Dai, Wei and Li, Carol and Feng, Dewei and Li, Hengzhi and Wu, Jingyao and Cheong, Jiaee and Mao, Rui and Mengaldo, Gianmarco and Cambria, Erik and Liang, Paul Pu},
|
| 239 |
+
journal={arXiv preprint arXiv:2510.04899},
|
| 240 |
+
year={2025}
|
| 241 |
+
}
|
| 242 |
+
```
|
| 243 |
+
|
| 244 |
+
> Keane Ong, Wei Dai, Carol Li, Dewei Feng, Hengzhi Li, Jingyao Wu, Jiaee Cheong, Rui Mao, Gianmarco Mengaldo, Erik Cambria, Paul Pu Liang. "Human Behavior Atlas: Benchmarking Unified Psychological and Social Behavior Understanding." ICLR 2026. [arXiv:2510.04899](https://arxiv.org/abs/2510.04899)
|
| 245 |
+
|
| 246 |
+
Please also cite the individual source datasets as appropriate:
|
| 247 |
|
| 248 |
- CMU-MOSEI: Zadeh et al., "Multimodal Language Analysis in the Wild: CMU-MOSEI Dataset and Interpretable Dynamic Fusion Graph", ACL 2018
|
| 249 |
- MELD: Poria et al., "MELD: A Multimodal Multi-Party Dataset for Emotion Recognition in Conversations", ACL 2019
|