IJCAI 2022poster2 citations

MuiDial: Improving Dialogue Disentanglement with Intent-Based Mutual Learning

Ziyou Jiang, Lin Shi, Celia Chen, Fangwen Mu, Yumin Zhang, Qing Wang

Abstract

The main goal of dialogue disentanglement is to separate the mixed utterances from a chat slice into independent dialogues. Existing models often utilize either an utterance-to-utterance (U2U) prediction to determine whether two utterances that have the “reply-to” relationship belong to one dialogue, or an utterance-to-thread (U2T) prediction to determine which dialogue-thread a given utterance should belong to. Inspired by mutual leaning, we propose MuiDial, a novel dialogue disentanglement model, to exploit the intent of each utterance and feed the intent to a mutual learning U2U-U2T disentanglement model. Experimental results and in-depth analysis on several benchmark datasets demonstrate the effectiveness and generalizability of our approach.

Natural Language Processing: Dialogue and Interactive SystemsNatural Language Processing: ApplicationsNatural Language Processing: Knowledge Extraction
BibTeX
@inproceedings{ijcai2022p578,
  title     = {MuiDial: Improving Dialogue Disentanglement with Intent-Based Mutual Learning},
  author    = {Jiang, Ziyou and Shi, Lin and Chen, Celia and Mu, Fangwen and Zhang, Yumin and Wang, Qing},
  booktitle = {Proceedings of the Thirty-First International Joint Conference on
               Artificial Intelligence, {IJCAI-22}},
  publisher = {International Joint Conferences on Artificial Intelligence Organization},
  editor    = {Lud De Raedt},
  pages     = {4164--4170},
  year      = {2022},
  month     = {7},
  note      = {Main Track},
  doi       = {10.24963/ijcai.2022/578},
  url       = {https://doi.org/10.24963/ijcai.2022/578},
}