pith. sign in

arxiv: 2310.10103 · v1 · pith:5LAXLUCTnew · submitted 2023-10-16 · 💻 cs.RO · cs.AI· cs.CL· cs.LG

Navigation with Large Language Models: Semantic Guesswork as a Heuristic for Planning

classification 💻 cs.RO cs.AIcs.CLcs.LG
keywords languagemodelsenvironmentsplanningexplorationheuristicreal-worldsemantic
0
0 comments X
read the original abstract

Navigation in unfamiliar environments presents a major challenge for robots: while mapping and planning techniques can be used to build up a representation of the world, quickly discovering a path to a desired goal in unfamiliar settings with such methods often requires lengthy mapping and exploration. Humans can rapidly navigate new environments, particularly indoor environments that are laid out logically, by leveraging semantics -- e.g., a kitchen often adjoins a living room, an exit sign indicates the way out, and so forth. Language models can provide robots with such knowledge, but directly using language models to instruct a robot how to reach some destination can also be impractical: while language models might produce a narrative about how to reach some goal, because they are not grounded in real-world observations, this narrative might be arbitrarily wrong. Therefore, in this paper we study how the ``semantic guesswork'' produced by language models can be utilized as a guiding heuristic for planning algorithms. Our method, Language Frontier Guide (LFG), uses the language model to bias exploration of novel real-world environments by incorporating the semantic knowledge stored in language models as a search heuristic for planning with either topological or metric maps. We evaluate LFG in challenging real-world environments and simulated benchmarks, outperforming uninformed exploration and other ways of using language models.

This paper has not been read by Pith yet.

discussion (0)

Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.

Forward citations

Cited by 2 Pith papers

Reviewed papers in the Pith corpus that reference this work. Sorted by Pith novelty score.

  1. End-to-End Voice Intent Recognition for Spontaneous Human-Drone Interaction with Naive Users

    eess.AS 2026-06 unverdicted novelty 6.0

    An end-to-end SLU architecture with frozen SSL acoustic encoder, LSTM classification head, and cross-modal distillation achieves 93% accuracy on simple commands and 82% on spontaneous speech at 7 ms latency on the new...

  2. An Efficient Beam Search Algorithm for Active Perception in Mobile Robotics

    cs.RO 2026-04 unverdicted novelty 6.0

    Node-wise beam search with expected gain and RRAG graph construction outperforms prior active perception methods by at least 20% on representative tasks.