<!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>Intelligent Dialogue System Based on Deep Learning Technology</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>vlo Kushn</string-name>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Yuriy Kon</string-name>
          <email>yuriy.kondratenko@chmnu.edu.ua</email>
          <xref ref-type="aff" rid="aff0">0</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Intelligent Information Systems Department, Petro Mohyla Black Sea National University</institution>
          ,
          <addr-line>68th Desantnykiv Str., 10, Mykolaiv, 54003</addr-line>
          ,
          <country country="UA">Ukraine</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Recent advances in machine learning has contributed to the rebirth of the chat-bot. Lately we have seen a rise in chat-bot technology being made available on the web and on mobile devices, and recent reports states that 57 % of companies have implemented or are planning to implement a chat-bot in the near future. Chat-bots are therefore a big part of an AI powered future, however recent reviews find chat-bots to be perceived as unintelligent and nonconversational. Such findings have not slowed down the rapid implementation of chat-bots online, and the same mistakes seems to be repeated over and over again. This explains why we need to understand how to develop, deploy and monitoring our own dialog system based on “Deep Learning” technologies. In our case studies we have compared different neural network architectures and develop chit-chat bot which based on encoder-decoder architecture with attention mechanism. In order to achieve this goal we use Python as programming language, TensorFlow as deep learning framework and GoogleNews word embedding. The peculiarities of the “Deep Learning” technology implementation are discussed in detail. Simulation results confirm the efficiency of the proposed approach for speech recognition.</p>
      </abstract>
      <kwd-group>
        <kwd>neural network</kwd>
        <kwd>linguistic recognition</kwd>
        <kwd>machine learning</kwd>
        <kwd>deep learning</kwd>
        <kwd>decision making</kwd>
        <kwd>dialogue system</kwd>
        <kwd>chat-bot</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>-</title>
      <p>
        As the world of today is dramatically changing, technology behind the service is also
rapidly changing. Technological trends include artificial intelligence and advanced
machine learning, virtual and complementary reality, intelligent programs, intelligent
things and spoken systems [
        <xref ref-type="bibr" rid="ref1 ref2 ref3">1-3</xref>
        ]. Virtual Personal Assistants, such as Apple's Siri,
Google Now, Microsoft Corp., or Amazon Echo, are already making daily tasks
easier. In addition to virtual personal assistants, another type of smart application that can
improve user experience and make our lives better is Chat Booth [
        <xref ref-type="bibr" rid="ref4">4</xref>
        ]. Chat bots can
change the way services are rendered. Instead of using websites or installing other
new programs, users could anticipate ordering services through the chat interface [
        <xref ref-type="bibr" rid="ref2 ref5 ref6">2,
5, 6</xref>
        ].
      </p>
      <p>
        Сhat-bot is a computer program or an artificial intelligence which conducts a
conversation via auditory or textual methods [
        <xref ref-type="bibr" rid="ref10 ref7 ref8 ref9">7-10</xref>
        ]. Such programs are often designed to
convincingly simulate how a human would behave as a conversational partner,
thereby passing the Turing test. Chat-bots are typically used in dialog systems for various
practical purposes including customer service or information acquisition. Some
chatbots use sophisticated natural language processing systems, but many simpler ones
scan for keywords within the input, then pull a reply with the most matching
keywords, or the most similar wording pattern, from a database:
A. Dialogue agent: must understand the user, that is, to provide an understanding
function. Bots provide text input that is analyzed with a natural language
processing tool and is used to create appropriate responses [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ].
      </p>
      <p>
        B. Rational Agent: must have access to an external database (for example, through
the data enclosures) so that it can secure the competence by answering the
questions of the users. Keep context-specific information (such as a username, etc.) [
        <xref ref-type="bibr" rid="ref2 ref4 ref5">2,
4, 5</xref>
        ].
      </p>
      <p>
        C. Embodied agent: must provide a presence function. This feature is extremely
