IRAICLAug 11, 2017

Learning to Attend, Copy, and Generate for Session-Based Query Suggestion

arXiv:1708.03418v4121 citations
AI Analysis

This work addresses the challenge of helping users refine their search queries during sessions, though it is incremental as it builds on existing sequence-to-sequence and attention methods.

The paper tackles the problem of generating query suggestions within search sessions by proposing a sequence-to-sequence model with query-aware attention and a copy mechanism, which outperforms baselines in generating and scoring queries.

Users try to articulate their complex information needs during search sessions by reformulating their queries. To make this process more effective, search engines provide related queries to help users in specifying the information need in their search process. In this paper, we propose a customized sequence-to-sequence model for session-based query suggestion. In our model, we employ a query-aware attention mechanism to capture the structure of the session context. is enables us to control the scope of the session from which we infer the suggested next query, which helps not only handle the noisy data but also automatically detect session boundaries. Furthermore, we observe that, based on the user query reformulation behavior, within a single session a large portion of query terms is retained from the previously submitted queries and consists of mostly infrequent or unseen terms that are usually not included in the vocabulary. We therefore empower the decoder of our model to access the source words from the session context during decoding by incorporating a copy mechanism. Moreover, we propose evaluation metrics to assess the quality of the generative models for query suggestion. We conduct an extensive set of experiments and analysis. e results suggest that our model outperforms the baselines both in terms of the generating queries and scoring candidate queries for the task of query suggestion.

Foundations

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

Your Notes