Natural Language Processing, Sentiment Analysis and Clinical Analytics

Adil Rajput
DOI: https://doi.org/10.48550/arXiv.1902.00679
2019-02-02
Abstract:Recent advances in Big Data has prompted health care practitioners to utilize the data available on social media to discern sentiment and emotions expression. Health Informatics and Clinical Analytics depend heavily on information gathered from diverse sources. Traditionally, a healthcare practitioner will ask a patient to fill out a questionnaire that will form the basis of diagnosing the medical condition. However, medical practitioners have access to many sources of data including the patients writings on various media. Natural Language Processing (NLP) allows researchers to gather such data and analyze it to glean the underlying meaning of such writings. The field of sentiment analysis (applied to many other domains) depend heavily on techniques utilized by NLP. This work will look into various prevalent theories underlying the NLP field and how they can be leveraged to gather users sentiments on social media. Such sentiments can be culled over a period of time thus minimizing the errors introduced by data input and other stressors. Furthermore, we look at some applications of sentiment analysis and application of NLP to mental health. The reader will also learn about the NLTK toolkit that implements various NLP theories and how they can make the data scavenging process a lot easier.
Computation and Language
What problem does this paper attempt to address?
The paper attempts to address the issue of how to utilize Natural Language Processing (NLP) techniques to extract patients' emotional and sentiment expressions from multi-source data such as social media in healthcare and clinical analysis. Specifically, the paper explores the following aspects: 1. **Data Acquisition and Analysis**: Traditional medical diagnosis relies on questionnaires, while modern technology allows healthcare practitioners to obtain patients' written content through channels like social media. NLP techniques can be used to collect and analyze this data to better understand patients' emotional states. 2. **Sentiment Analysis**: Sentiment analysis is a technique for extracting emotions and opinions from text, widely used in various fields. In healthcare, sentiment analysis can help researchers and doctors understand patients' psychological states, especially in the context of mental health. 3. **NLP Theory and Application**: The paper introduces the basic theories and techniques in the field of NLP, including traditional and statistical methods, and explores their application in sentiment analysis. In particular, the paper discusses how to use NLP techniques to extract users' emotions from social media and analyze them over time to reduce errors caused by data input and other stress factors. 4. **Tools and Methods**: The paper also introduces the NLTK toolkit, a tool that implements various NLP theories, which can help researchers more easily collect and analyze data. In summary, the paper aims to provide social scientists and psychiatrists with the necessary vocabulary and basic tools so that they can collect and parse data from the web and extract contextual information to better support scientific research and clinical practice.