<!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>A Multilingual Chatbot for Migrants: Concept and Implementation</article-title>
      </title-group>
      <contrib-group>
        <contrib contrib-type="author">
          <string-name>Maria Papoutsoglou</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Alexandros Tassios</string-name>
          <email>tassiosa@csd.auth.gr</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stergios Tegos</string-name>
          <email>stergios@enchatted.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Christos Bouas</string-name>
          <email>chrisbouas@gmail.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Konstantinos Manousaridis</string-name>
          <email>manousaridis@gmail.com</email>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Maria Kaltsa</string-name>
          <email>mkaltsa@iti.gr</email>
          <xref ref-type="aff" rid="aff0">0</xref>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Thanassis Mavropoulos</string-name>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Stefanos Vrochidis</string-name>
          <email>stefanos@iti.gr</email>
          <xref ref-type="aff" rid="aff1">1</xref>
        </contrib>
        <contrib contrib-type="author">
          <string-name>Georgios Meditskos</string-name>
          <xref ref-type="aff" rid="aff2">2</xref>
        </contrib>
        <aff id="aff0">
          <label>0</label>
          <institution>Department of Theoretical &amp; Applied Linguistics, School of English, Faculty of Philosophy, Aristotle University of Thessaloniki</institution>
          ,
          <country country="GR">Greece</country>
        </aff>
        <aff id="aff1">
          <label>1</label>
          <institution>Information Technologies Institute, Centre for Research and Technology Hellas</institution>
          ,
          <addr-line>Thessaloniki</addr-line>
          ,
          <country country="GR">Greece</country>
        </aff>
        <aff id="aff2">
          <label>2</label>
          <institution>School of Informatics, Faculty of Sciences, Aristotle University of Thessaloniki</institution>
          ,
          <country country="GR">Greece</country>
        </aff>
      </contrib-group>
      <abstract>
        <p>Migration is one of the main societal challenges faced by many countries in the European Union (EU). Thus, eficient and transparent processes to achieve the swift registration, health support, and social integration of Third Country Nationals (TCNs) is imperative. Although governments usually provide essential information through various oficial websites, these resources often lack multilingual accessibility. In some cases, critical content is available in the hosting country's native language. This language barrier can prevent migrants from accessing important information about public services, migration policies, and asylum procedures. This paper presents the development framework for the SALLY chatbot, designed to address some of these challenges by leveraging advancements in generative AI. The proposed solution integrates state-of-the-art technologies in Large Language Models, Dialogue Management, Knowledge Graphs, and Information Retrieval to facilitate personalized, multilingual interactions.</p>
      </abstract>
      <kwd-group>
        <kwd>eol&gt;Multilingual</kwd>
        <kwd>Chatbot</kwd>
        <kwd>Natural Language Processing</kwd>
        <kwd>Large Language Models</kwd>
        <kwd>migrants</kwd>
      </kwd-group>
    </article-meta>
  </front>
  <body>
    <sec id="sec-1">
      <title>1. Introduction</title>
      <p>
        Third Country Nationals (TCNs) often face significant challenges integrating into host countries due to
diferences in education, culture, language, and legal status [
        <xref ref-type="bibr" rid="ref1">1</xref>
        ]. To support their inclusion, accessible
information and a welcoming environment are essential. Clear guidance on healthcare, education,
employment, and social services remains a key need for TCNs. While digital platforms exist, they are
often dificult to navigate. AI—particularly chatbot technology [
        <xref ref-type="bibr" rid="ref2">2</xref>
        ], —ofers a promising solution by
providing personalized, real-time support[
        <xref ref-type="bibr" rid="ref3 ref4">3, 4</xref>
        ].
      </p>
      <p>
        The SALLY project (Semantically Conscious Conversation-Based Chatbot Services for Migrants)
