Views
No views yet
plaidx-large-rus-tdist-mt5xxl-engeng is trained with KL-Divergence from the mt5xxl MonoT5 reranker inferenced on
English MS MARCO training queries and English passages.pip install PLAID-X==0.3.11from colbert.modeling.checkpoint import Checkpoint
2from colbert.infra import ColBERTConfig
3
4Checkpoint('hltcoe/plaidx-large-rus-tdist-mt5xxl-engeng', colbert_config=ColBERTConfig())1@inproceedings{colbert-x,
2 author = {Suraj Nair and Eugene Yang and Dawn Lawrie and Kevin Duh and Paul McNamee and Kenton Murray and James Mayfield and Douglas W. Oard},
3 title = {Transfer Learning Approaches for Building Cross-Language Dense Retrieval Models},
4 booktitle = {Proceedings of the 44th European Conference on Information Retrieval (ECIR)},
5 year = {2022},
6 url = {https://arxiv.org/abs/2201.08471}
7}1@inproceedings{translate-distill,
2 author = {Eugene Yang and Dawn Lawrie and James Mayfield and Douglas W. Oard and Scott Miller},
3 title = {Translate-Distill: Learning Cross-Language Dense Retrieval by Translation and Distillation},
4 booktitle = {Proceedings of the 46th European Conference on Information Retrieval (ECIR)},
5 year = {2024},
6 url = {https://arxiv.org/abs/2401.04810}
7}