<!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>Challenges in the Evaluation of Conversational Search Systems</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Gustavo Penha</string-name>
          <email>g.penha-1@tudelft.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Claudia Hauf</string-name>
          <email>c.hauf@tudelft.nl</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>TU Delft</institution>
        </aff>
      </contrib-group>
      <pub-date>
        <year>2020</year>
      </pub-date>
      <abstract>
        <p>The area of conversational search has gained significant traction in the IR research community, motivated by the widespread use of personal assistants. An often researched task in this setting is conversation response ranking, that is, to retrieve the best response for a given ongoing conversation from a corpus of historic conversations. While this is intuitively an important step towards (retrieval-based) conversational search, the empirical evaluation currently employed to evaluate trained rankers is very far from this setup: typically, an extremely small number (e.g., 10) of non-relevant responses and a single relevant response are presented to the ranker. In a real-world scenario, a retrieval-based system has to retrieve responses from a large (e.g., several millions) pool of responses or determine that no appropriate response can be found. In this paper we aim to highlight these critical issues in the ofline evaluation schemes for tasks related to conversational search. With this paper, we argue that the currently in-use evaluation schemes have critical limitations and simplify the conversational search tasks to a degree that makes it questionable whether we can trust the findings they deliver.</p>
      </abstract>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>INTRODUCTION</title>
      <p>
        Conversational search is concerned with creating agents that fulfill
an information need by means of a mixed-initiative conversation
through natural language interaction, rather than the traditional
turn-taking models exhibited in a traditional search engine’s results
page. It is an active area of research (as evident for instance in the
recent CAIR1 and SCAI2 workshop series) due to the widespread
deployment of voice-based agents, such as Google Assistant and
Microsoft Cortana. Voice-based agents are currently mostly used
for simple closed domain tasks such as fact checking, initiating
calls and checking the weather. They are not yet efective for
conducting open domain complex and exploratory information seeking
conversations [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ].
1https://sites.google.com/view/cair-ws/home
2https://scai.info/
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.
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>
        Existing eforts in conversational search have started in late
1970’s, with a dialogue-based approach for reference retrieval [
        <xref ref-type="bibr" rid="ref35">35</xref>
        ].
Since then, research in IR has focused on strategies—such as
exploiting relevance feedback [
        <xref ref-type="bibr" rid="ref47">47</xref>
        ], query suggestions [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ] and exploratory
search [
        <xref ref-type="bibr" rid="ref34 ref58">34, 58</xref>
        ]—to make the search engine result page more
interactive, which can be considered as a very crude approach to
conversational search systems. User studies [
        <xref ref-type="bibr" rid="ref13 ref23 ref25 ref52 ref54 ref57">13, 23, 25, 52, 54, 57</xref>
        ]
have been conducted to understand how people interact with agents
(simulated by humans) and inform the design of CSSs.
      </p>
      <p>
        A popular approach to conversational search is retrieval-based:
given an ongoing conversation and a large corpus of historic
conversations, retrieve the response that is best suited from the corpus
(i.e., conversation response ranking [
        <xref ref-type="bibr" rid="ref38 ref59 ref61 ref62">38, 59, 61, 62</xref>
        ]). This
retrievalbased approach does not require task-specific semantics by domain
experts [
        <xref ref-type="bibr" rid="ref21">21</xref>
        ], and it avoids the dificult task of dialogue generation,
which often sufers from uninformative, generic responses [
        <xref ref-type="bibr" rid="ref26">26</xref>
        ] or
responses that are incoherent given the dialogue context [
        <xref ref-type="bibr" rid="ref27">27</xref>
        ].
However, the current ofline 3 benchmarks (cf. Table 1) for conversation
response ranking are overly simplified: they mostly require models
to retrieve the correct response from a small set of 10 candidates.
      </p>
      <p>In this paper we first formally describe the three main approaches
to CSS based on previous work on conversational search. We then
take a critical look at the premises of their ofline evaluation schemes,
e.g. ‘The correct response is always in the candidates list.’, discuss
their implications and suggest future directions to cope with their
limitations.
2</p>
    </sec>
    <sec id="sec-2">
      <title>TASKS AND EVALUATION SCHEMES</title>
      <p>We describe next sub-tasks of the CSS pipeline. First let us
consider Figure 1, where we display three diferent end-to-end CSS
approaches. On the left a retrieval-based system uses the
conversational context to select amongst a pool of responses the most
adequate (conversation ranking tasks). On the center we have a
generative model that directly generates the responses from the
conversational context (conversation generation tasks). On the
right the system encompasses a model to retrieve documents
followed by a model that select spans in such documents (conversation
question answering). Next we discuss common assumptions used
when employing such tasks to evaluate models and we highlight
their shortcomings. On Table 1 we describe popular benchmarks
for conversational ranking tasks with statistic such as the number
of response candidates, and on Table 2 we describe the relation
between the premises discussed in this section and the tasks they
relate to.
3We do not consider here the online evaluation of conversational search systems, which
although is more reliable than ofline evaluation, it is expensive, time consuming and
non-repeatable.</p>
      <p>Copyright © 2020 for this paper by its authors. Use permitted under Creative Commons License Attribution 4.0 International (CC BY 4.0).</p>
      <p>Context</p>
      <p>Pool of
responses
Retrieval
Model</p>
      <p>Context</p>
      <p>Context
Generative</p>
      <p>Model</p>
      <p>Document
collection
Retrieval
Model</p>
      <p>Span
Selection
Model
maximum
eval. metric</p>
    </sec>
    <sec id="sec-3">
      <title>Conversation Ranking Tasks</title>
      <p>
        The task of conversation response ranking [
        <xref ref-type="bibr" rid="ref11 ref17 ref20 ref21 ref37 ref38 ref50 ref59 ref61 ref62 ref64 ref67 ref68">11, 17, 20, 21, 37, 38,
50, 59, 61, 62, 64, 67, 68</xref>
        ] (also known as next utterance selection),
concerns retrieving the best response given the dialogue context.
      </p>
      <p>Formally, let D = {(U, R, Y )}=1 be a data set consisting of 
triplets: dialogue context, response candidates and response
relevance labels. The dialogue context U is composed of the
previous utterances {1, 2, ...,  } at the turn  of the dialogue. The
candidate responses R = { 1,  2, ...,  } are either ground-truth
responses or negative sampled candidates, indicated by the
relevance labels Y = {1, 2, ...,  }. Typically, the number of
candidates  ≪  , where  is the number of available responses and
by design the number of ground-truth responses is usually one,
the observed response in the conversational data. The task is then
to learn a ranking function  (.) that is able to generate a ranked
list for the set of candidate responses R based on their predicted
relevance scores  (U,  ).</p>
      <p>
        Other similar ranking tasks related to conversational search are
