--- language: en license: mit size_categories: - 1K Example scene *Example scene showing the speaker (left) and listener (right) views.* ## Dataset Details ### Dataset Description This dataset contains spatial dialogue data for multi-agent referential communication tasks in 3D environments. It includes pairs of images showing speaker and listener views within photorealistic indoor scenes, along with natural language descriptions of target object locations. The key feature of this dataset is that it captures communication between two agents with different physical perspectives in a shared 3D space. Each agent has their own unique viewpoint of the scene, requiring them to consider each other's perspectives when generating and interpreting spatial references. ### Dataset Summary - **Size**: 2,970 dialogue instances across 1,485 scenes - **Total Scenes Generated**: 27,504 scenes (24,644 train, 1,485 validation, 1,375 test) - **Task Type**: Referential communication between embodied agents - **Language(s)**: English - **License**: MIT - **Curated by**: University of California, Berkeley - **Time per Task**: Median 33.0s for speakers, 10.5s for listeners ## Dataset Structure Each instance contains: - Speaker view image (1024x1024 resolution) - Listener view image (1024x1024 resolution) - Natural language referring expression from human speaker - Target object location - Listener object selection - Scene metadata including: - Agent positions and orientations - Referent placement method (random vs adversarial) - Base environment identifier ## Dataset Creation 1. Base environments from ScanNet++ (450 high-quality 3D indoor environments) 2. Scene generation process: - Place two agents with controlled relative orientations (0° to 180°) - Place 3 referent objects using either random or adversarial placement - Render images from each agent's perspective - Apply quality filtering using GPT-4V ## Citation **BibTeX:** ``` @article{tang2024grounding, title={Grounding Language in Multi-Perspective Referential Communication}, author={Tang, Zineng and Mao, Lingjun and Suhr, Alane}, journal={EMNLP}, year={2024} } ``` ## Dataset Card Contact Contact the authors at terran@berkeley.edu