<!DOCTYPE article PUBLIC "-//NLM//DTD JATS (Z39.96) Journal Archiving and Interchange DTD v1.0 20120330//EN" "JATS-archivearticle1.dtd">
<article xmlns:xlink="http://www.w3.org/1999/xlink">
  <front>
    <journal-meta />
    <article-meta>
      <title-group>
        <article-title>IQ-Net: A DNN Model for Estimating Interaction-level Dialogue Quality with Conversational Agents</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Yuan Ling</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Benjamin Yao</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Guneet Kohli</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tuan-Hung Pham</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Chenlei Guo yualing</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>benjamy</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>gkohli</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>hupha</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>guochenl@amazon.com Amazon Alexa AI Seattle</string-name>
        </contrib>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <abstract>
        <p>An automated metric to evaluate dialogue quality is critical for continuously optimizing large-scale conversational agent systems such as Alexa. Previous approaches for tackling this problem often rely on a limited set of manually designed and/or heuristic features, which cannot be easily scaled to a large number of domains or scenarios. In this paper, we present Interaction-Quality-Network (IQ-Net), a novel DNN model that allows us to predict interaction-level dialogue quality directly from raw dialogue contents and system metadata without human engineered NLP features. The IQ-Net architecture is compatible with several pre-trained neural network embeddings and architectures such as CNN, Elmo, and BERT. Through an ablation study in Alexa, we demonstrate that several variants of IQ-Net outperform a baseline model with manually engineered features (3.89% improvement in F1 score, 3.15% in accuracy, and 6.1% in precision score), while also reduce the efforts to extend to new domains/usecases.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>CCS CONCEPTS</title>
    </sec>
    <sec id="sec-2">
      <title>INTRODUCTION</title>
      <p>
        As voice-controlled intelligent conversational agents (ICAs), such
as Alexa, Siri, and Google Assistant become increasingly popular,
ICAs have become a new paradigm for accessing information. They
represent a hybrid of search and dialogue systems that
conversationally interact with users to execute a wide range of actions (e.g.,
searching the Web, setting alarms, and making phone calls) [
        <xref ref-type="bibr" rid="ref31 ref9">9, 31</xref>
        ].
      </p>
      <p>Permission to make digital or hard copies of part or all of this work for personal or
classroom use is granted without fee provided that copies are not made or distributed
for profit or commercial advantage and that copies bear this notice and the full citation
on the first page. Copyrights for third-party components of this work must be honored.</p>
      <p>For all other uses, contact the owner/author(s).</p>
      <p>KDD Converse’20, August 2020,
© 2020 Copyright held by the owner/author(s).</p>
      <p>
        These ICAs are complex systems with many components, such as
automatic speech recognition (ASR), natural language
understanding (NLU), language generation, and dialog management. As a
result, there are generally two categories of evaluation metrics for
ICAs [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ]: (1) Component metrics which are used to measure the
quality of each individual component, such as Word Error Rate
(WER) and NLU Accuracy; (2) End-to-End (E2E) metrics that are
designed to measure the entire dialogue quality and/or user
satisfaction. In this paper, we focus on “online” or “automated” E2E metrics,
which are built with machine learning models that are designed to
predict user satisfaction. Defining online E2E metrics is a popular
subject of various research [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] due to its vital role in continuous
optimization of ICA systems [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
      </p>
      <p>1. Assessment: non-defect (success)
User request: play vfie little ducks
ICA response: Ok, playing vfie little ducks
User request: (after 2 mins...) play vfie little ducks
2. Assessment: defect, user paraphrase
User request: play three little ducks
ICA response: Sorry, I cannot find the song
User request: play vfie little ducks
3. Assessment: non-defect, user confirmation
User request: turn off light
ICA response: did you mean Lamp One?
User request: yeah
4. Assessment: defect, user correction and ASR error
User request: buy
ICA response: you have one item in your shopping cart
{name of the item}, do you want to buy it?</p>
      <p>User request: bye-bye.</p>
      <p>
        Prior attempts to model online E2E metrics could be roughly
grouped into two categories: (1) Dialogue-level metrics such as
the popular PARADISE framework [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ] which aims to predict
dialogue-level satisfaction ratings provided by surveyed users;
References [
        <xref ref-type="bibr" rid="ref36 ref8">8, 36</xref>
        ] formulate dialogue interaction as a reinforcement
learning task, which aims to predict reward from dialogue history
using different variants of DNN models. (2) Turn-level (or
exchangelevel) metrics such as Interaction Quality (IQ) [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ] which predict
per turn dialogue quality either provided by users [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] or annotated
by human raters [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]. In particular, IQ models have gained
popularity recently because of publicly available benchmarks such as
the CMU Go-bus information system [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ]. Various methods exist
to predict Interaction Quality, for example using Hidden Markov
Copyright © 2020 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).
Models [
        <xref ref-type="bibr" rid="ref38">38</xref>
        ], Support Vector Machines [
        <xref ref-type="bibr" rid="ref12 ref33">12, 33</xref>
        ] and Recurrent
Neural Networks [
        <xref ref-type="bibr" rid="ref28 ref29">28, 29</xref>
        ]. However, these approaches rely heavily on
dialog system internal features such as ASR confidence and SLU
Semantic Parse. While these features a very effective in a small-scale
closed-loop system, they are very unreliable in a large organization
like Alexa where many teams constantly updating various
components in parallel. For example, ASR-confidence score could have
significant shift between two ASR model versions hence will be an
unreliable input for E2E online metric, which is, in part, designed
to measure ASR’s impact to user satisfaction. Therefore, instead
of relying on system internal signals, we draw on the intuition that
human raters could reliably judge the quality of a turn by looking at
the context of the dialogue [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] (without ever needing to know what
is the ASR confidence score). Table 1 shows four example dialogues
with interaction-quality assessment by human.
      </p>
      <p>
        While these examples demonstrate how human could easily judge
