Our new X account is live! Follow @wizwand_team for updates
WorkDL logo mark

ConvGQR: Generative Query Reformulation for Conversational Search

About

In conversational search, the user's real search intent for the current turn is dependent on the previous conversation history. It is challenging to determine a good search query from the whole conversation context. To avoid the expensive re-training of the query encoder, most existing methods try to learn a rewriting model to de-contextualize the current query by mimicking the manual query rewriting. However, manually rewritten queries are not always the best search queries. Training a rewriting model on them would limit the model's ability to produce good search queries. Another useful hint is the potential answer to the question. In this paper, we propose ConvGQR, a new framework to reformulate conversational queries based on generative pre-trained language models (PLMs), one for query rewriting and another for generating potential answers. By combining both, ConvGQR can produce better search queries. In addition, to relate query reformulation to retrieval performance, we propose a knowledge infusion mechanism to optimize both query reformulation and retrieval. Extensive experiments on four conversational search datasets demonstrate the effectiveness of ConvGQR.

Fengran Mo, Kelong Mao, Yutao Zhu, Yihong Wu, Kaiyu Huang, Jian-Yun Nie• 2023

Related benchmarks

TaskDatasetResultRank
Conversational RetrievalQReCC (test)
Recall@1064.4
43
Conversational Search RetrievalTopiOCQA (test)
MRR25.6
21
Conversational Query RetrievalQReCC
MRR44.1
20
Conversational Query RetrievalTopiOCQA
MRR25.6
20
Dense RetrievalCAsT 19
MRR70.8
7
Dense RetrievalCAsT 20
MRR46.5
7
Showing 6 of 6 rows

Other info

Code

Follow for update