SlideShare a Scribd company logo
1 of 4
Download to read offline
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1233
Ameliorating Depression through Deep Learning Conversational
Agent: A Novel Approach to Mental Health Intervention
Akash Pawar1, Saurabh Parkar2, Rithik Rai3, Abhijay Walia4, Dilip Kale5
1,2,3,4Student, Computer Engineering, MCT’s Rajiv Gandhi Institute of Technology, Mumbai University
5Professor, Dept. of Computer Engineering, MCT’s Rajiv Gandhi Institute of Technology, Mumbai University
---------------------------------------------------------------------***---------------------------------------------------------------------
Abstract - Depression is a prominent cause of disability
worldwide, impacting millions of individuals. Despite the
availability of many treatment alternatives, many individuals
still may not obtain proper care owing to societal stigma,
financial restraints, or a shortage of mental health experts. To
address these issues, we present a novel approach to
depression intervention that leverages deep learning
techniques to construct a conversational agent capable of
alleviating depressive symptoms. Our proposed method
incorporates a combination of natural language processing,
sentiment analysis, and transfer learning to create a chatbot
that understands the user's emotions and responds in a
compassionate and supportivemanner. Thesystemisdesigned
to identify the user's cognitive distortions and provide
responses that ameliorate the user’s mental circumstances to
help them reframe their negative views. We assessed the
system's performance through a peer-based study by
implementing the chatbot on Discord, where many people,
notably young people, can utilise the bot. The study comprised
participants with mild to severe depression. The results
demonstrate that thechatbotsubstantiallylowered depressive
symptoms and enhanced the overall mood in the majority of
individuals. The users indicated excellent satisfaction with the
system and enjoyed the non-judgmental and empathic
attitude. Overall, our study illustrates the promise of deep
learning-based conversational agents as a scalable and
accessible method to relieve depressive symptoms. Further
research is needed to explore the long-termeffectivenessofthe
system and its effects on clinical outcomes.
Key Words: DepressionAmelioration,Conversational Agent,
Deep Learning, Transfer Learning, NLP, Sentiment Analysis.
1.INTRODUCTION
Depression is a common mental health illness that can have
significant consequences on an individual's life. While
different treatment alternatives are available, the
accessibility and effectiveness of these interventionsremain
a concern, particularly for people living in distant or
disadvantaged locations. Conversational agents,orchatbots,
have emerged as a promising way to provide mental health
care and deliver evidence-based interventions. Deep
learning-based chatbots have shown special promise due to
their capacity to learn from massive volumes of data and
deliver more tailored and contextually appropriate
responses. Transfer learning, a technique that allows the
model to exploit pre-existing information and adapt to new
tasks, significantly boosts theeffectivenessofthesechatbots.
In this research, we introduce a deep learning chatbot that
leverages transfer learning to relieve depressionsymptoms.
We fine-tune a pre-trained binary classificationtransformer
to classify the text as normal or depressed. If the input is
classified as depressed, the chatbotusesanother pre-trained
multiclass classification transformer to accurately choose a
response for the provided input. The chatbot leverages the
pre-trained Blenderbot transformer pipeline to conduct
informal, non-depressed conversation inputs. We analyse
the efficacy of our chatbot through user research, including
interviews with persons with depression, and report
significant reductions in depressive symptoms and user
satisfaction. This chatbot is deployed on Discord, a familiar
application for many, and simulates the sense of conversing
with a friend. Our method illustrates the promise of deep
learning-based chatbots in providing accessible mental
health care to individuals withdepression,particularlythose
who may not have access to traditional mental health
services. The use of transfer learning further boosts the
chatbot's performance and may be relevant to various
mental health illnesses and healthcare fields.
1.1 Transformers
1) RoBERTa: It stands for ‘Robustly Optimised BERT
Pretraining Approach’ and was used for both the binary and
multiclass classification tasks in the chatbot. Precisely,
RobertaForSequenceClassification was used, which is a
RoBERTa Model transformer with a sequence
classification/regression head on top (a linear layerontopof
the pooled output), e.g., for GLUE tasks.
2) Blenderbot: Specifically, the Blenderbot-400M-distill
model was used forconditional generation to conduct casual
conversations. This helps when the user just wants to have a
casual conversation and wants normal responses instead of
therapeutic ones.
1.2 Deployment Platform
The deployment platform for the chatbot was chosen to be
Discord. Not only is it incredibly popular with the youth, it
also has significant features such as accessibility,anonymity,
24/7 availability, personalization, scalability & lower cost.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1234
It also opens up a plethora of possibilities such as text-to-
speech due to its inbuilt functions and supported APIs.
2. LITERATURE REVIEW
A. Literature Review
1) "The Woebot Trial: A Randomized Controlled Trial of an
Automated Conversational Agent for Depression" by
Fitzpatrick et al. (2017)[1]: This study evaluated the
effectiveness of an automated chatbot named Woebot in
reducing symptoms of depression. The chatbot provided
cognitive-behavioral therapy and was evaluated through a
randomized controlled trial. The study reported significant
improvements in depressivesymptomsandusersatisfaction.
2) "Using Chatbots for Mental Health: A Systematic
Literature Review" by Vaidyam et al. (2019)[2]: This paper
providesa systematic literaturereview of the useofchatbots
for mental health support. The review identified 14 studies
that evaluated the effectiveness of chatbots in providing
mental health support, particularly for depression and
anxiety. The paper highlights the potential of chatbots in
providingaccessible, personalized, and cost-effectivemental
health support.
3) "RoBERTa: A Robustly Optimized BERT Pretraining
Approach" by Yinhan Liu et al. (2019)[3]: The paper begins by
introducing the limitations of the previous pre-training
approach,BERT(BidirectionalEncoderRepresentationsfrom
Transformers), and how RoBERTa overcomes these
limitations by fine-tuning several hyperparameters in the
pre-training process. The authors then describe the pre-
training corpus, which was a combination of books, articles,
and web pages, resulting in a total of 160GB of text data. The
pre-training objective was a masked languagemodelingtask,
where the model learned to predictthemaskedwordswithin
a sentence. RoBERTa achieved state-of-the-art results on a
range of NLP tasks, including natural language inference,
question answering, and sentiment analysis. The authors
conducted experimentstoshowthatRoBERTaoutperformed
BERT on several benchmarks, including the Stanford
Question Answering Dataset (SQuAD) and the General
Language Understanding Evaluation (GLUE) benchmark.
Additionally, RoBERTa was shown to be robust to variations
in the training data and hyperparameters, making it a more
reliable and flexible model.
4) "Recipes for buildinganopen-domainchatbot"byStephen
Roller et al. (2020)[4]: The authors evaluate the chatbot's
performance on several metrics,includingperplexity,human
evaluation, and engagement. The chatbotisshowntoachieve
state-of-the-art performance on several metrics,
outperformingexistingchatbotsonthePersona-Chatdataset.
The paper's methodology and results demonstrate the
effectiveness of the approach, which has since become a
widely used method in the field. The paper has become a go-
to resource for researchers and practitioners, and its impact
can be seen in the many state-of-the-art chatbots developed
using the techniques and methodologies described in the
paper.
B. Problems in Existing Systems
1) Lack of Personalization: Many mental health chatbots
provideaone-size-fits-allsolutiontomentalhealthproblems.
They do not take into consideration the individual variances
in personalities, experiences, and mental health situations of
the users. This can lead to erroneous or ineffective advice.
2) Data Privacy: The use of mental health chatbots
necessitates the exchange of sensitive personal data, which
might be a worry for users who are anxious about their
privacy.
3) Inaccurate Responses: Mental health chatbots might
deliver erroneous or even hazardous advice if they are not
properly developed or trained. This can lead to bad results
for users.
4) Limited Scope: Most mental health chatbotsaremeantto
target acertain set of mentalhealth issues,such as anxietyor
depression. They may not be equipped to address more
sophisticated mental health difficulties.
5) Stigma: Despitethegrowingacceptanceofmentalhealth
chatbots, there is still a stigma attached to mental health
issues, which may prevent some individuals from seeking
help through chatbots, making anonymity an important
feature.
6) Lack of available data: Mental health datasets are not as
widely available as other healthcare datasets, such as those
for diabetes or heart disease, due to the sensitive and
personal nature of mental health data, which requires strict
ethical considerationsandprivacyprotections.Therearealso
concerns about the quality and consistency of the data
collected, as mental health conditions can be difficult to
diagnoseandmayhavevaryingsymptomsacrossindividuals.
C. Findings
1) RoBERTa was used as it providesstate-of-theartresults
and outperforms the other transformers on GLUE
benchmark results. While it gives better results than the
previous state-of-the-art transformers used for text
classification, it also has a better speed-to-accuracy ratio,
making it the best choice.
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1235
Fig -1: Comparison of BERT and recent improvements[5]
2) Blenderbot was chosen as the model for casual
conversationsas it yielded better results both in answeringa
single prompt as well as remembering context through
conversation history.
Fig -2: Development of Open-domain Chatbots[6]
3. METHODOLOGY
Fig -3: System base workflow
1) Classification Transformer: The first stepinthesystem’s
workflow is passing the user input through the binary
classification transformer to classify it as depressed or
normal. The model used here is the Roberta-base model.
This model was finetuned using the Suicide and Depression
Detection Dataset from Kaggle. The dataset has 7730
different Reddit posts classified as depressedor normal.The
train and test sets were made with a 75–25% distribution.
The trained model yielded an accuracyscoreof98.5%onthe
test set. The hyperparametersusedwhilefine-tuningand the
results are shown in Table-1.
Table -1: Hyperparameters and Final Epoch Results
Peak Learning Rate 10-5 Batch size 16
Epochs 3 Training Loss 0.036
Learning Rate
Scheduler
Cosine Evaluation Loss 0.064
Warmup Ratio 0.1 Accuracy 0.9849
Evaluation Steps 99 F1 Score 0.9846
2) Custom Reply Generation: This is the second step if the
user input is classified as depressed. Here, the input is
passed through a multiclass classification transformer to
predict the type of mental distress the user has, for example,
anxiety, suicidal thoughts, depression, etc., and provide the
correct response. The model used here is again the Roberta-
base model. The dataset used here is a modified version of
the Mental Health Conversational Data Dataset from Kaggle.
Due to the extremely small size of the dataset, only the
training loss was recorded at 98.2%. The hyperparameters
were the same except for the evaluation steps, which were
adjusted for the small dataset size. Since the dataset was
small, traditional machine learning algorithms were also
used as benchmarks. The results of traditional machine
learning algorithms whencomparedwithRoberta areshown
in Table-2.
Table -2: Roberta vs Traditional ML methods
Methods Training set Accuracy
Logistic Regression 59.05%
Multinomial Naive Bayes 67.67%
Linear Support Vector Classifier 90.95%
RoBERTa 98.17%
3) Conversational Transformer: This is the second step if
the user input is classified as normal by the binary
classification transformer. Here, we use Blenderbot for
casual conversation. Every pair of input and output isstored
up to a maximum of three pairs. These pairs are passed
through the conversational transformer before every input
so as to retain the context of the conversation.
Fig -4: Conversation without context
International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056
Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072
© 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1236
Fig -5: Conversation with context
4. RESULTS
Fig -6: Casual conversation without depression detection
Fig -7: Depression Detection implemented
5. CONCLUSION
To summarize, developing a depression amelioration
chatbot that employs both transfer learning and pre-trained
transformers is a potential way for enhancing mental health
results. This chatbot has the ability to give individuals with
customised and accessible help, allowing for early
intervention and even preventing symptoms from
deteriorating. The chatbot's use of natural language
processing and machine learning technologies enables it to
give tailored responses that adapt to the user's needs over
time. Furthermore, the chatbot is offered on an easy-to-use
platform, making it more accessible than a personal
therapist. While the chatbot's performance is not equivalent
to that of a real-life therapist, more research is needed to
improve the chatbot's effectiveness and user experience.
These preliminary findings imply that a depression
amelioration chatbot is a viable tool for enhancing mental
health outcomes and giving persons in need with accessible
support.
ACKNOWLEDGEMENT
We wish to express our sincere gratitude to Dr. Sanjay U.
Bokade, Principal, and Prof. S. P. Khachane, Head of
Department of Computer Engineering at MCT'sRajivGandhi
Institute of Technology, for providing us with the
opportunity to work on our project, "Depression
amelioration Chatbot using NLP and Deep Learning." This
project would not have been possible without the guidance
and encouragement of our project guide, Prof.DilipKale,and
the valuable insights of our project expert, Dr. Sharmila
Gaikwad. We would also like to thank our colleagues and
friends who helped us complete this project successfully.
REFERENCES
[1] Fitzpatrick KK, Darcy A, Vierhile M. DeliveringCognitive
Behavior Therapy to Young Adults With Symptoms of
Depression and Anxiety Using a Fully Automated
Conversational Agent (Woebot): A Randomized
Controlled Trial. JMIR Ment Health.2017Jun6;4(2):e19.
doi: 10.2196/mental.7785. PMID: 28588005; PMCID:
PMC5478797.
[2] Vaidyam AN, Wisniewski H, Halamka JD, Kashavan MS,
Torous JB. Chatbots and Conversational Agents in
Mental Health: A Review of the Psychiatric Landscape.
Can J Psychiatry. 2019 Jul;64(7):456-464. doi:
10.1177/0706743719828977. Epub 2019 Mar 21.
PMID: 30897957; PMCID: PMC6610568.
[3] Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar
Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke
Zettlemoyer, Veselin Stoyanov (2019). RoBERTa: A
Robustly Optimized BERT Pretraining Approach. ArXiv
[Cs.CL]. From http://arxiv.org/abs/1907.11692
[4] Stephen Roller, Emily Dinan, Naman Goyal, Da Ju, Mary
Williamson, Yinhan Liu, Jing Xu, Myle Ott, Kurt Shuster,
Eric M. Smith, Y-Lan Boureau, Jason Weston (2020).
Recipes for building an open-domain chatbot. ArXiv
[Cs.CL]. From http://arxiv.org/abs/2004.13637
[5] Khan, S. (2019, September 4). BERT, RoBERTa,
DistilBERT, XLNet — which one to use? Retrieved 29
March 2023, from Towards Data Science website:
https://towardsdatascience.com/bert-roberta-
distilbert-xlnet-which-one-to-use-3d5ab82ba5f8
[6] LianaYe2, (n.d.). The future of_conver_ai[6933].
Retrieved 29 March 2023, from
https://www.slideshare.net/LianaYe2/the-future-
ofconverai6933

