Discourse & Dialogue
Enriching Customer Service Using Sentiment Analysis - DataScienceCentral.com
As this century progresses, businesses are discovering that the most incredible way to gain the best customer service is to know them deeply. With AI advancing at an exponential rate, it's become possible for companies to use artificial intelligence (AI) to gain valuable insight into their customers. In particular, advances in artificial intelligence are leading to increased efficiency in customer service throughout different industry vertices. Machine learning and AI-based interactive voice response systems have created a new paradigm for what customers and customer service agents can expect from these technologies. When applied correctly, artificial intelligence will enhance the customer experience in various ways, from identifying their interests through sentiment analysis to gathering data about their preferences. AI is the production and display of intelligence by computers and machines instead of humans.
Empathetic Response Generation with State Management
Liu, Yuhan, Gao, Jun, Du, Jiachen, Zhou, Lanjun, Xu, Ruifeng
A good empathetic dialogue system should first track and understand a user's emotion and then reply with an appropriate emotion. However, current approaches to this task either focus on improving the understanding of users' emotion or on proposing better responding strategies, and very few works consider both at the same time. Our work attempts to fill this vacancy. Inspired by task-oriented dialogue systems, we propose a novel empathetic response generation model with emotion-aware dialogue management. The emotion-aware dialogue management contains two parts: (1) Emotion state tracking maintains the current emotion state of the user and (2) Empathetic dialogue policy selection predicts a target emotion and a user's intent based on the results of the emotion state tracking. The predicted information is then used to guide the generation of responses. Experimental results show that dynamically managing different information can help the model generate more empathetic responses compared with several baselines under both automatic and human evaluations.
Latent Dirichlet Allocation
Latent Dirichlet Allocation, or LDA for short, is an unsupervised machine learning algorithm. Similar to the clustering algorithm K-means, LDA will attempt to group words and documents into a predefined number of clusters (i.e. These topics can then be used to organize and search through documents. The most popular methods for estimating the LDA model is Gibbs sampling. Let's walk through one iteration of the algorithm.
March: "Top 40" New CRAN Packages
Two hundred and six new packages stuck to CRAN in March. Here are my "Top 40" selections in thirteen categories: Computational Methods, Data, Finance, Game Theory, Genomics, Machine Learning, Medicine, Networks, Science, Statistics, Time Series, Utilities, and Visualization. Provides functions to perform 2D Delaunay triangulation, constrained or unconstrained, with the help of the CDT C library. Look here for a list of algorithms. Offers tools for downloading and extracting data from the Copernicus Agrometeorological indicators from 1979 to present derived from reanalysis (AgERAS) dataset.
Physiological signals could be the key to 'emotionally intelligent' AI, scientists say
Speech and language recognition technology is a rapidly developing field, which has led to the emergence of novel speech dialog systems, such as Amazon Alexa and Siri. A significant milestone in the development of dialog artificial intelligence (AI) systems is the addition of emotional intelligence. A system able to recognize the emotional states of the user, in addition to understanding language, would generate a more empathetic response, leading to a more immersive experience for the user. "Multimodal sentiment analysis" is a group of methods that constitute the gold standard for an AI dialog system with sentiment detection. These methods can automatically analyze a person's psychological state from their speech, voice color, facial expression, and posture and are crucial for human-centered AI systems.
"Do you follow me?": A Survey of Recent Approaches in Dialogue State Tracking
Jacqmin, Léo, Rojas-Barahona, Lina M., Favre, Benoit
While communicating with a user, a task-oriented dialogue system has to track the user's needs at each turn according to the conversation history. This process called dialogue state tracking (DST) is crucial because it directly informs the downstream dialogue policy. DST has received a lot of interest in recent years with the text-to-text paradigm emerging as the favored approach. In this review paper, we first present the task and its associated datasets. Then, considering a large number of recent publications, we identify highlights and advances of research in 2021-2022. Although neural approaches have enabled significant progress, we argue that some critical aspects of dialogue systems such as generalizability are still underexplored. To motivate future studies, we propose several research avenues.
Interactive Evaluation of Dialog Track at DSTC9
Mehri, Shikib, Feng, Yulan, Gordon, Carla, Alavi, Seyed Hossein, Traum, David, Eskenazi, Maxine
The ultimate goal of dialog research is to develop systems that can be effectively used in interactive settings by real users. To this end, we introduced the Interactive Evaluation of Dialog Track at the 9th Dialog System Technology Challenge. This track consisted of two sub-tasks. The first sub-task involved building knowledge-grounded response generation models. The second sub-task aimed to extend dialog models beyond static datasets by assessing them in an interactive setting with real users. Our track challenges participants to develop strong response generation models and explore strategies that extend them to back-and-forth interactions with real users. The progression from static corpora to interactive evaluation introduces unique challenges and facilitates a more thorough assessment of open-domain dialog systems. This paper provides an overview of the track, including the methodology and results. Furthermore, it provides insights into how to best evaluate open-domain dialog models
Controllable User Dialogue Act Augmentation for Dialogue State Tracking
Lai, Chun-Mao, Hsu, Ming-Hao, Huang, Chao-Wei, Chen, Yun-Nung
Prior work has demonstrated that data augmentation is useful for improving dialogue state tracking. However, there are many types of user utterances, while the prior method only considered the simplest one for augmentation, raising the concern about poor generalization capability. In order to better cover diverse dialogue acts and control the generation quality, this paper proposes controllable user dialogue act augmentation (CUDA-DST) to augment user utterances with diverse behaviors. With the augmented data, different state trackers gain improvement and show better robustness, achieving the state-of-the-art performance on MultiWOZ 2.1
A Survey of Intent Classification and Slot-Filling Datasets for Task-Oriented Dialog
Indeed, commercial task-oriented dialog systems in the form of smart devices like Amazon's Alexa are used by millions of people every day. Within the academic research community, however, task-oriented dialog system models are often benchmarked on relatively few evaluation datasets. This is in spite of the fact that the past few years have seen a substantial growth in the number of available datasets for building and evaluating intent classification and slot-filling models for task-oriented dialog systems. Thus, the goal of this survey is to catalog these intent classification and slot-filling datasets to help facilitate their use in building and evaluating dialog systems and beyond. Other surveys have discussed dialog datasets in depth (Serban et al. 2018), but exclude almost all intent classification and slot-filling datasets, and model-focused surveys on dialog systems mostly focus on models and pay much less attention to datasets.