SOTAVerified

Unsupervised Document Expansion for Information Retrieval with Stochastic Text Generation

2021-05-03NAACL (sdp) 2021Code Available0· sign in to hype

Soyeong Jeong, Jinheon Baek, ChaeHun Park, Jong C. Park

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

One of the challenges in information retrieval (IR) is the vocabulary mismatch problem, which happens when the terms between queries and documents are lexically different but semantically similar. While recent work has proposed to expand the queries or documents by enriching their representations with additional relevant terms to address this challenge, they usually require a large volume of query-document pairs to train an expansion model. In this paper, we propose an Unsupervised Document Expansion with Generation (UDEG) framework with a pre-trained language model, which generates diverse supplementary sentences for the original document without using labels on query-document pairs for training. For generating sentences, we further stochastically perturb their embeddings to generate more diverse sentences for document expansion. We validate our framework on two standard IR benchmark datasets. The results show that our framework significantly outperforms relevant expansion baselines for IR.

Tasks

Reproductions