RSRank: Learning Relevance from Representational Shifts
Adobe introduces a lightweight reranking framework that learns relevance from the representational shift a document induces in a query's internal state, filtering irrelevant content at a natural zero threshold.
📝 arxiv.org/abs/2606.17468
Non-negative Elastic Net Decoding for Information Retrieval
Introduces a retrieval method that selects documents by jointly reconstructing the query embedding as a sparse non-negative linear combination.
📝 arxiv.org/abs/2606.17910
Understanding and Debugging Failures in N-Gram-Based Generative Retrieval
Presents a taxonomy of generative retrieval failure modes & introduces a web-based tool to analyze generated n-grams and their contribution to ranking.
📝 arxiv.org/abs/2606.17721
👨🏽💻 github.com/adrianmbrach...
Temporal Preference Optimization for Unsupervised Retrieval
Microsoft presents a preference-based training method that injects temporal awareness into unsupervised dense retrievers, helping them favor temporally aligned documents.
📝 arxiv.org/abs/2606.17664
👨🏽💻 github.com/agwaBom/TPOUR
Beyond Parallel Sampling: Diverse Query Initialization for Agentic Search
Diversifies the first-turn query across parallel search rollouts to avoid redundant retrieval, improving multi-hop QA at matched compute.
📝 arxiv.org/abs/2606.17209
👨🏽💻 github.com/cxcscmu/dive...
Beyond Monolingual Deep Research: Evaluating Agents and Retrievers with Cross-Lingual BrowseComp-Plus
Introduces a benchmark that varies the language of supporting evidence while keeping English questions and answers.
📝 arxiv.org/abs/2606.15345
On the Memorization Behavior of LLMs in Generative Recommendation: Observations, Implications, and Training Strategies
Snap shows that LLM recommenders rely heavily on one-hop memorization and teaches them richer relations.
📝 arxiv.org/abs/2606.17276
👨🏽💻 github.com/snap-researc...
Do Generative Recommenders Deepen the Information Cocoon? A Closed-Loop Simulation with LLM-powered User Simulators
Introduces a framework with LLM-powered user agents to study information cocoons in generative recommenders.
📝 arxiv.org/abs/2606.17707
👨🏽💻 github.com/Dregen-Yor/R...
Beyond Positive Signals: Unlocking Implicit Negative Behaviors for Enhanced Sequential User Modeling
Tencent shows that interleaving implicit negative behaviors with positive interactions in user sequences consistently improves CTR prediction.
📝 arxiv.org/abs/2606.15252
DEEPRUBRIC: Evidence-Tree Rubric Supervision for Efficient Reinforcement Learning of Deep Research Agents
Builds an evidence tree to jointly derive training queries and rubrics.
📝 arxiv.org/abs/2606.17029
👨🏽💻 zminghang.github.io/DeepRubric-C...
Sumit
Sumit
Sumit
Sumit
As enterprises deploy RAG-based systems to provide grounded responses to user queries, reranking has become a critical component for the final filtering step that separates relevant from distracting o...
Test-time scaling for agentic search typically increases depth (i.e., more turns and tokens per trajectory) or breadth (i.e., more parallel rollouts). Here we focus on breadth scaling, showing that st...
User behavior sequence modeling has become a central component in modern click-through rate (CTR) prediction. Over the past years, the community has invested substantial effort into improving how sequ...
arxiv.org
Deep research agents synthesize long-form reports by searching and reasoning over retrieved evidence. Reinforcement learning with rubric-based rewards improves these agents by optimizing them against ...
Generative Retrieval (GR) is an emerging Information Retrieval (IR) paradigm that is motivated by increasingly capable language models. In GR, a model directly generates identifiers for relevant docum...
arxiv.org
Generative recommendation (GR) has emerged as a promising direction for recommender systems. Recently, large language models (LLMs) have been increasingly adopted for GR, as their rich pretrained know...
Dense retrieval has become the dominant paradigm in information retrieval, in which each document is scored against a query by the inner product of their vector embeddings, and the top-$k$ documents b...
Deep research agents are increasingly evaluated on their ability to search for evidence, reason over retrieved sources, and produce grounded answers. Existing browsing benchmarks, however, largely ass...
arxiv.org
Unsupervised dense retrievers offer scalability by learning semantic similarity from unlabeled documents via contrastive learning, but they struggle to capture the temporal relevance, retrieving seman...
Recommender systems alleviate information overload, yet repeated feedback between recommendations and user interactions can reinforce existing preferences and narrow users' exposure, forming informati...