← 返回论文检索
ICLR 2025PosterAccept (Spotlight)

Multi-Field Adaptive Retrieval

Millicent Li, Tongfei Chen, Ben Van Durme, Patrick Xia

Northeastern University · Augment Code · Johns Hopkins / Microsoft · Microsoft

PDF 由论文原始站点提供,PaperCompass 不保存论文文件。

摘要

Document retrieval for tasks such as search and retrieval-augmented generation typically involves datasets that are _unstructured_: free-form text without explicit internal structure in each document. However, documents can have some structure, containing fields such as an article title, a message body, or an HTML header. To address this gap, we introduce Multi-Field Adaptive Retrieval (mFAR), a flexible framework that accommodates any number and any type of document indices on _semi-structured_ data. Our framework consists of two main steps: (1) the decomposition of an existing document into fields, each indexed independently through dense and lexical methods, and (2) learning a model which adaptively predicts the importance of a field by conditioning on the document query, allowing on-the-fly weighting of the most likely field(s). We find that our approach allows for the optimized use of dense versus lexical representations across field types, significantly improves in document ranking over a number of existing retrievers, and achieves state-of-the-art performance for multi-field structured data.