important in the case of custom-made users giving bots the names (ELIZA, ALICE,
CHARLIE, etc.) to satisfy this condition. Today, bayonets are focusing on using
linguistic tricks to create characters for chat bots to enhance trust in users and
create the impression of an incarnate agent [
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ].
      </p>
      <p>
        Existing chat rooms, such as Siri, Alexa, Cortana and Google Assistant, face
difficulties in understanding user intentions and, therefore, become difficult to work with.
In particular, these chat rooms can not track the context and suffer from long-lasting
conversations. Another disadvantage of these chat rooms is that they are designed
specifically to help the user with some specific problems [
        <xref ref-type="bibr" rid="ref7 ref8">7, 8</xref>
        ], and therefore, they
limit their area. They are not able to make a consistent and engaging conversation
between two people on popular topics such as the latest news, politics, and sports.
2
      </p>
    </sec>
    <sec id="sec-2">
      <title>Related Works and Problem Statement</title>
      <p>
        Dialogue system is one of the most difficult areas of artificial intelligence due to the
subjectivity associated with the interpretation of the human language. Issues related to
the development of the dialogue system include understanding the natural language,
presentation of knowledge and dialogue assessment. A complete solution to this
problem is likely to have a system of human parity that is difficult to measure. Such
systems can be described as AI complete. Based on the latest achievements in Deep
Learning and AI, we have received significant performance improvements in AI-full
areas such as image recognition and computer vision. These achievements are largely
due to the objective nature of evaluating these problems. Dialogue system1 requires
both an understanding of natural language and the generation of responses, where the
latter have a potentially unlimited response space, as well as the lack of objective
indicators of success, which makes it extremely difficult for modeling [
        <xref ref-type="bibr" rid="ref11 ref12 ref13 ref4">4, 11-13</xref>
        ].
      </p>
      <p>
        Today, there are three main areas for the development of dialog systems:
generalpurpose dialogue systems (chit-chat), information dialog systems and
problemoriented. Early job-oriented tasks require a large amount of labeled data [
        <xref ref-type="bibr" rid="ref6 ref7">6, 7</xref>
        ] and are
very expensive. Recent work, as a rule, uses deep learning techniques in each
component of the dialogue system and demonstrates significant improvements. In researches
[
        <xref ref-type="bibr" rid="ref12 ref13">12, 13</xref>
        ] used the LSTM and the Conditional Network of random fields to fill the slot.
Authors in paper [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] extend ANNs of the feed-forward type by using fractional
derivative theory. Authors [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] used a multi-armed bandit machine to make decisions.
Authors [
        <xref ref-type="bibr" rid="ref16">16</xref>
        ] introduced a complex task-oriented dialogue system and a
mastershooter to collect data in the restaurant's domain. Authors [
        <xref ref-type="bibr" rid="ref17">17</xref>
        ] built a through-the-line
target bot based on a memory network. Authors [
        <xref ref-type="bibr" rid="ref18">18</xref>
        ] built a target information-based
access system based on reinforcement training, trying to highlight related elements
with certain attribute values. However, most of these preliminary work focuses on
NLP calls instead of commercial success rates, such as conversion rates. They either
did not focus on recommendations or did not model or use previous user benefits
when recommended by users [
        <xref ref-type="bibr" rid="ref19 ref20">19, 20</xref>
        ].
      </p>
      <p>The main purpose of this article is to describe the process of developing a
combined dialog system for conversation on general topics, and to search the question on
the resource "stackoverflow".
3</p>
    </sec>
    <sec id="sec-3">
      <title>Architecture of the Dialogue System</title>
      <p>The classical scheme of the dialogue system has the form shown in Fig. 1:
1. Natural Language Understanding (NLU) is a natural language recognition module.</p>
      <p>
        The main task of this module is identifying entities, identifying the subject of the
input sentence and preparing the detected data for further processing [
        <xref ref-type="bibr" rid="ref21 ref3">3, 21</xref>
        ].
2. Dialogue manager (DL) is the module following the natural language recognition
module that aims to coordinate the flow of dialogue and communicate with other
subsystems and components [
        <xref ref-type="bibr" rid="ref22 ref4">4, 22</xref>
        ].
