CoolFace
Modelpublic

caskcsg/cotmae_base_msmarco_reranker

sourceHugging Faceupdated 4y agoView on Hugging Face
1likes13downloads
Model Card

CoT-MAE MS-Marco Passage Reranker

CoT-MAE is a transformers based Mask Auto-Encoder pretraining architecture designed for Dense Passage Retrieval. CoT-MAE MS-Marco Passage Reranker is a reranker trained with CoT-MAE retriever mined MS-Marco hard negatives using Tevatron toolkit.

Details can be found in our paper and codes.

Paper: ConTextual Mask Auto-Encoder for Dense Passage Retrieval.

Code: caskcsg/ir/cotmae

Scores

MS-Marco Passage full-ranking + top-200 rerank

We first retrieve using CoT-MAE MS-Marco Passage Retriever (named cotmaebasemsmarco_retriever), then use reranker to re-score top-200 retrieval results. Performances are as follows.

MRR @10recall@1recall@50recall@200QueriesRanked
0.438840.3048710.9035820.9567346980

Citations

If you find our work useful, please cite our paper.

bibtex
@misc{https://doi.org/10.48550/arxiv.2208.07670,
  doi = {10.48550/ARXIV.2208.07670},
  url = {https://arxiv.org/abs/2208.07670},
  author = {Wu, Xing and Ma, Guangyuan and Lin, Meng and Lin, Zijia and Wang, Zhongyuan and Hu, Songlin},
  keywords = {Computation and Language (cs.CL), Artificial Intelligence (cs.AI), FOS: Computer and information sciences, FOS: Computer and information sciences},
  title = {ConTextual Mask Auto-Encoder for Dense Passage Retrieval},
  publisher = {arXiv},
  year = {2022},
  copyright = {arXiv.org perpetual, non-exclusive license}
}