Adaptation of Deep Bidirectional Multilingual Transformers for Russian Language
The paper introduces methods of adaptation of multilingual masked language models for a specific language. Pre-trained bidirectional language models show state-of-the-art performance on a wide range of tasks including reading comprehension, natural language inference, and sentiment analysis. At the moment there are two alternative approaches to train such models: monolingual and multilingual. While language specific models show superior performance, multilingual models allow to perform a transfer from one language to another and solve tasks for different languages simultaneously. This work shows that transfer learning from a multilingual model to monolingual model results in significant growth of performance on such tasks as reading comprehension, paraphrase detection, and sentiment analysis. Furthermore, multilingual initialization of monolingual model substantially reduces training time. Pre-trained models for the Russian language are open sourced.
Code (2)
Tasks
Natural Language InferenceParaphrase IdentificationQuestion AnsweringReading ComprehensionSentiment AnalysisTransfer LearningSimilar Papers 제목 키워드 기반
Deep Transfer Learning Baselines for Sentiment Analysis in Russian
Recently, transfer learning from pre-trained language models has proven to be effective in a variety of natural language processing tasks, including sentiment analysis. This paper aims at identifying deep transfer learni…
SentenceSentiment AnalysisTransfer LearningAdaptation of Deep Bidirectional Transformers for Afrikaans Language
The recent success of pretrained language models in Natural Language Processing has sparked interest in training such models for languages other than English. Currently, training of these models can either be monolingual…
Dependency ParsingLanguage ModelingLanguage Modellingnamed-entity-recognition+4Multilingual Named Entity Recognition Using Pretrained Embeddings, Attention Mechanism and NCRF
In this paper we tackle multilingual named entity recognition task. We use the BERT Language Model as embeddings with bidirectional recurrent network, attention, and NCRF on the top. We apply multilingual BERT only as em…
Joint NER and ClassificationLanguage ModelingLanguage ModellingMultilingual Named Entity Recognition+4NICT's participation to WAT 2019: Multilingualism and Multi-step Fine-Tuning for Low Resource NMT
In this paper we describe our submissions to WAT 2019 for the following tasks: English{--}Tamil translation and Russian{--}Japanese translation. Our team,{``}NICT-5{''}, focused on multilingual domain adaptation and back…
Domain AdaptationLow Resource NMTNMTTranslationRussian Paraphrasers: Paraphrase with Transformers
This paper studies the generation methods for paraphrasing in the Russian language. There are several transformer-based models (Russian and multilingual) trained on a collected corpus of paraphrases. We compare different…