File size: 2,170 Bytes
68bea59
 
86a35f3
 
 
 
 
 
 
 
 
 
 
 
d160087
 
 
 
 
68bea59
86a35f3
 
 
116ae73
 
 
 
86a35f3
 
 
 
116ae73
 
 
 
86a35f3
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
116ae73
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
---
license: apache-2.0
pretty_name: Pi-Bench Tasks
task_categories:
- text-generation
language:
- en
size_categories:
- n<1K
configs:
- config_name: default
  data_files:
  - split: train
    path: data/tasks.jsonl
tags:
- Proactive
- Agent
- OpenClaw
- Benchmark
---

# Pi-Bench Tasks

**Code and full benchmark:** [GitHub repository](https://github.com/Simplified-Reasoning/Pi-Bench)  
**Paper:** [arXiv:2605.14678](https://arxiv.org/abs/2605.14678)  
**Project page:** [simplified-reasoning.github.io/Pi-Bench](https://simplified-reasoning.github.io/Pi-Bench/)

This lightweight dataset exposes only the `task.yaml` files from Pi-Bench so
people can quickly inspect the benchmark tasks in the Hugging Face Dataset
Viewer.

Pi-Bench evaluates proactive personal assistant agents in long-horizon
workflows. It contains 100 multi-turn tasks across 5 domain-specific personas:
`researcher`, `marketer`, `pharmacist`, `law_trainee`, and `financier`.

Each row corresponds to one `data/<role>/tasks/<task_id>/task.yaml` file. The
`yaml` column preserves the original YAML text, while the other columns extract
common fields for filtering and browsing.

## Contents

- Rows: 100
- Rows with objectives: 62

## Roles

- Financier: 20
- law_trainee: 20
- marketer: 20
- pharmacist: 20
- researcher: 20

## Difficulty

- easy: 29
- hard: 20
- medium: 51

## Columns

- `role`, `task_id`, `user_id`, `environment_id`
- `title`, `display_title`, `description`, `task_type`, `difficulty`
- `initial_input`, `hidden_intents`, `hidden_intent_count`
- `has_objectives`, `objectives_json`, `metadata_json`
- `yaml_path`, `yaml`

## Citation

If you use Pi-Bench, please cite:

```bibtex
@misc{zhang2026pibenchevaluatingproactivepersonal,
  title={${\pi}$-Bench: Evaluating Proactive Personal Assistant Agents in Long-Horizon Workflows},
  author={Haoran Zhang and Luxin Xu and Zhilin Wang and Runquan Gui and Shunkai Zhang and Haodi Lei and Zihao He and Bingsu He and Chicheng Qin and Tong Zhu and Xiaoye Qu and Yang Yang and Yu Cheng and Yafu Li},
  year={2026},
  eprint={2605.14678},
  archivePrefix={arXiv},
  primaryClass={cs.AI},
  url={https://arxiv.org/abs/2605.14678}
}
```