Test-Time Training for Zero-Resource Dense Retrieval Reranking

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

Summary

DART (Dense Adaptive Reranking at Test-time) addresses the challenge of effective reranking in zero-resource dense retrieval, where existing cross-encoders require costly supervised training and incur high latency, and unsupervised BM25 reranking often degrades performance. This method resolves the dilemma by adapting the scoring function at inference time. For each query, DART uses top-ranked documents as pseudo-positive examples and bottom-ranked as pseudo-negative examples to adapt a bilinear scoring matrix W via a small number of gradient updates. It further introduces a confidence-weighted margin loss and a cross-query momentum buffer for warm-starting adaptation. On six BEIR benchmarks, DART achieved a +2.1% mean per-dataset relative NDCG@10 gain over the dense retrieval baseline, with under 10ms additional latency per query, demonstrating strong zero-shot enhancement and cross-domain generalization.

Key takeaway

For Machine Learning Engineers optimizing dense retrieval in zero-resource environments, DART offers a compelling solution. You can significantly enhance reranking performance and cross-domain generalization without incurring high latency or requiring extensive supervised training. Consider integrating test-time adaptation techniques like DART to achieve a +2.1% NDCG@10 gain with minimal overhead.

Key insights

Adapting dense retrieval scoring at test-time with pseudo-labels improves zero-resource reranking performance.

Principles

Method

DART adapts a bilinear scoring matrix W at inference time using pseudo-positive/negative examples from ranked documents, applying gradient updates, a confidence-weighted margin loss, and a cross-query momentum buffer.

In practice

Topics

Best for: AI Engineer, Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.