A RAG pipeline using ColBERT/PLAID-X retrieval, LLM-generated queries, embedding-based snippet filtering, and Falcon3 answer generation scored 1.07 on LiveRAG automatic correctness and placed fifth.
Transfer Learning Approaches for Building Cross-Language Dense Retrieval Models
1 Pith paper cite this work. Polarity classification is still indexing.
abstract
The advent of transformer-based models such as BERT has led to the rise of neural ranking models. These models have improved the effectiveness of retrieval systems well beyond that of lexical term matching models such as BM25. While monolingual retrieval tasks have benefited from large-scale training collections such as MS MARCO and advances in neural architectures, cross-language retrieval tasks have fallen behind these advancements. This paper introduces ColBERT-X, a generalization of the ColBERT multi-representation dense retrieval model that uses the XLM-RoBERTa (XLM-R) encoder to support cross-language information retrieval (CLIR). ColBERT-X can be trained in two ways. In zero-shot training, the system is trained on the English MS MARCO collection, relying on the XLM-R encoder for cross-language mappings. In translate-train, the system is trained on the MS MARCO English queries coupled with machine translations of the associated MS MARCO passages. Results on ad hoc document ranking tasks in several languages demonstrate substantial and statistically significant improvements of these trained dense retrieval models over traditional lexical CLIR baselines.
citation-role summary
citation-polarity summary
fields
cs.IR 1years
2025 1verdicts
CONDITIONAL 1roles
background 1polarities
unclear 1representative citing papers
citing papers explorer
-
HLTCOE at LiveRAG: GPT-Researcher using ColBERT retrieval
A RAG pipeline using ColBERT/PLAID-X retrieval, LLM-generated queries, embedding-based snippet filtering, and Falcon3 answer generation scored 1.07 on LiveRAG automatic correctness and placed fifth.