SOTAVerified

Zero-shot Query Contextualization for Conversational Search

2022-04-22Code Available0· sign in to hype

Antonios Minas Krasakis, Andrew Yates, Evangelos Kanoulas

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Current conversational passage retrieval systems cast conversational search into ad-hoc search by using an intermediate query resolution step that places the user's question in context of the conversation. While the proposed methods have proven effective, they still assume the availability of large-scale question resolution and conversational search datasets. To waive the dependency on the availability of such data, we adapt a pre-trained token-level dense retriever on ad-hoc search data to perform conversational search with no additional fine-tuning. The proposed method allows to contextualize the user question within the conversation history, but restrict the matching only between question and potential answer. Our experiments demonstrate the effectiveness of the proposed approach. We also perform an analysis that provides insights of how contextualization works in the latent space, in essence introducing a bias towards salient terms from the conversation.

Tasks

Reproductions