paper-with-me

Papers

Customer Sentiment Analysis using Weak Supervision for Customer-Agent Chat

2021-11-29 · Navdeep Jain

Prior work on sentiment analysis using weak supervision primarily focuses on different reviews such as movies (IMDB), restaurants (Yelp), products (Amazon).~One under-explored field in this regard is customer chat data for a customer-agent chat in customer support due to the lack of availability of free public data. Here, we perform sentiment analysis on customer chat using weak supervision on our in-house dataset. We fine-tune the pre-trained language model (LM) RoBERTa as a sentiment classifier using weak supervision. Our contribution is as follows:1) We show that by using weak sentiment classifiers along with domain-specific lexicon-based rules as Labeling Functions (LF), we can train a fairly accurate customer chat sentiment classifier using weak supervision. 2) We compare the performance of our custom-trained model with off-the-shelf google cloud NLP API for sentiment analysis. We show that by injecting domain-specific knowledge using LFs, even with weak supervision, we can train a model to handle some domain-specific use cases better than off-the-shelf google cloud NLP API. 3) We also present an analysis of how customer sentiment in a chat relates to problem resolution.

📄 PDF Abstract BibTeX arXiv:2111.14282

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingSentiment Analysis

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Weight Decay 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

A Comparison of Indonesia E-Commerce Sentiment Analysis for Marketing Intelligence Effort

2021-02-27 · Andry Alamsyah, Fatma Saviera

The rapid growth of the e-commerce market in Indonesia, making various e-commerce companies appear and there has been high competition among them. Marketing intelligence is an important activity to measure competitive po…

MarketingSentiment Analysis

What sentiment analysis can't see: Measuring whether customers were helped, and what went wrong, across 70,000 support conversations

2026-06-18 · Jason Potteiger arxiv

Most companies read their customer support data at scale using sentiment analysis, which measures how customers sound rather than whether they were satisfied with the result. We tested a richer alternative on 70,450 supp…

Sentiment Analysis

Can a Humanoid Robot be part of the Organizational Workforce? A User Study Leveraging Sentiment Analysis

2019-05-22 · Nidhi Mishra, Manoj Ramanathan, Ranjan Satapathy, Erik Cambria 외

Hiring robots for the workplaces is a challenging task as robots have to cater to customer demands, follow organizational protocols and behave with social etiquette. In this study, we propose to have a humanoid social ro…

Aspect ExtractionSentiment Analysis

Using Customer Service Dialogues for Satisfaction Analysis with Context-Assisted Multiple Instance Learning

2019-11-01 · IJCNLP 2019 11 · Kaisong Song, Lidong Bing, Wei Gao, Jun Lin 외

Customers ask questions and customer service staffs answer their questions, which is the basic service model via multi-turn customer service (CS) dialogues on E-commerce platforms. Existing studies fail to provide compre…

Multiple Instance Learning

PoliSe: Reinforcing Politeness using User Sentiment for Customer Care Response Generation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

The interaction between a consumer and the customer service representative greatly contributes to the overall customer experience. Therefore, to ensure customers' comfort and retention, it is important that customer serv…

DecoderResponse GenerationSentiment Analysis