AIJan 29, 2023

HeroNet: A Hybrid Retrieval-Generation Network for Conversational Bots

arXiv:2301.12400v2h-index: 11Has Code
Originality Incremental advance
AI Analysis

This work addresses the challenge of building more effective conversational bots for applications like information searching and question answering, but it is incremental as it builds on existing retrieval and generation methods.

The authors tackled the problem of combining retrieval-based and generation-based approaches for conversational bots by proposing HeroNet, a hybrid network that uses multi-task learning, adversarial training, and knowledge integration, achieving improved performance on an open dataset.

Using natural language, Conversational Bot offers unprecedented ways to many challenges in areas such as information searching, item recommendation, and question answering. Existing bots are usually developed through retrieval-based or generative-based approaches, yet both of them have their own advantages and disadvantages. To assemble this two approaches, we propose a hybrid retrieval-generation network (HeroNet) with the three-fold ideas: 1). To produce high-quality sentence representations, HeroNet performs multi-task learning on two subtasks: Similar Queries Discovery and Query-Response Matching. Specifically, the retrieval performance is improved while the model size is reduced by training two lightweight, task-specific adapter modules that share only one underlying T5-Encoder model. 2). By introducing adversarial training, HeroNet is able to solve both retrieval\&generation tasks simultaneously while maximizing performance of each other. 3). The retrieval results are used as prior knowledge to improve the generation performance while the generative result are scored by the discriminator and their scores are integrated into the generator's cross-entropy loss function. The experimental results on a open dataset demonstrate the effectiveness of the HeroNet and our code is available at https://github.com/TempHero/HeroNet.git

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes