paper-with-me

Papers

HeroNet: A Hybrid Retrieval-Generation Network for Conversational Bots

2023-01-29 · Bolin Zhang, Yunzhe Xu, Zhiying Tu, Dianhui Chu

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

📄 PDF Abstract BibTeX arXiv:2301.12400

Code (1)

temphero/heronet 공식 구현 pytorch

Tasks

Multi-Task LearningQuestion AnsweringRetrievalSentence

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar Papers 제목 키워드 기반

Hybrid AI for Responsive Multi-Turn Online Conversations with Novel Dynamic Routing and Feedback Adaptation

2025-06-02 · Priyaranjan Pattnayak, Amit Agarwal, Hansa Meghwani, Hitesh Laxmichand Patel 외

Retrieval-Augmented Generation (RAG) systems and large language model (LLM)-powered chatbots have significantly advanced conversational AI by combining generative capabilities with external knowledge retrieval. Despite t…

Language ModelingLanguage ModellingLarge Language ModelRAG+2

Robust Conversational AI with Grounded Text Generation

2020-09-07 · Jianfeng Gao, Baolin Peng, Chunyuan Li, Jinchao Li 외

This article presents a hybrid approach based on a Grounded Text Generation (GTG) model to building robust task bots at scale. GTG is a hybrid model which uses a large-scale Transformer neural network as its backbone, co…

Text GenerationWorld Knowledge

Hybrid Dialogue State Tracking for Persian Chatbots: A Language Model-Based Approach

2025-10-01 · Samin Mahdipour Aghabagher, Saeedeh Momtazi arxiv

Dialogue State Tracking (DST) is an essential element of conversational AI with the objective of deeply understanding the conversation context and leading it toward answering user requests. Due to high demands for open-d…

Dialogue State TrackingAnswer GenerationIntent DetectionSlot Filling

Sifei at SemEval-2026 Task 8: Hybrid Retrieval and Query Rewriting for Multi-Turn RAG

2026-06-05 · Sifei Meng, Dmitry Ilvovsky arxiv

Multi-turn retrieval-augmented generation (RAG) is challenging due to evolving user intent, conversational noise, and strict context limits. We propose a training-free hybrid retrieval pipeline for SemEval-2026 Task 8 th…

Answer Generation

Comprehensive Comparison of RAG Methods Across Multi-Domain Conversational QA

2026-02-10 · Klejda Alushi, Jan Strich, Chris Biemann, Martin Semmann arxiv

Conversational question answering increasingly relies on retrieval-augmented generation (RAG) to ground large language models (LLMs) in external knowledge. Yet, most existing studies evaluate RAG methods in isolation and…

Conversational Question AnsweringAnswer Generation