paper-with-me

Papers

Response-act Guided Reinforced Dialogue Generation for Mental Health Counseling

2023-01-30 · Aseem Srivastava, Ishan Pandey, Md. Shad Akhtar, Tanmoy Chakraborty

Virtual Mental Health Assistants (VMHAs) have become a prevalent method for receiving mental health counseling in the digital healthcare space. An assistive counseling conversation commences with natural open-ended topics to familiarize the client with the environment and later converges into more fine-grained domain-specific topics. Unlike other conversational systems, which are categorized as open-domain or task-oriented systems, VMHAs possess a hybrid conversational flow. These counseling bots need to comprehend various aspects of the conversation, such as dialogue-acts, intents, etc., to engage the client in an effective conversation. Although the surge in digital health research highlights applications of many general-purpose response generation systems, they are barely suitable in the mental health domain -- the prime reason is the lack of understanding in mental health counseling. Moreover, in general, dialogue-act guided response generators are either limited to a template-based paradigm or lack appropriate semantics. To this end, we propose READER -- a REsponse-Act guided reinforced Dialogue genERation model for the mental health counseling conversations. READER is built on transformer to jointly predict a potential dialogue-act d(t+1) for the next utterance (aka response-act) and to generate an appropriate response u(t+1). Through the transformer-reinforcement-learning (TRL) with Proximal Policy Optimization (PPO), we guide the response generator to abide by d(t+1) and ensure the semantic richness of the responses via BERTScore in our reward computation. We evaluate READER on HOPE, a benchmark counseling conversation dataset and observe that it outperforms several baselines across several evaluation metrics -- METEOR, ROUGE, and BERTScore. We also furnish extensive qualitative and quantitative analyses on results, including error analysis, human evaluation, etc.

📄 PDF Abstract BibTeX arXiv:2301.12729

Code (0)

등록된 구현이 없습니다.

Tasks

Dialogue GenerationResponse Generation

Methods 이 논문이 사용한 방법론

HOPE 설명 없음

Similar Papers 제목 키워드 기반

Thinking Clearly, Talking Fast: Concept-Guided Non-Autoregressive Generation for Open-Domain Dialogue Systems

2021-09-09 · EMNLP 2021 11 · Yicheng Zou, Zhihua Liu, Xingwu Hu, Qi Zhang

Human dialogue contains evolving concepts, and speakers naturally associate multiple concepts to compose a response. However, current dialogue models with the seq2seq framework lack the ability to effectively manage conc…

Dialogue Generation

Target-Guided Dialogue Response Generation Using Commonsense and Data Augmentation

2022-05-19 · Findings (NAACL) 2022 7 · Prakhar Gupta, Harsh Jhamtani, Jeffrey P. Bigham

Target-guided response generation enables dialogue systems to smoothly transition a conversation from a dialogue context toward a target sentence. Such control is useful for designing dialogue systems that direct a conve…

Data AugmentationResponse GenerationSentence

Target-Guided Dialogue Response Generation Using Commonsense and Data Augmentation

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

Targeted-guided response generation enables dialogue systems to smoothly guide a conversation from a dialogue context toward a target sentence. Such control is useful for designing dialogue systems that direct a conversa…

Data AugmentationResponse GenerationSentence

Discourse Coherence and Response-Guided Context Rewriting for Multi-Party Dialogue Generation

2026-04-08 · Zhiyu Cao, Peifeng Li, Qiaoming Zhu arxiv

Previous research on multi-party dialogue generation has predominantly leveraged structural information inherent in dialogues to directly inform the generation process. However, the prevalence of colloquial expressions a…

Dialogue GenerationResponse Generation

G4: Grounding-guided Goal-oriented Dialogues Generation with Multiple Documents

2022-05-01 · dialdoc (ACL) 2022 5 · Shiwei Zhang, Yiyang Du, Guanzhong Liu, Zhao Yan 외

Goal-oriented dialogues generation grounded in multiple documents(MultiDoc2Dial) is a challenging and realistic task. Unlike previous works which treat document-grounded dialogue modeling as a machine reading comprehensi…

Machine Reading ComprehensionReading ComprehensionResponse Generation