clarification question retrieval [
        <xref ref-type="bibr" rid="ref42 ref43">42, 43</xref>
        ], where the set of responses
to be retrieved are always clarification questions, conversation
document ranking [
        <xref ref-type="bibr" rid="ref37">37</xref>
        ], where the item to be retrieved is a document
that contains the answer to the dialogue context and conversation
passage retrieval [
        <xref ref-type="bibr" rid="ref31 ref8">8, 31</xref>
        ]4. A successful model for the ranking tasks
retrieves the ground-truth response(s) first in the ranked list, and
thus the evaluation metrics employed are standard IR metrics such
as MAP and  @ (where N is the number of candidate responses
and K is the list cutof threshold).
2.2
      </p>
    </sec>
    <sec id="sec-4">
      <title>Conversation Generation Tasks</title>
      <p>
        The task of conversation response generation, also known as dialogue
generation [
        <xref ref-type="bibr" rid="ref1 ref12 ref28 ref29 ref53">1, 12, 28, 29, 53</xref>
        ], is to generate a response given the
dialogue context. Formally, let D = {(U,  )}=1 be a data set
consisting of  tuples: dialogue context and response. The dialogue
4We do not include TREC CAsT 2019 in 1, since it difers from other datasets by doing
TREC style pooling and judgements.
context U is composed of the previous utterances {1, 2, ...,  }
at the turn  of the dialogue. The response  is the +1 utterance,
i.e., the ground-truth. The task is then to learn a model  (.) that
is able to generate the response  based on the dialogue context
U . The majority of the research conducted in response generation
relies on data sets that are not information-seeking, e.g. movies
subtitles or chit-chat [
        <xref ref-type="bibr" rid="ref10 ref45 ref55 ref66">10, 45, 55, 66</xref>
        ].
      </p>
      <p>
        Other generation tasks from conversational search that share
the same evaluation scheme of conversation response generation
are clarification question generation [
        <xref ref-type="bibr" rid="ref44">44</xref>
        ], the response is generated
on the go, and query reformulation [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], suggestions of follow-up
queries are generated. The evaluation of generative models
relies on word-overlap metrics inspired by machine translation, e.g.
BLEU [
        <xref ref-type="bibr" rid="ref36">36</xref>
        ], or text summarization, e.g. ROUGE [
        <xref ref-type="bibr" rid="ref30">30</xref>
        ]. Such metrics
have been extensively studied and criticized by the natural language
processing (NLP) community. There is empirical evidence that
wordoverlap metrics do not correlate well with human judgments [
        <xref ref-type="bibr" rid="ref32">32</xref>
        ].
The complexity of the generation task evaluation is so high that
it is common to resort to expensive human evaluation, through
crowd-sourcing, lab experiments or in-field experiments [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ].
2.3
      </p>
    </sec>
    <sec id="sec-5">
      <title>Conversational Question Answering</title>
      <p>
        This task is also known as conversational machine reading
comprehension [
        <xref ref-type="bibr" rid="ref40 ref46 ref7">7, 40, 46</xref>
        ], and it concerns selecting spans from a
document as a response to the dialogue context. Formally, let
D = {(U, ,  )}=1 be a data set consisting of  triplets: dialogue
context, the answer span and the context passage. The dialogue
context U is composed of the previous utterances {1, 2, ...,  }
at the turn  of the dialogue. The answer span  is composed of
the ground-truth start and finish indexes of the passage 
containing the correct answer. The task is then to learn a model  (.)
that is able to predict the answer span  based on the dialogue
5000
4000
(I) There is a complete pool of adequate responses that endure
over time. Our ranking tasks assume access to a pool of responses
that contains at least one appropriate answer to a given information
need. If we resort only to historical responses the maximum
efectiveness of a system would be very low. For example, in popular
benchmarks such as UDC [
        <xref ref-type="bibr" rid="ref33">33</xref>
        ] and MSDialog [
        <xref ref-type="bibr" rid="ref39">39</xref>
        ] the number of
responses that are exact matches with historical responses are less
than 11% and 2% respectively. As we see at Figure 2, most
conversations have only 50–60% words match, when compared to the
most similar historical response. This indicates that the maximum
accuracy achieved by a real-world system would be small, since
only the responses that semantically match a previous one can
be employed efectively. We also see that such exact matches are
often uninformative: 40% are utterances for which the intent is to
show gratitude, e.g.‘Thank you!’, compared to the 20% overall rate
in MSDialog. Another concern is that responses that were never
given before, e.g. questions about a recent Windows update, would
not be answerable by such a system even though this information
might be available on the web.
      </p>
      <p>
        (II) The correct answer is always in the candidate responses
list. Neural ranking models are generally employed for the task
of re-ranking a set of documents in adhoc retrieval, obtained from
a recall-oriented and eficient first stage ranker [
        <xref ref-type="bibr" rid="ref65">65</xref>
        ]. While such
multi-stage approach ofers a practical approach for conversational
response ranking, 12 of 13 benchmarks analyzed at Table 1 always
include the relevant response in the small candidate list to be
retrieved and none require models to do full corpus retrieval.
      </p>
      <p>
        (III) The efectiveness of models for small candidate lists
generalize to large collections. While in adhoc retrieval we have
to rank from a pool of millions of documents, current benchmarks
require models to retrieve responses from a list of 10–100 candidates
(12 out of 13 use less than 100 candidates, and 7 use only 10
candidates). This makes the task unreasonably easy, as demonstrated by
the 80% drop in performance from subtask 5 (120000 candidates)
and subtask 2 (100 candidates) of DTSC7-NOESIS [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ]. Additionally,
5 of the 13 tasks sample instances randomly as opposed to using
a scoring function such as BM25, making the task even easier as
evidenced by the higher maximum evaluation metrics for random
negative sampled benchmarks in Table 1.
      </p>
      <p>
        (IV) Test instances from the same dialogue are considered
as independent. When creating conversational datasets [
        <xref ref-type="bibr" rid="ref20 ref33 ref39">20, 33, 39</xref>
        ]
