IR2: Information Regularization for Information Retrieval
Jianyou Wang, Kaicheng Wang, Xiaoyue Wang, Weili Cao, Ramamohan Paturi, Leon Bergen
TL;DR
IR2 addresses information retrieval under data scarcity by regularizing synthetic query generation to mitigate overfitting. It introduces three regularization methods—Input Document Regularization, Instruction Regularization, and Output Query Regularization—applied at different stages of the synthetic data pipeline, with instruction+query regularization often delivering the strongest gains. Across three challenging IR benchmarks (DORIS-MAE, ArguAna, WhatsThatBook) and four embedding models, IR2 yields consistent retrieval improvements and substantial cost savings compared with prior synthetic generation approaches. This work provides a systematic framework for enhancing synthetic data for complex-query IR under limited data, with practical implications for faster, cheaper, and more robust retrieval systems.
Abstract
Effective information retrieval (IR) in settings with limited training data, particularly for complex queries, remains a challenging task. This paper introduces IR2, Information Regularization for Information Retrieval, a technique for reducing overfitting during synthetic data generation. This approach, representing a novel application of regularization techniques in synthetic data creation for IR, is tested on three recent IR tasks characterized by complex queries: DORIS-MAE, ArguAna, and WhatsThatBook. Experimental results indicate that our regularization techniques not only outperform previous synthetic query generation methods on the tasks considered but also reduce cost by up to 50%. Furthermore, this paper categorizes and explores three regularization methods at different stages of the query synthesis pipeline-input, prompt, and output-each offering varying degrees of performance improvement compared to models where no regularization is applied. This provides a systematic approach for optimizing synthetic data generation in data-limited, complex-query IR scenarios. All code, prompts and synthetic data are available at https://github.com/Info-Regularization/Information-Regularization.
