<!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>GUApp: Enhancing Job Recommendations with Knowledge Graphs</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Discussion Paper</string-name>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Giovanni Maria Biancofiore</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Tommaso Di Noia</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Eugenio Di Sciascio</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Fedelucio Narducci</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Paolo Pastore</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Polytechnic University of Bari</institution>
          ,
          <addr-line>Bari</addr-line>
          ,
          <country country="IT">Italy</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>GUapp is a platform for job-postings search and recommendation for the Italian public administration. The platform ofers recommendation services with the aim of matching user skills and requests with job positions available in a given period of time. GUapp implements a chatbot whose conversations are led by a domain-specific Knowledge Graph which allows users to interact with the app through natural language. Thanks to that, the search and recommendation process becomes incremental and the user can add new requirements at each stage of the interaction. In this paper we present GUapp, its recommender system, the chatbot, and the main ongoing work that will bring GUapp to become a Conversational Recommender System powered by a domain-specific Knowledge Graph.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Recommender System</kwd>
        <kwd>Public Administration</kwd>
        <kwd>Knowledge Graph</kwd>
        <kwd>Conversational Recommender System</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        The information overload is a well-known problem that impacts the digital experience of users
when they need to find interesting items in a large set of possible options [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. That is the
case of looking for a book to read, a digital camera to buy, a movie to watch, etc. Another
scenario when this problem is particularly felt is when a user is looking for a new job. In this
context the only strategy people can adopt is to manually selecting interesting job calls, thus
resulting in a clumsy user experience. In the literature, this problem has been investigated in
the information-retrieval (IR) and recommender-system (RS) research areas. In the first case,
systems do not take into account the user past preferences and retrieve the most relevant items
according to the user query. In the second case a user profile is built, allowing to provide a
personalized ranked list of items.
      </p>
      <p>
        The GUapp platform has been designed to find and discover job positions among job ofers
in the Italian public administration1. The first version of GUapp’s RS classified jobs according
to their topics, obtained by means of the Latent Dirichlet Allocation (LDA) algorithm, and
a k-Nearest Neighbor (k-NN) method was used to compute a personalized recommendation
list [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]2. Moreover, GUapp ofers a natural-language based interaction through a chatbot. The
GUapp’s chatbot allows the user to define her interests, describe her skills, and filter out results
that did not match with her requirements. Although the first version of Guapp was undoubtedly
efective from the recommendation perspective, there were a few limitations in terms of User
Experience. The combination of k-NN and LDA, in fact, does not allow the system to explain to
the user why an item was recommended. This because the latent features learned by the model
are not easily interpretable. Hence, the dialogues were modeled as a filtering procedure for the
recommendations list without interacting neither exchanging information with the RS itself.
Users that converse with the system can only provide preferences from a limited set of features
that are foreseen a priori, that are city and profession.
      </p>
      <p>To beat these issues, we opted for a new Conversational Agent that converses with users
exploiting a domain-specific Knowledge Graph (KG). The GUapp KG is obtained by merging
some sub-graphs from state-of-the-art solutions like Dbpedia3 and new triples scraped from
external sources such as the ISTAT4 website. On this line, conversations can reach a fine grained
level of details regarding job aspects to recommend to users and enhance its expressiveness.</p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        The work proposed in this paper cuts across two principal research areas: recommender systems
and conversational agents. Recommender Systems (RSs) can in turn be grouped into two main
classes: Collaborative Filtering (CF) and Content-based (CB). To support the user during the
decision making process, CF RS exploits the user community in order to identify interesting items
for a given individual, following the intuition that similar users like similar items. Conversely,
CB RSs are based on matching user preferences with items textual content [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ].
      </p>
      <p>
        GUapp implements a CB RS since its goal is to match the user requests/preferences with the
textual description of the job call. The specific task of job recommendation is widely investigated
in the literature [
        <xref ref-type="bibr" rid="ref3">3</xref>
        ]. Malinowski et al. [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ] build a multi-slot profile with information about
demographic data, job experience and IT skills. Similarly, in GUapp, this kind of information was
ifrst acquired from the LinkedIn social network. This strategy, useful for addressing the
coldstart problem, is now implemented by means of conversations driven by a KG. Recommending
items by means of a set of rules which verify whether the user tastes are satisfied or not was
dealt at first by the Knowledge based RSs [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ]. Here the RS performs reasoning on ontologies
and Knowledge Bases (KBs) to find items that match the user needs. Carrer-Neto et al. [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ]
recommend movies that belong to the same ontological classes of the items that the user liked,
and the final list is further processed by means of a social context derived from Social Networks
in which the user is signed-up. Tarus et al. [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] exploit both ontological and CF features to
compute the learning resources to recommend for some learner targets.
      </p>
      <p>
        On the other hand, Conversational Agents (CAs) are software agents able to interact with
the user through natural language. They can be classified in two main classes: end-to-end
and modular systems [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ]. The former are generally based on neural networks [
        <xref ref-type="bibr" rid="ref10 ref11 ref12 ref9">9, 10, 11, 12</xref>
        ]
and they learn a dialog model from a set of past conversations [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ]. The modular systems are
pipeline-based agents composed of a set of modules, each with a specific function [
        <xref ref-type="bibr" rid="ref14 ref15">14, 15, 16, 17</xref>
        ].
2This paper is an extended abstract of [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ]
3https://www.dbpedia.org/
4https://www.istat.it/
      </p>
      <p>The main diference between a Conversational Recommender System (CoRS) and a traditional
RS is the interaction with the user that is more eficient and natural [ 18]. Accordingly, the
construction of the user profile is incremental and the user can express her preferences at
diferent stages of the recommendation process by an interactive human-like dialog [ 19]. The
aforementioned task is well suited to Knowledge-based and KG-based RSs. An example can
be found in [20], where a comprehensive KG is built upon a specific domain to lead dialogues
and recommendations. Recently, CoRSs have been efectively used and tested in diferent
domains such us music, movie, and book [21, 22]. However, to the best of our knowledge,
GUapp represents the first attempt of implementing a CoRS for the job-recommendation task.</p>
    </sec>
    <sec id="sec-3">
      <title>3. The GUapp’s Architecture</title>
      <p>In Figure 1 the initial GUapp’s architecture is sketched together with the new one, with six
main components: the Orchestrator, the Chatbot, the Recommender System, the User Profiler,
the Crawler and the Knowledge Graph.</p>
      <p>The Orchestrator manages the interaction between the diferent components of the system.
For example, it invokes the recommender system when user asks for receiving a list of job
positions based on the information stored in her profile.</p>
      <p>The Chatbot is the component of GUapp which allows user to interact through natural
language. It is powered by DialogFlow5, a Google platform for designing and integrating
conversational user interfaces, and performs two main tasks: intent and entity recognition.
The Intent Recognizer (IR) analyzes the request of the user expressed in natural language and
understands her goal. E.g. if the user writes "I am looking for a new job in Bari" the IR identifies
as intent new_job. The GUapp’s Chatbot adopts a mixed initiative interaction, allowing more
ifne grained conversations. For instance, the user may add her skills and professional titles
through the profile intent. She may refine also her favourite job locations or occupations with the
refine_location and refine_occupation intents respectively. The system can also take the initiative
and ask for unspoken user features, that could eventually be inferred by the KG, and engage
a negotiation about job postings that do not have a full match with the user requirements. In
details, if the user profile is a tuple (, ,  ℎ) and the retrieved results
do not have a complete match, the system may ask: "What do you think about Computer Science
in Bari?" or "Is it still good for you a position in Lecce?". Once the intent has been recognized,
the Entity Recognizer (ER) is invoked. ER is implemented through DialogFlow as well, and it is
powered by the KG entities. It adopts a fuzzy-matching strategy in order to identify real-world
entities in the user sentence. In the case the match succeeds, the recognized entity is returned.
In the example above, the entity is Bari, a city of southern Italy.</p>
      <p>The User Profiler (UP) instead stores and updates information about user preferences and
habits. Diferences here with the first version of GUapp are on the information type stored in
UP. We now collect data about all the user preferences provided during conversations instead of
users’ likes. Indeed, user can refine the retrieved list of relevant job positions as described above.
Due to some variations on Microsoft’s terms of use, the new version of GUapp does no more
have access to the LinkedIn6 data. At first we found useful to collect information stored in the
social network to profile users by simply asking them a login with their LinkedIn credentials.
This was an efective strategy for addressing the cold-start problem. Now, when the user signs
in to the app for the first time, her profile is empty (i.e. cold-start situation). Thanks to the new
chatbot powered by our KG, the user talks with GUapp about her skills, wishes and possibilities,
then the system is able to rank job calls by exploiting the information that the user provided.</p>
      <p>The Recommender System is another core component of GUapp. It exploits an Elasticsearch7
index, which stores all the information scraped by the Crawler enriched with all the linked
entities of our KG. We are now stressing the choice of a similarity function that efectively returns
a ranked list of item based on the data collected by the UP. The main intuition behind adopting
this model is the possibility to make dialogues as interactive and eficient as possible, allowing the
system to negotiate with users about results that do not completely match with their preferences.
The UP is actively updated to the new user inputs, guaranteeing the recommendations to be
adaptive. As a matter of fact, GUapp implements a Crawler that daily extracts the job positions
from Gazzetta Uficiale , the oficial journal of record of the Italian government.</p>
      <p>Finally, the system has been equipped with a domain-specific Knowledge Graph built upon
several sources, like Dbpedia and the ISTAT website as stated before. The latter identifies a
collection of raw data that are not in form of KG. This leads us to model a new Ontology on
which the overall KG can rely. The GUapp Ontology in fact defines relations and hierarchies
about professions, domain of competences, locations and so forth wisely integrating the raw
information with the already structured ones. To make the system more specialized on the
job-opening domain, we plan to enrich our KG of further facts related to the job recommendation
task. This KG allows the system to have natural dialogues with users about the discussed domain
and the quality of recommendations results improved as well.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Conclusion and Future Work</title>
      <p>In this paper we presented a platform for searching jobs in the Italian public administration
and the main ongoing work for improving its performances and the user experience. GUapp
consists of a recommender system that suggests relevant jobs to the users. One of the most
interesting aspects of the new version is the integration of a KG that helps driving the dialog,
making the interaction more natural. Indeed, the preference elicitation becomes incremental,
with the possibility of refining and improving the user requests. We are planning of introducing
several fine-grained features for making the ecosystem competitive with other state-of-the-art
solutions, as well testing the User Experience with an A/B test.</p>
      <p>6https://www.linkedin.com/
7https://www.elasticsearch.com
http://arxiv.org/abs/1606.02560, arXiv: 1606.02560.
[16] J. Williams, A. Raux, M. Henderson, The dialog state tracking challenge series: A review,</p>
      <p>Dialogue &amp; Discourse 7 (2016) 4—-33.
[17] B. Liu, I. Lane, An End-to-End Trainable Neural Network Model with Belief Tracking for
Task-Oriented Dialog, Interspeech 2017 (2017) 2506–2510. URL: http://arxiv.org/abs/1708.
05956. doi:10.21437/Interspeech.2017-1326, arXiv: 1708.05956.
[18] P. Wärnestål, User evaluation of a conversational recommender system, in: Proceedings
of the 4th IJCAI Workshop on Knowledge and Reasoning in Practical Dialogue Systems,
2005, pp. 32–39.
[19] M. Jugovac, D. Jannach, Interacting with recommenders: Overview and research directions,</p>
      <p>ACM Trans. Interact. Intell. Syst. 7 (2017) 10:1–10:46.
[20] S. Haussmann, O. Seneviratne, Y. Chen, Y. Ne’eman, J. Codella, C. Chen, D. L. McGuinness,
M. J. Zaki, Foodkg: A semantics-driven knowledge graph for food recommendation, in:
The Semantic Web - ISWC 2019 - 18th International Semantic Web Conference, Auckland,
New Zealand, October 26-30, 2019, Proceedings, Part II, 2019, pp. 146–162. URL: https:
//doi.org/10.1007/978-3-030-30796-7_10. doi:10.1007/978-3-030-30796-7\_10.
[21] F. Narducci, P. Basile, M. de Gemmis, P. Lops, G. Semeraro, An investigation on the user
interaction modes of conversational recommender systems for the music domain, User
Modeling and User-Adapted Interaction (2019) 1–34. doi:https://doi.org/10.1007/
s11257-019-09250-7.
[22] A. Iovine, F. Narducci, G. Semeraro, Conversational recommender systems and natural
language: A study through the converse framework, Decision Support Systems (2020)
113250. doi:https://doi.org/10.1016/j.dss.2020.113250.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>D.</given-names>
            <surname>Jannach</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Zanker</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Felfernig</surname>
          </string-name>
          , G. Friedrich,
          <source>Recommender systems: an introduction</source>
          , Cambridge University Press,
          <year>2010</year>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>V.</given-names>
            <surname>Bellini</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G. M.</given-names>
            <surname>Biancofiore</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T. D.</given-names>
            <surname>Noia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>E. D.</given-names>
            <surname>Sciascio</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>Narducci</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Pomo</surname>
          </string-name>
          ,
          <article-title>Guapp: A conversational agent for job recommendation for the italian public administration</article-title>
          ,
          <source>in: 2020 IEEE Conference on Evolving and Adaptive Intelligent Systems, EAIS</source>
          <year>2020</year>
          , Bari, Italy, May
          <volume>27</volume>
          -29,
          <year>2020</year>
          ,
          <year>2020</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>7</lpage>
          . URL: https://doi.org/10.1109/EAIS48028.
          <year>2020</year>
          .
          <volume>9122756</volume>
          . doi:
          <volume>10</volume>
          .1109/EAIS48028.
          <year>2020</year>
          .
          <volume>9122756</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>S. T.</given-names>
            <surname>Al-Otaibi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Ykhlef</surname>
          </string-name>
          ,
          <article-title>A survey of job recommender systems</article-title>
          ,
          <source>International Journal of the Physical Sciences</source>
          <volume>7</volume>
          (
          <year>2012</year>
          )
          <fpage>5127</fpage>
          -
          <lpage>5142</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>J.</given-names>
            <surname>Malinowski</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.</given-names>
            <surname>Keim</surname>
          </string-name>
          ,
          <string-name>
            <given-names>O.</given-names>
            <surname>Wendt</surname>
          </string-name>
          , T. Weitzel,
          <article-title>Matching people and jobs: A bilateral recommendation approach</article-title>
          ,
          <source>in: Proceedings of the 39th Annual Hawaii International Conference on System Sciences (HICSS'06)</source>
          , volume
          <volume>6</volume>
          , IEEE,
          <year>2006</year>
          , pp.
          <fpage>137c</fpage>
          -
          <lpage>137c</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>R.</given-names>
            <surname>Burke</surname>
          </string-name>
          ,
          <article-title>Knowledge-based recommender systems</article-title>
          ,
          <source>Encyclopedia of library and information systems 69</source>
          (
          <year>2000</year>
          )
          <fpage>175</fpage>
          -
          <lpage>186</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>W.</given-names>
            <surname>Carrer-Neto</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. L.</given-names>
            <surname>Hernández-Alcaraz</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Valencia-García</surname>
          </string-name>
          ,
          <string-name>
            <given-names>F.</given-names>
            <surname>García-Sánchez</surname>
          </string-name>
          ,
          <article-title>Social knowledge-based recommender system. application to the movies domain</article-title>
          ,
          <source>Expert Syst. Appl</source>
          .
          <volume>39</volume>
          (
          <year>2012</year>
          )
          <fpage>10990</fpage>
          -
          <lpage>11000</lpage>
          . URL: https://doi.org/10.1016/j.eswa.
          <year>2012</year>
          .
          <volume>03</volume>
          .025. doi:
          <volume>10</volume>
          .1016/j.eswa.
          <year>2012</year>
          .
          <volume>03</volume>
          .025.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>J. K.</given-names>
            <surname>Tarus</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Niu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Yousif</surname>
          </string-name>
          ,
          <article-title>A hybrid knowledge-based recommender system for elearning based on ontology and sequential pattern mining</article-title>
          ,
          <source>Future Gener. Comput. Syst</source>
          .
          <volume>72</volume>
          (
          <year>2017</year>
          )
          <fpage>37</fpage>
          -
          <lpage>48</lpage>
          . URL: https://doi.org/10.1016/j.future.
          <year>2017</year>
          .
          <volume>02</volume>
          .049. doi:
          <volume>10</volume>
          .1016/j.future.
          <year>2017</year>
          .
          <volume>02</volume>
          .049.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bakarov</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            <surname>Yadrintsev</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. Sochenkov</surname>
          </string-name>
          ,
          <article-title>Anomaly detection for short texts: Identifying whether your chatbot should switch from goal-oriented conversation to chit-chatting</article-title>
          ,
          <source>in: International Conference on Digital Transformation and Global Society</source>
          , Springer,
          <year>2018</year>
          , pp.
          <fpage>289</fpage>
          -
          <lpage>298</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>L.</given-names>
            <surname>Shang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Z.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Li</surname>
          </string-name>
          ,
          <article-title>Neural responding machine for short-text conversation</article-title>
          ,
          <source>arXiv preprint arXiv:1503.02364</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>O.</given-names>
            <surname>Vinyals</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Q.</given-names>
            <surname>Le</surname>
          </string-name>
          ,
          <article-title>A neural conversational model</article-title>
          ,
          <source>arXiv preprint arXiv:1506.05869</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>Sordoni</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Galley</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Auli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Brockett</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Ji</surname>
          </string-name>
          , M. Mitchell, J.-Y. Nie,
          <string-name>
            <given-names>J.</given-names>
            <surname>Gao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Dolan</surname>
          </string-name>
          ,
          <article-title>A neural network approach to context-sensitive generation of conversational responses</article-title>
          ,
          <source>arXiv preprint arXiv:1506.06714</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dodge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bordes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chopra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Szlam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Weston</surname>
          </string-name>
          ,
          <article-title>Evaluating Prerequisite Qualities for Learning End-to-End Dialog Systems</article-title>
          , arXiv:
          <fpage>1511</fpage>
          .06931 [cs] (
          <year>2015</year>
          ). URL: http://arxiv.org/abs/1511.06931.
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>A.</given-names>
            <surname>Bordes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.-L.</given-names>
            <surname>Boureau</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Weston</surname>
          </string-name>
          ,
          <article-title>Learning end-to-end goal-oriented dialog</article-title>
          ,
          <source>arXiv preprint arXiv:1605.07683</source>
          (
          <year>2016</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>J.</given-names>
            <surname>Dodge</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Gane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Zhang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Bordes</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Chopra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Miller</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Szlam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Weston</surname>
          </string-name>
          ,
          <article-title>Evaluating prerequisite qualities for learning end-to-end dialog systems</article-title>
          ,
          <source>arXiv preprint arXiv:1511.06931</source>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>T.</given-names>
            <surname>Zhao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Eskenazi</surname>
          </string-name>
          ,
          <article-title>Towards end-to-end learning for dialog state tracking and management using deep reinforcement learning</article-title>
          ,
          <source>arXiv:1606</source>
          .02560 [cs] (
          <year>2016</year>
          ). URL:
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>