the default is to generate multiple instances from one dialogue: one
instance for each answer provided by the information provider
composed of the last information seeker utterance, and the dialogue
history. Even though multiple utterances come from the same
dialogue, they are evaluated independently, e.g. an inappropriate
response in the beginning of a conversation does not change the
evaluation of a response given later by the system in the same
dialogue. All benchmarks analyzed in Table 1 evaluate instances
from the same dialogue independently. In a real-world scenario, if
a model fails in the start of the conversation, it has to recover from
unsatisfactory responses.
      </p>
      <p>
        (V) There is only one adequate answer. Traditional ofline
evaluation cannot handle counterfactuals [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ] such as what would have
happened if another response was given instead of the ground-truth
one. Due to the high cost of human labels, it is common to use only
one relevant response per context (the observed human response).
However, multiple responses could be correct to a given context
with diferent levels of relevance. Multiple answers can be right
because they provide semantically similar responses or because they
are diferent but appropriate responses to an information-need.
      </p>
    </sec>
    <sec id="sec-6">
      <title>3 CONCLUSION AND FUTURE DIRECTIONS</title>
      <p>
        In this paper we argue that current evaluation schemes in
conversational search, as instantiated through popular tasks and
benchmarks, are extreme simplifications of the actual problem. Based on
our observations, we encourage work on the following directions
for each of the issues we described:
• (I) Creation of a pool of responses: creation of a
comprehensive pool of responses from historical responses and other
sources e.g, creating responses from web documents. Study
whether hybrids of ranking and generation [
        <xref ref-type="bibr" rid="ref60">60</xref>
        ] that generate
the pool of responses to be ranked is a viable alternative to using
only historical responses.
• (II) Handling dialogue contexts that are unanswerable: study
the efect of candidate lists for which no adequate response to
the dialogue context exist, and how to automatically detect such
cases, e.g. through performance prediction [
        <xref ref-type="bibr" rid="ref19">19</xref>
        ],
none-of-theabove prediction [
        <xref ref-type="bibr" rid="ref14 ref18 ref56">14, 18, 56</xref>
        ] and uncertainty estimation [
        <xref ref-type="bibr" rid="ref51">51</xref>
        ].
Detecting if the current information-need still needs further
clarification and elucidation in order to make it answerable is also
an important research direction.
• (III) Ranking beyond 100 responses: methods for efective
retrieval from the entire pool of responses such as multi-stage
approaches that apply a recall-oriented first stage ranker [
        <xref ref-type="bibr" rid="ref65">65</xref>
        ].
Traditional IR methods which are eficient might not be efective
for retrieval of responses to be re-ranked [
        <xref ref-type="bibr" rid="ref49">49</xref>
        ]. Investigations of
the efectiveness of conversational search tasks for large corpus
retrieval, i.e. the generality efect [
        <xref ref-type="bibr" rid="ref48">48</xref>
        ].
• (IV) Take into account the dialogue evolution: When
evaluating a model for retrieving responses, instead of having several
independent instances for each dialogue (one for each
informationprovider response), consider a dialogue uniquely. For instance
by introducing evaluation metrics that take into account the
other responses from the same dialogue given by the system, e.g.
ranking relevant responses in the initial turns of the dialogue
leads to higher gains than ranking relevant responses in the last
turns of the dialogue.
• (V-a) Expanding the number of relevant responses: how to
expand the number of relevant response candidates, e.g
paraphrases [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] and adversarial examples [
        <xref ref-type="bibr" rid="ref24">24</xref>
        ], for
informationseeking conversations. In IR, the evaluation in a scenario of
limited relevance judgments has been studied [
        <xref ref-type="bibr" rid="ref4 ref63">4, 63</xref>
        ].
• (V-b) Counterfactual evaluation of dialogue: how to tell
what would have happened if answer B was given instead of A,
when there is no relevance label for answer B [
        <xref ref-type="bibr" rid="ref22">22</xref>
        ]. For
example, Carterette and Allan [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ] proposed a evaluation scheme that
takes advantage of the similarity between documents with the
intuition that closely associated documents tend to be relevant
to the same information need.
      </p>
      <p>Acknowledgements. This research has been supported by NWO
projects SearchX (639.022.722) and NWO Aspasia (015.013.027).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>Daniel</given-names>
            <surname>Adiwardana</surname>
          </string-name>
          ,
          <string-name>
            <surname>Minh-Thang</surname>
            <given-names>Luong</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>David R.</given-names>
            <surname>So</surname>
          </string-name>
          , Jamie Hall, Noah Fiedel, Romal Thoppilan, Zi Yang, Apoorv Kulshreshtha, Gaurav Nemade, Yifeng Lu, and
          <string-name>
            <surname>Quoc</surname>
            <given-names>V.</given-names>
          </string-name>
          <string-name>
            <surname>Le</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Towards a Human-like Open-Domain Chatbot</article-title>
          . arXiv:cs.CL/
          <year>2001</year>
          .09977
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>Alex</given-names>
            <surname>Bălan</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>MANtIS: a novel information seeking dialogues dataset</article-title>
          .
          <source>Master's thesis</source>
          , TU Delft (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Léon</given-names>
            <surname>Bottou</surname>
          </string-name>
          , Jonas Peters, Joaquin Quiñonero-Candela, Denis X Charles,
          <string-name>
            <given-names>D Max</given-names>
            <surname>Chickering</surname>
          </string-name>
          , Elon Portugaly, Dipankar Ray, Patrice Simard, and Ed Snelson.
          <year>2013</year>
          .
          <article-title>Counterfactual reasoning and learning systems: The example of computational advertising</article-title>
          .
          <source>JMLR 14</source>
          ,
          <issue>1</issue>
          (
          <year>2013</year>
          ),
          <fpage>3207</fpage>
          -
          <lpage>3260</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Chris</given-names>
            <surname>Buckley and Ellen M Voorhees</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>Retrieval evaluation with incomplete information</article-title>
          .
          <source>In Proceedings of the 27th annual international ACM SIGIR conference on Research and development in information retrieval</source>
          .
          <volume>25</volume>
          -
          <fpage>32</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Huanhuan</given-names>
            <surname>Cao</surname>
          </string-name>
          , Daxin Jiang, Jian Pei, Qi He, Zhen Liao, Enhong Chen, and
          <string-name>
            <given-names>Hang</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <year>2008</year>
          .
          <article-title>Context-aware query suggestion by mining click-through and session data</article-title>
          .
          <source>In SIGKDD</source>
          .
          <volume>875</volume>
          -
          <fpage>883</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>Ben</given-names>
            <surname>Carterette</surname>
          </string-name>
          and
          <string-name>
            <given-names>James</given-names>
            <surname>Allan</surname>
          </string-name>
          .
          <year>2007</year>
          .
          <article-title>Semiautomatic evaluation of retrieval systems using document similarities.</article-title>
          .
          <source>In CIKM</source>
          , Vol.
          <volume>7</volume>
          .
          <fpage>873</fpage>
          -
          <lpage>876</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>Eunsol</given-names>
            <surname>Choi</surname>
          </string-name>
          , He He, Mohit Iyyer, Mark Yatskar, Wen-tau
          <string-name>
            <surname>Yih</surname>
            , Yejin Choi, Percy Liang, and
            <given-names>Luke</given-names>
          </string-name>
          <string-name>
            <surname>Zettlemoyer</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Quac: Question answering in context</article-title>
          . arXiv preprint arXiv:
          <year>1808</year>
          .
          <volume>07036</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>Jefrey</given-names>
            <surname>Dalton</surname>
          </string-name>
          , Chenyan Xiong, and
          <string-name>
            <given-names>Jamie</given-names>
            <surname>Callan</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Cast 2019: The conversational assistance track overview</article-title>
          .
          <source>In Proceedings of the Twenty-Eighth Text REtrieval Conference</source>
          , TREC.
          <fpage>13</fpage>
          -
          <lpage>15</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>Jan</given-names>
            <surname>Deriu</surname>
          </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="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <surname>Emily</surname>
            <given-names>Dinan</given-names>
          </string-name>
          , Stephen Roller, Kurt Shuster, Angela Fan,
          <string-name>
            <given-names>Michael</given-names>
            <surname>Auli</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Jason</given-names>
            <surname>Weston</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Wizard of wikipedia: Knowledge-powered conversational agents</article-title>
          .
          <source>arXiv preprint arXiv:1811</source>
          .
          <volume>01241</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>Jianxiong</given-names>
            <surname>Dong</surname>
          </string-name>
          and
          <string-name>
            <given-names>Jim</given-names>
            <surname>Huang</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Enhance word representation for out-ofvocabulary on ubuntu dialogue corpus</article-title>
          . arXiv preprint arXiv:
          <year>1802</year>
          .
          <volume>02614</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <surname>Jiachen</surname>
            <given-names>Du</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Wenjie</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <surname>Yulan He</surname>
          </string-name>
          , Ruifeng Xu,
          <string-name>
            <given-names>Lidong</given-names>
            <surname>Bing</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Xuan</given-names>
            <surname>Wang</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Variational autoregressive decoder for neural response generation</article-title>
          .
          <source>In EMNLP</source>
          .
          <volume>3154</volume>
          -
          <fpage>3163</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <surname>Mateusz</surname>
            <given-names>Dubiel</given-names>
          </string-name>
          , Martin Halvey, Leif Azzopardi, and
          <string-name>
            <given-names>Sylvain</given-names>
            <surname>Daronnat</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Investigating how conversational search agents afect user's behaviour, performance and search experience</article-title>
          .
          <source>In CAIR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <surname>Yulan</surname>
            <given-names>Feng</given-names>
          </string-name>
          , Shikib Mehri, Maxine Eskenazi, and
          <string-name>
            <given-names>Tiancheng</given-names>
            <surname>Zhao</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>"None of the Above":Measure Uncertainty in Dialog Response Retrieval. arXiv:cs</article-title>
          .CL/
          <year>2004</year>
          .01926
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <surname>Jianfeng</surname>
            <given-names>Gao</given-names>
          </string-name>
          , Michel Galley, and
          <string-name>
            <given-names>Lihong</given-names>
            <surname>Li</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Neural approaches to conversational AI</article-title>
          .
          <source>In SIGIR</source>
          .
          <volume>1371</volume>
          -
          <fpage>1374</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          [16]
          <string-name>
            <surname>Jia-Chen</surname>
            <given-names>Gu</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Tianda</given-names>
            <surname>Li</surname>
          </string-name>
          , Quan Liu, Xiaodan Zhu,
          <string-name>
            <surname>Zhen-Hua</surname>
            <given-names>Ling</given-names>
          </string-name>
          , Zhiming Su, and
          <string-name>
            <given-names>Si</given-names>
            <surname>Wei</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Speaker-Aware BERT for Multi-Turn Response Selection in Retrieval-Based Chatbots</article-title>
          . arXiv preprint arXiv:
          <year>2004</year>
          .
          <volume>03588</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          [17]
          <string-name>
            <surname>Jia-Chen</surname>
            <given-names>Gu</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhen-Hua Ling</surname>
          </string-name>
          , and Quan Liu.
          <year>2019</year>
          .
          <article-title>Utterance-to-Utterance Interactive Matching Network for Multi-Turn Response Selection in Retrieval-Based Chatbots</article-title>
          .
          <source>IEEE/ACM Transactions on Audio, Speech, and Language Processing</source>
          <volume>28</volume>
          (
          <year>2019</year>
          ),
          <fpage>369</fpage>
          -
          <lpage>379</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          [18]
          <string-name>
            <surname>Chulaka</surname>
            <given-names>Gunasekara</given-names>
          </string-name>
          , Jonathan K Kummerfeld,
          <string-name>
            <surname>Lazaros Polymenakos</surname>
            , and
            <given-names>Walter</given-names>
          </string-name>
          <string-name>
            <surname>Lasecki</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Dstc7 task 1: Noetic end-to-end response selection</article-title>
          .
          <source>In Proceedings of the First Workshop on NLP for Conversational AI</source>
          .
          <volume>60</volume>
          -
          <fpage>67</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          [19]
          <string-name>
            <given-names>Claudia</given-names>
            <surname>Hauf</surname>
          </string-name>
          .
          <year>2010</year>
          .
          <article-title>Predicting the efectiveness of queries and retrieval systems</article-title>
          .
          <source>In SIGIR Forum</source>
          , Vol.
          <volume>44</volume>
          . 88.
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          [20]
          <string-name>
            <surname>Matthew</surname>
            <given-names>Henderson</given-names>
          </string-name>
          , Paweł Budzianowski, Iñigo Casanueva, Sam Coope, Daniela Gerz, Girish Kumar, Nikola Mrkšić, Georgios Spithourakis,
          <string-name>
            <surname>Pei-Hao</surname>
            <given-names>Su</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Ivan</given-names>
            <surname>Vulić</surname>
          </string-name>
          , et al.
          <year>2019</year>
          .
          <article-title>A Repository of Conversational Datasets</article-title>
          . arXiv preprint arXiv:
          <year>1904</year>
          .
          <volume>06472</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          [21]
          <string-name>
            <surname>Matthew</surname>
            <given-names>Henderson</given-names>
          </string-name>
          , Iñigo Casanueva, Nikola Mrkšić,
          <string-name>
            <surname>Pei-Hao</surname>
            <given-names>Su</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Ivan</given-names>
            <surname>Vulić</surname>
          </string-name>
          , et al.
          <year>2019</year>
          .
          <article-title>ConveRT: Eficient and Accurate Conversational Representations from Transformers</article-title>
          . arXiv preprint arXiv:
          <year>1911</year>
          .
          <volume>03688</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          [22]
          <string-name>
            <given-names>Thorsten</given-names>
            <surname>Joachims</surname>
          </string-name>
          and
          <string-name>
            <given-names>Adith</given-names>
            <surname>Swaminathan</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Counterfactual evaluation and learning for search, recommendation and ad placement</article-title>
          .
          <source>In SIGIR</source>
          .
          <volume>1199</volume>
          -
          <fpage>1201</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          [23]
          <string-name>
            <surname>Hyunhoon</surname>
            <given-names>Jung</given-names>
          </string-name>
          , Changhoon Oh,
          <string-name>
            <given-names>Gilhwan</given-names>
            <surname>Hwang</surname>
          </string-name>
          , Cindy Yoonjung Oh,
          <string-name>
            <given-names>Joonhwan</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Bongwon</given-names>
            <surname>Suh</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Tell Me More: Understanding User Interaction of Smart Speaker News Powered by Conversational Search</article-title>
          .
          <source>In CHI. 1-6.</source>
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          [24]
          <string-name>
            <given-names>Anjuli</given-names>
            <surname>Kannan</surname>
          </string-name>
          and
          <string-name>
            <given-names>Oriol</given-names>
            <surname>Vinyals</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Adversarial evaluation of dialogue models</article-title>
          .
          <source>arXiv preprint arXiv:1701.08198</source>
          (
          <year>2017</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          [25]
          <string-name>
            <surname>Johannes</surname>
            <given-names>Kiesel</given-names>
          </string-name>
          , Arefeh Bahrami, Benno Stein, Avishek Anand, and
          <string-name>
            <given-names>Matthias</given-names>
            <surname>Hagen</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Toward voice query clarification</article-title>
          .
          <source>In SIGIR</source>
          .
          <volume>1257</volume>
          -
          <fpage>1260</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          [26]
          <string-name>
            <given-names>Jiwei</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Michel</given-names>
            <surname>Galley</surname>
          </string-name>
          , Chris Brockett,
          <string-name>
            <given-names>Jianfeng</given-names>
            <surname>Gao</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Bill</given-names>
            <surname>Dolan</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A Diversity-Promoting Objective Function for Neural Conversation Models</article-title>
          .
          <source>In NAACL</source>
          .
          <volume>110</volume>
          -
          <fpage>119</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          [27]
          <string-name>
            <given-names>Jiwei</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Michel</given-names>
            <surname>Galley</surname>
          </string-name>
          , Chris Brockett, Georgios Spithourakis,
          <string-name>
            <given-names>Jianfeng</given-names>
            <surname>Gao</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Bill</given-names>
            <surname>Dolan</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>A Persona-Based Neural Conversation Model</article-title>
          . In ACL.
          <volume>994</volume>
          -
          <fpage>1003</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          [28]
          <string-name>
            <given-names>Jiwei</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Will</given-names>
            <surname>Monroe</surname>
          </string-name>
          , Alan Ritter, Dan Jurafsky, Michel Galley, and
          <string-name>
            <given-names>Jianfeng</given-names>
            <surname>Gao</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Deep Reinforcement Learning for Dialogue Generation</article-title>
          .
          <source>In EMNLP</source>
          .
          <volume>1192</volume>
          -
          <fpage>1202</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          [29]
          <string-name>
            <given-names>Jiwei</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Will</given-names>
            <surname>Monroe</surname>
          </string-name>
          , Tianlin Shi, Sébastien Jean, Alan Ritter, and
          <string-name>
            <given-names>Dan</given-names>
            <surname>Jurafsky</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Adversarial Learning for Neural Dialogue Generation</article-title>
          .
          <source>In EMNLP</source>
          .
          <volume>2157</volume>
          -
          <fpage>2169</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref30">
        <mixed-citation>
          [30]
          <string-name>
            <surname>Chin-Yew Lin</surname>
          </string-name>
          .
          <year>2004</year>
          .
          <article-title>ROUGE: A Package for Automatic Evaluation of Summaries</article-title>
          . In Text Summarization Branches Out.
          <article-title>Association for Computational Linguistics</article-title>
          , Barcelona, Spain,
          <fpage>74</fpage>
          -
          <lpage>81</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref31">
        <mixed-citation>
          [31]
          <string-name>
            <surname>Sheng-Chieh</surname>
            <given-names>Lin</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jheng-Hong</surname>
            <given-names>Yang</given-names>
          </string-name>
          , Rodrigo Nogueira,
          <string-name>
            <surname>Ming-Feng</surname>
            <given-names>Tsai</given-names>
          </string-name>
          , ChuanJu Wang, and
          <string-name>
            <given-names>Jimmy</given-names>
            <surname>Lin</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>Query Reformulation using Query History for Passage Retrieval in Conversational Search</article-title>
          . arXiv:cs.CL/
          <year>2005</year>
          .02230
        </mixed-citation>
      </ref>
      <ref id="ref32">
        <mixed-citation>
          [32]
          <string-name>
            <surname>Chia-Wei</surname>
            <given-names>Liu</given-names>
          </string-name>
          , Ryan Lowe, Iulian Serban, Mike Noseworthy, Laurent Charlin, and
          <string-name>
            <given-names>Joelle</given-names>
            <surname>Pineau</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>How NOT To Evaluate Your Dialogue System: An Empirical Study of Unsupervised Evaluation Metrics for Dialogue Response Generation</article-title>
          .
          <source>In EMNLP</source>
          .
          <volume>2122</volume>
          -
          <fpage>2132</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref33">
        <mixed-citation>
          [33]
          <string-name>
            <surname>Ryan</surname>
            <given-names>Lowe</given-names>
          </string-name>
          , Nissan Pow, Iulian Serban, and
          <string-name>
            <given-names>Joelle</given-names>
            <surname>Pineau</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>The ubuntu dialogue corpus: A large dataset for research in unstructured multi-turn dialogue systems</article-title>
          .
          <source>arXiv preprint arXiv:1506.08909</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref34">
        <mixed-citation>
          [34]
          <string-name>
            <given-names>Gary</given-names>
            <surname>Marchionini</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Exploratory search: from finding to understanding</article-title>
          .
          <source>Commun. ACM 49</source>
          ,
          <issue>4</issue>
          (
          <year>2006</year>
          ),
          <fpage>41</fpage>
          -
          <lpage>46</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref35">
        <mixed-citation>
          [35]
          <string-name>
            <surname>Robert</surname>
            <given-names>N</given-names>
          </string-name>
          <string-name>
            <surname>Oddy</surname>
          </string-name>
          .
          <year>1977</year>
          .
          <article-title>Information retrieval through man-machine dialogue</article-title>
          .
          <source>Journal of documentation 33</source>
          ,
          <issue>1</issue>
          (
          <year>1977</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref36">
        <mixed-citation>
          [36]
          <string-name>
            <surname>Kishore</surname>
            <given-names>Papineni</given-names>
          </string-name>
          , Salim Roukos, Todd Ward, and
          <string-name>
            <surname>Wei-Jing Zhu</surname>
          </string-name>
          .
          <year>2002</year>
          .
          <article-title>BLEU: a method for automatic evaluation of machine translation</article-title>
          .
          <source>In ACL</source>
          .
          <volume>311</volume>
          -
          <fpage>318</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref37">
        <mixed-citation>
          [37]
          <string-name>
            <surname>Gustavo</surname>
            <given-names>Penha</given-names>
          </string-name>
          , Alexandru Balan, and
          <string-name>
            <given-names>Claudia</given-names>
            <surname>Hauf</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Introducing MANtIS: a novel Multi-Domain Information Seeking Dialogues Dataset</article-title>
          . arXiv preprint arXiv:
          <year>1912</year>
          .
          <volume>04639</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref38">
        <mixed-citation>
          [38]
          <string-name>
            <given-names>Gustavo</given-names>
            <surname>Penha</surname>
          </string-name>
          and
          <string-name>
            <given-names>Claudia</given-names>
            <surname>Hauf</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Curriculum Learning Strategies for IR: An Empirical Study on Conversation Response Ranking</article-title>
          . arXiv preprint arXiv:
          <year>1912</year>
          .
          <volume>08555</volume>
          (
          <year>2019</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref39">
        <mixed-citation>
          [39]
          <string-name>
            <surname>Chen</surname>
            <given-names>Qu</given-names>
          </string-name>
          , Liu Yang,
          <string-name>
            <given-names>W Bruce</given-names>
            <surname>Croft</surname>
          </string-name>
          , Johanne R Trippas, Yongfeng Zhang, and
          <string-name>
            <given-names>Minghui</given-names>
            <surname>Qiu</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Analyzing and characterizing user intent in informationseeking conversations</article-title>
          .
          <source>In SIGIR</source>
          .
          <volume>989</volume>
          -
          <fpage>992</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref40">
        <mixed-citation>
          [40]
          <string-name>
            <surname>Chen</surname>
            <given-names>Qu</given-names>
          </string-name>
          , Liu Yang, Minghui Qiu, Yongfeng Zhang, Cen Chen,
          <string-name>
            <given-names>W Bruce</given-names>
            <surname>Croft</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Mohit</given-names>
            <surname>Iyyer</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Attentive History Selection for Conversational Question Answering</article-title>
          . In CIKM.
          <volume>1391</volume>
          -
          <fpage>1400</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref41">
        <mixed-citation>
          [41]
          <string-name>
            <surname>Pranav</surname>
            <given-names>Rajpurkar</given-names>
          </string-name>
          , Robin Jia, and
          <string-name>
            <given-names>Percy</given-names>
            <surname>Liang</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Know What You Don't Know: Unanswerable Questions for SQuAD</article-title>
          .
          <source>In Proceedings of the 56th Annual Meeting of the Association for Computational Linguistics (Volume</source>
          <volume>2</volume>
          :
          <string-name>
            <surname>Short</surname>
            <given-names>Papers).</given-names>
          </string-name>
          <article-title>Association for Computational Linguistics</article-title>
          , Melbourne, Australia,
          <fpage>784</fpage>
          -
          <lpage>789</lpage>
          . https: //doi.org/10.18653/v1/
          <fpage>P18</fpage>
          -2124
        </mixed-citation>
      </ref>
      <ref id="ref42">
        <mixed-citation>
          [42]
          <string-name>
            <given-names>Sudha</given-names>
            <surname>Rao</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Are you asking the right questions? Teaching Machines to Ask Clarification Questions</article-title>
          .
          <source>In ACL Student Research Workshop</source>
          . 30-
          <fpage>35</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref43">
        <mixed-citation>
          [43]
          <string-name>
            <given-names>Sudha</given-names>
            <surname>Rao</surname>
          </string-name>
          and Hal Daumé III.
          <year>2018</year>
          .
          <article-title>Learning to Ask Good Questions: Ranking Clarification Questions using Neural Expected Value of Perfect Information</article-title>
          . In ACL.
          <volume>2737</volume>
          -
          <fpage>2746</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref44">
        <mixed-citation>
          [44]
          <string-name>
            <given-names>Sudha</given-names>
            <surname>Rao</surname>
          </string-name>
          and Hal Daumé III.
          <year>2019</year>
          .
          <article-title>Answer-based Adversarial Training for Generating Clarification Questions</article-title>
          . In NAACL.
          <volume>143</volume>
          -
          <fpage>155</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref45">
        <mixed-citation>
          [45]
          <string-name>
            <surname>Hannah</surname>
            <given-names>Rashkin</given-names>
          </string-name>
          , Eric Michael Smith,
          <string-name>
            <given-names>Margaret</given-names>
            <surname>Li</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Y-Lan</given-names>
            <surname>Boureau</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Towards empathetic open-domain conversation models: A new benchmark and dataset</article-title>
          . arXiv preprint arXiv:
          <year>1811</year>
          .
          <volume>00207</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref46">
        <mixed-citation>
          [46]
          <string-name>
            <surname>Siva</surname>
            <given-names>Reddy</given-names>
          </string-name>
          , Danqi Chen, and
          <string-name>
            <given-names>Christopher D</given-names>
            <surname>Manning</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Coqa: A conversational question answering challenge</article-title>
          .
          <source>ACL 7</source>
          (
          <year>2019</year>
          ),
          <fpage>249</fpage>
          -
          <lpage>266</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref47">
        <mixed-citation>
          [47]
          <string-name>
            <given-names>Joseph</given-names>
            <surname>John Rocchio</surname>
          </string-name>
          .
          <year>1971</year>
          .
          <article-title>Relevance feedback in information retrieval. The SMART retrieval system: experiments in automatic document processing (</article-title>
          <year>1971</year>
          ),
          <fpage>313</fpage>
          -
          <lpage>323</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref48">
        <mixed-citation>
          [48]
          <string-name>
            <given-names>Gerard</given-names>
            <surname>Salton</surname>
          </string-name>
          .
          <year>1972</year>
          .
          <article-title>The “generality” efect and the retrieval evaluation for large collections</article-title>
          .
          <source>Journal of the American Society for Information Science</source>
          <volume>23</volume>
          ,
          <issue>1</issue>
          (
          <year>1972</year>
          ),
          <fpage>11</fpage>
          -
          <lpage>22</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref49">
        <mixed-citation>
          [49]
          <string-name>
            <surname>Lifeng</surname>
            <given-names>Shang</given-names>
          </string-name>
          , Tetsuya Sakai, Zhengdong Lu,
          <string-name>
            <given-names>Hang</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Ryuichiro</given-names>
            <surname>Higashinaka</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Yusuke</given-names>
            <surname>Miyao</surname>
          </string-name>
          .
          <year>2016</year>
          .
          <article-title>Overview of the NTCIR-12 Short Text Conversation Task.</article-title>
          .
          <source>In NTCIR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref50">
        <mixed-citation>
          [50]
          <string-name>
            <surname>Chongyang</surname>
            <given-names>Tao</given-names>
          </string-name>
          , Wei Wu, Can Xu, Wenpeng Hu,
          <string-name>
            <given-names>Dongyan</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>and Rui</given-names>
            <surname>Yan</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Multi-Representation Fusion Network for Multi-Turn Response Selection in Retrieval-Based Chatbots</article-title>
          . In WSDM.
          <volume>267</volume>
          -
          <fpage>275</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref51">
        <mixed-citation>
          [51]
          <string-name>
            <surname>Christopher</surname>
            <given-names>Tegho</given-names>
          </string-name>
          , Paweł Budzianowski, and
          <string-name>
            <given-names>Milica</given-names>
            <surname>Gašić</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Uncertainty Estimates for Eficient Neural Network-based Dialogue Policy Optimisation</article-title>
          .
          <source>arXiv:stat.ML/1711.11486</source>
        </mixed-citation>
      </ref>
      <ref id="ref52">
        <mixed-citation>
          [52] Paul Thomas,
          <string-name>
            <surname>Daniel</surname>
            <given-names>McDuf</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Mary</given-names>
            <surname>Czerwinski</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Nick</given-names>
            <surname>Craswell</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>MISC: A data set of information-seeking conversations</article-title>
          .
          <source>In CAIR.</source>
        </mixed-citation>
      </ref>
      <ref id="ref53">
        <mixed-citation>
          [53]
          <string-name>
            <surname>Zhiliang</surname>
            <given-names>Tian</given-names>
          </string-name>
          , Wei Bi,
          <string-name>
            <given-names>Xiaopeng</given-names>
            <surname>Li</surname>
          </string-name>
          , and Nevin L Zhang.
          <year>2019</year>
          .
          <article-title>Learning to Abstract for Memory-augmented Conversational Response Generation</article-title>
          .
          <source>In ACL</source>
          .
          <volume>3816</volume>
          -
          <fpage>3825</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref54">
        <mixed-citation>
          [54]
          <string-name>
            <surname>Johanne</surname>
            <given-names>R Trippas</given-names>
          </string-name>
          , Damiano Spina, Lawrence Cavedon, and
          <string-name>
            <given-names>Mark</given-names>
            <surname>Sanderson</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>How do people interact in conversational speech-only search tasks: A preliminary analysis</article-title>
          .
          <source>In CHIIR</source>
          .
          <volume>325</volume>
          -
          <fpage>328</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref55">
        <mixed-citation>
          [55]
          <string-name>
            <given-names>Oriol</given-names>
            <surname>Vinyals</surname>
          </string-name>
          and
          <string-name>
            <given-names>Quoc</given-names>
            <surname>Le</surname>
          </string-name>
          .
          <year>2015</year>
          .
          <article-title>A neural conversational model</article-title>
          .
          <source>arXiv preprint arXiv:1506.05869</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref56">
        <mixed-citation>
          [56]
          <string-name>
            <surname>Ellen</surname>
            <given-names>M</given-names>
          </string-name>
          <string-name>
            <surname>Voorhees</surname>
          </string-name>
          .
          <year>2001</year>
          .
          <article-title>Overview of the TREC-9 question answering track</article-title>
          .
          <source>In In Proceedings of the Ninth Text REtrieval Conference (TREC-9</source>
          . Citeseer.
        </mixed-citation>
      </ref>
      <ref id="ref57">
        <mixed-citation>
          [57]
          <string-name>
            <surname>Alexandra</surname>
            <given-names>Vtyurina</given-names>
          </string-name>
          , Denis Savenkov,
          <source>Eugene Agichtein, and Charles LA Clarke</source>
          .
          <year>2017</year>
          .
          <article-title>Exploring conversational search with humans, assistants, and wizards</article-title>
          .
          <source>In CHI EA</source>
          .
          <volume>2187</volume>
          -
          <fpage>2193</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref58">
        <mixed-citation>
          [58]
          <string-name>
            <surname>Ryen</surname>
            <given-names>W White</given-names>
          </string-name>
          <source>and Resa A Roth</source>
          .
          <year>2009</year>
          .
          <article-title>Exploratory search: Beyond the queryresponse paradigm</article-title>
          .
          <source>Synthesis lectures on information concepts</source>
          ,
          <source>retrieval, and services 1</source>
          ,
          <issue>1</issue>
          (
          <year>2009</year>
          ),
          <fpage>1</fpage>
          -
          <lpage>98</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref59">
        <mixed-citation>
          [59]
          <string-name>
            <surname>Yu</surname>
            <given-names>Wu</given-names>
          </string-name>
          , Wei Wu, Chen Xing,
          <string-name>
            <surname>Ming Zhou</surname>
            , and
            <given-names>Zhoujun</given-names>
          </string-name>
          <string-name>
            <surname>Li</surname>
          </string-name>
          .
          <year>2017</year>
          .
          <article-title>Sequential Matching Network: A New Architecture for Multi-turn Response Selection in Retrieval-Based Chatbots</article-title>
          . In ACL.
          <volume>496</volume>
          -
          <fpage>505</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref60">
        <mixed-citation>
          [60]
          <string-name>
            <surname>Liu</surname>
            <given-names>Yang</given-names>
          </string-name>
          , Junjie Hu, Minghui Qiu, Chen Qu,
          <string-name>
            <given-names>Jianfeng</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W Bruce</given-names>
            <surname>Croft</surname>
          </string-name>
          , Xiaodong Liu,
          <string-name>
            <given-names>Yelong</given-names>
            <surname>Shen</surname>
          </string-name>
          , and Jingjing Liu.
          <year>2019</year>
          .
          <article-title>A Hybrid Retrieval-Generation Neural Conversation Model</article-title>
          . In CIKM.
          <volume>1341</volume>
          -
          <fpage>1350</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref61">
        <mixed-citation>
          [61]
          <string-name>
            <surname>Liu</surname>
            <given-names>Yang</given-names>
          </string-name>
          , Minghui Qiu, Chen Qu, Cen Chen, Jiafeng Guo, Yongfeng Zhang,
          <string-name>
            <given-names>W Bruce</given-names>
            <surname>Croft</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Haiqing</given-names>
            <surname>Chen</surname>
          </string-name>
          .
          <year>2020</year>
          .
          <article-title>IART: Intent-aware Response Ranking with Transformers in Information-seeking Conversation Systems</article-title>
          . arXiv preprint arXiv:
          <year>2002</year>
          .
          <volume>00571</volume>
          (
          <year>2020</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref62">
        <mixed-citation>
          [62]
          <string-name>
            <surname>Liu</surname>
            <given-names>Yang</given-names>
          </string-name>
          , Minghui Qiu, Chen Qu, Jiafeng Guo, Yongfeng Zhang, W Bruce Croft, Jun Huang, and
          <string-name>
            <given-names>Haiqing</given-names>
            <surname>Chen</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Response ranking with deep matching networks and external knowledge in information-seeking conversation systems</article-title>
          .
          <source>In SIGIR</source>
          .
          <volume>245</volume>
          -
          <fpage>254</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref63">
        <mixed-citation>
          [63]
          <string-name>
            <given-names>Emine</given-names>
            <surname>Yilmaz and Javed A Aslam</surname>
          </string-name>
          .
          <year>2006</year>
          .
          <article-title>Inferred AP: estimating average precision with incomplete judgments</article-title>
          .
          <source>In CIKM</source>
          .
          <volume>102</volume>
          -
          <fpage>111</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref64">
        <mixed-citation>
          [64]
          <string-name>
            <surname>Chunyuan</surname>
            <given-names>Yuan</given-names>
          </string-name>
          , Wei Zhou,
          <string-name>
            <given-names>Mingming</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Shangwen</given-names>
            <surname>Lv</surname>
          </string-name>
          , Fuqing Zhu, Jizhong Han, and
          <string-name>
            <given-names>Songlin</given-names>
            <surname>Hu</surname>
          </string-name>
          .
          <year>2019</year>
          .
          <article-title>Multi-hop Selector Network for Multi-turn Response Selection in Retrieval-based Chatbots</article-title>
          .
          <source>In EMNLP</source>
          .
          <volume>111</volume>
          -
          <fpage>120</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref65">
        <mixed-citation>
          [65]
          <string-name>
            <surname>Hamed</surname>
            <given-names>Zamani</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Mostafa</given-names>
            <surname>Dehghani</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W Bruce</given-names>
            <surname>Croft</surname>
          </string-name>
          , Erik
          <string-name>
            <surname>Learned-Miller</surname>
            ,
            <given-names>and Jaap</given-names>
          </string-name>
          <string-name>
            <surname>Kamps</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>From neural re-ranking to neural ranking: Learning a sparse representation for inverted indexing</article-title>
          .
          <source>In CIKM</source>
          .
          <volume>497</volume>
          -
          <fpage>506</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref66">
        <mixed-citation>
          [66]
          <string-name>
            <surname>Saizheng</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Emily Dinan, Jack Urbanek, Arthur Szlam, Douwe Kiela, and
          <string-name>
            <given-names>Jason</given-names>
            <surname>Weston</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Personalizing Dialogue Agents: I have a dog, do you have pets too? arXiv preprint</article-title>
          arXiv:
          <year>1801</year>
          .
          <volume>07243</volume>
          (
          <year>2018</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref67">
        <mixed-citation>
          [67]
          <string-name>
            <surname>Zhuosheng</surname>
            <given-names>Zhang</given-names>
          </string-name>
          , Jiangtong Li,
          <string-name>
            <given-names>Pengfei</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Hai</given-names>
            <surname>Zhao</surname>
          </string-name>
          , and Gongshen Liu.
          <year>2018</year>
          .
          <article-title>Modeling Multi-turn Conversation with Deep Utterance Aggregation</article-title>
          . In ACL.
          <volume>3740</volume>
          -
          <fpage>3752</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref68">
        <mixed-citation>
          [68]
          <string-name>
            <surname>Xiangyang</surname>
            <given-names>Zhou</given-names>
          </string-name>
          ,
          <string-name>
            <given-names>Lu</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Daxiang</given-names>
            <surname>Dong</surname>
          </string-name>
          , Yi Liu, Ying Chen, Wayne Xin Zhao,
          <string-name>
            <given-names>Dianhai</given-names>
            <surname>Yu</surname>
          </string-name>
          , and
          <string-name>
            <given-names>Hua</given-names>
            <surname>Wu</surname>
          </string-name>
          .
          <year>2018</year>
          .
          <article-title>Multi-turn response selection for chatbots with deep attention matching network</article-title>
          .
          <source>In ACL</source>
          .
          <volume>1118</volume>
          -
          <fpage>1127</fpage>
          .
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>