oscarqjh/VLN-CE-RxR_easi
VLN-CE RxR Dataset for EASI Vision-and-Language Navigation in Continuous Environments (VLN-CE) Room-across-Room (RxR) benchmark, repackaged for the EASI evaluation framework. Task An agent receives a natural language navigation instruction (in English, Hindi, or Telugu) and must navigate through a Matterport3D indoor environment to reach a goal location. The agent uses discrete actions: STOP, MOVE_FORWARD (0.25m), TURN_LEFT (30 deg), TURN_RIGHT (30 deg), LOOK_UP… See the full description on the dataset page: https://huggingface.co/datasets/oscarqjh/VLN-CE-RxR_easi.
VLN-CE RxR Dataset for EASI
Vision-and-Language Navigation in Continuous Environments (VLN-CE) Room-across-Room (RxR) benchmark, repackaged for the EASI evaluation framework.
Task
An agent receives a natural language navigation instruction (in English, Hindi, or Telugu) and must navigate through a Matterport3D indoor environment to reach a goal location. The agent uses discrete actions: STOP, MOVEFORWARD (0.25m), TURNLEFT (30 deg), TURNRIGHT (30 deg), LOOKUP (30 deg), LOOK_DOWN (30 deg).
Success is measured when the agent stops within 3.0m of the goal position.
Splits
Note: Only guide-role episodes from val_seen and val_unseen splits are included. Train and testchallenge splits are excluded (train is not needed for evaluation; testchallenge requires server submission with no public ground truth).
Languages: English (en-IN + en-US merged as en), Hindi (hi), Telugu (te).
Data Fields
Each episode row contains:
Scene Data
mp3d_scenes.zip contains Matterport3D .glb and .navmesh files for the 87 scenes used across all evaluation splits. After extraction:
mp3d/
{scene_id}/
{scene_id}.glb # 3D mesh for Habitat-Sim rendering
{scene_id}.navmesh # Navigation mesh for pathfindingOnly .glb (rendering) and .navmesh (pathfinding) are included.
Metrics
Original Sources
- VLN-CE (Krantz et al.)
- RxR Dataset (Ku et al.)
- Matterport3D (Chang et al.)
Citation
@inproceedings{krantz2020vlnce,
title={Beyond the Nav-Graph: Vision-and-Language Navigation in Continuous Environments},
author={Jacob Krantz and Erik Wijmans and Arjun Majumdar and Dhruv Batra and Stefan Lee},
booktitle={ECCV},
year={2020}
}
@inproceedings{ku2020rxr,
title={Room-Across-Room: Multilingual Vision-and-Language Navigation with Dense Spatiotemporal Grounding},
author={Alexander Ku and Peter Anderson and Roma Patel and Eugene Ie and Jason Baldridge},
booktitle={EMNLP},
year={2020}
}