paper-with-me

홈 › Papers

MEXMA: Token-level objectives improve sentence representations

2024-09-19 · João Maria Janeiro, Benjamin Piwowarski, Patrick Gallinari, Loïc Barrault

Current pre-trained cross-lingual sentence encoders approaches use sentence-level objectives only. This can lead to loss of information, especially for tokens, which then degrades the sentence representation. We propose MEXMA, a novel approach that integrates both sentence-level and token-level objectives. The sentence representation in one language is used to predict masked tokens in another language, with both the sentence representation and all tokens directly updating the encoder. We show that adding token-level objectives greatly improves the sentence representation quality across several tasks. Our approach outperforms current pre-trained cross-lingual sentence encoders on bi-text mining as well as several downstream tasks. We also analyse the information encoded in our tokens, and how the sentence representation is built from them.

📄 PDF Abstract BibTeX arXiv:2409.12737

Code (1)

facebookresearch/mexma 공식 구현 pytorch

Tasks

Sentence

Similar Papers 제목 키워드 기반

Jointly Learning to Label Sentences and Tokens

2018-11-14 · Marek Rei, Anders Søgaard

Learning to construct text representations in end-to-end systems can be difficult, as natural languages are highly compositional and task-specific annotated datasets are often limited in size. Methods for directly superv…

Grammatical Error DetectionSentenceSentence Classification

Token-level Adaptive Training for Neural Machine Translation

2020-10-09 · EMNLP 2020 11 · Shuhao Gu, Jinchao Zhang, Fandong Meng, Yang Feng 외

There exists a token imbalance phenomenon in natural language as different tokens appear with different frequencies, which leads to different learning difficulties for tokens in Neural Machine Translation (NMT). The vani…

DiversityMachine TranslationNMTTranslation

Frustratingly Simple Pretraining Alternatives to Masked Language Modeling

2021-09-04 · EMNLP 2021 11 · Atsuki Yamaguchi, George Chrysostomou, Katerina Margatina, Nikolaos Aletras

Masked language modeling (MLM), a self-supervised pretraining objective, is widely used in natural language processing for learning text representations. MLM trains a model to predict a random sample of input tokens that…

Language ModelingLanguage ModellingMasked Language ModelingSentence

On Isotropy, Contextualization and Learning Dynamics of Contrastive-based Sentence Representation Learning

2022-12-18 · Chenghao Xiao, Yang Long, Noura Al Moubayed

Incorporating contrastive learning objectives in sentence representation learning (SRL) has yielded significant improvements on many sentence-level NLP tasks. However, it is not well understood why contrastive learning w…

Contrastive LearningRepresentation LearningSentenceSentence Similarity

Long Text Generation by Modeling Sentence-Level and Discourse-Level Coherence

2021-05-19 · ACL 2021 5 · Jian Guan, Xiaoxi Mao, Changjie Fan, Zitao Liu 외

Generating long and coherent text is an important but challenging task, particularly for open-ended language generation tasks such as story generation. Despite the success in modeling intra-sentence coherence, existing g…

DecoderSemantic SimilaritySemantic Textual SimilaritySentence+2