Proceedings of the First Workshop on NLP for Conversational AI 2019
DOI: 10.18653/v1/w19-4104
|View full text |Cite
|
Sign up to set email alerts
|

Building a Production Model for Retrieval-Based Chatbots

Abstract: Response suggestion is an important task for building human-computer conversation systems. Recent approaches to conversation modeling have introduced new model architectures with impressive results, but relatively little attention has been paid to whether these models would be practical in a production setting. In this paper, we describe the unique challenges of building a production retrieval-based conversation system, which selects outputs from a whitelist of candidate responses. To address these challenges,… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
3
1
1

Citation Types

0
6
0

Year Published

2020
2020
2021
2021

Publication Types

Select...
3
1
1

Relationship

1
4

Authors

Journals

citations
Cited by 6 publications
(6 citation statements)
references
References 23 publications
0
6
0
Order By: Relevance
“…One such technique is called selfattention, which is essentially a mechanism that allows us to examine which features of the data a neural network is paying "attention" to most. 57,62 Mathematically, self-attention is akin to a dot product that yields a set of weights for each feature, which are then interpreted as "attention" scores.…”
Section: Discussionmentioning
confidence: 99%
“…One such technique is called selfattention, which is essentially a mechanism that allows us to examine which features of the data a neural network is paying "attention" to most. 57,62 Mathematically, self-attention is akin to a dot product that yields a set of weights for each feature, which are then interpreted as "attention" scores.…”
Section: Discussionmentioning
confidence: 99%
“…While RS has been modeled as a sequence to sequence model (Kannan et al, 2016), it more commonly appears as an information retrieval (IR) system by ranking responses from a fixed set (Henderson et al, 2017(Henderson et al, , 2019Ying et al, 2021;Swanson et al, 2019;Zhou et al, 2016Zhou et al, , 2018 due to better control over quality and relevance for practical systems. We briefly describe two retrieval architectures from prior literature which serves as the baselines for our multilingual RS model.…”
Section: Background and Preliminariesmentioning
confidence: 99%
“…Chatbots or social bots have gone beyond chit-chat, can be further categorized as generative methods and retrieval-based methods. These methods are applied to goal-oriented dialogues as well, aiming to directly select or generate a dialogue response given an input (Gandhe and Traum, 2010;Swanson et al, 2019;Henderson et al, 2019).…”
Section: Related Workmentioning
confidence: 99%
“…For evaluation, goal-oriented dialogue systems can be evaluated to measure task-success and dialogue efficiency . Retrieval-based chatbots often report performance on Next Utterance Classification, to test if a next utterance can be correctly selected given the chat context Henderson et al, 2019;Swanson et al, 2019). Conversational QA systems, on the other hand, are evaluated based on the correctness of their answers and the naturalness of the conversations (Reddy et al, 2019;.…”
Section: Related Workmentioning
confidence: 99%