paper-with-me

홈 › Papers

LaDiff ULMFiT: A Layer Differentiated training approach for ULMFiT

2021-01-13 · Mohammed Azhan, Mohammad Ahmad

In our paper, we present Deep Learning models with a layer differentiated training method which were used for the SHARED TASK@ CONSTRAINT 2021 sub-tasks COVID19 Fake News Detection in English and Hostile Post Detection in Hindi. We propose a Layer Differentiated training procedure for training a pre-trained ULMFiT arXiv:1801.06146 model. We used special tokens to annotate specific parts of the tweets to improve language understanding and gain insights on the model making the tweets more interpretable. The other two submissions included a modified RoBERTa model and a simple Random Forest Classifier. The proposed approach scored a precision and f1 score of 0.96728972 and 0.967324832 respectively for sub-task "COVID19 Fake News Detection in English". Also, Coarse-Grained Hostility f1 Score and Weighted FineGrained f1 score of 0.908648 and 0.533907 respectively for sub-task Hostile Post Detection in Hindi. The proposed approach ranked 61st out of 164 in the sub-task "COVID19 Fake News Detection in English and 18th out of 45 in the sub-task Hostile Post Detection in Hindi".

📄 PDF Abstract BibTeX arXiv:2101.04965

Code (1)

sheikhazhanmohammed/AAAI-Constraint-Shared-Tasks-2021 공식 구현

Tasks

Fake News Detection

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
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…
Embedding Dropout Embedding Dropout is equivalent to performing dropout on the embedding matrix at a word level, where the dropout is broadcast…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

Low Resource Text Classification with ULMFit and Backtranslation

2019-03-21 · Sam Shleifer

In computer vision, virtually every state-of-the-art deep learning system is trained with data augmentation. In text classification, however, data augmentation is less widely practiced because it must be performed before…

ClassificationData AugmentationGeneral Classificationtext-classification+1

Inferring the source of official texts: can SVM beat ULMFiT?

2020-03-02 · International Conference on Computational Processing of the Portuguese Language 2020 3 · Pedro Henrique Luz de Araujo, Teófilo Emidio de Campos, Marcelo Magalhães Silva de Sousa

Official Gazettes are a rich source of relevant information to the public. Their careful examination may lead to the detection of frauds and irregularities that may prevent mismanagement of public funds. This paper prese…

Text ClassificationTransfer Learning

Learning ULMFiT and Self-Distillation with Calibration for Medical Dialogue System

2021-07-20 · ICNLSP 2021 11 · Shuang Ao, Xeno Acharya

A medical dialogue system is essential for healthcare service as providing primary clinical advice and diagnoses. It has been gradually adopted and practiced in medical organizations in the form of a conversational bot, …

Decision MakingKnowledge DistillationLanguage ModellingTransfer Learning

The merits of Universal Language Model Fine-tuning for Small Datasets -- a case with Dutch book reviews

2019-10-02 · Benjamin van der Burgh, Suzan Verberne

We evaluated the effectiveness of using language models, that were pre-trained in one domain, as the basis for a classification model in another domain: Dutch book reviews. Pre-trained language models have opened up new …

ClassificationGeneral ClassificationLanguage ModelingLanguage Modelling+2

Universal Language Model Fine-Tuning with Subword Tokenization for Polish

2018-10-24 · Piotr Czapla, Jeremy Howard, Marcin Kardas

Universal Language Model for Fine-tuning [arXiv:1801.06146] (ULMFiT) is one of the first NLP methods for efficient inductive transfer learning. Unsupervised pretraining results in improvements on many NLP tasks for Engli…

Language ModelingLanguage ModellingTransfer Learning