Voice2Action: Language Models as Agent for Efficient Real-Time Interaction in Virtual Reality

Yang Su
2023-09-30
Abstract:Large Language Models (LLMs) are trained and aligned to follow natural language instructions with only a handful of examples, and they are prompted as task-driven autonomous agents to adapt to various sources of execution environments. However, deploying agent LLMs in virtual reality (VR) has been challenging due to the lack of efficiency in online interactions and the complex manipulation categories in 3D environments. In this work, we propose Voice2Action, a framework that hierarchically analyzes customized voice signals and textual commands through action and entity extraction and divides the execution tasks into canonical interaction subsets in real-time with error prevention from environment feedback. Experiment results in an urban engineering VR environment with synthetic instruction data show that Voice2Action can perform more efficiently and accurately than approaches without optimizations.
Computation and Language,Artificial Intelligence,Human-Computer Interaction
What problem does this paper attempt to address?
This paper attempts to solve the efficiency and accuracy problems encountered when deploying proxy large - language models (LLMs) in virtual reality (VR) environments. Specifically, due to the inefficiency of online interaction and the complex operation categories in 3D environments, applying these models to VR environments has been a challenge. The paper proposes a framework named Voice2Action. By hierarchically analyzing customized voice signals and text commands, extracting actions and entities, and dividing the execution tasks into normalized interaction subsets, while preventing errors from environmental feedback, more efficient and accurate real - time interaction is achieved. The main contributions of the paper include: 1. Defining a hierarchical specification instruction set for language models to make decision - making actions in VR. 2. Improving efficiency and accuracy by combining LLMs for different purposes to divide and conquer execution tasks, and preventing errors from environmental feedback. 3. Constructing and open - sourcing the Voice2Action framework to promote research on applying proxy LLMs in customizable 3D interactive environments.