Addressee and Response Selection in Multi-Party Conversations with Speaker Interaction RNNs
About
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.
Related benchmarks
| Task | Dataset | Result | Rank | |
|---|---|---|---|---|
| Addressee and Response Selection | Ubuntu Multiparty Conversation Corpus v1 (dev) | ADR-RES6.70e+3 | 34 | |
| Addressee and Response Selection | Ubuntu Multiparty Conversation Corpus v1 (test) | ADR-RES67.3 | 34 | |
| Addressee Recognition | Ouchi and Tsuboi Len-5 (test) | P@175.98 | 13 | |
| Addressee Recognition | Ouchi and Tsuboi Len-10 (test) | P@170.88 | 13 | |
| Addressee Recognition | Ouchi and Tsuboi Len-15 (test) | P@168.13 | 13 | |
| Response Selection | Ubuntu IRC Len-5 (test) | Recall@278.14 | 10 | |
| Response Selection | Ubuntu IRC Len-10 (test) | R@280.34 | 10 | |
| Response Selection | Ubuntu IRC Len-15 (test) | R@280.91 | 10 |