VLN-NF: Feasibility-Aware Vision-and-Language Navigation with False-Premise Instructions
Hung-Ting Su1†‡, Ting-Jun Wang1‡, Jia-Fong Yeh1, Min Sun2, Winston H. Hsu1
1 National Taiwan University    2 National Tsing Hua University
Project lead    Equal technical contribution
ACL 2026
Code and data links will be added here once they are public.

Abstract

Conventional Vision-and-Language Navigation (VLN) benchmarks assume instructions are feasible and the referenced target exists, leaving agents ill-equipped to handle false-premise goals. We introduce VLN-NF, a benchmark with false-premise instructions where the target is absent from the specified room and agents must navigate, gather evidence through in-room exploration, and explicitly output NOT-FOUND. VLN-NF is constructed via a scalable pipeline that rewrites VLN instructions using an LLM and verifies target absence with a VLM, producing plausible yet factually incorrect goals. We further propose REV-SPL to jointly evaluate room reaching, exploration coverage, and decision correctness. To address this challenge, we present ROAM, a two-stage hybrid that combines supervised room-level navigation with LLM/VLM-driven in-room exploration guided by a free-space clearance prior. ROAM achieves the best REV-SPL among compared methods, while baselines often under-explore and terminate prematurely under unreliable instructions.

Toy illustration of VLN-NF failure modes and ROAM behavior
Figure 1. A toy illustration of failure modes under unreliable instructions. Standard VLN lacks an explicit NOT-FOUND option, while naively adding it can cause premature abstention. ROAM instead performs evidence-gathering exploration before making the final decision.

False-premise VLN

VLN-NF turns feasible navigation episodes into cases where the referenced target is absent from the specified room, forcing the agent to reason about infeasibility instead of blindly pursuing a target.

Evidence-grounded evaluation

REV-SPL measures whether an agent reaches the right room, explores enough of it, and makes the correct FOUND vs. NOT-FOUND decision without rewarding unsupported early stopping.

Hybrid search with ROAM

ROAM combines a room-level navigator with an in-room explorer, letting the agent first localize the room and then gather object-level evidence with semantic and geometric guidance.

Method & Dataset

VLN-NF rewrites feasible REVERIE-style instructions into false-premise ones, evaluates evidence-grounded exploration with REV-SPL, and uses ROAM to combine room-reaching with in-room verification.

Pipeline for rewriting instructions and verifying absent targets
Data Curation. A scalable rewrite-and-verify pipeline. An LLM rewrites the target into a plausible but absent alternative, and a VLM checks whether the substituted target is actually absent from the room.
Overview of ROAM with room-level navigation and in-room exploration
Model. ROAM is a two-stage framework: a room-level navigator first reaches the target room, then an in-room explorer searches for evidence before outputting FOUND or NOT-FOUND.

BibTeX

Use the arXiv entry for now and swap in the official ACL Anthology entry once it is live.
@misc{su2026vlnnf,
  title        = {VLN-NF: Feasibility-Aware Vision-and-Language Navigation with False-Premise Instructions},
  author       = {Hung-Ting Su and Ting-Jun Wang and Jia-Fong Yeh and Min Sun and Winston H. Hsu},
  year         = {2026},
  eprint       = {2604.10533},
  archivePrefix= {arXiv},
  primaryClass = {cs.RO},
  note         = {Accepted at ACL 2026},
  url          = {https://arxiv.org/abs/2604.10533}
}