# CEDR: Contextualized Embeddings for Document Ranking

**Authors:** Sean MacAvaney, Andrew Yates, Arman Cohan, Nazli Goharian

arXiv: 1904.07094 · 2019-08-20

## TL;DR

This paper introduces CEDR, a novel document ranking method that leverages BERT's contextualized embeddings to improve ranking accuracy, addressing practical challenges like input length and runtime performance.

## Contribution

The paper proposes CEDR, a joint approach integrating BERT's classification vector into neural ranking models, achieving superior performance over existing baselines.

## Key findings

- CEDR outperforms state-of-the-art ad-hoc ranking baselines.
- Utilizing BERT's contextualized embeddings enhances neural ranking models.
- Practical challenges like input length and runtime are addressed effectively.

## Abstract

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.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1904.07094/full.md

## Figures

4 figures with captions in the complete paper: https://tomesphere.com/paper/1904.07094/full.md

## References

25 references — full list in the complete paper: https://tomesphere.com/paper/1904.07094/full.md

---
Source: https://tomesphere.com/paper/1904.07094