aims to develop an intelligent chatbot that assists migrants in Greece. Combining Large Language
Models [
        <xref ref-type="bibr" rid="ref5">5</xref>
        ], Dialogue Management [
        <xref ref-type="bibr" rid="ref6">6</xref>
        ], Knowledge Graphs [
        <xref ref-type="bibr" rid="ref7">7</xref>
        ], Sentiment Analysis [
        <xref ref-type="bibr" rid="ref8">8</xref>
        ], and Information
Retrieval [
        <xref ref-type="bibr" rid="ref9">9</xref>
        ]. SALLY delivers context-aware conversations tailored to users’ needs. A central goal is
strong support for Greek, a low-resource language, enabling more natural, meaningful interactions.
This paper presents the chatbot’s framework and explores its benefits and potential challenges.
      </p>
    </sec>
    <sec id="sec-2">
      <title>2. Related Work</title>
      <p>
        Chatbot technology that supports individuals in diferent domains is a widely researched topic. For
example, CataractBot [
        <xref ref-type="bibr" rid="ref10">10</xref>
        ] is a multilingual chatbot designed in collaboration with a tertiary eye hospital
in India to provide expert-verified, reliable information about cataract surgery using a curated knowledge
base. Using GPT-4 and a Retrieval Augmented Generation (RAG) approach, it integrates language
technologies, a vector database, and WhatsApp services to ofer accurate, concise responses in multiple
formats and Indic languages, addressing challenges of information overload and limited communication
time with healthcare professionals.
      </p>
      <p>
        The author in [
        <xref ref-type="bibr" rid="ref11">11</xref>
        ] present a chatbot aims to enhance e-commerce customer service by delivering
personalized, sentiment-aware responses tailored to users’ interests and emotional states. Using
advanced NLP techniques, including intent classification, sentiment analysis, and information extraction,
alongside a BERT-based language model, it provides accurate, contextually relevant answers while
maintaining coherent multi-turn dialogue and engaging user interactions.
      </p>
      <p>
        In [
        <xref ref-type="bibr" rid="ref12">12</xref>
        ] a chatbot aids students in understanding learning-path recommendations by providing clear,
accurate explanations and connecting them with human mentors when needed is proposed. The
system brings together large language models (LLMs) and a knowledge graph (KG) to give more
accurate answers, focusing specifically on learning-path questions. It also considers the user’s context,
checks their intent, and includes backup options—like involving a mentor—when needed to keep the
conversation helpful and on track.
      </p>
      <p>
        In another case, a chatbot [
        <xref ref-type="bibr" rid="ref13">13</xref>
        ] created for the Museum of Paleontology and Geology in Athens helps
remote visitors explore exhibits by suggesting items and sharing multimedia content in both English
and Greek. Built with Rasa’s DIETClassifier and supported by a knowledge graph, it uses customized
natural language processing, including named entity recognition trained on synthetic data, to respond
to detailed paleontology-related questions and make the experience more engaging.
      </p>
      <p>
        Shifting to migrant support, the NADINE-bot [
        <xref ref-type="bibr" rid="ref14">14</xref>
        ] was developed to help asylum seekers and
vulnerable migrants by answering administrative questions about EU countries in their native languages.
It combines translation tools, a Universal Sentence Encoder, and a two-step retrieval method to find
relevant answers. A dialogue manager keeps the interaction smooth, even allowing for small talk to
make the experience more user-friendly. Moreover, MyMigrationBot [
        <xref ref-type="bibr" rid="ref15">15</xref>
        ] is a cloud-based social chatbot
deployed on Facebook to support migrants by providing personalized feedback on personality traits
and job-competency fit, aiding labor market integration. Powered by Twilio Autopilot and hosted on
AWS, it uses machine learning for dialogue management while enabling admin monitoring through
Facebook’s admin panel to ensure unbiased and efective interactions.
      </p>
      <p>In contrast to these works, the proposed chatbot focuses on the assistance of migrants in governmental
