paper-with-me

Papers

Multilingual Sentence-Level Semantic Search using Meta-Distillation Learning

2023-09-15 · Meryem M'hamdi, Jonathan May, Franck Dernoncourt, Trung Bui, Seunghyun Yoon

Multilingual semantic search is the task of retrieving relevant contents to a query expressed in different language combinations. This requires a better semantic understanding of the user's intent and its contextual meaning. Multilingual semantic search is less explored and more challenging than its monolingual or bilingual counterparts, due to the lack of multilingual parallel resources for this task and the need to circumvent "language bias". In this work, we propose an alignment approach: MAML-Align, specifically for low-resource scenarios. Our approach leverages meta-distillation learning based on MAML, an optimization-based Model-Agnostic Meta-Learner. MAML-Align distills knowledge from a Teacher meta-transfer model T-MAML, specialized in transferring from monolingual to bilingual semantic search, to a Student model S-MAML, which meta-transfers from bilingual to multilingual semantic search. To the best of our knowledge, we are the first to extend meta-distillation to a multilingual search application. Our empirical results show that on top of a strong baseline based on sentence transformers, our meta-distillation approach boosts the gains provided by MAML and significantly outperforms naive fine-tuning methods. Furthermore, multilingual meta-distillation learning improves generalization even to unseen languages.

📄 PDF Abstract BibTeX arXiv:2309.08185

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Methods 이 논문이 사용한 방법론

MAML 설명 없음

Similar Papers 제목 키워드 기반

SEEK: Semantic Evidence Extraction via Adaptive ChunKing for Multilingual Fact-Checking

2026-05-26 · Gaurav Kumar, Babu Kumar, Ayush Garg, Aditya Kishore 외 arxiv

Multilingual fact verification requires evidence that is both relevant and sufficiently complete for reliable factuality prediction. However, existing systems often rely on search snippets, sentence-level evidence, or lo…

Fact Verification

Multilingual Representation Distillation with Contrastive Learning

2022-10-10 · Weiting Tan, Kevin Heffernan, Holger Schwenk, Philipp Koehn

Multilingual sentence representations from large models encode semantic information from two or more languages and can be used for different cross-lingual information retrieval and matching tasks. In this paper, we integ…

Contrastive LearningCross-Lingual Information RetrievalInformation RetrievalRetrieval+1

EMMA-X: An EM-like Multilingual Pre-training Algorithm for Cross-lingual Representation Learning

2023-10-26 · NeurIPS 2023 11

Expressing universal semantics common to all languages is helpful in understanding the meanings of complex and culture-specific sentences. The research theme underlying this scenario focuses on learning universal represe…

RelationRelation PredictionRepresentation LearningSentence

SAMU-XLSR: Semantically-Aligned Multimodal Utterance-level Cross-Lingual Speech Representation

2022-05-17 · Sameer Khurana, Antoine Laurent, James Glass

We propose the SAMU-XLSR: Semantically-Aligned Multimodal Utterance-level Cross-Lingual Speech Representation learning framework. Unlike previous works on speech representation learning, which learns multilingual context…

Representation LearningRetrievalSentenceSentence Embedding+6

Emu: Enhancing Multilingual Sentence Embeddings with Semantic Specialization

2019-09-15 · Wataru Hirota, Yoshihiko Suhara, Behzad Golshan, Wang-Chiew Tan

We present Emu, a system that semantically enhances multilingual sentence embeddings. Our framework fine-tunes pre-trained multilingual sentence embeddings using two main components: a semantic classifier and a language …

intent-classificationIntent ClassificationSemantic SimilaritySemantic Textual Similarity+4