SOTAVerified

COIL: Revisit Exact Lexical Match in Information Retrieval with Contextualized Inverted List

2021-04-15NAACL 2021Code Available1· sign in to hype

Luyu Gao, Zhuyun Dai, Jamie Callan

Code Available — Be the first to reproduce this paper.

Reproduce

Code

Abstract

Classical information retrieval systems such as BM25 rely on exact lexical match and carry out search efficiently with inverted list index. Recent neural IR models shifts towards soft semantic matching all query document terms, but they lose the computation efficiency of exact match systems. This paper presents COIL, a contextualized exact match retrieval architecture that brings semantic lexical matching. COIL scoring is based on overlapping query document tokens' contextualized representations. The new architecture stores contextualized token representations in inverted lists, bringing together the efficiency of exact match and the representation power of deep language models. Our experimental results show COIL outperforms classical lexical retrievers and state-of-the-art deep LM retrievers with similar or smaller latency.

Tasks

Reproductions