related tasks and utilizes a plethora of state of the art technologies such as Large Language Models,
Dialogue Management, Knowledge Graphs, and Information Retrieval.</p>
    </sec>
    <sec id="sec-3">
      <title>3. Proposed Framework</title>
      <p>The architecture of the SALLY chatbot has been designed to address the complex requirements of
information delivery and interaction management for migrants in Greece. It combines multiple
interconnected components that enable both natural language understanding and the delivery of precise
and contextually appropriate information. Figure 1 provides an overview of the system’s architecture.</p>
      <p>At the heart of the system is a Knowledge Base that organizes practical information related to
migration procedures, services, contact points, facilities, and available benefits. To keep this data
current, a dedicated web crawler regularly pulls updates from the oficial website of the Greek Ministry
of Migration and Asylum. The collected content is grouped into five main hubs—procedures, benefits,
services, facilities, and contacts—making it easier to retrieve the right information during conversations.</p>
      <p>SALLY needs to be able to handle real-world conversations that may be informal, unclear, or
multilingual. To make sense of user questions and generate helpful replies, SALLY uses Large Language Models
(LLMs) such as Mistral, LLaMA 3, and GPT-4-Turbo. These models help interpret user input, generate
relevant responses, and carry out tasks like detecting sentiment and identifying important entities.</p>
      <p>To make sure that responses aren’t just fluent, but that they’re also accurate and up to date, the
system utilizes the Retrieval-Augmented Generation (RAG) process. The RAG component is key to
SALLY as it blends the broad language abilities of LLMs with factual information pulled directly from
the knowledge base.</p>
      <p>To keep conversations on track, a Dialogue Manager oversees the flow of interaction. It keeps track
of context, user profiles, and past messages, so conversations stay coherent—even if they’re interrupted
or continued after a break. It can also detect when a user seems confused or struggles with language,
and adjust its responses to ofer clearer guidance.</p>
      <p>SALLY also makes use of Semantic Conversational Spaces, which connect user data, dialogue history,
and domain-specific knowledge through knowledge graphs. This setup helps the system understand
relationships between diferent ideas and respond in a more informed, relevant way. External sources like
DBpedia, ConceptNet, and BabelNet are used to enrich these spaces and support deeper understanding
of the topics being discussed.</p>
      <p>Finally, Moderation Filters are built into the system to help protect users from harmful or inappropriate
content. These filters check for issues such as harassment, hate speech, violence, or privacy risks. SALLY
combines advanced language tools, structured knowledge, and built-in safety measures to provide a
helpful, respectful, and personalized experience for migrants in Greece seeking support.</p>
    </sec>
    <sec id="sec-4">
      <title>4. Discussion</title>
      <p>The development of the SALLY chatbot highlights how combining knowledge-based systems with large
language models can help meet information needs in complex and sensitive areas like migration. Thanks
to LLMs, the system can understand natural, everyday language—even when it’s informal or influenced
by diferent linguistic backgrounds, as is often the case with migrant users. At the same time, drawing
on a well-structured knowledge base helps ensure that the information provided stays accurate and in
line with oficial procedures. During development, several challenges came up. One of the biggest was
keeping the generated responses consistent with verified information from the knowledge base. LLMs
are good at sounding fluent, but sometimes they stray from the facts. Using a retrieval-augmented
generation (RAG) setup helped reduce this issue by anchoring answers in real data, but more work is
needed to fully control what the model produces.</p>
      <p>Another challenge involved handling user profiles and keeping track of conversation
history—especially when users return after long breaks or interact in unpredictable ways. The Dialogue
Manager and Semantic Conversational Spaces helped keep things coherent across sessions, but there’s
still room for improvement, particularly in personalizing the experience to each user. Privacy and safety
were also top priorities, considering how vulnerable the target users may be. We used moderation
iflters to prevent inappropriate or harmful content, but ongoing updates and monitoring are essential,
especially as new issues or user behavior patterns show up. We also had to consider how SALLY would
perform in real-world situations. Things like poor internet access, limited devices, or language-related
obstacles can impact the user experience. While early testing has been positive under standard
conditions, further trials with actual users will be needed in order to understand real-life constraints and
make necessary adjustments.</p>
    </sec>
    <sec id="sec-5">
      <title>5. Conclusions</title>
      <p>The SALLY chatbot marks a meaningful step toward using generative AI to support migrant integration.
