Enabling Conversational Interaction With Mobile UI Using Large Language Models · The Large Language Model Bible Contribute to LLM-Bible

Enabling Conversational Interaction With Mobile UI Using Large Language Models

Wang Bryan, Li Gang, Li Yang. Arxiv 2022

[Paper]    
Agentic Prompting Training Techniques Uncategorized

Conversational agents show the promise to allow users to interact with mobile devices using language. However, to perform diverse UI tasks with natural language, developers typically need to create separate datasets and models for each specific task, which is expensive and effort-consuming. Recently, pre-trained large language models (LLMs) have been shown capable of generalizing to various downstream tasks when prompted with a handful of examples from the target task. This paper investigates the feasibility of enabling versatile conversational interactions with mobile UIs using a single LLM. We designed prompting techniques to adapt an LLM to mobile UIs. We experimented with four important modeling tasks that address various scenarios in conversational interaction. Our method achieved competitive performance on these challenging tasks without requiring dedicated datasets and training, offering a lightweight and generalizable approach to enable language-based mobile interaction.

Similar Work