paper-with-me

홈 › Papers

Addressee and Response Selection in Multi-Party Conversations with Speaker Interaction RNNs

2017-09-12 · Rui Zhang, Honglak Lee, Lazaros Polymenakos, Dragomir Radev

In this paper, we study the problem of addressee and response selection in multi-party conversations. Understanding multi-party conversations is challenging because of complex speaker interactions: multiple speakers exchange messages with each other, playing different roles (sender, addressee, observer), and these roles vary across turns. To tackle this challenge, we propose the Speaker Interaction Recurrent Neural Network (SI-RNN). Whereas the previous state-of-the-art system updated speaker embeddings only for the sender, SI-RNN uses a novel dialog encoder to update speaker embeddings in a role-sensitive way. Additionally, unlike the previous work that selected the addressee and response separately, SI-RNN selects them jointly by viewing the task as a sequence prediction problem. Experimental results show that SI-RNN significantly improves the accuracy of addressee and response selection, particularly in complex conversations with many speakers and responses to distant messages many turns in the past.

📄 PDF Abstract BibTeX arXiv:1709.04005

Code (1)

ryanzhumich/sirnn 공식 구현

Tasks

Conversational Response Selection

Similar Papers 제목 키워드 기반

Do LLMs suffer from Multi-Party Hangover? A Diagnostic Approach to Addressee Recognition and Response Selection in Conversations

2024-09-27 · Nicolò Penzo, Maryam Sajedinia, Bruno Lepri, Sara Tonelli 외

Assessing the performance of systems to classify Multi-Party Conversations (MPC) is challenging due to the interconnection between linguistic and structural characteristics of conversations. Conventional evaluation metho…

Diagnostic

Addressee and Response Selection for Multi-Party Conversation

2016-11-01 · EMNLP 2016 11 · Hiroki Ouchi, Yuta Tsuboi
Conversational Response SelectionShort-Text Conversation

Who Is Speaking to Whom? Learning to Identify Utterance Addressee in Multi-Party Conversations

2019-11-01 · IJCNLP 2019 11 · Ran Le, Wenpeng Hu, Mingyue Shang, Zhenjun You 외

Previous research on dialogue systems generally focuses on the conversation between two participants, yet multi-party conversations which involve more than two participants within one session bring up a more complicated …

HeterMPC: A Heterogeneous Graph Neural Network for Response Generation in Multi-Party Conversations

2022-03-16 · ACL 2022 5 · Jia-Chen Gu, Chao-Hong Tan, Chongyang Tao, Zhen-Hua Ling 외

Recently, various response generation models for two-party conversations have achieved impressive improvements, but less effort has been paid to multi-party conversations (MPCs) which are more practical and complicated. …

Graph Neural NetworkResponse Generation

MADNet: Maximizing Addressee Deduction Expectation for Multi-Party Conversation Generation

2023-05-22 · Jia-Chen Gu, Chao-Hong Tan, Caiyuan Chu, Zhen-Hua Ling 외

Modeling multi-party conversations (MPCs) with graph neural networks has been proven effective at capturing complicated and graphical information flows. However, existing methods rely heavily on the necessary addressee l…