IRCLMar 22, 2024

Selecting Query-bag as Pseudo Relevance Feedback for Information-seeking Conversations

arXiv:2404.04272v11 citationsh-index: 12
Originality Incremental advance
AI Analysis

This work addresses the need for more accurate and tailored responses in e-commerce dialogue systems, though it is incremental as it builds on existing pretrained models with a novel feedback framework.

The paper tackles the problem of improving response selection in information-seeking dialogue systems by incorporating similar queries as pseudo relevance feedback, achieving superior performance over strong baselines on benchmark datasets.

Information-seeking dialogue systems are widely used in e-commerce systems, with answers that must be tailored to fit the specific settings of the online system. Given the user query, the information-seeking dialogue systems first retrieve a subset of response candidates, then further select the best response from the candidate set through re-ranking. Current methods mainly retrieve response candidates based solely on the current query, however, incorporating similar questions could introduce more diverse content, potentially refining the representation and improving the matching process. Hence, in this paper, we proposed a Query-bag based Pseudo Relevance Feedback framework (QB-PRF), which constructs a query-bag with related queries to serve as pseudo signals to guide information-seeking conversations. Concretely, we first propose a Query-bag Selection module (QBS), which utilizes contrastive learning to train the selection of synonymous queries in an unsupervised manner by leveraging the representations learned from pre-trained VAE. Secondly, we come up with a Query-bag Fusion module (QBF) that fuses synonymous queries to enhance the semantic representation of the original query through multidimensional attention computation. We verify the effectiveness of the QB-PRF framework on two competitive pretrained backbone models, including BERT and GPT-2. Experimental results on two benchmark datasets show that our framework achieves superior performance over strong baselines.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes