paper-with-me

Papers

Query-oriented Data Augmentation for Session Search

2024-07-04 · Haonan Chen, Zhicheng Dou, Yutao Zhu, Ji-Rong Wen

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 current query, and train our model to rank the generated sequence along with the original sequence. This approach enables models to learn that the relevance of a document may vary as the session context changes, leading to a better understanding of users' search patterns. We develop several strategies to alter the current query, resulting in new training data with varying degrees of difficulty. Through experimentation on two extensive public search logs, we have successfully demonstrated the effectiveness of our model.

📄 PDF Abstract BibTeX arXiv:2407.03720

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationSession Search

Methods 이 논문이 사용한 방법론

Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음

Similar Papers 제목 키워드 기반

UnifiedSSR: A Unified Framework of Sequential Search and Recommendation

2023-10-21 · Jiayi Xie, Shang Liu, Gao Cong, Zhenzhong Chen

In this work, we propose a Unified framework of Sequential Search and Recommendation (UnifiedSSR) for joint learning of user behavior history in both search and recommendation scenarios. Specifically, we consider user-in…

Self-Supervised Learning

Context-Driven Interactive Query Simulations Based on Generative Large Language Models

2023-12-15 · Björn Engelmann, Timo Breuer, Jana Isabelle Friese, Philipp Schaer 외

Simulating user interactions enables a more user-oriented evaluation of information retrieval (IR) systems. While user simulations are cost-efficient and reproducible, many approaches often lack fidelity regarding real u…

Information RetrievalLanguage ModelingLanguage ModellingLarge Language Model+1

Lexical Query Modeling in Session Search

2016-08-23 · Christophe Van Gysel, Evangelos Kanoulas, Maarten de Rijke

Lexical query modeling has been the leading paradigm for session search. In this paper, we analyze TREC session query logs and compare the performance of different lexical matching approaches for session search. Naive me…

Session Search

Simulating Users in Interactive Web Table Retrieval

2023-10-18 · Björn Engelmann, Timo Breuer, Philipp Schaer

Considering the multimodal signals of search items is beneficial for retrieval effectiveness. Especially in web table retrieval (WTR) experiments, accounting for multimodal properties of tables boosts effectiveness. Howe…

RetrievalTable Retrieval

Bridging the Long-Term Gap: A Memory-Active Policy for Multi-Session Task-Oriented Dialogue

2025-05-26 · Yiming Du, Bingbing Wang, Yang He, Bin Liang 외

Existing Task-Oriented Dialogue (TOD) systems primarily focus on single-session dialogues, limiting their effectiveness in long-term memory augmentation. To address this challenge, we introduce a MS-TOD dataset, the firs…