English

Generic Dependency Modeling for Multi-Party Conversation

Computation and Language 2023-02-22 v1

Abstract

To model the dependencies between utterances in multi-party conversations, we propose a simple and generic framework based on the dependency parsing results of utterances. Particularly, we present an approach to encoding the dependencies in the form of relative dependency encoding (ReDE) and illustrate how to implement it in Transformers by modifying the computation of self-attention. Experimental results on four multi-party conversation benchmarks show that this framework successfully boosts the general performance of two Transformer-based language models and leads to comparable or even superior performance compared to the state-of-the-art methods. The codes are available at https://github.com/shenwzh3/ReDE.

Keywords

Cite

@article{arxiv.2302.10680,
  title  = {Generic Dependency Modeling for Multi-Party Conversation},
  author = {Weizhou Shen and Xiaojun Quan and Ke Yang},
  journal= {arXiv preprint arXiv:2302.10680},
  year   = {2023}
}

Comments

Accepted to ICASSP 2023

R2 v1 2026-06-28T08:45:35.443Z