HeroNet: A Hybrid Retrieval-Generation Network for Conversational Bots
Bolin Zhang, Yunzhe Xu, Zhiying Tu, Dianhui Chu

TL;DR
HeroNet is a novel hybrid retrieval-generation network for conversational bots that combines multi-task learning, adversarial training, and prior knowledge integration to enhance response quality and efficiency.
Contribution
It introduces a hybrid model that unifies retrieval and generation tasks using lightweight adapters, adversarial training, and knowledge integration, advancing conversational bot capabilities.
Findings
Improved retrieval and generation performance on open datasets.
Reduced model size with lightweight adapters.
Effective integration of retrieval results into generation.
Abstract
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…
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Natural Language Processing Techniques · Multimodal Machine Learning Applications
MethodsAdapter