More Related Content

Similar to Ameliorating Depression through Deep Learning Conversational Agent: A Novel Approach to Mental Health Intervention

IRJET- Disease Classification based on Symptoms using CHATBOT
IRJET- Disease Classification based on Symptoms using CHATBOTIRJET- Disease Classification based on Symptoms using CHATBOT
IRJET- Disease Classification based on Symptoms using CHATBOTIRJET Journal
 
Design of Chatbot using Deep Learning
Design of Chatbot using Deep LearningDesign of Chatbot using Deep Learning
Design of Chatbot using Deep LearningIRJET Journal
 
Product Analyst Advisor
Product Analyst AdvisorProduct Analyst Advisor
Product Analyst AdvisorIRJET Journal
 
IRJET- Social Network Mental Disorders Detection Via Online Social Media Mining
IRJET- Social Network Mental Disorders Detection Via Online Social Media MiningIRJET- Social Network Mental Disorders Detection Via Online Social Media Mining
IRJET- Social Network Mental Disorders Detection Via Online Social Media MiningIRJET Journal
 
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP ProcessIRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP ProcessIRJET Journal
 
Machine-Intelligence-Chatbot.pptx
Machine-Intelligence-Chatbot.pptxMachine-Intelligence-Chatbot.pptx
Machine-Intelligence-Chatbot.pptxStephenAtimbire1
 
IRJET- A Survey Paper on Chatbots
IRJET- A Survey Paper on ChatbotsIRJET- A Survey Paper on Chatbots
IRJET- A Survey Paper on ChatbotsIRJET Journal
 
A Survey Paper On Chatbots
A Survey Paper On ChatbotsA Survey Paper On Chatbots
A Survey Paper On ChatbotsKristen Flores
 
IRJET - YouTube Spam Comments Detection
IRJET - YouTube Spam Comments DetectionIRJET - YouTube Spam Comments Detection
IRJET - YouTube Spam Comments DetectionIRJET Journal
 
HealthCare ChatBot Using Machine Learning
HealthCare ChatBot Using Machine LearningHealthCare ChatBot Using Machine Learning
HealthCare ChatBot Using Machine LearningIRJET Journal
 
IRJET - Sentiment Analysis and Rumour Detection in Online Product Reviews
IRJET -  	  Sentiment Analysis and Rumour Detection in Online Product ReviewsIRJET -  	  Sentiment Analysis and Rumour Detection in Online Product Reviews
IRJET - Sentiment Analysis and Rumour Detection in Online Product ReviewsIRJET Journal
 
Medical Assistant Design during this Pandemic Like Covid-19
Medical Assistant Design during this Pandemic Like Covid-19Medical Assistant Design during this Pandemic Like Covid-19
Medical Assistant Design during this Pandemic Like Covid-19AI Publications
 
IRJET - Artificial Intelligence based Healthcare Chatbot System
IRJET -  	  Artificial Intelligence based Healthcare Chatbot SystemIRJET -  	  Artificial Intelligence based Healthcare Chatbot System
IRJET - Artificial Intelligence based Healthcare Chatbot SystemIRJET Journal
 
Depression Detection Using Various Machine Learning Classifiers
Depression Detection Using Various Machine Learning ClassifiersDepression Detection Using Various Machine Learning Classifiers
Depression Detection Using Various Machine Learning ClassifiersIRJET Journal
 
IRJET- Social Network Message Credibility: An Agent-based Approach
IRJET- Social Network Message Credibility: An Agent-based ApproachIRJET- Social Network Message Credibility: An Agent-based Approach
IRJET- Social Network Message Credibility: An Agent-based ApproachIRJET Journal
 
IRJET - Social Network Message Credibility: An Agent-based Approach
IRJET -  	  Social Network Message Credibility: An Agent-based ApproachIRJET -  	  Social Network Message Credibility: An Agent-based Approach
IRJET - Social Network Message Credibility: An Agent-based ApproachIRJET Journal
 
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...IRJET Journal
 
IRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET Journal
 

Similar to Ameliorating Depression through Deep Learning Conversational Agent: A Novel Approach to Mental Health Intervention (20)

IRJET- Disease Classification based on Symptoms using CHATBOT
IRJET- Disease Classification based on Symptoms using CHATBOTIRJET- Disease Classification based on Symptoms using CHATBOT
IRJET- Disease Classification based on Symptoms using CHATBOT
 
Design of Chatbot using Deep Learning
Design of Chatbot using Deep LearningDesign of Chatbot using Deep Learning
Design of Chatbot using Deep Learning
 
Product Analyst Advisor
Product Analyst AdvisorProduct Analyst Advisor
Product Analyst Advisor
 
IRJET- Social Network Mental Disorders Detection Via Online Social Media Mining
IRJET- Social Network Mental Disorders Detection Via Online Social Media MiningIRJET- Social Network Mental Disorders Detection Via Online Social Media Mining
IRJET- Social Network Mental Disorders Detection Via Online Social Media Mining
 
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP ProcessIRJET -  	  E-Assistant: An Interactive Bot for Banking Sector using NLP Process
IRJET - E-Assistant: An Interactive Bot for Banking Sector using NLP Process
 
Machine-Intelligence-Chatbot.pptx
Machine-Intelligence-Chatbot.pptxMachine-Intelligence-Chatbot.pptx
Machine-Intelligence-Chatbot.pptx
 
IRJET- A Survey Paper on Chatbots
IRJET- A Survey Paper on ChatbotsIRJET- A Survey Paper on Chatbots
IRJET- A Survey Paper on Chatbots
 
A Survey Paper On Chatbots
A Survey Paper On ChatbotsA Survey Paper On Chatbots
A Survey Paper On Chatbots
 
chatbots presentation .pptx
chatbots presentation .pptxchatbots presentation .pptx
chatbots presentation .pptx
 
IRJET - YouTube Spam Comments Detection
IRJET - YouTube Spam Comments DetectionIRJET - YouTube Spam Comments Detection
IRJET - YouTube Spam Comments Detection
 
depression detection.pptx
depression detection.pptxdepression detection.pptx
depression detection.pptx
 
HealthCare ChatBot Using Machine Learning
HealthCare ChatBot Using Machine LearningHealthCare ChatBot Using Machine Learning
HealthCare ChatBot Using Machine Learning
 
IRJET - Sentiment Analysis and Rumour Detection in Online Product Reviews
IRJET -  	  Sentiment Analysis and Rumour Detection in Online Product ReviewsIRJET -  	  Sentiment Analysis and Rumour Detection in Online Product Reviews
IRJET - Sentiment Analysis and Rumour Detection in Online Product Reviews
 
Medical Assistant Design during this Pandemic Like Covid-19
Medical Assistant Design during this Pandemic Like Covid-19Medical Assistant Design during this Pandemic Like Covid-19
Medical Assistant Design during this Pandemic Like Covid-19
 
IRJET - Artificial Intelligence based Healthcare Chatbot System
IRJET -  	  Artificial Intelligence based Healthcare Chatbot SystemIRJET -  	  Artificial Intelligence based Healthcare Chatbot System
IRJET - Artificial Intelligence based Healthcare Chatbot System
 
Depression Detection Using Various Machine Learning Classifiers
Depression Detection Using Various Machine Learning ClassifiersDepression Detection Using Various Machine Learning Classifiers
Depression Detection Using Various Machine Learning Classifiers
 
IRJET- Social Network Message Credibility: An Agent-based Approach
IRJET- Social Network Message Credibility: An Agent-based ApproachIRJET- Social Network Message Credibility: An Agent-based Approach
IRJET- Social Network Message Credibility: An Agent-based Approach
 
IRJET - Social Network Message Credibility: An Agent-based Approach
IRJET -  	  Social Network Message Credibility: An Agent-based ApproachIRJET -  	  Social Network Message Credibility: An Agent-based Approach
IRJET - Social Network Message Credibility: An Agent-based Approach
 
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
Combining Lexicon based and Machine Learning based Methods for Twitter Sentim...
 
IRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding TechniqueIRJET - Social Network Stress Analysis using Word Embedding Technique
IRJET - Social Network Stress Analysis using Word Embedding Technique
 

More from IRJET Journal

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...IRJET Journal
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTUREIRJET Journal
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...IRJET Journal
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsIRJET Journal
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...IRJET Journal
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...IRJET Journal
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...IRJET Journal
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...IRJET Journal
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASIRJET Journal
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...IRJET Journal
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProIRJET Journal
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...IRJET Journal
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemIRJET Journal
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesIRJET Journal
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web applicationIRJET Journal
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...IRJET Journal
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.IRJET Journal
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...IRJET Journal
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignIRJET Journal
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...IRJET Journal
 

More from IRJET Journal (20)

TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
TUNNELING IN HIMALAYAS WITH NATM METHOD: A SPECIAL REFERENCES TO SUNGAL TUNNE...
 
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURESTUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
STUDY THE EFFECT OF RESPONSE REDUCTION FACTOR ON RC FRAMED STRUCTURE
 
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
A COMPARATIVE ANALYSIS OF RCC ELEMENT OF SLAB WITH STARK STEEL (HYSD STEEL) A...
 
Effect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil CharacteristicsEffect of Camber and Angles of Attack on Airfoil Characteristics
Effect of Camber and Angles of Attack on Airfoil Characteristics
 
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
A Review on the Progress and Challenges of Aluminum-Based Metal Matrix Compos...
 
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
Dynamic Urban Transit Optimization: A Graph Neural Network Approach for Real-...
 
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
Structural Analysis and Design of Multi-Storey Symmetric and Asymmetric Shape...
 
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
A Review of “Seismic Response of RC Structures Having Plan and Vertical Irreg...
 
A REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADASA REVIEW ON MACHINE LEARNING IN ADAS
A REVIEW ON MACHINE LEARNING IN ADAS
 
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
Long Term Trend Analysis of Precipitation and Temperature for Asosa district,...
 
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD ProP.E.B. Framed Structure Design and Analysis Using STAAD Pro
P.E.B. Framed Structure Design and Analysis Using STAAD Pro
 
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
A Review on Innovative Fiber Integration for Enhanced Reinforcement of Concre...
 
Survey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare SystemSurvey Paper on Cloud-Based Secured Healthcare System
Survey Paper on Cloud-Based Secured Healthcare System
 
Review on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridgesReview on studies and research on widening of existing concrete bridges
Review on studies and research on widening of existing concrete bridges
 
React based fullstack edtech web application
React based fullstack edtech web applicationReact based fullstack edtech web application
React based fullstack edtech web application
 
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
A Comprehensive Review of Integrating IoT and Blockchain Technologies in the ...
 
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
A REVIEW ON THE PERFORMANCE OF COCONUT FIBRE REINFORCED CONCRETE.
 
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
Optimizing Business Management Process Workflows: The Dynamic Influence of Mi...
 
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic DesignMultistoried and Multi Bay Steel Building Frame by using Seismic Design
Multistoried and Multi Bay Steel Building Frame by using Seismic Design
 
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
Cost Optimization of Construction Using Plastic Waste as a Sustainable Constr...
 

Recently uploaded

VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AIabhishek36461
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )Tsuyoshi Horigome
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxKartikeyaDwivedi3
 

Recently uploaded (20)

VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
VICTOR MAESTRE RAMIREZ - Planetary Defender on NASA's Double Asteroid Redirec...
 
Past, Present and Future of Generative AI
Past, Present and Future of Generative AIPast, Present and Future of Generative AI
Past, Present and Future of Generative AI
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptxExploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
Exploring_Network_Security_with_JA3_by_Rakesh Seal.pptx
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )SPICE PARK APR2024 ( 6,793 SPICE Models )
SPICE PARK APR2024 ( 6,793 SPICE Models )
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
POWER SYSTEMS-1 Complete notes examples
POWER SYSTEMS-1 Complete notes  examplesPOWER SYSTEMS-1 Complete notes  examples
POWER SYSTEMS-1 Complete notes examples
 
young call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Serviceyoung call girls in Green Park🔝 9953056974 🔝 escort Service
young call girls in Green Park🔝 9953056974 🔝 escort Service
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Concrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptxConcrete Mix Design - IS 10262-2019 - .pptx
Concrete Mix Design - IS 10262-2019 - .pptx
 

Ameliorating Depression through Deep Learning Conversational Agent: A Novel Approach to Mental Health Intervention

  • 1. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1233 Ameliorating Depression through Deep Learning Conversational Agent: A Novel Approach to Mental Health Intervention Akash Pawar1, Saurabh Parkar2, Rithik Rai3, Abhijay Walia4, Dilip Kale5 1,2,3,4Student, Computer Engineering, MCT’s Rajiv Gandhi Institute of Technology, Mumbai University 5Professor, Dept. of Computer Engineering, MCT’s Rajiv Gandhi Institute of Technology, Mumbai University ---------------------------------------------------------------------***--------------------------------------------------------------------- Abstract - Depression is a prominent cause of disability worldwide, impacting millions of individuals. Despite the availability of many treatment alternatives, many individuals still may not obtain proper care owing to societal stigma, financial restraints, or a shortage of mental health experts. To address these issues, we present a novel approach to depression intervention that leverages deep learning techniques to construct a conversational agent capable of alleviating depressive symptoms. Our proposed method incorporates a combination of natural language processing, sentiment analysis, and transfer learning to create a chatbot that understands the user's emotions and responds in a compassionate and supportivemanner. Thesystemisdesigned to identify the user's cognitive distortions and provide responses that ameliorate the user’s mental circumstances to help them reframe their negative views. We assessed the system's performance through a peer-based study by implementing the chatbot on Discord, where many people, notably young people, can utilise the bot. The study comprised participants with mild to severe depression. The results demonstrate that thechatbotsubstantiallylowered depressive symptoms and enhanced the overall mood in the majority of individuals. The users indicated excellent satisfaction with the system and enjoyed the non-judgmental and empathic attitude. Overall, our study illustrates the promise of deep learning-based conversational agents as a scalable and accessible method to relieve depressive symptoms. Further research is needed to explore the long-termeffectivenessofthe system and its effects on clinical outcomes. Key Words: DepressionAmelioration,Conversational Agent, Deep Learning, Transfer Learning, NLP, Sentiment Analysis. 1.INTRODUCTION Depression is a common mental health illness that can have significant consequences on an individual's life. While different treatment alternatives are available, the accessibility and effectiveness of these interventionsremain a concern, particularly for people living in distant or disadvantaged locations. Conversational agents,orchatbots, have emerged as a promising way to provide mental health care and deliver evidence-based interventions. Deep learning-based chatbots have shown special promise due to their capacity to learn from massive volumes of data and deliver more tailored and contextually appropriate responses. Transfer learning, a technique that allows the model to exploit pre-existing information and adapt to new tasks, significantly boosts theeffectivenessofthesechatbots. In this research, we introduce a deep learning chatbot that leverages transfer learning to relieve depressionsymptoms. We fine-tune a pre-trained binary classificationtransformer to classify the text as normal or depressed. If the input is classified as depressed, the chatbotusesanother pre-trained multiclass classification transformer to accurately choose a response for the provided input. The chatbot leverages the pre-trained Blenderbot transformer pipeline to conduct informal, non-depressed conversation inputs. We analyse the efficacy of our chatbot through user research, including interviews with persons with depression, and report significant reductions in depressive symptoms and user satisfaction. This chatbot is deployed on Discord, a familiar application for many, and simulates the sense of conversing with a friend. Our method illustrates the promise of deep learning-based chatbots in providing accessible mental health care to individuals withdepression,particularlythose who may not have access to traditional mental health services. The use of transfer learning further boosts the chatbot's performance and may be relevant to various mental health illnesses and healthcare fields. 1.1 Transformers 1) RoBERTa: It stands for ‘Robustly Optimised BERT Pretraining Approach’ and was used for both the binary and multiclass classification tasks in the chatbot. Precisely, RobertaForSequenceClassification was used, which is a RoBERTa Model transformer with a sequence classification/regression head on top (a linear layerontopof the pooled output), e.g., for GLUE tasks. 2) Blenderbot: Specifically, the Blenderbot-400M-distill model was used forconditional generation to conduct casual conversations. This helps when the user just wants to have a casual conversation and wants normal responses instead of therapeutic ones. 1.2 Deployment Platform The deployment platform for the chatbot was chosen to be Discord. Not only is it incredibly popular with the youth, it also has significant features such as accessibility,anonymity, 24/7 availability, personalization, scalability & lower cost.
  • 2. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1234 It also opens up a plethora of possibilities such as text-to- speech due to its inbuilt functions and supported APIs. 2. LITERATURE REVIEW A. Literature Review 1) "The Woebot Trial: A Randomized Controlled Trial of an Automated Conversational Agent for Depression" by Fitzpatrick et al. (2017)[1]: This study evaluated the effectiveness of an automated chatbot named Woebot in reducing symptoms of depression. The chatbot provided cognitive-behavioral therapy and was evaluated through a randomized controlled trial. The study reported significant improvements in depressivesymptomsandusersatisfaction. 2) "Using Chatbots for Mental Health: A Systematic Literature Review" by Vaidyam et al. (2019)[2]: This paper providesa systematic literaturereview of the useofchatbots for mental health support. The review identified 14 studies that evaluated the effectiveness of chatbots in providing mental health support, particularly for depression and anxiety. The paper highlights the potential of chatbots in providingaccessible, personalized, and cost-effectivemental health support. 3) "RoBERTa: A Robustly Optimized BERT Pretraining Approach" by Yinhan Liu et al. (2019)[3]: The paper begins by introducing the limitations of the previous pre-training approach,BERT(BidirectionalEncoderRepresentationsfrom Transformers), and how RoBERTa overcomes these limitations by fine-tuning several hyperparameters in the pre-training process. The authors then describe the pre- training corpus, which was a combination of books, articles, and web pages, resulting in a total of 160GB of text data. The pre-training objective was a masked languagemodelingtask, where the model learned to predictthemaskedwordswithin a sentence. RoBERTa achieved state-of-the-art results on a range of NLP tasks, including natural language inference, question answering, and sentiment analysis. The authors conducted experimentstoshowthatRoBERTaoutperformed BERT on several benchmarks, including the Stanford Question Answering Dataset (SQuAD) and the General Language Understanding Evaluation (GLUE) benchmark. Additionally, RoBERTa was shown to be robust to variations in the training data and hyperparameters, making it a more reliable and flexible model. 4) "Recipes for buildinganopen-domainchatbot"byStephen Roller et al. (2020)[4]: The authors evaluate the chatbot's performance on several metrics,includingperplexity,human evaluation, and engagement. The chatbotisshowntoachieve state-of-the-art performance on several metrics, outperformingexistingchatbotsonthePersona-Chatdataset. The paper's methodology and results demonstrate the effectiveness of the approach, which has since become a widely used method in the field. The paper has become a go- to resource for researchers and practitioners, and its impact can be seen in the many state-of-the-art chatbots developed using the techniques and methodologies described in the paper. B. Problems in Existing Systems 1) Lack of Personalization: Many mental health chatbots provideaone-size-fits-allsolutiontomentalhealthproblems. They do not take into consideration the individual variances in personalities, experiences, and mental health situations of the users. This can lead to erroneous or ineffective advice. 2) Data Privacy: The use of mental health chatbots necessitates the exchange of sensitive personal data, which might be a worry for users who are anxious about their privacy. 3) Inaccurate Responses: Mental health chatbots might deliver erroneous or even hazardous advice if they are not properly developed or trained. This can lead to bad results for users. 4) Limited Scope: Most mental health chatbotsaremeantto target acertain set of mentalhealth issues,such as anxietyor depression. They may not be equipped to address more sophisticated mental health difficulties. 5) Stigma: Despitethegrowingacceptanceofmentalhealth chatbots, there is still a stigma attached to mental health issues, which may prevent some individuals from seeking help through chatbots, making anonymity an important feature. 6) Lack of available data: Mental health datasets are not as widely available as other healthcare datasets, such as those for diabetes or heart disease, due to the sensitive and personal nature of mental health data, which requires strict ethical considerationsandprivacyprotections.Therearealso concerns about the quality and consistency of the data collected, as mental health conditions can be difficult to diagnoseandmayhavevaryingsymptomsacrossindividuals. C. Findings 1) RoBERTa was used as it providesstate-of-theartresults and outperforms the other transformers on GLUE benchmark results. While it gives better results than the previous state-of-the-art transformers used for text classification, it also has a better speed-to-accuracy ratio, making it the best choice.
  • 3. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1235 Fig -1: Comparison of BERT and recent improvements[5] 2) Blenderbot was chosen as the model for casual conversationsas it yielded better results both in answeringa single prompt as well as remembering context through conversation history. Fig -2: Development of Open-domain Chatbots[6] 3. METHODOLOGY Fig -3: System base workflow 1) Classification Transformer: The first stepinthesystem’s workflow is passing the user input through the binary classification transformer to classify it as depressed or normal. The model used here is the Roberta-base model. This model was finetuned using the Suicide and Depression Detection Dataset from Kaggle. The dataset has 7730 different Reddit posts classified as depressedor normal.The train and test sets were made with a 75–25% distribution. The trained model yielded an accuracyscoreof98.5%onthe test set. The hyperparametersusedwhilefine-tuningand the results are shown in Table-1. Table -1: Hyperparameters and Final Epoch Results Peak Learning Rate 10-5 Batch size 16 Epochs 3 Training Loss 0.036 Learning Rate Scheduler Cosine Evaluation Loss 0.064 Warmup Ratio 0.1 Accuracy 0.9849 Evaluation Steps 99 F1 Score 0.9846 2) Custom Reply Generation: This is the second step if the user input is classified as depressed. Here, the input is passed through a multiclass classification transformer to predict the type of mental distress the user has, for example, anxiety, suicidal thoughts, depression, etc., and provide the correct response. The model used here is again the Roberta- base model. The dataset used here is a modified version of the Mental Health Conversational Data Dataset from Kaggle. Due to the extremely small size of the dataset, only the training loss was recorded at 98.2%. The hyperparameters were the same except for the evaluation steps, which were adjusted for the small dataset size. Since the dataset was small, traditional machine learning algorithms were also used as benchmarks. The results of traditional machine learning algorithms whencomparedwithRoberta areshown in Table-2. Table -2: Roberta vs Traditional ML methods Methods Training set Accuracy Logistic Regression 59.05% Multinomial Naive Bayes 67.67% Linear Support Vector Classifier 90.95% RoBERTa 98.17% 3) Conversational Transformer: This is the second step if the user input is classified as normal by the binary classification transformer. Here, we use Blenderbot for casual conversation. Every pair of input and output isstored up to a maximum of three pairs. These pairs are passed through the conversational transformer before every input so as to retain the context of the conversation. Fig -4: Conversation without context
  • 4. International Research Journal of Engineering and Technology (IRJET) e-ISSN: 2395-0056 Volume: 10 Issue: 03 | Mar 2023 www.irjet.net p-ISSN: 2395-0072 © 2023, IRJET | Impact Factor value: 8.226 | ISO 9001:2008 Certified Journal | Page 1236 Fig -5: Conversation with context 4. RESULTS Fig -6: Casual conversation without depression detection Fig -7: Depression Detection implemented 5. CONCLUSION To summarize, developing a depression amelioration chatbot that employs both transfer learning and pre-trained transformers is a potential way for enhancing mental health results. This chatbot has the ability to give individuals with customised and accessible help, allowing for early intervention and even preventing symptoms from deteriorating. The chatbot's use of natural language processing and machine learning technologies enables it to give tailored responses that adapt to the user's needs over time. Furthermore, the chatbot is offered on an easy-to-use platform, making it more accessible than a personal therapist. While the chatbot's performance is not equivalent to that of a real-life therapist, more research is needed to improve the chatbot's effectiveness and user experience. These preliminary findings imply that a depression amelioration chatbot is a viable tool for enhancing mental health outcomes and giving persons in need with accessible support. ACKNOWLEDGEMENT We wish to express our sincere gratitude to Dr. Sanjay U. Bokade, Principal, and Prof. S. P. Khachane, Head of Department of Computer Engineering at MCT'sRajivGandhi Institute of Technology, for providing us with the opportunity to work on our project, "Depression amelioration Chatbot using NLP and Deep Learning." This project would not have been possible without the guidance and encouragement of our project guide, Prof.DilipKale,and the valuable insights of our project expert, Dr. Sharmila Gaikwad. We would also like to thank our colleagues and friends who helped us complete this project successfully. REFERENCES [1] Fitzpatrick KK, Darcy A, Vierhile M. DeliveringCognitive Behavior Therapy to Young Adults With Symptoms of Depression and Anxiety Using a Fully Automated Conversational Agent (Woebot): A Randomized Controlled Trial. JMIR Ment Health.2017Jun6;4(2):e19. doi: 10.2196/mental.7785. PMID: 28588005; PMCID: PMC5478797. [2] Vaidyam AN, Wisniewski H, Halamka JD, Kashavan MS, Torous JB. Chatbots and Conversational Agents in Mental Health: A Review of the Psychiatric Landscape. Can J Psychiatry. 2019 Jul;64(7):456-464. doi: 10.1177/0706743719828977. Epub 2019 Mar 21. PMID: 30897957; PMCID: PMC6610568. [3] Yinhan Liu, Myle Ott, Naman Goyal, Jingfei Du, Mandar Joshi, Danqi Chen, Omer Levy, Mike Lewis, Luke Zettlemoyer, Veselin Stoyanov (2019). RoBERTa: A Robustly Optimized BERT Pretraining Approach. ArXiv [Cs.CL]. From http://arxiv.org/abs/1907.11692 [4] Stephen Roller, Emily Dinan, Naman Goyal, Da Ju, Mary Williamson, Yinhan Liu, Jing Xu, Myle Ott, Kurt Shuster, Eric M. Smith, Y-Lan Boureau, Jason Weston (2020). Recipes for building an open-domain chatbot. ArXiv [Cs.CL]. From http://arxiv.org/abs/2004.13637 [5] Khan, S. (2019, September 4). BERT, RoBERTa, DistilBERT, XLNet — which one to use? Retrieved 29 March 2023, from Towards Data Science website: https://towardsdatascience.com/bert-roberta- distilbert-xlnet-which-one-to-use-3d5ab82ba5f8 [6] LianaYe2, (n.d.). The future of_conver_ai[6933]. Retrieved 29 March 2023, from https://www.slideshare.net/LianaYe2/the-future- ofconverai6933