paper-with-me

Papers

Adaptation of Deep Bidirectional Multilingual Transformers for Russian Language

2019-05-17 · Yuri Kuratov, Mikhail Arkhipov

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.

📄 PDF Abstract BibTeX arXiv:1905.07213

Code (2)

deepmipt/bert/tree/feat/multi_gpu tf
fulstock/mrc_nested_ner_ru pytorch

Tasks

Natural Language InferenceParaphrase IdentificationQuestion AnsweringReading ComprehensionSentiment AnalysisTransfer Learning

Similar Papers 제목 키워드 기반

Deep Transfer Learning Baselines for Sentiment Analysis in Russian

2021-07-01 · Sergey Smetanin, Mikhail Komarov

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 Learning

Adaptation of Deep Bidirectional Transformers for Afrikaans Language

2020-05-01 · LREC 2020 5 · Sello Ralethe

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+4

Multilingual Named Entity Recognition Using Pretrained Embeddings, Attention Mechanism and NCRF

2019-06-21 · WS 2019 8 · Anton A. Emelyanov, Ekaterina Artemova

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+4

NICT's participation to WAT 2019: Multilingualism and Multi-step Fine-Tuning for Low Resource NMT

2019-11-01 · WS 2019 11 · Raj Dabre, Eiichiro Sumita

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 NMTNMTTranslation

Russian Paraphrasers: Paraphrase with Transformers

2021-04-01 · BSNLP 2021 4 · Alena Fenogenova

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…