IRCLLGMLSep 19, 2025

Hierarchical Retrieval: The Geometry and a Pretrain-Finetune Recipe

arXiv:2509.16411v14 citationsh-index: 38
Originality Incremental advance
AI Analysis

This addresses a specific bottleneck in information retrieval for hierarchical datasets, such as WordNet and shopping queries, with incremental improvements to existing methods.

The paper tackles the limitation of dual encoder models in hierarchical retrieval, where retrieval accuracy degrades for distant documents, and introduces a pretrain-finetune recipe that boosts recall on long-distance pairs from 19% to 76%.

Dual encoder (DE) models, where a pair of matching query and document are embedded into similar vector representations, are widely used in information retrieval due to their simplicity and scalability. However, the Euclidean geometry of the embedding space limits the expressive power of DEs, which may compromise their quality. This paper investigates such limitations in the context of hierarchical retrieval (HR), where the document set has a hierarchical structure and the matching documents for a query are all of its ancestors. We first prove that DEs are feasible for HR as long as the embedding dimension is linear in the depth of the hierarchy and logarithmic in the number of documents. Then we study the problem of learning such embeddings in a standard retrieval setup where DEs are trained on samples of matching query and document pairs. Our experiments reveal a lost-in-the-long-distance phenomenon, where retrieval accuracy degrades for documents further away in the hierarchy. To address this, we introduce a pretrain-finetune recipe that significantly improves long-distance retrieval without sacrificing performance on closer documents. We experiment on a realistic hierarchy from WordNet for retrieving documents at various levels of abstraction, and show that pretrain-finetune boosts the recall on long-distance pairs from 19% to 76%. Finally, we demonstrate that our method improves retrieval of relevant products on a shopping queries dataset.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes