paper-with-me

Papers

Lightweight Cross-Lingual Sentence Representation Learning

2021-05-28 · ACL 2021 5 · Zhuoyuan Mao, Prakhar Gupta, Pei Wang, Chenhui Chu, Martin Jaggi, Sadao Kurohashi

Large-scale models for learning fixed-dimensional cross-lingual sentence representations like LASER (Artetxe and Schwenk, 2019b) lead to significant improvement in performance on downstream tasks. However, further increases and modifications based on such large-scale models are usually impractical due to memory limitations. In this work, we introduce a lightweight dual-transformer architecture with just 2 layers for generating memory-efficient cross-lingual sentence representations. We explore different training tasks and observe that current cross-lingual training tasks leave a lot to be desired for this shallow architecture. To ameliorate this, we propose a novel cross-lingual language model, which combines the existing single-word masked language model with the newly proposed cross-lingual token-level reconstruction task. We further augment the training task by the introduction of two computationally-lite sentence-level contrastive learning tasks to enhance the alignment of cross-lingual sentence representation space, which compensates for the learning bottleneck of the lightweight transformer for generative tasks. Our comparisons with competing models on cross-lingual sentence retrieval and multilingual document classification confirm the effectiveness of the newly proposed training tasks for a shallow model.

📄 PDF Abstract BibTeX arXiv:2105.13856

Code (1)

Mao-KU/lightweight-crosslingual-sent2vec 공식 구현 pytorch

Tasks

Contrastive LearningDocument ClassificationLanguage ModelingLanguage ModellingRepresentation LearningRetrievalSentenceSentence Retrieval

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Improving Cross-Lingual Token Representations by Adding a Pinch of SALT

2026-09-09 · Guillem Ramírez arxiv

Cross-lingual sentence encoders enable scalable transfer across hundreds of languages, powering applications such as translation mining and zero-shot learning in low-resource settings. Although trained for sentence-level…

Zero-Shot Learning

OmniAlign: A Unified Multilingual Aligner for Word and Sentence Alignment

2026-08-19 · Mengpeng Yang, Jingxu Yang, Chao Chen, Tian Xia 외 arxiv

Cross-lingual sequence alignment is fundamental for building and exploiting parallel corpora, spanning mappings from documents and sentences down to words and subwords. Existing tools, however, typically specialize in a …

Long-Context UnderstandingSelf-Supervised LearningWord Alignment

Cross-Lingual Phrase Retrieval

2022-04-19 · ACL 2022 5 · Heqi Zheng, Xiao Zhang, Zewen Chi, Heyan Huang 외

Cross-lingual retrieval aims to retrieve relevant text across languages. Current methods typically achieve cross-lingual retrieval by learning language-agnostic text representations in word or sentence level. However, ho…

RetrievalSentence

Modeling Sequential Sentence Relation to Improve Cross-lingual Dense Retrieval

2023-02-03 · Shunyu Zhang, Yaobo Liang, Ming Gong, Daxin Jiang 외

Recently multi-lingual pre-trained language models (PLM) such as mBERT and XLM-R have achieved impressive strides in cross-lingual dense retrieval. Despite its successes, they are general-purpose PLM while the multilingu…

RelationRepresentation LearningRetrievalSentence+1

ABSent: Cross-Lingual Sentence Representation Mapping with Bidirectional GANs

2020-01-29 · Zuohui Fu, Yikun Xian, Shijie Geng, Yingqiang Ge 외

A number of cross-lingual transfer learning approaches based on neural networks have been proposed for the case when large amounts of parallel text are at our disposal. However, in many real-world settings, the size of p…

Cross-Lingual TransferSentenceSentence EmbeddingSentence-Embedding+1