Views
No views yet
plaidx-large-clef-mtd-round-robin-entries-mt5xxl-engeng is trained with KL-Divergence from the mt5xxl MonoT5 reranker
unicamp-dl/mt5-13b-mmarco-100k
inferenced on English MS MARCO training queries and passages.
The teacher scores can be found in
hltcoe/tdist-msmarco-scores.round-robin-entires, see below)mix-passages: languages are randomly assigned to the 6 sampled passages for a given query during training.mix-entries: all passages in the a given query-passage set are randomly assigned to the same language.round-robin-entires: for each query, the query-passage set is repeated n times to iterate through all languages.pip install PLAID-X>=0.3.11from colbert.modeling.checkpoint import Checkpoint
2from colbert.infra import ColBERTConfig
3
4Checkpoint('hltcoe/plaidx-large-clef-mtd-round-robin-entries-mt5xxl-engeng', colbert_config=ColBERTConfig())1@inproceedings{mtt,
2 title = {Neural Approaches to Multilingual Information Retrieval},
3 author = {Dawn Lawrie and Eugene Yang and Douglas W Oard and James Mayfield},
4 booktitle = {Proceedings of the 45th European Conference on Information Retrieval (ECIR)},
5 year = {2023},
6 doi = {10.1007/978-3-031-28244-7_33},
7 url = {https://arxiv.org/abs/2209.01335}
8}1@inproceedings{mtd,
2 author = {Eugene Yang and Dawn Lawrie and James Mayfield},
3 title = {Distillation for Multilingual Information Retrieval},
4 booktitle = {Proceedings of the 47th International ACM SIGIR Conference on Research and Development in Information Retrieval (SIGIR) (Short Paper) (Accepted)},
5 year = {2024}
6 url = {https://arxiv.org/abs/2405.00977}
7}