paper-with-me

Papers

Rating Prediction in Conversational Task Assistants with Behavioral and Conversational-Flow Features

2023-09-20 · Rafael Ferreira, David Semedo, João Magalhães

Predicting the success of Conversational Task Assistants (CTA) can be critical to understand user behavior and act accordingly. In this paper, we propose TB-Rater, a Transformer model which combines conversational-flow features with user behavior features for predicting user ratings in a CTA scenario. In particular, we use real human-agent conversations and ratings collected in the Alexa TaskBot challenge, a novel multimodal and multi-turn conversational context. Our results show the advantages of modeling both the conversational-flow and behavioral aspects of the conversation in a single model for offline rating prediction. Additionally, an analysis of the CTA-specific behavioral features brings insights into this setting and can be used to bootstrap future systems.

📄 PDF Abstract BibTeX arXiv:2309.11307

Code (1)

rafaelhferreira/cta_rating_prediction 공식 구현 pytorch

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Position-Wise Feed-Forward Layer 설명 없음
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음
Adam 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.

Similar Papers 제목 키워드 기반

Offline and Online Satisfaction Prediction in Open-Domain Conversational Systems

2020-06-02 · Jason Ingyu Choi, Ali Ahmadvand, Eugene Agichtein

Predicting user satisfaction in conversational systems has become critical, as spoken conversational assistants operate in increasingly complex domains. Online satisfaction prediction (i.e., predicting satisfaction of th…

User Intent Prediction in Information-seeking Conversations

2019-01-11 · Chen Qu, Liu Yang, Bruce Croft, Yongfeng Zhang 외

Conversational assistants are being progressively adopted by the general population. However, they are not capable of handling complicated information-seeking tasks that involve multiple turns of information exchange. Du…

Conversational SearchFeature EngineeringFeature ImportancePrediction

PersonaLens: A Benchmark for Personalization Evaluation in Conversational AI Assistants

2025-06-11 · Zheng Zhao, Clara Vania, Subhradeep Kayal, Naila Khan 외

Large language models (LLMs) have advanced conversational AI assistants. However, systematically evaluating how well these assistants apply personalization--adapting to individual user preferences while completing tasks-…

Better Adherence, Richer Context: A Field Evaluation of LLM-Powered Conversational Voice Diaries for Sleep

2026-06-17 · Amama Mahmood, Bokyung Kim, Honghao Zhao, Molly E. Atwood 외 arxiv

Sleep diaries are central to behavioral sleep medicine and cognitive behavioral therapy for insomnia, yet daily completion is difficult to sustain, and static forms often provide limited context for interpreting night-to…

Grounded Complex Task Segmentation for Conversational Assistants

2023-09-20 · Rafael Ferreira, David Semedo, João Magalhães

Following complex instructions in conversational assistants can be quite daunting due to the shorter attention and memory spans when compared to reading the same instructions. Hence, when conversational assistants walk u…