paper-with-me

Papers

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

2020-09-28 · Fuli Luo, Wei Wang, Jiahao Liu, Yijia Liu, Bin Bi, Songfang Huang, Fei Huang, Luo Si

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 understanding tasks, or an encoder-decoder Transformer specifically for generation tasks, ignoring the correlation between the two tasks and frameworks. In contrast, this paper presents a variable encoder-decoder (VECO) pre-training approach to unify the two mainstreams in both model architectures and pre-training tasks. VECO splits the standard Transformer block into several sub-modules trained with both inner-sequence and cross-sequence masked language modeling, and correspondingly reorganizes certain sub-modules for understanding and generation tasks during inference. Such a workflow not only ensures to train the most streamlined parameters necessary for two kinds of tasks, but also enables them to boost each other via sharing common sub-modules. As a result, VECO 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 generation tasks, VECO 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

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderLanguage ModelingLanguage ModellingMasked Language ModelingQuestion AnsweringRetrievalSentenceSentence Retrievaltext-classificationText Classification

Similar 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 외

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 sh…

Language ModellingQuestion AnsweringRetrievalSentence+3

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

String-based Molecule Generation via Multi-decoder VAE

2022-08-23 · Kisoo Kwon, Kuhwan Jung, Junghyun Park, Hwidong Na 외

In this paper, we investigate the problem of string-based molecular generation via variational autoencoders (VAEs) that have served a popular generative approach for various tasks in artificial intelligence. We propose a…

Decoder

Unsupervised Relation Extraction: A Variational Autoencoder Approach

2021-11-01 · EMNLP 2021 11 · Chenhan Yuan, Hoda Eldardiry

Unsupervised relation extraction works by clustering entity pairs that have the same relations in the text. Some existing variational autoencoder (VAE)-based approaches train the relation extraction model as an encoder t…

DecoderRelationRelation ExtractionSentence

Length bias in Encoder Decoder Models and a Case for Global Conditioning

2016-06-10 · EMNLP 2016 11 · Pavel Sountsov, Sunita Sarawagi

Encoder-decoder networks are popular for modeling sequences probabilistically in many applications. These models use the power of the Long Short-Term Memory (LSTM) architecture to capture the full dependence among variab…

Decoder