IRCVMay 20, 2025

Bridge the Gap between Past and Future: Siamese Model Optimization for Context-Aware Document Ranking

arXiv:2505.14180v1h-index: 9CIKM
Originality Incremental advance
AI Analysis

This work addresses the problem of improving search engine document ranking for users in multi-turn interactions, though it appears incremental as it builds on existing session context methods.

The paper tackles the challenge of capturing evolving user intent in multi-turn search sessions by integrating future contextual information into document ranking, resulting in a ForeRanker model that shows superior performance on benchmark datasets.

In the realm of information retrieval, users often engage in multi-turn interactions with search engines to acquire information, leading to the formation of sequences of user feedback behaviors. Leveraging the session context has proven to be beneficial for inferring user search intent and document ranking. A multitude of approaches have been proposed to exploit in-session context for improved document ranking. Despite these advances, the limitation of historical session data for capturing evolving user intent remains a challenge. In this work, we explore the integration of future contextual information into the session context to enhance document ranking. We present the siamese model optimization framework, comprising a history-conditioned model and a future-aware model. The former processes only the historical behavior sequence, while the latter integrates both historical and anticipated future behaviors. Both models are trained collaboratively using the supervised labels and pseudo labels predicted by the other. The history-conditioned model, referred to as ForeRanker, progressively learns future-relevant information to enhance ranking, while it singly uses historical session at inference time. To mitigate inconsistencies during training, we introduce the peer knowledge distillation method with a dynamic gating mechanism, allowing models to selectively incorporate contextual information. Experimental results on benchmark datasets demonstrate the effectiveness of our ForeRanker, showcasing its superior performance compared to existing methods.

Foundations

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

Your Notes