Fur Chat
Fur Chat
Abstract
We demonstrate an embodied conversational
agent that can function as a receptionist and
generate a mixture of open and closed-domain
dialogue along with facial expressions, by us-
ing a large language model (LLM) to develop
an engaging conversation. We deployed the
system onto a Furhat robot, which is highly
expressive and capable of using both verbal
and nonverbal cues during interaction. The sys-
tem was designed specifically for the National Figure 1: A user interacting with the FurChat System.
Robotarium to interact with visitors through
natural conversations, providing them with in-
formation about the facilities, research, news, interaction with humans to little or no freedom of
upcoming events, etc. The system utilises the choice in answers (Tudor Car et al., 2020). The ad-
state-of-the-art GPT-3.5 model to generate such vancement of large language models (LLMs) in the
information along with domain-general conver- past year has brought an exciting revolution in the
sations and facial expressions based on prompt field of natural language processing. With the de-
engineering.
velopment of models like GPT-3.51 , we have seen
unprecedented progress in tasks such as question-
1 Introduction
answering and text summarization (Brown et al.,
The progress in robotics and artificial intelligence 2020). However, a question remains about how to
in recent decades has led to the emergence of robots successfully leverage the capabilities of LLMs to
being utilized beyond their conventional industrial create systems that can go from closed domain to
applications. Robot receptionists are designed to open, while also considering the embodiment of
interact with and assist visitors in various places the system.
like offices, hotels, etc. by providing information In this work, we present FurChat2 , an embodied
about the location, services, and facilities. The conversational agent that utilises the latest advances
appropriate use of verbal and non-verbal cues is in LLMs to create a more natural conversational
very important for the robot’s interaction with hu- experience. The system seamlessly combines open
mans (Mavridis, 2015). Most research in the field and closed-domain dialogues with emotive facial
has been mainly focused on developing domain- expressions, resulting in an engaging and person-
specific conversation systems, with little explo- alised interaction for users. The system was ini-
ration into open-domain dialogue for social robots. tially designed and developed to serve as a recep-
Conventional agents are often rule-based, which 1
https://platform.openai.com/docs/
means they rely on pre-written commands and key- models/gpt-3-5
2
words that are pre-programmed. This limits the A demonstration video of the system is available here.
Figure 2: System Architecture of the current FurChat system.