CLIRSDASApr 2, 2024

Transforming LLMs into Cross-modal and Cross-lingual Retrieval Systems

CMU
arXiv:2404.01616v328 citationsh-index: 19IWSLT
Originality Highly original
AI Analysis

This work addresses the challenge of matching speech and text across many languages for retrieval applications, offering a novel approach that leverages LLMs without requiring speech data during pre-training.

The paper tackled the problem of cross-modal and cross-lingual retrieval by using LLMs to initialize multi-modal dual encoder systems, achieving a 10% absolute improvement in Recall@1 across 102 languages despite training on only 21 languages.

Large language models (LLMs) are trained on text-only data that go far beyond the languages with paired speech and text data. At the same time, Dual Encoder (DE) based retrieval systems project queries and documents into the same embedding space and have demonstrated their success in retrieval and bi-text mining. To match speech and text in many languages, we propose using LLMs to initialize multi-modal DE retrieval systems. Unlike traditional methods, our system doesn't require speech data during LLM pre-training and can exploit LLM's multilingual text understanding capabilities to match speech and text in languages unseen during retrieval training. Our multi-modal LLM-based retrieval system is capable of matching speech and text in 102 languages despite only training on 21 languages. Our system outperforms previous systems trained explicitly on all 102 languages. We achieve a 10% absolute improvement in Recall@1 averaged across these languages. Additionally, our model demonstrates cross-lingual speech and text matching, which is further enhanced by readily available machine translation data.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes