File size: 945 Bytes
38af995
 
 
 
 
 
 
 
 
 
a61663c
 
 
38af995
 
 
 
 
 
 
 
 
 
 
 
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
---
license: mit
task_categories:
- question-answering
tags:
- planning
- reasoning
pretty_name: ACP Bench
---

# ACP Bench 

Homepage: https://ibm.github.io/ACPBench

ACP Bench is a dataset to evaluate the reasoning ability of LLMs about Action, Change, and Planning. ACPBench consists of 7 reasoning tasks over 13 domains. The 13 domains include 11 classical planning domains, ALFWorld, and a novel Swap domain. The 7 tasks included in ACPBench are Action Applicability (app), Progression (prog), Atom Reachability (reach), Validation (val), Action Reachability (areach), Justification (just), and Landmarks (land). ACPBench dev and test set is available for download in this GitHub Repo as well as on Hugging Face Dataset.


```
@article{kokel2024acp,
  title={ACPBench: Reasoning about Action, Change, and Planning},
  author={Kokel, Harsha and Katz, Michael and Srinivas, Kavitha and Sohrabi, Shirin},
  journal={arXiv},
  year={2024}
}
```