Update BehaviorBench paper citation

#2
Files changed (1) hide show
  1. README.md +11 -4
README.md CHANGED
@@ -30,6 +30,9 @@ solving (IEO). All examples are released as chat-formatted
30
  This repository hosts the **evaluation data only**. The benchmark code (loaders,
31
  prompts, metrics) is released separately from this dataset.
32
 
 
 
 
33
  ## Subsets
34
 
35
  | Subset | Task name | Files | Rows |
@@ -138,9 +141,13 @@ behavior trigger a new minor version (current: `1.0.0`).
138
  ## Citation
139
 
140
  ```bibtex
141
- @misc{behaviorbench2026,
142
- title = {BehaviorBench: Benchmarking Foundation Models for Behavioral Science Tasks},
143
- author = {BeFM Authors},
144
- year = {2026}
 
 
 
 
145
  }
146
  ```
 
30
  This repository hosts the **evaluation data only**. The benchmark code (loaders,
31
  prompts, metrics) is released separately from this dataset.
32
 
33
+ Public dataset URL: https://huggingface.co/datasets/befm/BehaviorBench
34
+ Paper: https://arxiv.org/abs/2606.24162
35
+
36
  ## Subsets
37
 
38
  | Subset | Task name | Files | Rows |
 
141
  ## Citation
142
 
143
  ```bibtex
144
+ @misc{huang2026behaviorbenchbenchmarkingfoundationmodels,
145
+ title={BehaviorBench: Benchmarking Foundation Models for Behavioral Science Tasks},
146
+ author={Jin Huang and Yutong Xie and Wanli Song and Xingjian Zhang and Walter Yuan and Matthew O. Jackson and Qiaozhu Mei},
147
+ year={2026},
148
+ eprint={2606.24162},
149
+ archivePrefix={arXiv},
150
+ primaryClass={cs.CL},
151
+ url={https://arxiv.org/abs/2606.24162}
152
  }
153
  ```