nielsr HF Staff commited on
Commit
89a6d8d
·
verified ·
1 Parent(s): f1b7d7a

Link paper, project page, and code repository

Browse files

This PR improves the dataset card for BehaviorBench by adding links at the top of the README to:
- The paper: [BehaviorBench: Benchmarking Foundation Models for Behavioral Science Tasks](https://huggingface.co/papers/2606.24162)
- The [Project Page](https://umich-foreseer.github.io/behaviorbench/)
- The official [GitHub repository](https://github.com/umich-foreseer/behaviorbench_eval)

These additions will make it easier for researchers and practitioners to find the evaluation suite, associated paper details, and code.

Files changed (1) hide show
  1. README.md +16 -14
README.md CHANGED
@@ -1,25 +1,27 @@
1
  ---
2
- license: cc-by-nc-nd-4.0
3
  language:
4
- - en
5
- pretty_name: BehaviorBench
6
  size_categories:
7
- - 10K<n<100K
8
  task_categories:
9
- - text-generation
10
- - question-answering
11
- - multiple-choice
 
12
  tags:
13
- - behavioral-science
14
- - benchmark
15
- - foundation-models
16
- - personality
17
- - economic-games
18
- - scientific-workflows
19
  ---
20
 
21
  # BehaviorBench
22
 
 
 
23
  BehaviorBench is a benchmark for evaluating large language models on behavioral
24
  science tasks. It bundles four data sources covering personality and survey
25
  response prediction (Big Five), economic-game decision making (MobLab),
@@ -143,4 +145,4 @@ behavior trigger a new minor version (current: `1.0.0`).
143
  author = {BeFM Authors},
144
  year = {2026}
145
  }
146
- ```
 
1
  ---
 
2
  language:
3
+ - en
4
+ license: cc-by-nc-nd-4.0
5
  size_categories:
6
+ - 10K<n<100K
7
  task_categories:
8
+ - text-generation
9
+ - question-answering
10
+ - multiple-choice
11
+ pretty_name: BehaviorBench
12
  tags:
13
+ - behavioral-science
14
+ - benchmark
15
+ - foundation-models
16
+ - personality
17
+ - economic-games
18
+ - scientific-workflows
19
  ---
20
 
21
  # BehaviorBench
22
 
23
+ [**Project Page**](https://umich-foreseer.github.io/behaviorbench/) | [**Paper**](https://huggingface.co/papers/2606.24162) | [**Code**](https://github.com/umich-foreseer/behaviorbench_eval)
24
+
25
  BehaviorBench is a benchmark for evaluating large language models on behavioral
26
  science tasks. It bundles four data sources covering personality and survey
27
  response prediction (Big Five), economic-game decision making (MobLab),
 
145
  author = {BeFM Authors},
146
  year = {2026}
147
  }
148
+ ```