Home /Research /Deploying and Evaluating LLMs to Program Service Mobile Robots
PERCEPTION

Deploying and Evaluating LLMs to Program Service Mobile Robots

Zichao Hu, Francesca Lucchetti, Claire Schlesinger, Anders Freeman, Sadanand Modak, Arjun Guha, Joydeep Biswas

Year
2024
Citations
31

Abstract

Recent advancements in large language models (LLMs) have spurred interest in using them for generating robot programs from natural language, with promising initial results. We investigate the use of LLMs to generate programs for service mobile robots leveraging mobility, perception, and human interaction skills, and where <italic xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">accurate sequencing and ordering</i> of actions is crucial for success. We contribute <sc xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">CodeBotler</small> , an open-source robot-agnostic tool to program service mobile robots from natural language, and <sc xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">RoboEval</small> , a benchmark for evaluating LLMs' capabilities of generating programs to complete service robot tasks. <sc xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">CodeBotler</small> performs program generation via few-shot prompting of LLMs with an embedded domain-specific language (eDSL) in Python, and leverages skill abstractions to deploy generated programs on any general-purpose mobile robot. <sc xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">RoboEval</small> evaluates the correctness of generated programs by checking execution traces starting with multiple initial states, and checking whether the traces satisfy temporal logic properties that encode correctness for each task. <sc xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">RoboEval</small> also includes multiple prompts per task to test for the robustness of program generation. We evaluate several popular state-of-the-art LLMs with the <sc xmlns:mml="http://www.w3.org/1998/Math/MathML" xmlns:xlink="http://www.w3.org/1999/xlink">RoboEval</small> benchmark, and perform a thorough analysis of the modes of failures, resulting in a taxonomy that highlights common pitfalls of LLMs at generating robot programs.

Keywords

Service (business)Mobile robotComputer securityBusinessComputer scienceRobotInternet privacyMarketingArtificial intelligence

Related papers

Browse all PERCEPTION papers