paper-with-me

Papers

A Cooperative Memory Network for Personalized Task-oriented Dialogue Systems with Incomplete User Profiles

2021-02-16 · Jiahuan Pei, Pengjie Ren, Maarten de Rijke

There is increasing interest in developing personalized Task-oriented Dialogue Systems (TDSs). Previous work on personalized TDSs often assumes that complete user profiles are available for most or even all users. This is unrealistic because (1) not everyone is willing to expose their profiles due to privacy concerns; and (2) rich user profiles may involve a large number of attributes (e.g., gender, age, tastes, . . .). In this paper, we study personalized TDSs without assuming that user profiles are complete. We propose a Cooperative Memory Network (CoMemNN) that has a novel mechanism to gradually enrich user profiles as dialogues progress and to simultaneously improve response selection based on the enriched profiles. CoMemNN consists of two core modules: User Profile Enrichment (UPE) and Dialogue Response Selection (DRS). The former enriches incomplete user profiles by utilizing collaborative information from neighbor users as well as current dialogues. The latter uses the enriched profiles to update the current user query so as to encode more useful information, based on which a personalized response to a user request is selected. We conduct extensive experiments on the personalized bAbI dialogue benchmark datasets. We find that CoMemNN is able to enrich user profiles effectively, which results in an improvement of 3.06% in terms of response selection accuracy compared to state-of-the-art methods. We also test the robustness of CoMemNN against incompleteness of user profiles by randomly discarding attribute values from user profiles. Even when discarding 50% of the attribute values, CoMemNN is able to match the performance of the best performing baseline without discarding user profiles, showing the robustness of CoMemNN.

📄 PDF Abstract BibTeX arXiv:2102.08322

Code (1)

Jiahuan-Pei/CoMemNN 공식 구현 pytorch

Tasks

AttributeTask-Oriented Dialogue Systems

Methods 이 논문이 사용한 방법론

Memory Network 설명 없음

Similar Papers 제목 키워드 기반

Mem-PAL: Towards Memory-based Personalized Dialogue Assistants for Long-term User-Agent Interaction

2025-11-17 · Zhaopei Huang, Qifeng Dai, Guozheng Wu, Xiaopeng Wu 외 arxiv

With the rise of smart personal devices, service-oriented human-agent interactions have become increasingly prevalent. This trend highlights the need for personalized dialogue assistants that can understand user-specific…

Response Generation

Personalizing a Dialogue System with Transfer Reinforcement Learning

2016-10-10 · Kaixiang Mo, Shuangyin Li, Yu Zhang, Jiajun Li 외

It is difficult to train a personalized task-oriented dialogue system because the data collected from each individual is often insufficient. Personalized dialogue systems trained on a small dataset can overfit and make i…

reinforcement-learningReinforcement LearningReinforcement Learning (RL)Transfer Learning+1

Target-oriented Proactive Dialogue Systems with Personalization: Problem Formulation and Dataset Curation

2023-10-11 · Jian Wang, Yi Cheng, Dongding Lin, Chak Tou Leong 외

Target-oriented dialogue systems, designed to proactively steer conversations toward predefined targets or accomplish specific system-side goals, are an exciting area in conversational AI. In this work, by formulating a …

An Analysis of the Effect of Emotional Speech Synthesis on Non-Task-Oriented Dialogue System

2018-07-01 · WS 2018 7 · Yuya Chiba, Takashi Nose, Taketo Kase, Mai Yamanaka 외

This paper explores the effect of emotional speech synthesis on a spoken dialogue system when the dialogue is non-task-oriented. Although the use of emotional speech responses have been shown to be effective in a limited…

Dialogue ManagementEmotional Speech SynthesisManagementSpeech Synthesis+2

Is Information Density Uniform in Task-Oriented Dialogues?

2021-11-01 · EMNLP 2021 11 · Mario Giulianelli, Arabella Sinclair, Raquel Fernández

The Uniform Information Density principle states that speakers plan their utterances to reduce fluctuations in the density of the information transmitted. In this paper, we test whether, and within which contextual units…