nielsr HF Staff commited on
Commit
0a19ad9
·
verified ·
1 Parent(s): 287beaa

Add dataset card, link to paper and project resources

Browse files

This PR adds a comprehensive dataset card for EBench, including metadata for the robotics task, the MIT license, relevant tags, and links to the paper, project page, documentation, and GitHub repository.

Files changed (1) hide show
  1. README.md +35 -0
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
+ ```