3. Natural Language Generation (NLG) receives a specification of a communicative
act from the dialog manager and generates a corresponding text representation.
Define the two functions that the response generation module should perform:
content planning and language generation, but acknowledge that the first can be
attributed to the dialog manager [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ].
      </p>
      <p>
        The natural language recognition module is a very important part of the dialog
system, since it depends on which model the data will be accessed in the future, and
how the system output will be generated [
        <xref ref-type="bibr" rid="ref2 ref3 ref4 ref5">2-5</xref>
        ].
      </p>
      <p>
        Depending on the needs of the task the needs of the task and the accuracy required
for its solution, this module can be implemented in different ways. Based on the main
task, the module can be represented as parser and classifier. The responsibilities of the
parser include the identification of significant for the data classifier, which can
include named entities, parts of the language, numbers, and so on. In order to solve this
problem, the language of regular expressions can be used in systems applications. The
advantage of this solution is the speed of interpretation, the main drawback is the
complexity of the scaling. Another solution is to use trained models of the type POS
(part of speech) to identify parts of languages, and the NER (named entity
recognition) system to search for named entities (names, addresses, etc.). The advantage of
such models is greater capacity and better quality of prediction, important drawbacks
can be attributed to the dependence of the models on the data they are trained and,
high computational complexity [
        <xref ref-type="bibr" rid="ref23 ref24 ref25">23-25</xref>
        ].
      </p>
      <p>
        The Dialog Manager must receive the user input from the natural language
learning routine and generate system responses at the level of the concept of the natural
language generator. Which answer chooses will depend on the chosen strategy;
another aspect of responsibility attributed to the dialogue manager. Strategies are related
to preserving the state of conversation and the ability to model the structure of the
dialogue outside of one statement. Achieving a flexible dialogue with users should be
based on "smart dialog modeling theories and dialogue management". The main tasks
of the dialogue manager include: contextual interpretation - the ability to solve
ambiguous and reference expressions, management knowledge of the professional field
the ability to drive on a specialized topic and provide access to sources of
information. The choice of action is the decision on what to do next. The development or
selection of strategies that allow the dialog manager to decide what to say or do based
on the current and prior state of affairs [
        <xref ref-type="bibr" rid="ref26 ref27 ref3 ref6">3, 6, 26, 27</xref>
        ].
      </p>
      <p>
        To generate the answer, the seq2seq architecture is chosen for the neural network
architecture with the use of the attention mechanism. The use of the mechanism of
attention is motivated.
Increasing the quality of the system's operation for long sentences Fig. 3. In order to
estimate quality of results we have used BLEU score [
        <xref ref-type="bibr" rid="ref28">28</xref>
        ]. Main idea of this metrics
is: counting matching n-grams in the candidate answer message to n-grams in the
reference text, where 1-gram or unigram would be each token and a bigram
comparison would 1be each word pair. The comparison is made regardless of word order.
The main point of the mechanism of attention is the presence of feedback between the
encoder and the decoder, which allows for more important words at the input to match
the larger weights. The value of weight is calculated as follows:
      </p>
      <p>exp eij 
 ij  Tx
 exp eik 
k 1
,
(1)
where eij is an alignment model, which measures how much the inputs at position j
and the output around position i are matched; Tx is a length of the input sequence.
Values eij computed as eij  a  si1, hj  , where a is a similarity function.</p>
      <p>
        As the main cell for the network, GRU is selected, which shows better accuracy
and smoothness of training than LSTM [
        <xref ref-type="bibr" rid="ref28 ref29">28-30</xref>
        ].
4
      </p>
    </sec>
    <sec id="sec-4">
      <title>Practical Implementation of the Dialogue System</title>
      <p>
        Graphically, the structure of the dialog system was presented and described in the
previous section in Fig. 4. This section is devoted to a more detailed description of the
presented diagram. The system described in this publication implements the
architecture proposed in the preceding paragraph, here describes in more detail the
technologies used in the system, and gives examples of its work [
        <xref ref-type="bibr" rid="ref13 ref7">7, 13, 31-33</xref>
        ].
      </p>
      <p>
        The main tasks of the system are to support the dialogue on a free topic, and to
