🤖 AI Summary
This paper addresses the problem of noisy search behaviors degrading recommendation performance in search-augmented recommendation systems. To tackle this, we propose the Implicit Cross-Reasoning (ICR) framework, which first models users’ global interests and then iteratively performs implicit reasoning to dynamically identify search signals beneficial for recommendation. ICR innovatively integrates contrastive learning—aligning the reasoning state representations with target item embeddings—and reinforcement learning—optimizing ranking metrics end-to-end—to emulate the human cognitive process of “retrieval → reflection → decision.” Extensive experiments on multiple public benchmarks demonstrate that ICR significantly outperforms state-of-the-art baselines in both recommendation accuracy and robustness, validating its effectiveness in mitigating search noise while enhancing recommendation quality.
📝 Abstract
Search and recommendation (S&R) are fundamental components of modern online platforms, yet effectively leveraging search behaviors to improve recommendation remains a challenging problem. User search histories often contain noisy or irrelevant signals that can even degrade recommendation performance, while existing approaches typically encode S&R histories either jointly or separately without explicitly identifying which search behaviors are truly useful. Inspired by the human decision-making process, where one first identifies recommendation intent and then reasons about relevant evidence, we design a latent cross reasoning framework that first encodes user S&R histories to capture global interests and then iteratively reasons over search behaviors to extract signals beneficial for recommendation. Contrastive learning is employed to align latent reasoning states with target items, and reinforcement learning is further introduced to directly optimize ranking performance. Extensive experiments on public benchmarks demonstrate consistent improvements over strong baselines, validating the importance of reasoning in enhancing search-aware recommendation.