the quality of a turn using dialogue context, they are also non-trivial
cases for an ML model to predict. For example, example #1 and
#2 share similar user paraphrase structure. But example #1 is
nondefective (successful) because ICA response is relevant while #2 is
clearly defective because the ICA responded with “sorry, I cannot
. . . ”. On the other hand, while example #3 and #4 share similar
query/response structure (ICA asking for confirmation), #3 is
nondefective because user have a positive confirmation next turn while
#4 is a defect because user correction next turn. To capture such
a diverse of dialogue patterns, it is clear that we need to leverage
semantic meaning of the dialogue context. While it is possible to
manually extract features such as “paraphrasing”, “cohesion between
response and request” as proposed by Bodigutla et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], the
complexity of open domain system like Alexa limits the efficacy for such
approach. Therefore, in this paper we present
Interaction-QualityNetwork (IQ-Net), an E2E DNN model that allows us to predict
interaction-level dialogue quality directly from raw dialogue
contents and system metadata without human engineered NLP features.
      </p>
      <p>In contrast to existing related work, we contribute to the IQ modeling
literature from the following perspectives.</p>
      <p>
        • Instead of focusing on a few specific tasks and system internal
features [
        <xref ref-type="bibr" rid="ref21 ref33">21, 33</xref>
        ], IQ-Net is a generic interaction quality model
that could be used for evaluating Interaction Quality across
multiple domains and various systems;
• Unlike previous multi-domain user satisfaction evaluation
model [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ], which relies on manually engineered dialogue
features that are hard to scale, IQ-net is capable of capturing a
variety of dialogue patterns and could be easily extend to new
domain/use-cases as long as we have annotated examples.
      </p>
      <p>The rest of the paper is organized as follows. Section 2 reviews
existing work. Section 3 presents our methods to estimate
interactionlevel dialogue quality. Section 4 presents our experimental results.</p>
      <p>We conclude our paper in Section 5.
2</p>
    </sec>
    <sec id="sec-3">
      <title>RELATED WORK</title>
      <p>In this section, we summarize the related work on evaluation
methods/metrics for the search systems and error analysis for the ICAs to
put our contributions in context.</p>
      <p>
        Evaluation is a central component for information search
systems [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ]. For text-based information retrieval, the relevant
documents/pages are annotated manually to evaluate the search system
performance. Query-based metrics such as the mean average
precision (MAP) and normalized discounted cumulative gain (nDCG) [
        <xref ref-type="bibr" rid="ref20">20</xref>
        ]
are frequently used to evaluate the system performance. However, the
human annotation process is expensive and error-prone; in addition,
the user’s individual intent is commonly not taken into
consideration. To alleviate this issue, some research models user
satisfaction/behaviors to improve the evaluation of system’s performance [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]
by incorporating the following signals: 1) user behaviors
including clicks, dwell time, mouse movements, scrolling behaviors, and
abandonment [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ]; 2) context-specific features such as viewport
metrics [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], touch-related features, and acoustic signals [
        <xref ref-type="bibr" rid="ref23">23</xref>
        ], 3)
query-based features, such as query refinement, query length, and
frequency in logs. While the metrics for evaluating traditional search
system might not be used directly to evaluate ICAs, some of the
metric components, such as query refinement, can be adapted to
evaluate ICAs.
      </p>
      <p>
        Compared with text-based information retrieval, voice-based
information retrieval is quite different [
        <xref ref-type="bibr" rid="ref21 ref23">21, 23</xref>
        ] because of two reasons.
First, voice-based interactions are conversational; in some scenarios,
the user expects that the search system is able to refer to the previous
interactions to understand the current request. Second, the voice
input could provide automatic speech recognition (ASR) errors to
downstream applications and affect user satisfaction negatively.
Research on Spoken Dialogue System (SDS) attempts to model user
satisfaction at turn level as a continuous process over time [
        <xref ref-type="bibr" rid="ref13 ref18">13, 18</xref>
        ].
An annotated and standardized corpus, such as Let’s Go Bus
Information System dataset from CMU [
        <xref ref-type="bibr" rid="ref34">34</xref>
        ], was developed for classification
and evaluation tasks regarding task success prediction, dialogue
quality estimation, and emotion recognition. Based on the dataset, an
evaluation metric as Interaction Quality [
        <xref ref-type="bibr" rid="ref10 ref34">10, 34</xref>
        ] is developed with
features related to ASR, Spoken Language Understanding (SLU),
and Dialog Manager at exchange, dialog, and window level.
      </p>
      <p>
        ICAs differ from traditional SDS in that they support
personalization and a wide range of tasks. Dialogue systems can be categorized
into three groups: task-oriented systems, conversational agents, and
interactive question answering systems [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ]. ICAs are designed to
be able to handle all of these tasks; thus, it makes the evaluation of
ICAs very challenging. In addition, as the voice-only ICAs tend to
evolve to become the voice-enabled multi-modal ICAs, it become
even more complex for evaluation. A recent user study on ICAs
attempts to compare the differences regarding features [
        <xref ref-type="bibr" rid="ref25">25</xref>
        ],
performance, ASR error [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ], and user experiences [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] across different
ICAs. Surveys with questionnaires [
        <xref ref-type="bibr" rid="ref2 ref5">2, 5</xref>
        ] are conducted to
understand functional and topical use of ICAs by individuals; however,
these studies are limited to predefined scenarios of interactions.
      </p>
      <p>
        Currently, there is limited research on building automatic metrics
for evaluating ICAs’ performances. Jiang et al. [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ] built separate
models for evaluating user satisfaction on vfie domains, including
Chat, Device Control, Communication, Location, Calendar, and
Weather. The models consider several types of features, including
user-system interactions, click features, request features, response
features, and acoustic features. This work automated the online
evaluation for ICAs. However, the work did not consider the variability
of interface and interaction; in addition, its scope is limited to ICAs
on mobile devices and several specific scenarios/domains. Bodigutla
et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] introduces a Response Quality annotation schema, which
showed high correlation with explicit turn level user satisfaction
ratings. This paper developed a method for evaluating user satisfaction
at turn level in multi-domain conversations users for ICA using vfie
features: user request rephrasing, cohesion between response and
request, aggregate topic popularity, unactionable user request, and
the diversity of topics in a session. The turn-level user satisfaction
rating is further used as feature to improve dialogue-level
satisfaction estimation. Other current research on evaluation of ICAs more
focuses on user satisfaction estimation and goal success prediction,
which are more suitable for dialog-level or task-level evaluation due
to the dialogue style of interactions [
        <xref ref-type="bibr" rid="ref15 ref22 ref30">15, 22, 30</xref>
        ]. A user’s frustration
in the middle of a task or a dialogue might not be captured. The
approach also often lacks interpretability in term of the root causes of
user frustration. Finally, it is not obvious how one should define task
and session boundaries for ICAs [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]; thus, it is critical to evaluate
ICAs at turn level.
      </p>
      <p>
        The complexity of ICAs’ components makes it difcfiult to
determine which component causes an error or user frustration.
Researchers have studied system errors in search and dialogue systems.
For ICAs, the error root causes can be categorized into groups [
        <xref ref-type="bibr" rid="ref31 ref32">31,
32</xref>
        ], including ASR errors, NLU errors, unsupported system actions,
no language generation, back-end failures, endpoint errors, and
uninterpretable inputs. These errors can be the root causes of user
reformulating their queries [
        <xref ref-type="bibr" rid="ref27 ref31">27, 31</xref>
        ].
3
      </p>
    </sec>
    <sec id="sec-4">
      <title>METHODOLOGY</title>
      <p>In this section, we present IQ-Net: a DNN model for estimating
interaction-level dialogue quality. First, we introduce the overall
architecture and training procedure of IQ-Net. Then, we explain how
we represent the dialogue context in details. Next, we introduce the
system metadata used in the IQ-Net.
3.1</p>
      <p>IQ-Net
The IQ-Net model is presented in Figure 1. IQ-Net includes two
major components: (1) dialogue context representations and (2) a
list of features derived from system metadata.</p>
      <p>For modeling dialogue context, we consider user’s request text
plus response text of ICA in the consecutive turns. As showed in
Figure 1, the dialogue context representation part takes current turn
request and response (1 and 1), and more requests from following
turns (2, 3, ...) as inputs. For simplicity, we only consider the
next one turn request; thus, the inputs can be represented as &lt;
1, 1, 2 &gt;. We will support more following turns in future work.
We assume &lt; 1, 1 &gt; captures the relevancy between user request
and Alexa response and &lt; 1, 2 &gt; captures patterns from user’s
repeat/dialog behavior.</p>
      <p>
        We map the word indicies of 1, 1, and 2 into a fixed dimension
of vectors through pre-trained word embeddings [
        <xref ref-type="bibr" rid="ref11 ref26">11, 26</xref>
        ]. The word
embedding representation of 1, 1, and 2 all go through sentence
encoder , which can be pre-trained by individual datasets. We use
both CNN encoder   and BERT encoder  as sentence
encoders in our experiments for comparisons. We concatenate the
hidden representations of ℎ1 and ℎ1 , ℎ1 and ℎ2 accordingly. The
concatenate results for each part followed by a feed-forward network
and activation function.
      </p>
      <p>The final outputs from the dialogue context representations will
combine with all other features derived from system metadata to
predict a defect/non-defect outcome for the interaction-level dialogue
quality of the first turn:
 (Defect =  | &lt;  ,  , +1 &gt;,  )
(1)
Θ =</p>
      <p>( , ,+1)
 represents a list of meta-data features (described in Section 3.3).</p>
      <p>The objective function for the overall task is
Õ
 ( ( ,  , +1,  ), )
(2)
whereas  () is a function that represents IQ-Net.  is the standard
cross entropy loss.  is the ground-truth label.</p>
    </sec>
    <sec id="sec-5">
      <title>3.2 Dialogue Context Representations</title>
      <p>Here, we explain in details that the dialogue context are represented
with &lt; 1, 2 &gt; modeling and &lt; 1, 1 &gt; modeling.
3.2.1 &lt; 1, 2 &gt; Modeling. &lt; 1, 2 &gt; pair contains user’s
dialog behavior/patterns. For example, ICA users tend to re-express the
same intention with follow-up requests after an unsuccessful attempt
from the previous request. We refer to the follow-up request as a
“rephrase” of the previous request. Identifying rephrasing pattern
between requests pair can help discovering defect/frictions.</p>
      <p>In addition to the rephrasing behavior between two consecutive
user requests, the user can also express the confirm or deny intention
in a follow-up request, as shown in Table 2.</p>
      <p>Example 1: confirm
User request: Alexa, add paper to my cart
Alexa response: Do you mean paper towel?
User request: Yes.</p>
      <p>Example 2: deny
