Datasets:
Update dataset card with repository and citation
Browse files
README.md
CHANGED
|
@@ -21,10 +21,18 @@ tags:
|
|
| 21 |
|
| 22 |
# Pi-Bench Tasks
|
| 23 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 24 |
This lightweight dataset exposes only the `task.yaml` files from Pi-Bench so
|
| 25 |
people can quickly inspect the benchmark tasks in the Hugging Face Dataset
|
| 26 |
Viewer.
|
| 27 |
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
Each row corresponds to one `data/<role>/tasks/<task_id>/task.yaml` file. The
|
| 29 |
`yaml` column preserves the original YAML text, while the other columns extract
|
| 30 |
common fields for filtering and browsing.
|
|
@@ -54,4 +62,20 @@ common fields for filtering and browsing.
|
|
| 54 |
- `title`, `display_title`, `description`, `task_type`, `difficulty`
|
| 55 |
- `initial_input`, `hidden_intents`, `hidden_intent_count`
|
| 56 |
- `has_objectives`, `objectives_json`, `metadata_json`
|
| 57 |
-
- `yaml_path`, `yaml`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
# Pi-Bench Tasks
|
| 23 |
|
| 24 |
+
**Code and full benchmark:** [GitHub repository](https://github.com/Simplified-Reasoning/Pi-Bench)
|
| 25 |
+
**Paper:** [arXiv:2605.14678](https://arxiv.org/abs/2605.14678)
|
| 26 |
+
**Project page:** [simplified-reasoning.github.io/Pi-Bench](https://simplified-reasoning.github.io/Pi-Bench/)
|
| 27 |
+
|
| 28 |
This lightweight dataset exposes only the `task.yaml` files from Pi-Bench so
|
| 29 |
people can quickly inspect the benchmark tasks in the Hugging Face Dataset
|
| 30 |
Viewer.
|
| 31 |
|
| 32 |
+
Pi-Bench evaluates proactive personal assistant agents in long-horizon
|
| 33 |
+
workflows. It contains 100 multi-turn tasks across 5 domain-specific personas:
|
| 34 |
+
`researcher`, `marketer`, `pharmacist`, `law_trainee`, and `financier`.
|
| 35 |
+
|
| 36 |
Each row corresponds to one `data/<role>/tasks/<task_id>/task.yaml` file. The
|
| 37 |
`yaml` column preserves the original YAML text, while the other columns extract
|
| 38 |
common fields for filtering and browsing.
|
|
|
|
| 62 |
- `title`, `display_title`, `description`, `task_type`, `difficulty`
|
| 63 |
- `initial_input`, `hidden_intents`, `hidden_intent_count`
|
| 64 |
- `has_objectives`, `objectives_json`, `metadata_json`
|
| 65 |
+
- `yaml_path`, `yaml`
|
| 66 |
+
|
| 67 |
+
## Citation
|
| 68 |
+
|
| 69 |
+
If you use Pi-Bench, please cite:
|
| 70 |
+
|
| 71 |
+
```bibtex
|
| 72 |
+
@misc{zhang2026pibenchevaluatingproactivepersonal,
|
| 73 |
+
title={${\pi}$-Bench: Evaluating Proactive Personal Assistant Agents in Long-Horizon Workflows},
|
| 74 |
+
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},
|
| 75 |
+
year={2026},
|
| 76 |
+
eprint={2605.14678},
|
| 77 |
+
archivePrefix={arXiv},
|
| 78 |
+
primaryClass={cs.AI},
|
| 79 |
+
url={https://arxiv.org/abs/2605.14678}
|
| 80 |
+
}
|
| 81 |
+
```
|