paper-with-me

홈 › Papers

SONAR: Sentence-Level Multimodal and Language-Agnostic Representations

2023-08-22 · Paul-Ambroise Duquenne, Holger Schwenk, Benoît Sagot

We introduce SONAR, a new multilingual and multimodal fixed-size sentence embedding space. Our single text encoder, covering 200 languages, substantially outperforms existing sentence embeddings such as LASER3 and LabSE on the xsim and xsim++ multilingual similarity search tasks. Speech segments can be embedded in the same SONAR embedding space using language-specific speech encoders trained in a teacher-student setting on speech transcription data. Our encoders outperform existing speech encoders on similarity search tasks. We also provide a text decoder for 200 languages, which allows us to perform text-to-text and speech-to-text machine translation, including for zero-shot language and modality combinations. Our text-to-text results are competitive compared to the state-of-the-art NLLB~1B model, despite the fixed-size bottleneck representation. Our zero-shot speech-to-text translation results compare favorably with strong supervised baselines such as Whisper.

📄 PDF Abstract BibTeX arXiv:2308.11466

Code (1)

facebookresearch/sonar 공식 구현 pytorch

Tasks

DecoderMachine TranslationSentenceSentence EmbeddingSentence-EmbeddingSentence EmbeddingsSpeech-to-TextSpeech-to-Text TranslationTranslation

Similar Papers 제목 키워드 기반

SONAR-SLT: Multilingual Sign Language Translation via Language-Agnostic Sentence Embedding Supervision

2025-10-22 · Yasser Hamidullah, Shakib Yazdani, Cennet Oguz, Josef van Genabith 외 arxiv

Sign language translation (SLT) is typically trained with text in a single spoken language, which limits scalability and cross-language generalization. Earlier approaches have replaced gloss supervision with text-based s…

Sign Language Translation

Using Multimodal and Language-Agnostic Sentence Embeddings for Abstractive Summarization

2026-03-09 · Chaimae Chellaf, Salima Mdhaffar, Yannick Estève, Stéphane Huet arxiv

Abstractive summarization aims to generate concise summaries by creating new sentences, allowing for flexible rephrasing. However, this approach can be vulnerable to inaccuracies, particularly `hallucinations' where the …

FLiP: Towards understanding and interpreting multimodal multilingual sentence embeddings

2026-04-20 · Santosh Kesiraju, Bolaji Yusuf, Šimon Sedláček, Oldřich Plchot 외 arxiv

This paper presents factorized linear projection (FLiP) models for understanding pretrained sentence embedding spaces. We train FLiP models to recover the lexical content from multilingual (LaBSE), multimodal (SONAR) and…

Large Concept Models: Language Modeling in a Sentence Representation Space

2024-12-11 · LCM team, Loïc Barrault, Paul-Ambroise Duquenne, Maha Elbayad 외

LLMs have revolutionized the field of artificial intelligence and have emerged as the de-facto tool for many tasks. The current established technology of LLMs is to process input and generate output at the token level. T…

Language ModelingLanguage ModellingSentenceSentence Embedding+2

SONAR-LLM: Autoregressive Transformer that Thinks in Sentence Embeddings and Speaks in Tokens

2025-08-07 · Nikita Dragunov, Temurbek Rahmatullaev, Elizaveta Goncharova, Nikita Kurdiukov 외 arxiv

The recently proposed Large Concept Model (LCM) generates text by predicting a sequence of sentence-level embeddings and training with either mean-squared error or diffusion objectives. We present SONAR-LLM, a decoder-on…