paper-with-me

Papers

Schema-Guided User Satisfaction Modeling for Task-Oriented Dialogues

2023-05-26 · Yue Feng, Yunlong Jiao, Animesh Prasad, Nikolaos Aletras, Emine Yilmaz, Gabriella Kazai

User Satisfaction Modeling (USM) is one of the popular choices for task-oriented dialogue systems evaluation, where user satisfaction typically depends on whether the user's task goals were fulfilled by the system. Task-oriented dialogue systems use task schema, which is a set of task attributes, to encode the user's task goals. Existing studies on USM neglect explicitly modeling the user's task goals fulfillment using the task schema. In this paper, we propose SG-USM, a novel schema-guided user satisfaction modeling framework. It explicitly models the degree to which the user's preferences regarding the task attributes are fulfilled by the system for predicting the user's satisfaction level. SG-USM employs a pre-trained language model for encoding dialogue context and task attributes. Further, it employs a fulfillment representation layer for learning how many task attributes have been fulfilled in the dialogue, an importance predictor component for calculating the importance of task attributes. Finally, it predicts the user satisfaction based on task attribute fulfillment and task attribute importance. Experimental results on benchmark datasets (i.e. MWOZ, SGD, ReDial, and JDDC) show that SG-USM consistently outperforms competitive existing methods. Our extensive analysis demonstrates that SG-USM can improve the interpretability of user satisfaction modeling, has good scalability as it can effectively deal with unseen tasks and can also effectively work in low-resource settings by leveraging unlabeled data.

📄 PDF Abstract BibTeX arXiv:2305.16798

Code (1)

amzn/user-satisfaction-modeling 공식 구현 pytorch

Tasks

AttributeLanguage ModellingTask-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

SGD Stochastic Gradient Descent is an iterative optimization technique that uses minibatches of data to form an expectation of the gradient, rather than the full gradient using…

Similar Papers 제목 키워드 기반

Brain Topography Adaptive Network for Satisfaction Modeling in Interactive Information Access System

2022-08-17 · Ziyi Ye, Xiaohui Xie, Yiqun Liu, Zhihong Wang 외

With the growth of information on the Web, most users heavily rely on information access systems (e.g., search engines, recommender systems, etc.) in their daily lives. During this procedure, modeling users' satisfaction…

EEGElectroencephalogram (EEG)Recommendation SystemsRe-Ranking

User Satisfaction Modeling with Domain Adaptation in Task-oriented Dialogue Systems

2022-09-01 · SIGDIAL (ACL) 2022 9 · Yan Pan, Mingyang Ma, Bernhard Pflugfelder, Georg Groh

User Satisfaction Estimation (USE) is crucial in helping measure the quality of a task-oriented dialogue system. However, the complex nature of implicit responses poses challenges in detecting user satisfaction, and most…

Action RecognitionDomain AdaptationTask-Oriented Dialogue SystemsUnsupervised Domain Adaptation

User Satisfaction Estimation with Sequential Dialogue Act Modeling in Goal-oriented Conversational Systems

2022-02-07 · Yang Deng, Wenxuan Zhang, Wai Lam, Hong Cheng 외

User Satisfaction Estimation (USE) is an important yet challenging task in goal-oriented conversational systems. Whether the user is satisfied with the system largely depends on the fulfillment of the user's needs, which…

Modeling User Satisfaction Dynamics in Dialogue via Hawkes Process

2023-05-21 · Fanghua Ye, Zhiyuan Hu, Emine Yilmaz

Dialogue systems have received increasing attention while automatically evaluating their performance remains challenging. User satisfaction estimation (USE) has been proposed as an alternative. It assumes that the perfor…

Large-scale Hybrid Approach for Predicting User Satisfaction with Conversational Agents

2020-05-29 · Dookun Park, Hao Yuan, Dongmin Kim, Yinglei Zhang 외

Measuring user satisfaction level is a challenging task, and a critical component in developing large-scale conversational agent systems serving the needs of real users. An widely used approach to tackle this is to colle…