File size: 648 Bytes
7305ef0 221d358 |
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 |
---
dataset_info:
features:
- name: domain
dtype: string
- name: instance
dtype: string
splits:
- name: train
num_bytes: 675434
num_examples: 501
download_size: 61032
dataset_size: 675434
configs:
- config_name: default
data_files:
- split: train
path: data/train-*
---
# BlocksWorld
This repo contains the BlocksWorld data for ["PlanBench: An Extensible Benchmark for Evaluating Large Language Models on Planning and Reasoning about Change"](https://arxiv.org/abs/2206.10498).
The original data link is here: https://github.com/karthikv792/LLMs-Planning/tree/main/plan-bench/instances/blocksworld/generated |