English

Exploring Dense Retrieval for Dialogue Response Selection

Computation and Language 2022-04-26 v3 Artificial Intelligence

Abstract

Recent progress in deep learning has continuously improved the accuracy of dialogue response selection. In particular, sophisticated neural network architectures are leveraged to capture the rich interactions between dialogue context and response candidates. While remarkably effective, these models also bring in a steep increase in computational cost. Consequently, such models can only be used as a re-rank module in practice. In this study, we present a solution to directly select proper responses from a large corpus or even a nonparallel corpus that only consists of unpaired sentences, using a dense retrieval model. To push the limits of dense retrieval, we design an interaction layer upon the dense retrieval models and apply a set of tailor-designed learning strategies. Our model shows superiority over strong baselines on the conventional re-rank evaluation setting, which is remarkable given its efficiency. To verify the effectiveness of our approach in realistic scenarios, we also conduct full-rank evaluation, where the target is to select proper responses from a full candidate pool that may contain millions of candidates and evaluate them fairly through human annotations. Our proposed model notably outperforms pipeline baselines that integrate fast recall and expressive re-rank modules. Human evaluation results show that enlarging the candidate pool with nonparallel corpora improves response quality further.

Keywords

Cite

@article{arxiv.2110.06612,
  title  = {Exploring Dense Retrieval for Dialogue Response Selection},
  author = {Tian Lan and Deng Cai and Yan Wang and Yixuan Su and Heyan Huang and Xian-Ling Mao},
  journal= {arXiv preprint arXiv:2110.06612},
  year   = {2022}
}

Comments

11 pages, 4 figures, 6 tables

R2 v1 2026-06-24T06:51:17.522Z