Add paper link, project page, and task category

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +35 -0
README.md CHANGED
@@ -1,4 +1,6 @@
1
  ---
 
 
2
  dataset_info:
3
  features:
4
  - name: id
@@ -44,3 +46,36 @@ configs:
44
  - split: validation
45
  path: data/validation-*
46
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ task_categories:
3
+ - robotics
4
  dataset_info:
5
  features:
6
  - name: id
 
46
  - split: validation
47
  path: data/validation-*
48
  ---
49
+
50
+ # DeliveryBench
51
+
52
+ [**Project Page**](https://deliverybench.github.io) | [**Paper**](https://huggingface.co/papers/2512.19234) | [**Code**](https://github.com/SCAI-JHU/SimWorld-Robotics)
53
+
54
+ DeliveryBench is a city-scale embodied benchmark grounded in the real-world profession of food delivery. It is designed to evaluate the long-horizon planning and constraint-aware decision-making capabilities of LLM and VLM-based agents in realistic, procedurally generated 3D environments.
55
+
56
+ ### Dataset Summary
57
+
58
+ Agents in DeliveryBench must navigate procedurally generated 3D cities to maximize net profit while managing diverse constraints, such as delivery deadlines, transportation expenses, vehicle battery, and interactions with other couriers and customers. The environment includes:
59
+ - **Diverse Road Networks and Buildings**: Multiple cities with functional locations and various transportation modes.
60
+ - **Realistic Resource Dynamics**: Systematic evaluation of constraint-aware planning in a realistic, resource-dense environment.
61
+
62
+ ### Dataset Structure
63
+
64
+ The dataset contains trajectories of agents navigating these environments, including:
65
+ - `current_view`: Visual observation from the agent's perspective.
66
+ - `expected_view`: The target visual state for the subtask.
67
+ - `plan`: Natural language reasoning or planning steps associated with the trajectory.
68
+ - `action`: Discrete actions including moving forward, turning, or completing a subtask.
69
+ - `metadata`: Information regarding orientation, distance, and subtask history.
70
+
71
+ ## Citation
72
+
73
+ If you use this dataset in your research, please cite:
74
+ ```bibtex
75
+ @article{deliverybench2025,
76
+ title={DeliveryBench: Can Agents Earn Profit in Real World?},
77
+ author={Authors list not provided},
78
+ journal={arXiv preprint arXiv:2512.19234},
79
+ year={2025}
80
+ }
81
+ ```