By bringing together tools like Large Language Models, Dialogue Management, Knowledge Graphs,
and Retrieval-Augmented Generation, it creates a conversational experience that feels personal, helpful,
and tailored to the needs of migrants in Greece. Its support for both English and Greek allows for
smooth communication, helping users find the information they need about services, procedures,
and available support. At the same time, built-in safety measures promote respectful, constructive
interactions—something especially important for vulnerable users.</p>
      <p>Beyond its specific purpose, SALLY also shows how generative AI can help build more inclusive
digital services. As more public and private organizations turn to AI-powered tools, systems like SALLY
can serve as examples of how to design accessible, multilingual platforms that truly meet people where
they are. By making it easier to access accurate information and get real-time help, SALLY not only
assists individual users—it also supports better service delivery and stronger connections between
migrants and their host communities.</p>
    </sec>
    <sec id="sec-6">
      <title>6. Acknowledgments</title>
      <p>This research project is carried out within the framework of H.F.R.I call “Basic research Financing
(Horizontal support of all Sciences)” under the National Recovery and Resilience Plan “Greece 2.0”
funded by the European Union - NextGenerationEU (H.F.R.I. Project Number: 15010).</p>
    </sec>
    <sec id="sec-7">
      <title>Declaration on Generative AI</title>
      <p>During the preparation of this work, the authors used ChatGPT-4 for grammar and spelling checks.
The authors have subsequently reviewed and edited the content and take full responsibility for the
publication’s final version.</p>
    </sec>
  </body>
  <back>
    <ref-list>
      <ref id="ref1">
        <mixed-citation>
          [1]
          <string-name>
            <given-names>N.</given-names>
            <surname>Doerr</surname>
          </string-name>
          ,
          <article-title>Bridging language barriers, bonding against immigrants: A visual case study of transnational network publics created by far-right activists in europe</article-title>
          ,
          <source>Discourse &amp; Society</source>
          <volume>28</volume>
          (
          <year>2017</year>
          )
          <fpage>3</fpage>
          -
          <lpage>23</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref2">
        <mixed-citation>
          [2]
          <string-name>
            <given-names>E.</given-names>
            <surname>Adamopoulou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Moussiades</surname>
          </string-name>
          ,
          <article-title>An overview of chatbot technology</article-title>
          ,
          <source>in: IFIP international conference on artificial intelligence applications and innovations</source>
          , Springer,
          <year>2020</year>
          , pp.
          <fpage>373</fpage>
          -
          <lpage>383</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref3">
        <mixed-citation>
          [3]
          <string-name>
            <given-names>Z.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Lu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. P.</given-names>
            <surname>Nieminen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Lucero</surname>
          </string-name>
          ,
          <article-title>Creating a chatbot for and with migrants: chatbot personality drives co-design activities</article-title>
          ,
          <source>in: Proceedings of the 2020 acm designing interactive systems conference</source>
          ,
          <year>2020</year>
          , pp.
          <fpage>219</fpage>
          -
          <lpage>230</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref4">
        <mixed-citation>
          [4]
          <string-name>
            <given-names>Y.-C.</given-names>
            <surname>Tseng</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Jarupreechachan</surname>
          </string-name>
          ,
          <string-name>
            <given-names>T.-H.</given-names>
            <surname>Lee</surname>
          </string-name>
          ,
          <article-title>Understanding the benefits and design of chatbots to meet the healthcare needs of migrant workers</article-title>
          ,
          <source>Proceedings of the ACM on Human-Computer Interaction</source>
          <volume>7</volume>
          (
          <year>2023</year>
          )
          <fpage>1</fpage>
          -
          <lpage>34</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref5">
        <mixed-citation>
          [5]
          <string-name>
            <given-names>Y.</given-names>
            <surname>Chang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>L.</given-names>
            <surname>Yang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>K.</given-names>
            <surname>Zhu</surname>
          </string-name>
          ,
          <string-name>
            <given-names>H.</given-names>
            <surname>Chen</surname>
          </string-name>
          ,
          <string-name>
            <given-names>X.</given-names>
            <surname>Yi</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Wang</surname>
          </string-name>
          ,
          <string-name>
            <given-names>Y.</given-names>
            <surname>Wang</surname>
          </string-name>
          , et al.,
          <article-title>A survey on evaluation of large language models</article-title>
          ,
          <source>ACM Transactions on Intelligent Systems and Technology</source>
          <volume>15</volume>
          (
          <year>2024</year>
          )
          <fpage>1</fpage>
          -
          <lpage>45</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref6">
        <mixed-citation>
          [6]
          <string-name>
            <given-names>H.</given-names>
            <surname>Brabra</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Báez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Benatallah</surname>
          </string-name>
          ,
          <string-name>
            <given-names>W.</given-names>
            <surname>Gaaloul</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Bouguelia</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Zamanirad</surname>
          </string-name>
          ,
          <article-title>Dialogue management in conversational systems: a review of approaches, challenges, and opportunities</article-title>
          ,
          <source>IEEE Transactions on Cognitive and Developmental Systems</source>
          <volume>14</volume>
          (
          <year>2021</year>
          )
          <fpage>783</fpage>
          -
          <lpage>798</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref7">
        <mixed-citation>
          [7]
          <string-name>
            <given-names>A.</given-names>
            <surname>Hogan</surname>
          </string-name>
          , E. Blomqvist,
          <string-name>
            <given-names>M.</given-names>
            <surname>Cochez</surname>
          </string-name>
          , C. d'Amato,
          <string-name>
            <given-names>G. D.</given-names>
            <surname>Melo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Gutierrez</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kirrane</surname>
          </string-name>
          ,
          <string-name>
            <given-names>J. E. L.</given-names>
            <surname>Gayo</surname>
          </string-name>
          ,
          <string-name>
            <given-names>R.</given-names>
            <surname>Navigli</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Neumaier</surname>
          </string-name>
          , et al.,
          <string-name>
            <surname>Knowledge</surname>
            <given-names>graphs</given-names>
          </string-name>
          ,
          <source>ACM Computing Surveys (Csur) 54</source>
          (
          <year>2021</year>
          )
          <fpage>1</fpage>
          -
          <lpage>37</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref8">
        <mixed-citation>
          [8]
          <string-name>
            <given-names>M.</given-names>
            <surname>Wankhade</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A. C. S.</given-names>
            <surname>Rao</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Kulkarni</surname>
          </string-name>
          ,
          <article-title>A survey on sentiment analysis methods, applications, and challenges</article-title>
          ,
          <source>Artificial Intelligence Review</source>
          <volume>55</volume>
          (
          <year>2022</year>
          )
          <fpage>5731</fpage>
          -
          <lpage>5780</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref9">
        <mixed-citation>
          [9]
          <string-name>
            <given-names>A.</given-names>
            <surname>Singhal</surname>
          </string-name>
          , et al.,
          <article-title>Modern information retrieval: A brief overview</article-title>
          ,
          <source>IEEE Data Eng. Bull</source>
          .
          <volume>24</volume>
          (
          <year>2001</year>
          )
          <fpage>35</fpage>
          -
          <lpage>43</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref10">
        <mixed-citation>
          [10]
          <string-name>
            <given-names>P.</given-names>
            <surname>Ramjee</surname>
          </string-name>
          ,
          <string-name>
            <given-names>B.</given-names>
            <surname>Sachdeva</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Golechha</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Kulkarni</surname>
          </string-name>
          , G. Fulari,
          <string-name>
            <given-names>K.</given-names>
            <surname>Murali</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Jain</surname>
          </string-name>
          ,
          <string-name>
            <surname>Cataractbot:</surname>
          </string-name>
          <article-title>An llm-powered expert-in-the-loop chatbot for cataract patients</article-title>
          ,
          <source>arXiv preprint arXiv:2402.04620</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref11">
        <mixed-citation>
          [11]
          <string-name>
            <given-names>A.</given-names>
            <surname>El-Ansari</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Beni-Hssane</surname>
          </string-name>
          ,
          <article-title>Sentiment analysis for personalized chatbots in e-commerce applications</article-title>
          ,
          <source>Wireless Personal Communications</source>
          <volume>129</volume>
          (
          <year>2023</year>
          )
          <fpage>1623</fpage>
          -
          <lpage>1644</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref12">
        <mixed-citation>
          [12]
          <string-name>
            <given-names>H.</given-names>
            <surname>Abu-Rasheed</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M. H.</given-names>
            <surname>Abdulsalam</surname>
          </string-name>
          ,
          <string-name>
            <given-names>C.</given-names>
            <surname>Weber</surname>
          </string-name>
          ,
          <string-name>
            <given-names>M.</given-names>
            <surname>Fathi</surname>
          </string-name>
          ,
          <article-title>Supporting student decisions on learning recommendations: An llm-based chatbot with knowledge graph contextualization for conversational explainability and mentoring</article-title>
          ,
          <source>arXiv preprint arXiv:2401.08517</source>
          (
          <year>2024</year>
          ).
        </mixed-citation>
      </ref>
      <ref id="ref13">
        <mixed-citation>
          [13]
          <string-name>
            <given-names>K.</given-names>
            <surname>Tsitseklis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>G.</given-names>
            <surname>Stavropoulou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Zafeiropoulos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>A.</given-names>
            <surname>Thanou</surname>
          </string-name>
          ,
          <string-name>
            <given-names>S.</given-names>
            <surname>Papavassiliou</surname>
          </string-name>
          , Recbot:
          <article-title>Virtual museum navigation through a chatbot assistant and personalized recommendations</article-title>
          ,
          <source>in: Adjunct Proceedings of the 31st ACM Conference on User Modeling, Adaptation and Personalization</source>
          ,
          <year>2023</year>
          , pp.
          <fpage>388</fpage>
          -
          <lpage>396</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref14">
        <mixed-citation>
          [14]
          <string-name>
            <given-names>A.</given-names>
            <surname>Lelis</surname>
          </string-name>
          ,
          <string-name>
            <given-names>N.</given-names>
            <surname>Vretos</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Daras</surname>
          </string-name>
          ,
          <article-title>Nadine-bot: An open domain migrant integration administrative agent</article-title>
          ,
          <source>in: 2020 IEEE International Conference on Multimedia &amp; Expo Workshops (ICMEW)</source>
          , IEEE,
          <year>2020</year>
          , pp.
          <fpage>1</fpage>
          -
          <lpage>6</lpage>
          .
        </mixed-citation>
      </ref>
      <ref id="ref15">
        <mixed-citation>
          [15]
          <string-name>
            <given-names>A.</given-names>
            <surname>JASTRZĘBOWSKA-TYCZKOWSKA</surname>
          </string-name>
          ,
          <string-name>
            <surname>K. CHLASTA</surname>
          </string-name>
          ,
          <string-name>
            <given-names>P.</given-names>
            <surname>Sochaczewski</surname>
          </string-name>
          ,
          <string-name>
            <surname>I. GRABOWSKA</surname>
          </string-name>
          ,
          <article-title>Mymigrationbot: A cloud-based facebook social chatbot for migrant populations</article-title>
          ,
          <source>Annals of Computer Science and Information Systems</source>
          <volume>31</volume>
          (
          <year>2022</year>
          ).
        </mixed-citation>
      </ref>
    </ref-list>
  </back>
</article>