paper-with-me

Papers

VECO: Variable and Flexible Cross-lingual Pre-training for Language Understanding and Generation

2020-10-30 · ACL 2021 5 · Fuli Luo, Wei Wang, Jiahao Liu, Yijia Liu, Bin Bi, Songfang Huang, Fei Huang, Luo Si

Existing work in multilingual pretraining has demonstrated the potential of cross-lingual transferability by training a unified Transformer encoder for multiple languages. However, much of this work only relies on the shared vocabulary and bilingual contexts to encourage the correlation across languages, which is loose and implicit for aligning the contextual representations between languages. In this paper, we plug a cross-attention module into the Transformer encoder to explicitly build the interdependence between languages. It can effectively avoid the degeneration of predicting masked words only conditioned on the context in its own language. More importantly, when fine-tuning on downstream tasks, the cross-attention module can be plugged in or out on-demand, thus naturally benefiting a wider range of cross-lingual tasks, from language understanding to generation. As a result, the proposed cross-lingual model delivers new state-of-the-art results on various cross-lingual understanding tasks of the XTREME benchmark, covering text classification, sequence labeling, question answering, and sentence retrieval. For cross-lingual generation tasks, it also outperforms all existing cross-lingual models and state-of-the-art Transformer variants on WMT14 English-to-German and English-to-French translation datasets, with gains of up to 1~2 BLEU.

📄 PDF Abstract BibTeX arXiv:2010.16046

Code (1)

alibaba/AliceMind 공식 구현 pytorch

Tasks

Language ModellingQuestion AnsweringRetrievalSentenceSentence Retrievaltext-classificationText Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Multi-Head Attention 설명 없음
Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Residual Connection 설명 없음
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 제목 키워드 기반

VECO: Variable Encoder-decoder Pre-training for Cross-lingual Understanding and Generation

2020-09-28 · Fuli Luo, Wei Wang, Jiahao Liu, Yijia Liu 외

Recent studies about learning multilingual representations have achieved significant performance gains across a wide range of downstream cross-lingual tasks. They train either an encoder-only Transformer mainly for under…

DecoderLanguage ModelingLanguage ModellingMasked Language Modeling+6

VECO 2.0: Cross-lingual Language Model Pre-training with Multi-granularity Contrastive Learning

2023-04-17 · Zhen-Ru Zhang, Chuanqi Tan, Songfang Huang, Fei Huang

Recent studies have demonstrated the potential of cross-lingual transferability by training a unified Transformer encoder for multiple languages. In addition to involving the masked language model objective, existing cro…

Contrastive LearningLanguage ModelingLanguage ModellingSentence

Planning Method for Skill-Based Control of Robots Using a PLC as Skill Trigger

2026-02-28 · Andreas Gaugenrieder, Hari Hara Balasubramaniam, Jannik Möhrle, Rüdiger Daub arxiv

Skill-based programming of robots provides a flexible approach for automation. Existing solutions neglect the optimization of motion sequences, leading to inefficiencies in execution. This work introduces a planning meth…

Tricks for Training Sparse Translation Models

2021-10-15 · NAACL 2022 7 · Dheeru Dua, Shruti Bhosale, Vedanuj Goswami, James Cross 외

Multi-task learning with an unbalanced data distribution skews model learning towards high resource tasks, especially when model capacity is fixed and fully shared across all tasks. Sparse scaling architectures, such as …

Machine TranslationMulti-Task LearningTranslation

VeCoR -- Velocity Contrastive Regularization for Flow Matching

2025-11-24 · Zong-Wei Hong, Jing-lun Li, Lin-Ze Li, Shen Zhang 외 arxiv

Flow Matching (FM) has recently emerged as a principled and efficient alternative to diffusion models. Standard FM encourages the learned velocity field to follow a target direction; however, it may accumulate errors alo…

Text-to-Image Generation