keentomato commited on
Commit
ac1cc15
·
verified ·
1 Parent(s): b9efc32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +34 -1
README.md CHANGED
@@ -36,4 +36,37 @@ This repository hosts the official models and datasets released as part of the H
36
  | [Human Behavior Atlas (Parquet)](https://huggingface.co/datasets/HumanBehaviorAtlas/human_behavior_atlas) | Primary HBA release optimized for Hugging Face `datasets` workflows. |
37
  | [Human Behavior Atlas (TAR)](https://huggingface.co/datasets/HumanBehaviorAtlas/human_behavior_atlas_tar) | TAR-based release for custom preprocessing and large-scale storage workflows. |
38
 
39
- The version distributed in **Parquet format**, is generally easier and faster to use with the Hugging Face `datasets` library and most downstream training pipelines. Although, we also provide the tar version to allow for flexible use.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
36
  | [Human Behavior Atlas (Parquet)](https://huggingface.co/datasets/HumanBehaviorAtlas/human_behavior_atlas) | Primary HBA release optimized for Hugging Face `datasets` workflows. |
37
  | [Human Behavior Atlas (TAR)](https://huggingface.co/datasets/HumanBehaviorAtlas/human_behavior_atlas_tar) | TAR-based release for custom preprocessing and large-scale storage workflows. |
38
 
39
+ The version distributed in **Parquet format**, is generally easier and faster to use with the Hugging Face `datasets` library and most downstream training pipelines. Although, we also provide the tar version to allow for flexible use.
40
+
41
+
42
+ ---
43
+
44
+ # Citation
45
+
46
+ If you use Human Behavior Atlas or OmniSapiens in your research, please cite the corresponding work below.
47
+
48
+ ## Human Behavior Atlas
49
+
50
+ ```bibtex
51
+ @inproceedings{
52
+ ong2026human,
53
+ title={Human Behavior Atlas: Benchmarking Unified Psychological And Social Behavior Understanding},
54
+ author={Keane Ong and Wei Dai and Carol Li and Dewei Feng and Hengzhi Li and Jingyao Wu and Jiaee Cheong and Rui Mao and Gianmarco Mengaldo and Erik Cambria and Paul Pu Liang},
55
+ booktitle={The Fourteenth International Conference on Learning Representations},
56
+ year={2026},
57
+ url={https://openreview.net/forum?id=ZKE23BBvlQ}
58
+ }
59
+ ```
60
+
61
+ ## OmniSapiens 2.0
62
+
63
+ ```bibtex
64
+ @article{ong2026omnisapiens,
65
+ title={Omnisapiens: A foundation model for social behavior processing via heterogeneity-aware relative policy optimization},
66
+ author={Ong, Keane and Boughorbel, Sabri and Xiao, Luwei and Ekbote, Chanakya and Dai, Wei and Qu, Ao and Wu, Jingyao and Mao, Rui and Hoque, Ehsan and Cambria, Erik and others},
67
+ journal={arXiv preprint arXiv:2602.10635},
68
+ year={2026}
69
+ }
70
+ ```
71
+
72
+