paper-with-me

Papers

Mono vs Multilingual Transformer-based Models: a Comparison across Several Language Tasks

2020-07-19 · Diego de Vargas Feijo, Viviane Pereira Moreira

BERT (Bidirectional Encoder Representations from Transformers) and ALBERT (A Lite BERT) are methods for pre-training language models which can later be fine-tuned for a variety of Natural Language Understanding tasks. These methods have been applied to a number of such tasks (mostly in English), achieving results that outperform the state-of-the-art. In this paper, our contribution is twofold. First, we make available our trained BERT and Albert model for Portuguese. Second, we compare our monolingual and the standard multilingual models using experiments in semantic textual similarity, recognizing textual entailment, textual category classification, sentiment analysis, offensive comment detection, and fake news detection, to assess the effectiveness of the generated language representations. The results suggest that both monolingual and multilingual models are able to achieve state-of-the-art and the advantage of training a single language model, if any, is small.

📄 PDF Abstract BibTeX arXiv:2007.09757

Code (1)

diego-feijo/bertpt 공식 구현

Tasks

Fake News DetectionLanguage ModelingLanguage ModellingNatural Language InferenceNatural Language UnderstandingSemantic Textual SimilaritySentiment Analysis

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
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…
Adam 설명 없음
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
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$…
LAMB LAMB is a a layerwise adaptive large batch optimization technique. It provides a strategy for adapting the learning rate in large batch settings. LAMB uses…

Similar Papers 제목 키워드 기반

Pre-training and Evaluating Transformer-based Language Models for Icelandic

2022-06-01 · LREC 2022 6 · Jón Guðnason, Hrafn Loftsson

In this paper, we evaluate several Transformer-based language models for Icelandic on four downstream tasks: Part-of-Speech tagging, Named Entity Recognition. Dependency Parsing, and Automatic Text Summarization. We pre-…

Dependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+2

Comparison of Czech Transformers on Text Classification Tasks

2021-07-21 · Jan Lehečka, Jan Švec

In this paper, we present our progress in pre-training monolingual Transformers for Czech and contribute to the research community by releasing our models for public. The need for such models emerged from our effort to e…

Classificationtext-classificationText Classification

Are the Multilingual Models Better? Improving Czech Sentiment with Transformers

2021-08-24 · RANLP 2021 9 · Pavel Přibáň, Josef Steinberger

In this paper, we aim at improving Czech sentiment with transformer-based models and their multilingual versions. More concretely, we study the task of polarity detection for the Czech language on three sentiment polarit…

A Checkpoint on Multilingual Misogyny Identification

2022-05-01 · ACL 2022 5 · Arianna Muti, Alberto Barrón-Cedeño

We address the problem of identifying misogyny in tweets in mono and multilingual settings in three languages: English, Italian, and Spanish. We explore model variations considering single and multiple languages both in …

Transfer Learningzero-shot-classificationZero-Shot Learning

Practical Transformer-based Multilingual Text Classification

2021-06-01 · NAACL 2021 4 · Cindy Wang, Michele Banko

Transformer-based methods are appealing for multilingual text classification, but common research benchmarks like XNLI (Conneau et al., 2018) do not reflect the data availability and task variety of industry applications…

ClassificationData AugmentationMultilingual text classificationtext-classification+1