Search papers, labs, and topics across Lattice.
This paper introduces LAMAR, a language-aware multilingual reranker that improves the ordering of semantically relevant documents by incorporating document language into the ranking process. The authors found that existing multilingual rerankers often overlook the importance of document language, which can significantly impact answer generation. LAMAR employs English anchored relevance distillation and preference alignment to enhance language coherence, achieving superior performance in both controlled experiments and practical retrieval settings compared to existing methods.
Reranking documents by language coherence can dramatically improve retrieval performance, as shown by LAMAR's superior results across multiple languages.
In multilingual retrieval augmented generation, a retriever can retrieve relevant documents written in multiple languages, which are subsequently reranked before answer generation. However, it remains unclear whether existing multilingual rerankers consider document language when ordering semantically relevant candidates. Our analysis shows that these rerankers do not consistently prioritize documents written in the same language as the query when semantically equivalent documents are available across languages, even though document language can affect answer generation. We release LAMAR, a language aware multilingual cross encoder trained to account for both semantic relevance and language coherence. LAMAR first uses English anchored relevance distillation to establish consistent relevance scoring across multilingual inputs and then applies preference alignment for language coherence to encourage documents written in the same language as the query to receive higher rankings while retaining semantic relevance. In a controlled experiment designed to assess language coherence, LAMAR achieves the best performance overall and across all languages examined individually. LAMAR also remains competitive on established multilingual reranking benchmarks. In practical retrieval settings, LAMAR achieves the best results across all reported metrics when reranking candidates retrieved in the first stage. These results demonstrate that LAMAR accounts for language coherence while achieving strong performance on general multilingual reranking benchmarks.