CLAug 2, 2017

Enterprise to Computer: Star Trek chatbot

arXiv:1708.00818v15 citations
Originality Synthesis-oriented
AI Analysis

This is an incremental improvement for chatbot users seeking more human-like interactions, focusing on a niche domain.

The authors tackled the problem of making chatbots more engaging by incorporating a specific persona, proposing a chatbot design that captures the Star Trek style using two recurrent neural network models. They evaluated it with perplexity, word overlap, and human assessments, but did not report concrete numerical results.

Human interactions and human-computer interactions are strongly influenced by style as well as content. Adding a persona to a chatbot makes it more human-like and contributes to a better and more engaging user experience. In this work, we propose a design for a chatbot that captures the "style" of Star Trek by incorporating references from the show along with peculiar tones of the fictional characters therein. Our Enterprise to Computer bot (E2Cbot) treats Star Trek dialog style and general dialog style differently, using two recurrent neural network Encoder-Decoder models. The Star Trek dialog style uses sequence to sequence (SEQ2SEQ) models (Sutskever et al., 2014; Bahdanau et al., 2014) trained on Star Trek dialogs. The general dialog style uses Word Graph to shift the response of the SEQ2SEQ model into the Star Trek domain. We evaluate the bot both in terms of perplexity and word overlap with Star Trek vocabulary and subjectively using human evaluators.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes