Building an Efficient and Effective Retrieval-based Dialogue System via Mutual Learning
Chongyang Tao, Jiazhan Feng, Chang Liu, Juntao Li, Xiubo Geng, Daxin, Jiang

TL;DR
This paper introduces a hybrid retrieval-based dialogue system combining bi-encoders and cross-encoders, trained via mutual learning, to achieve both efficiency and high accuracy in response selection.
Contribution
It proposes a novel framework that jointly trains a fast bi-encoder and a more accurate cross-encoder using mutual learning, improving retrieval performance in dialogue systems.
Findings
Outperforms traditional models on benchmark datasets.
Achieves a good balance between efficiency and effectiveness.
Demonstrates the benefit of mutual learning in model training.
Abstract
Establishing retrieval-based dialogue systems that can select appropriate responses from the pre-built index has gained increasing attention from researchers. For this task, the adoption of pre-trained language models (such as BERT) has led to remarkable progress in a number of benchmarks. There exist two common approaches, including cross-encoders which perform full attention over the inputs, and bi-encoders that encode the context and response separately. The former gives considerable improvements in accuracy but is often inapplicable in practice for large-scale retrieval given the cost of the full attention required for each sample at test time. The latter is efficient for billions of indexes but suffers from sub-optimal performance. In this work, we propose to combine the best of both worlds to build a retrieval system. Specifically, we employ a fast bi-encoder to replace the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Speech and dialogue systems · Natural Language Processing Techniques
MethodsTest
