paper-with-me

홈 › Papers

ReTreever: Tree-based Coarse-to-Fine Representations for Retrieval

2025-02-11 · Shubham Gupta, Zichao Li, Tianyi Chen, Cem Subakan, Siva Reddy, Perouz Taslakian, Valentina Zantedeschi

Document retrieval is a core component of question-answering systems, as it enables conditioning answer generation on new and large-scale corpora. While effective, the standard practice of encoding documents into high-dimensional embeddings for similarity search entails large memory and compute footprints, and also makes it hard to inspect the inner workings of the system. In this paper, we propose a tree-based method for organizing and representing reference documents at various granular levels, which offers the flexibility to balance cost and utility, and eases the inspection of the corpus content and retrieval operations. Our method, called ReTreever, jointly learns a routing function per internal node of a binary tree such that query and reference documents are assigned to similar tree branches, hence directly optimizing for retrieval performance. Our evaluations show that ReTreever generally preserves full representation accuracy. Its hierarchical structure further provides strong coarse representations and enhances transparency by indirectly learning meaningful semantic groupings. Among hierarchical retrieval methods, ReTreever achieves the best retrieval accuracy at the lowest latency, proving that this family of techniques can be viable in practical applications.

📄 PDF Abstract BibTeX arXiv:2502.07971

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Tree Cross Attention

2023-09-29 · Leo Feng, Frederick Tung, Hossein Hajimirsadeghi, Yoshua Bengio 외

Cross Attention is a popular method for retrieving information from a set of context tokens for making predictions. At inference time, for each prediction, Cross Attention scans the full set of $\mathcal{O}(N)$ tokens. I…

Coarse-Tuning for Ad-hoc Document Retrieval Using Pre-trained Language Models

2024-03-25 · Atsushi Keyaki, Ribeka Keyaki

Fine-tuning in information retrieval systems using pre-trained language models (PLM-based IR) requires learning query representations and query-document relations, in addition to downstream task-specific learning. This s…

Information RetrievalRetrieval

X-CLIP: End-to-End Multi-grained Contrastive Learning for Video-Text Retrieval

2022-07-15 · Yiwei Ma, Guohai Xu, Xiaoshuai Sun, Ming Yan 외

Video-text retrieval has been a crucial and fundamental task in multi-modal research. The development of video-text retrieval has been considerably promoted by large-scale multi-modal contrastive pre-training, which prim…

Contrastive LearningRetrievalText RetrievalVideo Retrieval+1

Hierarchical Semantic Retrieval with Cobweb

2025-10-02 · Anant Gupta, Karthik Singaravadivelan, Zekun Wang arxiv

Neural document retrieval often treats a corpus as a flat cloud of vectors scored at a single granularity, leaving corpus structure underused and explanations opaque. We use Cobweb--a hierarchy-aware framework--to organi…

Semantic Retrieval

Efficient Token-Guided Image-Text Retrieval with Consistent Multimodal Contrastive Training

2023-06-15 · Chong Liu, Yuqi Zhang, Hongsong Wang, Weihua Chen 외

Image-text retrieval is a central problem for understanding the semantic relationship between vision and language, and serves as the basis for various visual and language tasks. Most previous works either simply learn co…

Image-text RetrievalRepresentation LearningRetrievalText Retrieval