User request: Alexa, add paper to my cart
Alexa response: Do you mean paper towel?</p>
      <p>User request: No. add A4 paper to my cart.</p>
      <p>Such patterns existing in &lt; 1, 2 &gt; reflect user’s real intention
through the corresponding repeat/confirm/deny behaviors, which
can be learned in the proposed IQ-Net.
3.2.2 &lt; 1, 1 &gt; Modeling. The semantic relevance of ICA’s
response and user’s request can be an effective feature for defect
predictions. When an ICA responds to a user’s request with an irrelevant
answer, the metric should capture this as defective. However, it is
difficult to discover such a defect when the ICA provides a complete
but incorrect response, and user chooses to abandon the interaction
without rephrasing the request. The relevance between the request
and the response text can potentially help with defect identification.</p>
      <p>
        The IQ-Net takes user request and response text (1 and 1) as
inputs, similar to &lt; 1, 2 &gt; modeling. We adopt the frequently used
“Siamese” architecture [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] to measure request-response similarities
in the projected space as showed in the Figure 1.
3.3
      </p>
    </sec>
    <sec id="sec-6">
      <title>System Metadata</title>
      <p>
        (a) barge-in
(b) termination
3.3.1 User Interruption Signals. User Barge-in: Barge-in is
a frequently used feature for evaluation in SDS [
        <xref ref-type="bibr" rid="ref10 ref34 ref4">4, 10, 34</xref>
        ]. When
a customer interrupts a follow-up request while ICA is
responding or playing, the turn will be labeled as a barge-in. As shown in
Figure 2(a), we build a rule-based barge-in model. When (1) ICA
is talking or playing, (2) the delay between the previous utterance
and the current one is less than a certain period of time (e.g., 45
seconds), and (3) the user intent is not in the intents set
{“VolumeUp”,“VolumeDown”,“SetVolume”}, we label the current turn
barge-in value  = 1; otherwise,  = 0.
      </p>
      <p>User Termination: We define a user termination as when a
customer expresses a terminating intent. As shown in Figure 2(b), our
termination detection is rule-based. If the user’s intent is a
terminating action (e.g., StopIntent, ExitAppIntent), the delay between the
previous utterance, and the current one is less than a certain period
of time (e.g., 45 seconds), we have the termination value   = 1;
otherwise,   = 0.</p>
      <p>
        Gap Time: The gap time between two requests is an important
indicator for a user interruption. We use the time differences as a
feature, which is represented as  .
3.3.2 User Intent Signals. An NLU component allows ICAs to
produce interpretations for an input sentence. The NLU component
accepts recognized speech inputs and produces intents, domains, and
slots for the input utterance to support the user request [
        <xref ref-type="bibr" rid="ref37 ref7">7, 37</xref>
        ]. We
use the domain and intent outputs from NLU as signals to reflect the
user’s intention. We cover over dozens of domains and thousands of
intents, and use them as categorical features. We use   as domain
features and   as intent features.
      </p>
      <p>Defect = 1 Example:
User request: Do I have any appointments today?
ICA response: Appointment is [definition of appointment]
User request: Tell me my appointments today
Defect = 0 Example:
User request: Turn on the lights
ICA response: Ok</p>
      <p>User request: Thank you
4.2</p>
    </sec>
    <sec id="sec-7">
      <title>Main Results</title>
      <p>
        3.3.3 System Action Signals. Dialog Status: Dialog
Management (DM) is a key component of spoken language interactions
with ICAs. It makes user inputs actionable by asking appropriate
questions to help customers achieve a goal. DM can detect when a
valid task completes or if there is trouble in the dialog and it records
this information. Following previous work on dialog acts
modeling [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ], we use DM status values as system action signals for defect
detection. Compared with the work [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], we focus on more generic
DM status categories here:
• SUCCESS: The ICA is able to act and deliver what it thinks
the user wants (not ground truth).
• IN_PROGRESS: The ICA is in the process of executing on a
task or is prompting for additional information.
• USER_ABANDONED: The user abandons an in-progress
dialog, either explicitly or implicitly.
• INVALID: The Spoken Language Understanding (SLU) could
interpret the utterance, but the ICA cannot handle it. For
example, the input may express a task that is unactionable due to
user dependencies (e.g. account linking for music purchases),
or is currently unsupported.
• ICA_ABANDONED: The SLU stops trying / ICA reaches
the MAX number of turns.
• FAULT: The ASR encounters some internal errors, the NLU
service fails, or the app fails.
      </p>
      <p>We represent the DM status as categorical feature  .</p>
      <p>System Prompts: promptID is a free form system status code
provided by ICA speechlets to indicate whether a speechlet can
handle the request. For example, when the ICA responds “Sorry,
I’m not sure”, the promptID is “NotUnderstood”. promptIDs can be
categorized and mapped to different types of frictions such as SLU
frictions, errors or retries, coverage gaps, unsupported use cases and
user actions required. We convert the promptID into a binary feature;
if the promptID is mapped to any friction type, the feature value
 = 1, otherwise  = 0.</p>
      <p>SLU Score Bin: The SLU score represents the confidence of
what the SLU understoods as the desired intent/slot output for the
utterance. The SLU score bin is a categorical feature to group the
confidence score into high/medium/low bins. Comparing to volatile
features such as “ASR confidence” or “Entity resolution score”, SLU
score bin a stable feature that has low variation over-time. Hence,
we use it as a feature, which is represented as  .
4</p>
    </sec>
    <sec id="sec-8">
      <title>EXPERIMENTS</title>
      <p>In this section, we discuss our experimental results. First, we present
the IQ-Net model’s performance with different encoders (CNN and
BERT) and compare it with our baseline method. Then, we conduct
an ablation study to understand the importance of each feature. Also,
we conduct additional analysis over specific examples.
4.1</p>
    </sec>
    <sec id="sec-9">
      <title>Datasets</title>
      <p>
        We collect an annotated turn-level user perceived defect dataset for
experiments by following the same annotation workflow as described
in [
        <xref ref-type="bibr" rid="ref31 ref4">4, 31</xref>
        ]. We randomly sampled data for annotation. The dataset
contains hundreds of thousands of samples.
      </p>
      <p>The two examples for the first-turn with  = 1 and  = 0
are as follows.</p>
      <p>As shown in Table 4, the IQ-Net (with either CNN encoder or
BERT encoder) has better performance than the baseline method.
IQ-Net (BERT) outperforms the baseline method of meta-data only
with an improvement of 3.23% in accuracy, 4.62% in F1 score, and
5.18% in precision, and it outperforms the baseline method with full
features with an improvement of 3.15% in accuracy, 3.89% in F1
score, and 6.1% in precision.
4.3</p>
    </sec>
    <sec id="sec-10">
      <title>Ablation Study</title>
      <p>Ablation for different features: We perform ablation experiments
over the list of features used in IQ-Net(BERT) to better understand
their relative importance. In Table 5, we show how much degraded
the overall model performance is when we remove each specific
feature. In particular, removing the context representation of &lt;1,1,2&gt;
will impact the overall performance the most, the decrease of
accuracy is -3.237%, F1 score is -4.615%.
4.4</p>
    </sec>
    <sec id="sec-11">
      <title>Case Analysis</title>
      <p>As shown in Table 4, using both &lt; 1, 2 &gt; and &lt; 1, 1 &gt; as
context helps the IQ-Net have better performance than considering
only one of the signals. We look into examples where the former can
make a correct prediction while the latter fails to do so. For the defect
= 1 example below, the predicted probability score of the second</p>
      <p>Perf(%)
IQ-Net(BERT)
−&lt;1,2&gt;
−&lt;1,1&gt;
−&lt;1,1,2&gt;
−
− 
−
− 
− 
−
−
−
turn being a rephrase of the first turn is 0.432 and the predicted
relevance score between the request-response pair is 0.906. Thus,
the defect example will not be easily captured if only considering
one of the &lt; 1, 2 &gt; or &lt; 1, 1 &gt; pairs as context. However, the
overall IQ-Net can detect it as a defect by considering both at the
same time.</p>
      <p>Defect = 1 Example:
User request: where is university located?
ICA response: University, Hillsborough County, ...</p>
      <p>User request: where is yale university
5</p>
    </sec>
    <sec id="sec-12">
      <title>CONCLUSION</title>
      <p>In this paper, we propose to build an automated metric to
evaluate dialogue quality at turn level for ICAs. We propose an IQ-Net
model with end-to-end tuned from raw dialogue context and system
metadata that allows us to predict interaction level dialogue quality.
Experimental results show that our methods outperform the baseline
method and work well across different domains as well as various
intents. We conduct an ablation study on individual features to
understand the contribution of each feature on model’s prediction ability.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Eugene</given-names>
            <surname>Agichtein</surname>
          </string-name>
          , Eric Brill, and
          <string-name>
            <given-names>Susan</given-names>
            <surname>Dumais</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Improving web search ranking by incorporating user behavior information</article-title>
          .
          <source>In Proceedings of the 29th annual international ACM SIGIR conference on Research and development in information retrieval</source>
          .
          <volume>19</volume>
          -
          <fpage>26</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Snjezana</given-names>
            <surname>Babic</surname>
          </string-name>
          , Tihomir Orehovacki, and
          <string-name>
            <given-names>Darko</given-names>
            <surname>Etinger</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Perceived user experience and performance of intelligent personal assistants employed in higher education settings</article-title>
          .
          <source>In 2018 41st International Convention on Information and Communication Technology</source>
          ,
          <article-title>Electronics and Microelectronics (MIPRO)</article-title>
          . IEEE,
          <fpage>0830</fpage>
          -
          <lpage>0834</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Ana</given-names>
            <surname>Berdasco</surname>
          </string-name>
          , Gustavo López, Ignacio Diaz,
          <source>Luis Quesada, and Luis A Guerrero</source>
          .
          <year>2019</year>
          .
          <article-title>User Experience Comparison of Intelligent Personal Assistants: Alexa, Google Assistant, Siri and Cortana</article-title>
          .
          <source>In Multidisciplinary Digital Publishing Institute Proceedings</source>
          , Vol.
          <volume>31</volume>
          . 51.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Praveen</given-names>
            <surname>Kumar</surname>
          </string-name>
          <string-name>
            <surname>Bodigutla</surname>
          </string-name>
          , Lazaros Polymenakos, and
          <string-name>
            <given-names>Spyros</given-names>
            <surname>Matsoukas</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Multi-domain Conversation Quality Evaluation via User Satisfaction Estimation</article-title>
          . arXiv preprint arXiv:
          <year>1911</year>
          .
          <volume>08567</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <surname>Thomas</surname>
            <given-names>M Brill</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Laura</given-names>
            <surname>Munoz</surname>
          </string-name>
          , and Richard J Miller.
          <year>2019</year>
          . Siri, Alexa, and
          <article-title>other digital assistants: a study of customer satisfaction with artificial intelligence applications</article-title>
          .
          <source>Journal of Marketing Management</source>
          <volume>35</volume>
          ,
          <fpage>15</fpage>
          -
          <lpage>16</lpage>
          (
          <year>2019</year>
          ),
          <fpage>1401</fpage>
          -
          <lpage>1436</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Jane</given-names>
            <surname>Bromley</surname>
          </string-name>
          , Isabelle Guyon,
          <string-name>
            <surname>Yann</surname>
            <given-names>LeCun</given-names>
          </string-name>
          , Eduard Säckinger, and
          <string-name>
            <given-names>Roopak</given-names>
            <surname>Shah</surname>
          </string-name>
          .
          <year>1994</year>
          .
          <article-title>Signature verification using a" siamese" time delay neural network</article-title>
          .
          <source>In Advances in neural information processing systems</source>
          .
          <volume>737</volume>
          -
          <fpage>744</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Eunah</given-names>
            <surname>Cho</surname>
          </string-name>
          ,
          <string-name>
            <given-names>He</given-names>
            <surname>Xie</surname>
          </string-name>
          , and William M Campbell.
          <year>2019</year>
          .
          <article-title>Paraphrase generation for semi-supervised learning in NLU</article-title>
          .
          <source>In Proceedings of the Workshop on Methods for Optimizing and Evaluating Neural Language Generation</source>
          .
          <fpage>45</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Heriberto</given-names>
            <surname>Cuayáhuitl</surname>
          </string-name>
          , Seonghan Ryu,
          <string-name>
            <given-names>Donghyeon</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Jihie</given-names>
            <surname>Kim</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>A study on dialogue reward prediction for open-ended conversational agents</article-title>
          .
          <source>arXiv preprint arXiv:1812</source>
          .
          <volume>00350</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <surname>Allan de Barcelos Silva</surname>
          </string-name>
          , Marcio Miguel Gomes,
          <source>Cristiano André da Costa, Rodrigo da Rosa Righi</source>
          , Jorge Luis Victoria Barbosa, Gustavo Pessin, Geert De Doncker, and
          <string-name>
            <given-names>Gustavo</given-names>
            <surname>Federizzi</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Intelligent Personal Assistants: A Systematic Literature Review</article-title>
          .
          <source>Expert Systems with Applications</source>
          (
          <year>2020</year>
          ),
          <fpage>113193</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Jan</surname>
            <given-names>Deriu</given-names>
          </string-name>
          , Alvaro Rodrigo, Arantxa Otegi, Guillermo Echegoyen, Sophie Rosset, Eneko Agirre, and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Cieliebak</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Survey on evaluation methods for dialogue systems</article-title>
          . arXiv preprint arXiv:
          <year>1905</year>
          .
          <volume>04071</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <surname>Jacob</surname>
            <given-names>Devlin</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ming-Wei</surname>
            <given-names>Chang</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kenton</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Kristina</given-names>
            <surname>Toutanova</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Bert: Pre-training of deep bidirectional transformers for language understanding</article-title>
          . arXiv preprint arXiv:
          <year>1810</year>
          .
          <volume>04805</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>Layla</given-names>
            <surname>El</surname>
          </string-name>
          <string-name>
            <surname>Asri</surname>
          </string-name>
          , Hatim Khouzaimi, Romain Laroche, and
          <string-name>
            <given-names>Olivier</given-names>
            <surname>Pietquin</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Ordinal regression for interaction quality prediction</article-title>
          .
          <source>In Proceedings of ICASSP (proceedings of icassp ed.)</source>
          . https://www.microsoft.com/en-us/research/publication/ ordinal
          <article-title>-regression-interaction-quality-prediction-2/</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Klaus-Peter Engelbrecht</surname>
            , Florian Gödde, Felix Hartard, Hamed Ketabdar, and
            <given-names>Sebastian</given-names>
          </string-name>
          <string-name>
            <surname>Möller</surname>
          </string-name>
          .
          <year>2009</year>
          .
          <article-title>Modeling user satisfaction with hidden Markov models</article-title>
          .
          <source>In Proceedings of the SIGDIAL 2009 Conference</source>
          .
          <volume>170</volume>
          -
          <fpage>177</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Jerome</surname>
            <given-names>H</given-names>
          </string-name>
          <string-name>
            <surname>Friedman</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Greedy function approximation: a gradient boosting machine</article-title>
          .
          <source>Annals of statistics</source>
          (
          <year>2001</year>
          ),
          <fpage>1189</fpage>
          -
          <lpage>1232</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Jianfeng</surname>
            <given-names>Gao</given-names>
          </string-name>
          , Michel Galley,
          <string-name>
            <given-names>Lihong</given-names>
            <surname>Li</surname>
          </string-name>
          , et al.
          <year>2019</year>
          .
          <article-title>Neural approaches to conversational ai</article-title>
          .
          <source>Foundations and Trends® in Information Retrieval</source>
          <volume>13</volume>
          ,
          <fpage>2</fpage>
          -
          <lpage>3</lpage>
          (
          <year>2019</year>
          ),
          <fpage>127</fpage>
          -
          <lpage>298</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <given-names>Ahmed</given-names>
            <surname>Hassan</surname>
          </string-name>
          and Ryen W White.
          <year>2013</year>
          .
          <article-title>Personalized models of search satisfaction</article-title>
          .
          <source>In Proceedings of the 22nd ACM international conference on Information &amp; Knowledge Management</source>
          .
          <year>2009</year>
          -
          <fpage>2018</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <given-names>David</given-names>
            <surname>Herbert</surname>
          </string-name>
          and
          <string-name>
            <given-names>Byeong</given-names>
            <surname>Kang</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Comparative Analysis of Intelligent Personal Agent Performance</article-title>
          .
          <source>In Pacific Rim Knowledge Acquisition Workshop</source>
          . Springer,
          <fpage>127</fpage>
          -
          <lpage>141</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Ryuichiro</surname>
            <given-names>Higashinaka</given-names>
          </string-name>
          , Yasuhiro Minami, Kohji Dohsaka, and
          <string-name>
            <given-names>Toyomi</given-names>
            <surname>Meguro</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Issues in predicting user satisfaction transitions in dialogues: Individual differences, evaluation criteria, and prediction models</article-title>
          .
          <source>In International Workshop on Spoken Dialogue Systems Technology</source>
          . Springer,
          <fpage>48</fpage>
          -
          <lpage>60</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <surname>Katja</surname>
            <given-names>Hofmann</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Lihong</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Filip</given-names>
            <surname>Radlinski</surname>
          </string-name>
          , et al.
          <year>2016</year>
          .
          <article-title>Online evaluation for information retrieval</article-title>
          .
          <source>Foundations and Trends® in Information Retrieval</source>
          <volume>10</volume>
          ,
          <issue>1</issue>
          (
          <year>2016</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>117</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <given-names>Kalervo</given-names>
            <surname>Järvelin</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jaana</given-names>
            <surname>Kekäläinen</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>Cumulated gain-based evaluation of IR techniques</article-title>
          .
          <source>ACM Transactions on Information Systems (TOIS) 20</source>
          ,
          <issue>4</issue>
          (
          <year>2002</year>
          ),
          <fpage>422</fpage>
          -
          <lpage>446</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Jiepu</surname>
            <given-names>Jiang</given-names>
          </string-name>
          , Ahmed Hassan Awadallah, Rosie Jones, Umut Ozertem, Imed Zitouni, Ranjitha Gurunath Kulkarni, and Omar Zia Khan.
          <year>2015</year>
          .
          <article-title>Automatic online evaluation of intelligent assistants</article-title>
          .
          <source>In Proceedings of the 24th International Conference on World Wide Web</source>
          .
          <fpage>506</fpage>
          -
          <lpage>516</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <surname>Julia</surname>
            <given-names>Kiseleva</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kyle</given-names>
            <surname>Williams</surname>
          </string-name>
          , Ahmed Hassan Awadallah, Aidan C Crook,
          <string-name>
            <surname>Imed Zitouni</surname>
            , and
            <given-names>Tasos</given-names>
          </string-name>
          <string-name>
            <surname>Anastasakos</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Predicting user satisfaction with intelligent assistants</article-title>
          .
          <source>In Proceedings of the 39th International ACM SIGIR conference on Research and Development in Information Retrieval</source>
          .
          <fpage>45</fpage>
          -
          <lpage>54</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Julia</surname>
            <given-names>Kiseleva</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Kyle</given-names>
            <surname>Williams</surname>
          </string-name>
          , Jiepu Jiang, Ahmed Hassan Awadallah, Aidan C Crook,
          <string-name>
            <surname>Imed Zitouni</surname>
            , and
            <given-names>Tasos</given-names>
          </string-name>
          <string-name>
            <surname>Anastasakos</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Understanding user satisfaction with intelligent assistants</article-title>
          .
          <source>In Proceedings of the 2016 ACM on Conference on Human Information Interaction and Retrieval</source>
          .
          <volume>121</volume>
          -
          <fpage>130</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <surname>Dmitry</surname>
            <given-names>Lagun</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chih-Hung</surname>
            <given-names>Hsieh</given-names>
          </string-name>
          , Dale Webster, and
          <string-name>
            <given-names>Vidhya</given-names>
            <surname>Navalpakkam</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Towards better measurement of attention and satisfaction in mobile search</article-title>
          .
          <source>In Proceedings of the 37th international ACM SIGIR conference on Research &amp; development in information retrieval</source>
          .
          <volume>113</volume>
          -
          <fpage>122</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Tihomir</surname>
            <given-names>Orehovacˇki</given-names>
          </string-name>
          , Snježana Babic´, and
          <string-name>
            <given-names>Darko</given-names>
            <surname>Etinger</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Modelling the perceived pragmatic and hedonic quality of intelligent personal assistants</article-title>
          .
          <source>In International Conference on Intelligent Human Systems Integration</source>
          . Springer,
          <fpage>589</fpage>
          -
          <lpage>594</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <surname>Jeffrey</surname>
            <given-names>Pennington</given-names>
          </string-name>
          , Richard Socher, and
          <string-name>
            <given-names>Christopher D</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Glove: Global vectors for word representation</article-title>
          .
          <source>In Proceedings of the 2014 conference on empirical methods in natural language processing (EMNLP)</source>
          .
          <volume>1532</volume>
          -
          <fpage>1543</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <surname>Pragaash</surname>
            <given-names>Ponnusamy</given-names>
          </string-name>
          , Alireza Roshan Ghias, Chenlei Guo, and
          <string-name>
            <given-names>Ruhi</given-names>
            <surname>Sarikaya</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Feedback-Based Self-Learning in Large-Scale Conversational AI Agents</article-title>
          . arXiv preprint arXiv:
          <year>1911</year>
          .
          <volume>02557</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <surname>Louisa</surname>
            <given-names>Pragst</given-names>
          </string-name>
          , Stefan Ultes, and
          <string-name>
            <given-names>Wolfgang</given-names>
            <surname>Minker</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Recurrent Neural Network Interaction Quality Estimation</article-title>
          . Springer Singapore, Singapore,
          <fpage>381</fpage>
          -
          <lpage>393</lpage>
          . https://doi.org/10.1007/
          <fpage>978</fpage>
          -981-10-2585-3_
          <fpage>31</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <surname>Niklas</surname>
            <given-names>Rach</given-names>
          </string-name>
          , Wolfgang Minker, and
          <string-name>
            <given-names>Stefan</given-names>
            <surname>Ultes</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Interaction Quality Estimation Using Long Short-Term Memories</article-title>
          .
          <source>In Proceedings of the 18th Annual SIGdial Meeting on Discourse and Dialogue. Association for Computational Linguistics</source>
          , Saarbrücken, Germany,
          <fpage>164</fpage>
          -
          <lpage>169</lpage>
          . https://doi.org/10.18653/v1/
          <fpage>W17</fpage>
          - 5520
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Shumpei</surname>
            <given-names>Sano</given-names>
          </string-name>
          , Nobuhiro Kaji, and
          <string-name>
            <given-names>Manabu</given-names>
            <surname>Sassano</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Prediction of prospective user engagement with intelligent assistants</article-title>
          .
          <source>In Proceedings of the 54th Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)</source>
          .
          <fpage>1203</fpage>
          -
          <lpage>1212</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Shumpei</surname>
            <given-names>Sano</given-names>
          </string-name>
          , Nobuhiro Kaji, and
          <string-name>
            <given-names>Manabu</given-names>
            <surname>Sassano</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Predicting causes of reformulation in intelligent assistants</article-title>
          .
          <source>arXiv preprint arXiv:1707.03968</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <given-names>Ruhi</given-names>
            <surname>Sarikaya</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>The technology behind personal digital assistants: An overview of the system architecture and key components</article-title>
          .
          <source>IEEE Signal Processing Magazine</source>
          <volume>34</volume>
          ,
          <issue>1</issue>
          (
          <year>2017</year>
          ),
          <fpage>67</fpage>
          -
          <lpage>81</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <given-names>Alexander</given-names>
            <surname>Schmitt</surname>
          </string-name>
          and
          <string-name>
            <given-names>Stefan</given-names>
            <surname>Ultes</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>Interaction quality: assessing the quality of ongoing spoken dialog interaction by experts-and how it relates to user satisfaction</article-title>
          .
          <source>Speech Communication</source>
          <volume>74</volume>
          (
          <year>2015</year>
          ),
          <fpage>12</fpage>
          -
          <lpage>36</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <surname>Alexander</surname>
            <given-names>Schmitt</given-names>
          </string-name>
          , Stefan Ultes, and
          <string-name>
            <given-names>Wolfgang</given-names>
            <surname>Minker</surname>
          </string-name>
          .
          <year>2012</year>
          .
          <article-title>A Parameterized and Annotated Spoken Dialog Corpus of the CMU Let's Go Bus Information System.</article-title>
          .
          <source>In LREC</source>
          .
          <volume>3369</volume>
          -
          <fpage>3373</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <surname>Andreas</surname>
            <given-names>Stolcke</given-names>
          </string-name>
          , Klaus Ries, Noah Coccaro, Elizabeth Shriberg, Rebecca Bates, Daniel Jurafsky, Paul Taylor, Rachel Martin,
          <string-name>
            <surname>Carol Van</surname>
            Ess-Dykema, and
            <given-names>Marie</given-names>
          </string-name>
          <string-name>
            <surname>Meteer</surname>
          </string-name>
          .
          <year>2000</year>
          .
          <article-title>Dialogue act modeling for automatic tagging and recognition of conversational speech</article-title>
          .
          <source>Computational linguistics 26</source>
          ,
          <issue>3</issue>
          (
          <year>2000</year>
          ),
          <fpage>339</fpage>
          -
          <lpage>373</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Pei-Hao</surname>
            <given-names>Su</given-names>
          </string-name>
          , Milica Gašic´, and
          <string-name>
            <given-names>Steve</given-names>
            <surname>Young</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Reward estimation for dialogue policy optimisation</article-title>
          .
          <source>Computer Speech &amp; Language</source>
          <volume>51</volume>
          (
          <year>2018</year>
          ),
          <fpage>24</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <given-names>Gokhan</given-names>
            <surname>Tur and Renato De Mori</surname>
          </string-name>
          .
          <year>2011</year>
          .
          <article-title>Spoken language understanding: Systems for extracting semantic information from speech</article-title>
          . John Wiley &amp; Sons.
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>Stefan</given-names>
            <surname>Ultes</surname>
          </string-name>
          and
          <string-name>
            <given-names>Wolfgang</given-names>
            <surname>Minker</surname>
          </string-name>
          .
          <year>2014</year>
          .
          <article-title>Interaction Quality Estimation in Spoken Dialogue Systems Using Hybrid-HMMs</article-title>
          .
          <source>In Proceedings of the 15th Annual Meeting of the Special Interest Group on Discourse and Dialogue (SIGDIAL)</source>
          .
          <source>Association for Computational Linguistics</source>
          , Philadelphia, PA, U.S.A.,
          <volume>208</volume>
          -
          <fpage>217</fpage>
          . https://doi.org/10.3115/v1/
          <fpage>W14</fpage>
          -4328
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <surname>Marilyn</surname>
            <given-names>A Walker</given-names>
          </string-name>
          ,
          <article-title>Diane J Litman, Candace A Kamm,</article-title>
          and
          <string-name>
            <given-names>Alicia</given-names>
            <surname>Abella</surname>
          </string-name>
          .
          <year>1997</year>
          .
          <article-title>PARADISE: A framework for evaluating spoken dialogue agents</article-title>
          .
          <source>arXiv preprint cmp-lg/9704004</source>
          (
          <year>1997</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>