File size: 9,486 Bytes
1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe 9160ab1 1ee6cfe | 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 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 | ---
license: mit
language:
- en
pretty_name: EmbodiedBench-Audio (clean speech, 300 samples)
size_categories:
- n<1K
task_categories:
- text-to-speech
- automatic-speech-recognition
- visual-question-answering
- robotics
multilinguality:
- monolingual
annotations_creators:
- machine-generated
- crowdsourced
language_creators:
- crowdsourced
source_datasets:
- extended|EmbodiedBench/EB-ALFRED
- extended|alfred
tags:
- embodiedbench
- alfred
- ai2thor
- speech
- multimodal
- omniagentbench
- embodied-agents
- household-tasks
configs:
- config_name: default
data_files:
- split: test
path: clean_embodied/Embodied_task.csv
---
# Dataset Card for EmbodiedBench-Audio (clean_embodied)
## Dataset Summary
**EmbodiedBench-Audio** is the speech-modality extension of the [EmbodiedBench](https://arxiv.org/abs/2502.09560) / [EB-ALFRED](https://huggingface.co/datasets/EmbodiedBench/EB-ALFRED) benchmark. This release (`clean_embodied/`) provides 300 paired examples of `(audio, image, instruction, ground-truth plan)` covering household embodied tasks in [AI2-THOR](https://ai2thor.allenai.org/) scenes.
Each sample comes with:
- **Clean text-to-speech audio** of the natural-language goal
- The **starting-frame screenshot** the agent sees
- The **original written goal** and **ground-truth high-level plan** (both natural-language step descriptions and symbolic PDDL actions)
The folder is named `clean_embodied/` so contributors can drop sibling folders like `noisy_embodied_<env>/` later without overwriting the clean baseline.
## Supported Tasks
- **Embodied speech grounding** β predict the action plan from spoken goal + image
- **Speech-to-PDDL plan generation** β speech input β symbolic action sequence
- **ASR robustness** β comparing models that transcribe-then-plan vs. models that ingest audio directly
- **Cross-modal evaluation** β audio vs. text input on identical samples
## Languages
English (en, US accent, single TTS voice).
## Dataset Structure
### Layout
```
clean_embodied/
βββ README.md (this card)
βββ Embodied_task.csv 300 rows Β· 7 columns β source of truth
βββ audio/
β βββ manifest.json sample_id β all CSV fields + audio_file + spoken_text
β βββ embodied_<trial>_<repeat_idx>.wav 300 files Β· 24 kHz mono Β· ~35 MB
βββ images/
βββ <trial>_<repeat_idx>.png 300 files Β· ~33 MB Β· AI2-THOR scene capture
```
### Data Fields (Embodied_task.csv)
| Field | Type | Description |
|---|---|---|
| `trial` | string | Original ALFRED trial id, e.g. `trial_T20190908_044113_026049` |
| `repeat_idx` | int | Annotator index; each trial has 3+ paraphrasings of the same goal by different turkers |
| `scene` | string | AI2-THOR floor plan, e.g. `FloorPlan219` |
| `goal_instr` | string | One-sentence high-level goal β the **input text** the agent receives |
| `gt_high_descs` | list[string] (JSON-encoded) | Step-by-step natural-language descriptions β auxiliary annotation |
| `gt_high_pddl_actions` | list[string] (JSON-encoded) | Symbolic ground-truth plan, e.g. `["GotoLocation ['dresser']", "PickupObject ['cellphone']", ...]` |
| `image_name` | string | Filename of the starting frame in `images/` |
### Data Fields (audio/manifest.json)
For every sample id, the manifest records:
| Key | Description |
|---|---|
| `sample_id` | `embodied_<trial>_<repeat_idx>` |
| `audio_file` | `<sample_id>.wav` |
| `spoken_text` | Identical to `goal_instr` β the text fed to the TTS model |
| `trial`, `repeat_idx`, `scene`, `image_name`, `gt_high_descs`, `gt_high_pddl_actions` | Mirrored from CSV for convenience |
### Pairing across modalities
```python
sample_id = f"embodied_{trial}_{repeat_idx}"
audio_path = f"clean_embodied/audio/{sample_id}.wav"
image_path = f"clean_embodied/images/{trial}_{repeat_idx}.png"
```
### Splits
A single `test` split with 300 examples. The CSV is a curated subset of EB-ALFRED's `valid_seen` / `valid_unseen` splits sampled across multiple ALFRED task types (e.g. `look_at_obj_in_light`, `pick_and_place_simple`, `pick_clean_then_place_in_recep`, `pick_heat_then_place_in_recep`, `pick_cool_then_place_in_recep`).
## Dataset Creation
### Curation Rationale
EmbodiedBench evaluates language-conditioned embodied agents on text + image, but the original benchmark has no audio modality. This release adds one: each goal instruction is rendered as clean speech so models with native audio input (Qwen2.5-Omni, Qwen3-Omni, etc.) can be evaluated in the same protocol. The 300-sample subset balances coverage across ALFRED task types while staying small enough for fast iteration.
### Source Data
- **Goal instructions, step descriptions, PDDL plans:** [EB-ALFRED](https://huggingface.co/datasets/EmbodiedBench/EB-ALFRED), which itself is a subset of [ALFRED](https://askforalfred.com/) (Shridhar et al., CVPR 2020). The natural-language fields were collected via Amazon Mechanical Turk on ALFRED trajectories.
- **Images:** Starting frames extracted from AI2-THOR scene trajectories included in EB-ALFRED.
- **Subset selection:** 300 trial/annotator pairs sampled by the OmniAgentBench team to span ALFRED task types.
### Annotations
- **Audio:** Machine-generated. TTS via [`Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign`](https://huggingface.co/Qwen/Qwen3-TTS-12Hz-1.7B-VoiceDesign) on a single NVIDIA RTX PRO 6000 Blackwell GPU. Voice instruct prompt: *"Speak naturally and clearly as if giving a household task instruction to a robot assistant."* Output: 24 kHz mono WAV, bf16 inference, no flash-attn. Generated 2026-05-03; ~10 min wall time for 300 samples.
- **All other fields** (text, plans, scene, image): inherited unmodified from EB-ALFRED / ALFRED.
### Personal and Sensitive Information
None. All instructions describe household task goals with no identifiable people, addresses, or PII.
## Audio Characteristics
- **Sample rate / channels:** 24 kHz Β· mono
- **Duration:** 1.2 s β 5.1 s per WAV (median 2.3 s, mean 2.5 s)
- **Speech rate:** ~208 wpm β fast, because source text is short (median 9 words)
- **Voice:** Single Qwen3-TTS-VoiceDesign voice across all 300 samples β no speaker variation in this clean release
## Considerations for Using the Data
### Limitations
- **One TTS voice, no speaker variation.** All 300 samples use the same synthetic voice. Results should not be interpreted as covering speaker diversity.
- **Short audio.** Goal instructions are one-sentence (median 9 words), so audio is brief. Models that benefit from longer context windows may not fully exercise their capacity here.
- **Speech rate is fast.** ~208 wpm vs. natural English ~150 wpm. The TTS does not include expressive prosody beyond what the voice-design instruct prompt nudges.
- **Audio is fully synthetic.** No human-recorded speech. Add `noisy_*/` siblings (background noise, reverb, accents, real recordings) to extend robustness coverage.
### Biases & Social Impact
The underlying ALFRED instructions describe everyday household chores in stereotypical kitchen/bedroom/bathroom layouts and reflect the cultural framing of the original Mechanical Turk annotators. Models trained or evaluated on this data will inherit those framings.
### Other Known Issues
- The 300-sample subset is a **convenience sample**, not a stratified random sample, and is not balanced for AI2-THOR scene type or PDDL plan length.
## Additional Information
### Dataset Curators
OmniAgentBench team (audio synthesis, packaging, curation of the 300-sample subset). Upstream natural-language and trajectory data: EmbodiedBench team (Yang et al., 2025) and ALFRED team (Shridhar et al., 2020).
### Licensing Information
Released under MIT, **subject to the licenses of the upstream datasets**:
- [EmbodiedBench](https://github.com/EmbodiedBench/EmbodiedBench) β see upstream repo
- [ALFRED](https://github.com/askforalfred/alfred) β MIT
- [AI2-THOR](https://github.com/allenai/ai2thor) (used to render the images) β Apache 2.0
If you redistribute, retain attribution to all three upstream sources.
### Citation Information
```bibtex
@misc{omniagentbench_embodied_audio_2026,
title = {EmbodiedBench-Audio: clean speech for the EmbodiedBench 300-sample subset},
author = {OmniAgentBench Team},
year = {2026},
url = {https://huggingface.co/datasets/omniagentbench/EmbodiedBench-Audio}
}
@inproceedings{yang2025embodiedbench,
title = {EmbodiedBench: Comprehensive Benchmarking Multi-modal Large Language Models for Vision-Driven Embodied Agents},
author = {Yang, Rui and others},
year = {2025},
eprint = {2502.09560},
archivePrefix = {arXiv}
}
@inproceedings{shridhar2020alfred,
title = {ALFRED: A Benchmark for Interpreting Grounded Instructions for Everyday Tasks},
author = {Shridhar, Mohit and Thomason, Jesse and Gordon, Daniel and Bisk, Yonatan and Han, Winson and Mottaghi, Roozbeh and Zettlemoyer, Luke and Fox, Dieter},
booktitle = {CVPR},
year = {2020}
}
```
### Contributions
Contributions of `noisy_<env>/`, `wild_<variant>/`, or larger-scale follow-ups are welcome β the repo is intentionally laid out so new sibling folders sit cleanly alongside `clean_embodied/`. Open a discussion or PR on the [HuggingFace dataset page](https://huggingface.co/datasets/omniagentbench/EmbodiedBench-Audio).
Part of the [OmniAgentBench](https://huggingface.co/datasets/omniagentbench/OmniAgentBench) project.
|