Skip to content

Difficulty-Gated Fusion of Reasoning Views for Temporal Retrieval

Jamie Holdcroft, Abdelrahman Abdallah, Adam Jatowt

cs.IRarXiv:2608.08940

Abstract

Reasoning-intensive temporal retrieval requires matching a query to documents whose relevance depends on shared temporal reasoning rather than lexical overlap. Expanding a query into several reformulations that make its temporal intent explicit, and retrieving with each, supplies this reasoning, but fusing the resulting rankings with equal weights wastes accuracy: for any single query, only some reformulations are reliable. We propose query-difficulty-gated fusion of reasoning views. From each view we read an eight-dimensional signature of its score distribution, built from query-performance-prediction quantities such as softmax entropy, score gaps, and dispersion, and a gate of roughly one thousand parameters maps these signatures to per-query view weights. The fused ranking uses no relevance labels at inference, no re-ranking, and no fine-tuning of the retriever; the gate is trained leave-one-task-out. On the Tempo benchmark, the method improves all six retrievers we evaluate, from BERT encoders to 7B decoder retrievers, with the largest gains on the weaker backbones. The strongest retrievers reach 0.297 and 0.303 nDCG@10, and the per-query gain over the original query is significant under a paired bootstrap (p<0.001). A per-query oracle reaches 0.364 against our realized 0.297, exposing headroom that identifies per-query view selection as a concrete next step.

Create a lesson