paper-with-me

홈 › Papers

Response Enhanced Semi-supervised Dialogue Query Generation

2023-12-20 · Jianheng Huang, Ante Wang, Linfeng Gao, Linfeng Song, Jinsong Su

Leveraging vast and continually updated knowledge from the Internet has been considered an important ability for a dialogue system. Therefore, the dialogue query generation task is proposed for generating search queries from dialogue histories, which will be submitted to a search engine for retrieving relevant websites on the Internet. In this regard, previous efforts were devoted to collecting conversations with annotated queries and training a query producer (QP) via standard supervised learning. However, these studies still face the challenges of data scarcity and domain adaptation. To address these issues, in this paper, we propose a semi-supervised learning framework -- SemiDQG, to improve model performance with unlabeled conversations. Based on the observation that the search query is typically related to the topic of dialogue response, we train a response-augmented query producer (RA) to provide rich and effective training signals for QP. We first apply a similarity-based query selection strategy to select high-quality RA-generated pseudo queries, which are used to construct pseudo instances for training QP and RA. Then, we adopt the REINFORCE algorithm to further enhance QP, with RA-provided rewards as fine-grained training signals. Experimental results and in-depth analysis of three benchmarks show the effectiveness of our framework in cross-domain and low-resource scenarios. Particularly, SemiDQG significantly surpasses ChatGPT and competitive baselines. Our code is available at \url{https://github.com/DeepLearnXMU/SemiDQG}.

📄 PDF Abstract BibTeX arXiv:2312.12713

Code (1)

deeplearnxmu/semidqg 공식 구현 pytorch

Tasks

Domain Adaptation

Methods 이 논문이 사용한 방법론

REINFORCE REINFORCE is a Monte Carlo variant of a policy gradient algorithm in reinforcement learning. The agent collects samples of an episode using its current policy, and uses it to…

Similar Papers 제목 키워드 기반

Query Enhanced Knowledge-Intensive Conversation via Unsupervised Joint Modeling

2022-12-19 · Mingzhu Cai, Siqi Bao, Xin Tian, Huang He 외

In this paper, we propose an unsupervised query enhanced approach for knowledge-intensive conversations, namely QKConv. There are three modules in QKConv: a query generator, an off-the-shelf knowledge selector, and a res…

Conversational Question AnsweringQuestion AnsweringRetrieval

Explicit State Tracking with Semi-Supervision for Neural Dialogue Generation

2018-08-31 · Xisen Jin, Wenqiang Lei, Zhaochun Ren, Hongshen Chen 외

The task of dialogue generation aims to automatically provide responses given previous utterances. Tracking dialogue states is an important ingredient in dialogue generation for estimating users' intention. However, the …

DecoderDialogue GenerationDialogue State Tracking

Search-Engine-augmented Dialogue Response Generation with Cheaply Supervised Query Production

2023-02-16 · Ante Wang, Linfeng Song, Qi Liu, Haitao Mi 외

Knowledge-aided dialogue response generation aims at augmenting chatbots with relevant external knowledge in the hope of generating more informative responses. The majority of previous work assumes that the relevant know…

ArticlesChatbotResponse Generation

A Semi-supervised Scalable Unified Framework for E-commerce Query Classification

2025-06-26 · Chunyuan Yuan, Chong Zhang, Zheng Fang, Ming Pang 외

Query classification, including multiple subtasks such as intent and category prediction, is vital to e-commerce applications. E-commerce queries are usually short and lack context, and the information between labels can…

ClassificationWorld Knowledge

KG-ECO: Knowledge Graph Enhanced Entity Correction for Query Rewriting

2023-02-21 · Jinglun Cai, Mingda Li, Ziyan Jiang, Eunah Cho 외

Query Rewriting (QR) plays a critical role in large-scale dialogue systems for reducing frictions. When there is an entity error, it imposes extra challenges for a dialogue system to produce satisfactory responses. In th…

Entity RetrievalFew-Shot LearningRe-RankingRetrieval