scispace - formally typeset
Search or ask a question
Topic

Chatbot

About: Chatbot is a research topic. Over the lifetime, 2415 publications have been published within this topic receiving 24372 citations. The topic is also known as: IM bot & AI chatbot.


Papers
More filters
Journal ArticleDOI
TL;DR: Recruiting ambivalent smokers through the web is a viable method to train a chatbot to increase accuracy in reflection and summary statements, the building blocks of MI.
Abstract: Background: At any given time, most smokers in a population are ambivalent with no motivation to quit. Motivational interviewing (MI) is an evidence-based technique that aims to elicit change in ambivalent smokers. MI practitioners are scarce and expensive, and smokers are difficult to reach. Smokers are potentially reachable through the web, and if an automated chatbot could emulate an MI conversation, it could form the basis of a low-cost and scalable intervention motivating smokers to quit. Objective: The primary goal of this study is to design, train, and test an automated MI-based chatbot capable of eliciting reflection in a conversation with cigarette smokers. This study describes the process of collecting training data to improve the chatbot’s ability to generate MI-oriented responses, particularly reflections and summary statements. The secondary goal of this study is to observe the effects on participants through voluntary feedback given after completing a conversation with the chatbot. Methods: An interdisciplinary collaboration between an MI expert and experts in computer engineering and natural language processing (NLP) co-designed the conversation and algorithms underlying the chatbot. A sample of 121 adult cigarette smokers in 11 successive groups were recruited from a web-based platform for a single-arm prospective iterative design study. The chatbot was designed to stimulate reflections on the pros and cons of smoking using MI’s running head start technique. Participants were also asked to confirm the chatbot’s classification of their free-form responses to measure the classification accuracy of the underlying NLP models. Each group provided responses that were used to train the chatbot for the next group. Results: A total of 6568 responses from 121 participants in 11 successive groups over 14 weeks were received. From these responses, we were able to isolate 21 unique reasons for and against smoking and the relative frequency of each. The gradual collection of responses as inputs and smoking reasons as labels over the 11 iterations improved the F1 score of the classification within the chatbot from 0.63 in the first group to 0.82 in the final group. The mean time spent by each participant interacting with the chatbot was 21.3 (SD 14.0) min (minimum 6.4 and maximum 89.2). We also found that 34.7% (42/121) of participants enjoyed the interaction with the chatbot, and 8.3% (10/121) of participants noted explicit smoking cessation benefits from the conversation in voluntary feedback that did not solicit this explicitly. Conclusions: Recruiting ambivalent smokers through the web is a viable method to train a chatbot to increase accuracy in reflection and summary statements, the building blocks of MI. A new set of 21 smoking reasons (both for and against) has been identified. Initial feedback from smokers on the experience shows promise toward using it in an intervention.

24 citations

Proceedings ArticleDOI
David Oniani1, Yanshan Wang1
21 Sep 2020
TL;DR: This work utilized the GPT-2 language model and applied transfer learning to retrain it on the COVID-19 Open Research Dataset (CORD-19) corpus, and applied 4 different approaches to improve the quality of the generated responses, namely tf-idf (Term Frequency - Inverse Document Frequency), Bidirectional Encoder Representations from Transformers (BERT), and Universal Sentence Encoder (USE) to filter and retain relevant sentences in the responses.
Abstract: COVID-19 (2019 Novel Coronavirus) has resulted in an ongoing pandemic and as of 26 July 2020, has caused more than 15.7 million cases and over 640,000 deaths. The highly dynamic and rapidly evolving situation with COVID-19 has made it difficult to access accurate, on-demand information regarding the disease. Online communities, forums, and social media provide potential venues to search for relevant questions and answers, or post questions and seek answers from other members. However, due to the nature of such sites, there are always a limited number of relevant questions and responses to search from, and posted questions are rarely answered immediately. With the advancements in the field of natural language processing, particularly in the domain of language models, it has become possible to design chatbots that can automatically answer consumer questions. However, such models are rarely applied and evaluated in the healthcare domain, to meet the information needs with accurate and up-to-date healthcare data. In this paper, we propose to apply a language model for automatically answering questions related to COVID-19 and qualitatively evaluate the generated responses. We utilized the GPT-2 language model and applied transfer learning to retrain it on the COVID-19 Open Research Dataset (CORD-19) corpus. In order to improve the quality of the generated responses, we applied 4 different approaches, namely tf-idf (Term Frequency - Inverse Document Frequency), Bidirectional Encoder Representations from Transformers (BERT), Bidirectional Encoder Representations from Transformers for Biomedical Text Mining (BioBERT), and Universal Sentence Encoder (USE) to filter and retain relevant sentences in the responses. In the performance evaluation step, we asked two medical experts to rate the responses. We found that BERT and BioBERT, on average, outperform both tf-idf and USE in relevance-based sentence filtering tasks. Additionally, based on the chatbot, we created a user-friendly interactive web application to be hosted online and made its source code available free of charge to anyone interested in running it locally, online, or just for experimental purposes. Overall, our work has yielded significant results in both designing a chatbot that produces high-quality responses to COVID-19-related questions and comparing several embedding generation techniques.

24 citations

Journal ArticleDOI
TL;DR: Zhang et al. as mentioned in this paper proposed an analytical framework to investigate the determinants behind users' satisfaction and continuance intention toward mental health chatbots, and found that personalization (functional value), enjoyment (emotional value), learning (epistemic value), and the condition of the COVID-19 pandemic (conditional value) have positive influences on user satisfaction, but such effects were weak.
Abstract: Introduction In order to address the psychological problems during the COVID-19 pandemic, mental health chatbots have been extensively used by public sectors. According to Theory of Consumption Values, this paper proposed an analytical framework to investigate the determinants behind users’ satisfaction and continuance intention toward mental health chatbots. Methods The empirical study was conducted through an online survey, facilitated by the use of questionnaire posted on the WeChat platform. Seven-point Likert scale and closed-ended questions were employed. Totally 371 valid samples were collected. The research data was tested via the partial least squares structural equation modeling. Gender, age, and income were included as control variables. Results Analysis of samples collected from 371 Chinese users suggested that personalization (functional value), enjoyment (emotional value), learning (epistemic value), and the condition of the COVID-19 pandemic (conditional value) have positive influences on user satisfaction and continuance intention, but such effects were weak. The findings also revealed that user satisfaction has weakly positive impact on continuance intention. However, voice interaction (functional value) was an insignificant predictor of user satisfaction and continuance intention. Discussion This study developed a critical perspective on the role of Theory of Consumption Values in the context of mental health chatbot usage, while Theory of Consumption Value has been increasingly employed to explain the use of AI-based public services. Thus, this research devotes to the enhancement of theoretical frameworks regarding the usage of mental health chatbots.

23 citations

Book ChapterDOI
15 May 2018
TL;DR: A retrieval-based conversational engine is incorporated to the chatbot system, which allows for a wider variety and freedom of responses, still football oriented, for the case when the NLU module was unable to reply with high confidence to the user.
Abstract: This work describes the development of a social chatbot for the football domain. The chatbot, named chatbol, aims at answering a wide variety of questions related to the Spanish football league “La Liga”. Chatbol is deployed as a Slack client for text-based input interaction with users. One of the main Chatbol’s components, a NLU block, is trained to extract the intents and associated entities related to user’s questions about football players, teams, trainers and fixtures. The information for the entities is obtained by making sparql queries to Wikidata site in real time. Then, the retrieved data is used to update the specific chatbot responses. As a fallback strategy, a retrieval-based conversational engine is incorporated to the chatbot system. It allows for a wider variety and freedom of responses, still football oriented, for the case when the NLU module was unable to reply with high confidence to the user. The retrieval-based response database is composed of real conversations collected both from a IRC football channel and from football-related excerpts picked up across movie captions, extracted from the OpenSubtitles database.

23 citations


Network Information
Related Topics (5)
User interface
85.4K papers, 1.7M citations
79% related
Mobile computing
51.3K papers, 1M citations
78% related
Social media
76K papers, 1.1M citations
78% related
Encryption
98.3K papers, 1.4M citations
76% related
Web service
57.6K papers, 989K citations
76% related
Performance
Metrics
No. of papers in the topic in previous years
YearPapers
2023916
20221,413
2021564
2020617
2019528
2018326