IROct 20, 2020

PROP: Pre-training with Representative Words Prediction for Ad-hoc Retrieval

arXiv:2010.10137v3106 citationsHas Code
Originality Incremental advance
AI Analysis

This addresses the problem of improving retrieval performance for information retrieval systems, but it is incremental as it builds on existing pre-trained models like BERT.

The paper tackles the lack of pre-training objectives tailored for ad-hoc retrieval by proposing PROP, which uses a representative words prediction task based on query likelihood models, and achieves significant improvements over baselines in downstream tasks, including under zero- and low-resource settings.

Recently pre-trained language representation models such as BERT have shown great success when fine-tuned on downstream tasks including information retrieval (IR). However, pre-training objectives tailored for ad-hoc retrieval have not been well explored. In this paper, we propose Pre-training with Representative wOrds Prediction (PROP) for ad-hoc retrieval. PROP is inspired by the classical statistical language model for IR, specifically the query likelihood model, which assumes that the query is generated as the piece of text representative of the "ideal" document. Based on this idea, we construct the representative words prediction (ROP) task for pre-training. Given an input document, we sample a pair of word sets according to the document language model, where the set with higher likelihood is deemed as more representative of the document. We then pre-train the Transformer model to predict the pairwise preference between the two word sets, jointly with the Masked Language Model (MLM) objective. By further fine-tuning on a variety of representative downstream ad-hoc retrieval tasks, PROP achieves significant improvements over baselines without pre-training or with other pre-training methods. We also show that PROP can achieve exciting performance under both the zero- and low-resource IR settings. The code and pre-trained models are available at https://github.com/Albert-Ma/PROP.

Code Implementations1 repo
Foundations

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

Your Notes