Query-oriented Data Augmentation for Session Search
Haonan Chen, Zhicheng Dou, Yutao Zhu, Ji-Rong Wen

TL;DR
This paper introduces query-oriented data augmentation for session search, generating new training pairs by modifying the current query to improve relevance modeling and understanding of user search behavior.
Contribution
It proposes a novel data augmentation method that alters the current query to create additional training pairs, capturing the symmetric relevance between session context and documents.
Findings
Enhanced model performance on public search logs
Effective learning of relevance variation with session context
Improved understanding of user search patterns
Abstract
Modeling contextual information in a search session has drawn more and more attention when understanding complex user intents. Recent methods are all data-driven, i.e., they train different models on large-scale search log data to identify the relevance between search contexts and candidate documents. The common training paradigm is to pair the search context with different candidate documents and train the model to rank the clicked documents higher than the unclicked ones. However, this paradigm neglects the symmetric nature of the relevance between the session context and document, i.e., the clicked documents can also be paired with different search contexts when training. In this work, we propose query-oriented data augmentation to enrich search logs and empower the modeling. We generate supplemental training pairs by altering the most important part of a search context, i.e., the…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Database Systems and Queries · Distributed and Parallel Computing Systems · Service-Oriented Architecture and Web Services
MethodsSoftmax · Attention Is All You Need
