Goto

Collaborating Authors

 Information Extraction


Designing conversational experiences with sentiment analysis in Amazon Lex Amazon Web Services

#artificialintelligence

To have an effective conversation, it is important to understand the sentiment and respond appropriately. In a customer service call, a simple acknowledgment when talking to an unhappy customer might be helpful, such as, "Sorry to hear you are having trouble." Understanding sentiment is also useful in determining when you need to hand over the call to a human agent for additional support. To achieve such a conversational flow with a bot, you have to detect the sentiment expressed by the user and react appropriately. Previously, you had to build a custom integration by using Comprehend APIs.


Why is Sentiment Analysis important from a business perspective? - AYLIEN

#artificialintelligence

Sentiment essentially relates to feelings; attitudes, emotions and opinions. Sentiment Analysis refers to the practice of applying Natural Language Processing and Text Analysis techniques to identify and extract subjective information from a piece of text. A person's opinion or feelings are for the most part subjective and not facts. Which means to accurately analyze an individual's opinion or mood from a piece of text can be extremely difficult. With Sentiment Analysis from a text analytics point of view, we are essentially looking to get an understanding of the attitude of a writer with respect to a topic in a piece of text and its polarity; whether it's positive, negative or neutral.


5 Essential Papers on Sentiment Analysis Lionbridge AI

#artificialintelligence

From virtual assistants to content moderation, sentiment analysis has a wide range of use cases. AI models that can recognize emotion and opinion have a myriad of applications in numerous industries. Therefore, there is a large growing interest in the creation of emotionally intelligent machines. The same can be said for the research being done in natural language processing (NLP). To highlight some of the work being done in the field, below are five essential papers on sentiment analysis and sentiment classification.


r/MachineLearning - [P] Nearing BERT's accuracy on Sentiment Analysis with a model 56 times smaller by Knowledge Distillation

#artificialintelligence

Should being comparable to BERT really be your goal here? The thing about BERT is that it wasn't really specifically designed for sentiment analysis. It just happens that it does that well too. But there's no reason to believe it's anywhere close to the "best way" to do sentiment analysis. I mean, as an analogy, pulling out a calculator to make a quick computation is often more convenient than booting up Matlab to do it, but using this fact to extol the merits of calculator kind of misses the point. If you want to describe how good your model is, you really should choose more relevant comparisons.


How AI-Powered Sentiment Analysis Supercharges Your CX Strategy

#artificialintelligence

While it's not uncommon for small and medium-sized businesses (SMBs) to switch financial institutions, the 2019 FIS Performance Against Customer Expectations report has found that the rate of churn is increasing. Historically, 13%-15% of small and medium-sized firms have been found to be actively reviewing their banking relationships. However, the turnover rate has now risen to 61% among the top 50 U.S. banks and 60% among regional banks. All it may take to push an already skeptical firm to switch is one more bad experience. So customer sentiment analysis could be exactly what financial institutions need to improve customer experience -- ideally, before things ever reach that pass.


Embedding Projection for Targeted Cross-lingual Sentiment: Model Comparisons and a Real-World Study

Journal of Artificial Intelligence Research

Sentiment analysis benefits from large, hand-annotated resources in order to train and test machine learning models, which are often data hungry. While some languages, e.g., English, have a vast arrayof these resources, most under-resourced languages do not, especially for fine-grained sentiment tasks, such as aspect-level or targeted sentiment analysis. To improve this situation, we propose a cross-lingual approach to sentiment analysis that is applicable to under-resourced languages and takes into account target-level information. This model incorporates sentiment information into bilingual distributional representations, byjointly optimizing them for semantics and sentiment, showing state-of-the-art performance at sentence-level when combined with machine translation. The adaptation to targeted sentiment analysis on multiple domains shows that our model outperforms other projection-based bilingual embedding methods on binary targetedsentiment tasks. Our analysis on ten languages demonstrates that the amount of unlabeled monolingual data has surprisingly little effect on the sentiment results. As expected, the choice of a annotated source language for projection to a target leads to better results for source-target language pairs which are similar. Therefore, our results suggest that more efforts should be spent on the creation of resources for less similar languages tothose which are resource-rich already. Finally, a domain mismatch leads to a decreased performance. This suggests resources in any language should ideally cover varieties of domains.


Quertle: Simplifying Biomedical Literature Discovery Using AI-powered Text Analytics Analytics Insight

#artificialintelligence

Quertle is an artificial intelligence company focused on text discovery and understanding in the biomedical and life sciences fields. Published information is the foundation for the entire healthcare industry โ€“ from basic research to drug discovery to clinical trials to healthcare delivery and everything in between including business aspects. Quertle's flagship product Qinsight enables unparalleled discovery of literature through AI-powered searching, integration, organization, and presentation including predictive visual analytics. Qinsight, which covers journal articles, patents, clinical trials, treatment protocols and much more, is in use by pharmaceutical and biotechnology companies, universities, research centers, and healthcare providers around the world. Quertle was founded by Jeffrey Saffer and Vicki Burnett โ€“ Ph.D. biomedical scientists who were frustrated with the inefficiencies in discovering critical publications and the waste caused by missing information.


Quertle: Simplifying Biomedical Literature Discovery Using AI-powered Text Analytics Analytics Insight

#artificialintelligence

Quertle is an artificial intelligence company focused on text discovery and understanding in the biomedical and life sciences fields. Published information is the foundation for the entire healthcare industry โ€“ from basic research to drug discovery to clinical trials to healthcare delivery and everything in between including business aspects. Quertle's flagship product Qinsight enables unparalleled discovery of literature through AI-powered searching, integration, organization, and presentation including predictive visual analytics. Qinsight, which covers journal articles, patents, clinical trials, treatment protocols and much more, is in use by pharmaceutical and biotechnology companies, universities, research centers, and healthcare providers around the world. Quertle was founded by Jeffrey Saffer and Vicki Burnett โ€“ Ph.D. biomedical scientists who were frustrated with the inefficiencies in discovering critical publications and the waste caused by missing information.


Learning Relationships between Text, Audio, and Video via Deep Canonical Correlation for Multimodal Language Analysis

arXiv.org Machine Learning

Multimodal language analysis often considers relationships between features based on text and those based on acoustical and visual properties. Text features typically outperform non-text features in sentiment analysis or emotion recognition tasks in part because the text features are derived from advanced language models or word embeddings trained on massive data sources while audio and video features are human-engineered and comparatively underdeveloped. Given that the text, audio, and video are describing the same utterance in different ways, we hypothesize that the multimodal sentiment analysis and emotion recognition can be improved by learning (hidden) correlations between features extracted from the outer product of text and audio (we call this text-based audio) and analogous text-based video . This paper proposes a novel model, the Interaction Canonical Correlation Network (ICCN), to learn such multimodal embeddings. ICCN learns correlations between all three modes via deep canonical correlation analysis (DCCA) and the proposed embeddings are then tested on several benchmark datasets and against other state-of-the-art multimodal embedding algorithms. Empirical results and ablation studies confirm the effectiveness of ICCN in capturing useful information from all three views.