Add dataset card, link to paper and project resources
#2
by nielsr HF Staff - opened
README.md
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
task_categories:
|
| 4 |
+
- robotics
|
| 5 |
+
tags:
|
| 6 |
+
- lerobot
|
| 7 |
+
- mobile-manipulation
|
| 8 |
+
- vla
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# EBench: Elemental Mobile Manipulation Benchmark Dataset
|
| 12 |
+
|
| 13 |
+
[Project Page](https://internrobotics.github.io/EBench-home/) | [Paper](https://huggingface.co/papers/2606.18239) | [GitHub](https://github.com/InternRobotics/EBench) | [Documentation](https://internrobotics.github.io/EBench-doc/)
|
| 14 |
+
|
| 15 |
+
EBench is an indoor VLA (Vision-Language-Action) manipulation benchmark built on NVIDIA Isaac Sim. Instead of compressing a model's behavior into a single overall success rate, it produces a **multi-axis capability profile** that exposes what a model is good at — and where it overfits.
|
| 16 |
+
|
| 17 |
+
This repository contains the training trajectories (stored in the [LeRobot](https://github.com/huggingface/lerobot) format) used in the EBench evaluation suite.
|
| 18 |
+
|
| 19 |
+
## Key Features
|
| 20 |
+
- **Three manipulation regimes in one benchmark** — covers *long-horizon*, *dexterous & precise*, and *mobile* manipulation.
|
| 21 |
+
- **5-axis atomic diagnostic** — every task is labelled by *Scene · Atomic Skill · Horizon · Precision · Mobility*.
|
| 22 |
+
- **4-axis generalization tests** — controlled perturbations along *Object · Background · Instruction · Mixed*.
|
| 23 |
+
- **Strict train / test isolation** — validation and unseen splits are open for tuning, while a held-out test split drives the leaderboard.
|
| 24 |
+
|
| 25 |
+
## Citation
|
| 26 |
+
|
| 27 |
+
```bibtex
|
| 28 |
+
@misc{ebench2026,
|
| 29 |
+
title = {EBench: Elemental Mobile Manipulation Benchmark},
|
| 30 |
+
author = {Shanghai AI Laboratory},
|
| 31 |
+
year = {2026},
|
| 32 |
+
note = {Preprint coming soon},
|
| 33 |
+
url = {https://internrobotics.github.io/EBench-doc/}
|
| 34 |
+
}
|
| 35 |
+
```
|