CEDR: Contextualized Embeddings For Document Ranking | Awesome LLM Papers Add your paper to Awesome LLM Papers

CEDR: Contextualized Embeddings For Document Ranking

Sean MacAvaney, Andrew Yates, Arman Cohan, Nazli Goharian . SIGIR '19: The 42nd International ACM SIGIR Conference on Research and Development in Information Retrieval 2019 – 182 citations

[Paper]   Search on Google Scholar   Search on Semantic Scholar
Compositional Generalization Interdisciplinary Approaches Model Architecture Multimodal Semantic Representation RAG SIGIR

Although considerable attention has been given to neural ranking architectures recently, far less attention has been paid to the term representations that are used as input to these models. In this work, we investigate how two pretrained contextualized language models (ELMo and BERT) can be utilized for ad-hoc document ranking. Through experiments on TREC benchmarks, we find that several existing neural ranking architectures can benefit from the additional context provided by contextualized language models. Furthermore, we propose a joint approach that incorporates BERT’s classification vector into existing neural models and show that it outperforms state-of-the-art ad-hoc ranking baselines. We call this joint approach CEDR (Contextualized Embeddings for Document Ranking). We also address practical challenges in using these models for ranking, including the maximum input length imposed by BERT and runtime performance impacts of contextualized language models.

Similar Work