paper-with-me

홈 › Papers

Cross-lingual Alignment vs Joint Training: A Comparative Study and A Simple Unified Framework

2019-10-10 · ICLR 2020 1 · Zirui Wang, Jiateng Xie, Ruochen Xu, Yiming Yang, Graham Neubig, Jaime Carbonell

Learning multilingual representations of text has proven a successful method for many cross-lingual transfer learning tasks. There are two main paradigms for learning such representations: (1) alignment, which maps different independently trained monolingual representations into a shared space, and (2) joint training, which directly learns unified multilingual representations using monolingual and cross-lingual objectives jointly. In this paper, we first conduct direct comparisons of representations learned using both of these methods across diverse cross-lingual tasks. Our empirical results reveal a set of pros and cons for both methods, and show that the relative performance of alignment versus joint training is task-dependent. Stemming from this analysis, we propose a simple and novel framework that combines these two previously mutually-exclusive approaches. Extensive experiments demonstrate that our proposed framework alleviates limitations of both approaches, and outperforms existing methods on the MUSE bilingual lexicon induction (BLI) benchmark. We further show that this framework can generalize to contextualized representations such as Multilingual BERT, and produces state-of-the-art results on the CoNLL cross-lingual NER benchmark.

📄 PDF Abstract BibTeX arXiv:1910.04708

Code (2)

thespectrewithin/joint-align 공식 구현 pytorch
thespectrewithin/joint_align pytorch

Tasks

Bilingual Lexicon InductionCross-Lingual NERCross-Lingual TransferNERTransfer Learning

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Residual Connection 설명 없음
Adam 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Attention 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Cross-Lingual Alignment Without Joint Training: Do Monolingual Language Models Converge on Universal Representations?

2026-08-27 · Ej Zhou, Suchir Salhan, Catherine Arnett, Anna Korhonen arxiv

Cross-lingual alignment in multilingual language models is typically attributed to joint training: shared parameters, mixed-language batches, or explicit alignment objectives. We ask whether monolingual models trained on…

PreAlign: Boosting Cross-Lingual Transfer by Early Establishment of Multilingual Alignment

2024-07-23 · Jiahuan Li, ShuJian Huang, Aarron Ching, Xinyu Dai 외

Large language models demonstrate reasonable multilingual abilities, despite predominantly English-centric pretraining. However, the spontaneous multilingual alignment in these models is shown to be weak, leading to unsa…

Cross-Lingual TransferLanguage ModelingLanguage ModellingZero-Shot Cross-Lingual Transfer

Cross-lingual Alignment Methods for Multilingual BERT: A Comparative Study

2020-09-29 · Findings of the Association for Computational Linguistics 2020 · Saurabh Kulshreshtha, José Luis Redondo-García, Ching-Yun Chang

Multilingual BERT (mBERT) has shown reasonable capability for zero-shot cross-lingual transfer when fine-tuned on downstream tasks. Since mBERT is not pre-trained with explicit cross-lingual supervision, transfer perform…

Cross-Lingual Transferslot-fillingSlot FillingZero-Shot Cross-Lingual Transfer

Cross-lingual Entity Alignment via Joint Attribute-Preserving Embedding

2017-08-16 · Zequn Sun, Wei Hu, Chengkai Li

Entity alignment is the task of finding entities in two knowledge bases (KBs) that represent the same real-world object. When facing KBs in different natural languages, conventional cross-lingual entity alignment methods…

AttributeEntity AlignmentMachine TranslationTranslation

Optimal Transport Posterior Alignment for Cross-lingual Semantic Parsing

2023-07-09 · Tom Sherborne, Tom Hosking, Mirella Lapata

Cross-lingual semantic parsing transfers parsing capability from a high-resource language (e.g., English) to low-resource languages with scarce training data. Previous work has primarily considered silver-standard data a…

Data AugmentationSemantic Parsing