Towards a Relevance Posterior in Neural Information Access

📅 2026-07-26
📈 Citations: 0
Influential: 0
📄 PDF
🤖 AI Summary
This work addresses the limitations of existing neural retrieval systems, which model relevance as online scoring conditioned on queries and struggle to integrate efficiently into multi-stage, computationally expensive retrieval pipelines. The authors propose reframing relevance as a posterior inference process, explicitly decomposing it into a query-dependent relevance likelihood and a learnable, query-agnostic document prior. This decomposition enables both modeling disentanglement and computational optimization within a probabilistic retrieval framework. By introducing offline prior learning and an online score fusion mechanism, the approach significantly improves retrieval effectiveness on TREC Deep Learning Track 2019/2020 benchmarks: the prior-enhanced first-stage retrieval achieves up to a 0.046 gain in nDCG@10, which further increases to 0.054 when combined with the RankZephyr reranker.
📝 Abstract
Modern information retrieval systems typically operationalise relevance as a query-conditional score computed at inference time. This design choice has become dominant such that alternative decompositions of relevance are rarely discussed, despite the long history of document and query priors in probabilistic retrieval and large-scale search. As neural ranking models grow more computationally expensive and retrieval pipelines expand to include multi-stage ranking, recommendation, and retrieval-augmented generation, this monolithic view of query-time scoring becomes increasingly limiting. We argue that modern information access systems are more naturally understood as performing approximate posterior inference, in which relevance is refined through a staged combination of query-dependent likelihoods and query-independent priors. We extend classical probabilistic retrieval formalisms to contemporary learned systems and show how explicit likelihood-prior decomposition exposes new opportunities to shift computation offline while disentangling document-level and interaction-level beliefs. We present empirical evidence that incorporating query-independent document utility can complement existing rankers and improve effectiveness with minimal query-time computation (solely score fusion). Concretely, a learned prior improves first-stage retrieval through rank fusion (up to 0.046 nDCG@10 on TREC DL-2019 and 0.029 nDCG@10 on TREC DL-2020) and also improves downstream re-ranking, with the largest gains observed for the LLM re-ranker RankZephyr (up to 0.054 nDCG@10 on TREC DL-2020). Finally, we discuss how this decomposition connects to broader information access and outline research directions for designing retrieval systems that explicitly allocate modelling capacity between offline priors and online interaction.
Problem

Research questions and friction points this paper is trying to address.

relevance
neural information retrieval
query-independent prior
posterior inference
multi-stage ranking
Innovation

Methods, ideas, or system contributions that make the work stand out.

relevance posterior
likelihood-prior decomposition
query-independent prior
neural information retrieval
offline-online computation allocation
🔎 Similar Papers
2024-05-03Annual International ACM SIGIR Conference on Research and Development in Information RetrievalCitations: 2