Wikiformer: Pre-training with Structured Information of Wikipedia for Ad-hoc Retrieval
Weihang Su, Qingyao Ai, Xiangsheng Li, Jia Chen, Yiqun Liu, Xiaolong Wu, Shengluan Hou
TL;DR
This work tackles ad-hoc information retrieval by leveraging Wikipedia's rich structured information rather than relying solely on plain text. It introduces Wikiformer, a pre-trained model with four objectives—Simulated Re-ranking, Representative Words Identification, Abstract Texts Identification, and Long Texts Matching—that sample pseudo query-document pairs from Wikipedia's titles, abstracts, headings, and See Also links. Empirical results across MS MARCO, TREC DL 2019, TREC Covid, LeCaRD, and CAIL-LCR demonstrate strong zero-shot and fine-tuned performance, including in vertical domains and long-text matching tasks. Ablation analyses confirm that each objective contributes to gains, and the approach shows data-efficient pre-training on structured knowledge.
Abstract
With the development of deep learning and natural language processing techniques, pre-trained language models have been widely used to solve information retrieval (IR) problems. Benefiting from the pre-training and fine-tuning paradigm, these models achieve state-of-the-art performance. In previous works, plain texts in Wikipedia have been widely used in the pre-training stage. However, the rich structured information in Wikipedia, such as the titles, abstracts, hierarchical heading (multi-level title) structure, relationship between articles, references, hyperlink structures, and the writing organizations, has not been fully explored. In this paper, we devise four pre-training objectives tailored for IR tasks based on the structured knowledge of Wikipedia. Compared to existing pre-training methods, our approach can better capture the semantic knowledge in the training corpus by leveraging the human-edited structured data from Wikipedia. Experimental results on multiple IR benchmark datasets show the superior performance of our model in both zero-shot and fine-tuning settings compared to existing strong retrieval baselines. Besides, experimental results in biomedical and legal domains demonstrate that our approach achieves better performance in vertical domains compared to previous models, especially in scenarios where long text similarity matching is needed.