find the answer to the question on the “stackoverflow” resource. Proceeding from
this, the task of the natural language recognition module is the classification of the
incoming sentence as a sentence related to the question, or a sentence related to the
dialogue. To implement this node in the dialogue system, the logistic regression of
text data is used which involves assigning the text to one of these groups. Then,
depending on the results of the natural language recognition module, the sentence can
fall into the search response system for the “stackoverflow” or the dialog manager.
The answer search system is implemented as a one-to-one class multi-classifier,
which, in the text of the sentence, returns the probable answer to the question. The
natural language recognition system, and the classification system, is executed in the
Python programming language [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ] using the library scikit-learn Dialog Manager (Fig.
4) implemented in the form of seq2seq neural network with a mechanism of attention.
The Dialog Manager is implemented in the Python programming language using the
Tensorflow framework; Google GloVe is used as a vector representation of words
[
        <xref ref-type="bibr" rid="ref11">11, 34, 35</xref>
        ].
      </p>
      <p>The dialogue system described in this section is an API that allows integration
with different messengers (Telegram, Twiter, etc.) and is used as an independent text
processing system. The current dialog system is executed in the form of a Telegram
bot, whose task is to support dialogue, and to search for programming information on
the “stackoverflow” resource. An example of the system is shown in Fig. 5.</p>
      <p>The development of dialogue systems is a very important scientific and practical
task at the moment. Improving existing and developing new methods for building,
training and testing dialogues will help develop in-depth learning on the one hand and
improve services on the other.</p>
      <p>This paper describes a basic dialogue system using artificial intelligence and
machine learning. In our model we use “seq2seq architecture” because it has highly
precision on long sentence compared to RNN-Language Model and Feedforward Neural
Network Language Model. As basis of more modern architecture seq2seq allows us
easily use such solution as “Attention mechanism” in order to improve quality.</p>
      <p>In this work authors showed full process of development dialog system using Deep
Neural Network from choosing tolls and architecture neural network to examples of
work final system. Also in conclusion parts we motivate pros and cons of chosen
neural network architecture.
30. Kondratenko, Y., Gordienko, E.: Neural Networks for Adaptive Control System of
Caterpillar Turn. In: Annals of DAAAM for 2011 &amp; Proceeding of the 22th Int. DAAAM
Symp. Intelligent Manufacturing and Automation, pp. 0305-0306 (2011).
31. Freund, Y., Schapire, R.E.: A decision-theoretic generalization of online learning and an
application to boosting. J. Comput. Syst. Sci. 55(1), pp. 119-139 (1997).
32. Xiong, Y., Zuo, R.: Recognition of geochemical anomalies using a deep autoencoder
network. Comput. Geosci.-UK 86, 75-82 (2016).
33. Liu, P., Han, S., Meng, Z., Tong, Y.: Facial Expression Recognition via a Boosted Deep
Belief Network. In: Proceedings of the IEEE Conference on Computer Vision and Pattern
Recognition Columbus (CVPR), pp. 1805-1812 (2014).
34. Bahdanau, D., Cho, K., Bengio, Y. Neural machine translation by jointly learning to align
and translate (2014). arXiv:1409.0473.
35. Krizhevsky, A., Sutskever, I., Hinton, G.E.: Imagenet classification with deep
convolutional neural networks. In: Proc. Neural Information and Processing Systems, pp.
10971105 (2012).</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          1.
          <string-name>
            <surname>Abdel-Hamid</surname>
            ,
            <given-names>O.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Mohamed</surname>
            ,
            <given-names>A.R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Jiang</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Deng</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Penn</surname>
            ,
            <given-names>G.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Convolutional neural networks for speech recognition</article-title>
          .
          <source>IEEE/ACM Transactions on Audio, Speech, and Language Processing</source>
          <volume>22</volume>
          (
          <issue>10</issue>
          ),
          <fpage>1533</fpage>
          -
          <lpage>1545</lpage>
          (
          <year>2014</year>
          ). DOI:
          <volume>10</volume>
          .1109/TASLP.
          <year>2014</year>
          .
          <volume>2339736</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          2.
          <string-name>
            <surname>Yadav</surname>
            ,
            <given-names>N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yadav</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kumar</surname>
            ,
            <given-names>M.:</given-names>
          </string-name>
          <article-title>An Introduction to Neural Network Methods for Differential Equations</article-title>
          . Springer, Netherlands (
          <year>2015</year>
          ). DOI:
          <volume>10</volume>
          .1007/
          <fpage>978</fpage>
          -94-017-9816-7.
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          3.
          <string-name>
            <surname>Zeng</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <source>Advances in Neural Network Research and Applications. SpringerVerlag</source>
          , Berlin, Heidelberg (
          <year>2010</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>642</fpage>
          -12990-2.
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          4.
          <string-name>
            <surname>Anastassiou</surname>
            ,
            <given-names>G.A.</given-names>
          </string-name>
          :
          <article-title>Intelligent Systems II: Complete Approximation by Neural Network Operators</article-title>
          . Springer, Switzerland (
          <year>2016</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -20505-2.
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          5.
          <string-name>
            <given-names>Da</given-names>
            <surname>Silva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>I.N.</given-names>
            ,
            <surname>Hernane Spatti</surname>
          </string-name>
          ,
          <string-name>
            <given-names>D.</given-names>
            ,
            <surname>Andrade</surname>
          </string-name>
          <string-name>
            <surname>Flauzino</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            ,
            <surname>Liboni</surname>
          </string-name>
          ,
          <string-name>
            <surname>L.H.B.</surname>
          </string-name>
          , dos Reis Alves,
          <string-name>
            <surname>S.F.</surname>
          </string-name>
          :
          <source>Artificial Neural Networks</source>
          . Springer, Switzerland (
          <year>2017</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          - 43162-8.
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          6.
          <string-name>
            <surname>Krawczak</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          :
          <article-title>Multilayer Neural Networks. A Generalized Net Perspective</article-title>
          .
          <source>Studies in Computational Intelligence</source>
          <volume>478</volume>
          . Springer, Switzerland (
          <year>2013</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          - 00248-4.
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          7.
          <string-name>
            <surname>Ketkar</surname>
          </string-name>
          , N.:
          <article-title>Deep Learning with Python</article-title>
          .
          <source>Apress</source>
          , Berkeley (
          <year>2017</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-1-
          <fpage>4842</fpage>
          -2766-4.
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          8.
          <string-name>
            <surname>Kim</surname>
            ,
            <given-names>P.</given-names>
          </string-name>
          :
          <article-title>MATLAB Deep Learning</article-title>
          .
          <source>With Machine Learning, Neural Networks and Artificial Intelligence. Apress</source>
          , Berkeley (
          <year>2017</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-1-
          <fpage>4842</fpage>
          -2845-6.
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          9.
          <string-name>
            <surname>Kudermetov</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Polska</surname>
            <given-names>O.</given-names>
          </string-name>
          :
          <article-title>Towards a formalization of the fundamental concepts of SOA</article-title>
          . In: 13th International Conference on Modern Problems of Radio Engineering, Telecommunications and Computer Science (TCSET), pp.
          <fpage>492</fpage>
          -
          <lpage>494</lpage>
          . Lviv,
          <string-name>
            <surname>Ukraine</surname>
          </string-name>
          (
          <year>2016</year>
          ). DOI:
          <volume>10</volume>
          .1109/TCSET.
          <year>2016</year>
          .
          <volume>7452096</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          10.
          <string-name>
            <surname>Kondratenko</surname>
            ,
            <given-names>Y.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kozlov</surname>
            ,
            <given-names>O.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gerasin</surname>
            ,
            <given-names>O.S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaporozhets</surname>
            ,
            <given-names>Y.M.</given-names>
          </string-name>
          :
          <article-title>Synthesis and research of neuro-fuzzy observer of clamping force for mobile robot automatic control system</article-title>
          .
          <source>In: IEEE First International Conference on Data Stream Mining&amp;Processing (DSMP)</source>
          , pp.
          <fpage>90</fpage>
          -
          <lpage>95</lpage>
          . Lviv,
          <string-name>
            <surname>Ukraine</surname>
          </string-name>
          (
          <year>2016</year>
          ). DOI:
          <volume>10</volume>
          .1109/DSMP.
          <year>2016</year>
          .7583514
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          11.
          <string-name>
            <surname>Pennington</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Socher</surname>
            ,
            <given-names>R.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Manning</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          : Glove:
          <article-title>Global vectors for word representation</article-title>
          .
          <source>In: Conference on empirical methods in natural language processing (EMNLP)</source>
          , pp.
          <fpage>1532</fpage>
          -
          <lpage>1543</lpage>
          . Doha,
          <string-name>
            <surname>Qatar</surname>
          </string-name>
          (
          <year>2014</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          12.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>X.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Chen</surname>
            ,
            <given-names>Y.-N.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Celikyilmaz</surname>
            ,
            <given-names>A.</given-names>
          </string-name>
          :
          <article-title>Investigation of Language Understanding Impact for Reinforcement Learning Based Dialogue Systems (</article-title>
          <year>2017</year>
          ). arXiv:
          <volume>1703</volume>
          .07055 [cs.CL].
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          13.
          <string-name>
            <surname>Cai</surname>
            ,
            <given-names>H.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ren</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhang</surname>
            ,
            <given-names>W.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Malialis</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Wang</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Yu</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Guo</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Real-Time Bidding by Reinforcement Learning in Display Advertising</article-title>
          .
          <source>In: The 10th ACM International Conference on WebSearch and Data Mining (WSDM)</source>
          , pp.
          <fpage>661</fpage>
          -
          <lpage>670</lpage>
          . Cambridge, UK (
          <year>2017</year>
          ).
          <source>DOI: 10.1145/3018661</source>
          .3018702.
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          14.
          <string-name>
            <surname>Gomolka</surname>
            ,
            <given-names>Z.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dudek-Dyduch</surname>
            ,
            <given-names>E.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kondratenko</surname>
            ,
            <given-names>Y.P.</given-names>
          </string-name>
          :
          <article-title>From homogeneous network to neural nets with fractional derivative mechanism</article-title>
          . In: Rutkowski,
          <string-name>
            <surname>L.</surname>
          </string-name>
          et al. (eds.)
          <source>International Conference on Artificial Intelligence and Soft Computing (ICAISC)</source>
          ,
          <string-name>
            <surname>Part</surname>
            <given-names>I</given-names>
          </string-name>
          , LNCS, vol.
          <volume>10245</volume>
          , pp.
          <fpage>52</fpage>
          -
          <lpage>63</lpage>
          . Springer, Cham (
          <year>2017</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -59063-
          <issue>9</issue>
          _
          <fpage>5</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          15.
          <string-name>
            <surname>Pattanayak</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          :
          <article-title>Pro Deep Learning with TensorFlow</article-title>
          .
          <source>A Mathematical Approach to Advanced Artificial Intelligence in Python. Apress</source>
          , Berkeley (
          <year>2017</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-1-
          <fpage>4842</fpage>
          -3096-1.
        </mixed-citation>
      </ref>
      <ref id="ref16">
        <mixed-citation>
          16.
          <string-name>
            <surname>Christakopoulou</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Radlinski</surname>
            ,
            <given-names>F.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hofmann</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          :
          <article-title>Towards Conversational Recommender Systems</article-title>
          .
          <source>In: The 22nd ACM SIGKDD International Conference on Knowledge Discovery and Data Mining</source>
          , pp.
          <fpage>815</fpage>
          -
          <lpage>824</lpage>
          . San Francisco, California, USA (
          <year>2016</year>
          ).
          <source>DOI: 10.1145/2939672</source>
          .2939746
        </mixed-citation>
      </ref>
      <ref id="ref17">
        <mixed-citation>
          17.
          <string-name>
            <surname>Vukovic</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dujlovic</surname>
            ,
            <given-names>I.</given-names>
          </string-name>
          :
          <article-title>Facebook Messenger Bots and Their Application for Business</article-title>
          .
          <source>In: IEEE Transactions on 24th Telecommunications forum (TELFOR)</source>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>4</lpage>
          . Belgrade, Serbia (
          <year>2016</year>
          ). DOI:
          <volume>10</volume>
          .1109/TELFOR.
          <year>2016</year>
          .
          <volume>7818926</volume>
          .
        </mixed-citation>
      </ref>
      <ref id="ref18">
        <mixed-citation>
          18.
          <string-name>
            <surname>Bahdanau</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Cho</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.:</given-names>
          </string-name>
          <article-title>Neural machine translation by jointly learning to align and translate</article-title>
          .
          <source>In: International Conference on Learning Representations Workshop</source>
          (
          <year>2016</year>
          ). arXiv:
          <volume>1409</volume>
          .0473 [cs.CL].
        </mixed-citation>
      </ref>
      <ref id="ref19">
        <mixed-citation>
          19.
          <string-name>
            <surname>Kondratenko</surname>
            ,
            <given-names>Y.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Rudolph</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kozlov</surname>
            ,
            <given-names>O.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zaporozhets</surname>
            ,
            <given-names>Y.M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gerasin</surname>
            ,
            <given-names>O.S.:</given-names>
          </string-name>
          <article-title>Neurofuzzy observers of clamping force for magnetically operated movers of mobile robots</article-title>
          .
          <source>Technical Electrodynamics 5</source>
          ,
          <fpage>53</fpage>
          -
          <lpage>61</lpage>
          (
          <year>2017</year>
          ).
          <article-title>(in Ukrainian)</article-title>
          .
        </mixed-citation>
      </ref>
      <ref id="ref20">
        <mixed-citation>
          20.
          <string-name>
            <surname>Becker</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Basu</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Vanderwende</surname>
            ,
            <given-names>L.</given-names>
          </string-name>
          :
          <article-title>Mind the gap: Learning to choose gaps for question generation</article-title>
          . In:
          <article-title>Conference of the North American Chapter of the Association for Computational Linguistics: Human Language Technologies</article-title>
          .
          <source>Association for Computational Linguistics</source>
          , pp.
          <fpage>742</fpage>
          -
          <lpage>751</lpage>
          . Montreal, Canada (
          <year>2012</year>
          ). http://aclanthology.coli.unisaarland.de/pdf/N/N12/N12-1092.pdf.
        </mixed-citation>
      </ref>
      <ref id="ref21">
        <mixed-citation>
          21.
          <string-name>
            <surname>Li</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Galley</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Brockett</surname>
            ,
            <given-names>C.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gao</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Dolan</surname>
            ,
            <given-names>B.</given-names>
          </string-name>
          :
          <article-title>Adiversity-promoting objective function for neural conversation models</article-title>
          .
          <source>In: Proc. of NAACL</source>
          (
          <year>2016</year>
          ). arXiv:
          <volume>1510</volume>
          .03055 [cs.CL].
        </mixed-citation>
      </ref>
      <ref id="ref22">
        <mixed-citation>
          22.
          <string-name>
            <surname>Schmidhuber</surname>
            ,
            <given-names>J.</given-names>
          </string-name>
          :
          <source>Deep Learning in Neural Networks: An Overview. Neural Networks</source>
          <volume>61</volume>
          ,
          <fpage>85</fpage>
          -
          <lpage>117</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref23">
        <mixed-citation>
          23.
          <string-name>
            <surname>Kondratenko</surname>
            ,
            <given-names>Y.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kozlov</surname>
            ,
            <given-names>O.V.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Klymenko</surname>
            ,
            <given-names>L.P.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kondratenko</surname>
            ,
            <given-names>G.V.</given-names>
          </string-name>
          :
          <article-title>Synthesis and Research of Neuro-Fuzzy Model of Ecopyrogenesis Multi-circuit Circulatory System</article-title>
          . In: Jamshidi,
          <string-name>
            <given-names>M.</given-names>
            ,
            <surname>Kreinovich</surname>
          </string-name>
          ,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Kazprzyk</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.) Advance Trends in Soft Computing,
          <source>Series: Studies in Fuzziness and Soft Computing</source>
          , vol.
          <volume>312</volume>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>14</lpage>
          . Springer, Cham (
          <year>2014</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>319</fpage>
          -03674-
          <issue>8</issue>
          _
          <fpage>1</fpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref24">
        <mixed-citation>
          24.
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Learning deep architectures for AI</article-title>
          .
          <source>Foundations and Trends in Machine Learning</source>
          <volume>2</volume>
          (
          <issue>1</issue>
          ),
          <fpage>1</fpage>
          -
          <lpage>127</lpage>
          (
          <year>2009</year>
          ). DOI:
          <volume>10</volume>
          .1561/2200000006.
        </mixed-citation>
      </ref>
      <ref id="ref25">
        <mixed-citation>
          25.
          <string-name>
            <surname>Britz</surname>
            ,
            <given-names>D.</given-names>
          </string-name>
          :
          <article-title>Recurrent neural networks tutorial, Part 1 - Introduction to RNNs (</article-title>
          <year>2017</year>
          ). http://www.wildml.com/
          <year>2015</year>
          /09/recurrent
          <article-title>-neural-networks-tutorial-part-1-introduction-tornns/.</article-title>
        </mixed-citation>
      </ref>
      <ref id="ref26">
        <mixed-citation>
          26.
          <string-name>
            <surname>Solesvik</surname>
            ,
            <given-names>M.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Kondratenko</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          :
          <article-title>Architecture for Collaborative Digital Simulation for the Polar Regions</article-title>
          . In: Kharchenko,
          <string-name>
            <given-names>V.</given-names>
            ,
            <surname>Kondratenko</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            ,
            <surname>Kacprzyk</surname>
          </string-name>
          ,
          <string-name>
            <surname>J</surname>
          </string-name>
          . (eds.) Green IT Engineering: Social, Business and
          <string-name>
            <given-names>Industrial</given-names>
            <surname>Applications</surname>
          </string-name>
          .
          <article-title>Studies in Systems, Decision and Control</article-title>
          , vol.
          <volume>171</volume>
          , pp.
          <fpage>517</fpage>
          -
          <lpage>531</lpage>
          . Springer, Cham (
          <year>2019</year>
          ). DOI:
          <volume>10</volume>
          .1007/978-3-
          <fpage>030</fpage>
          -00253- 4_
          <fpage>22</fpage>
        </mixed-citation>
      </ref>
      <ref id="ref27">
        <mixed-citation>
          27.
          <string-name>
            <surname>Kondratenko</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Gordienko</surname>
          </string-name>
          , E.:
          <article-title>Implementation of the neural networks for adaptive control system on FPGA</article-title>
          .
          <source>In: Annals of DAAAM for</source>
          <year>2012</year>
          &amp;
          <article-title>Proceeding of the 23th Int</article-title>
          .
          <source>DAAAM Symp. Intelligent Manufacturing and Automation</source>
          , vol.
          <volume>23</volume>
          (
          <issue>1</issue>
          ), pp.
          <fpage>0389</fpage>
          -
          <lpage>0392</lpage>
          (
          <year>2012</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref28">
        <mixed-citation>
          28.
          <string-name>
            <surname>Papineni</surname>
            ,
            <given-names>K.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Roukos</surname>
            ,
            <given-names>S.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Ward</surname>
            ,
            <given-names>T.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Zhu</surname>
            ,
            <given-names>W.J.:</given-names>
          </string-name>
          <article-title>BLEU: a method for automatic evaluation of machinetranslation</article-title>
          .
          <source>InACL</source>
          (
          <year>2002</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref29">
        <mixed-citation>
          29.
          <string-name>
            <surname>Bengio</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>LeCun</surname>
            ,
            <given-names>Y.</given-names>
          </string-name>
          ,
          <string-name>
            <surname>Hinton</surname>
          </string-name>
          , G.:
          <article-title>Deep Learning</article-title>
          .
          <source>Nature</source>
          <volume>521</volume>
          ,
          <fpage>436</fpage>
          -
          <lpage>44</lpage>
          (
          <year>2015</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>