paper-with-me

홈 › Papers

Pagsusuri ng RNN-based Transfer Learning Technique sa Low-Resource Language

2020-10-13 · Dan John Velasco

Low-resource languages such as Filipino suffer from data scarcity which makes it challenging to develop NLP applications for Filipino language. The use of Transfer Learning (TL) techniques alleviates this problem in low-resource setting. In recent years, transformer-based models are proven to be effective in low-resource tasks but faces challenges in accessibility due to its high compute and memory requirements. For this reason, there's a need for a cheaper but effective alternative. This paper has three contributions. First, release a pre-trained AWD-LSTM language model for Filipino language. Second, benchmark AWD-LSTM in the Hate Speech classification task and show that it performs on par with transformer-based models. Third, analyze the the performance of AWD-LSTM in low-resource setting using degradation test and compare it with transformer-based models. ----- Ang mga low-resource languages tulad ng Filipino ay gipit sa accessible na datos kaya't mahirap gumawa ng mga applications sa wikang ito. Ang mga Transfer Learning (TL) techniques ay malaking tulong para sa low-resource setting o mga pagkakataong gipit sa datos. Sa mga nagdaang taon, nanaig ang mga transformer-based TL techniques pagdating sa low-resource tasks ngunit ito ay mataas na compute and memory requirements kaya nangangailangan ng mas mura pero epektibong alternatibo. Ang papel na ito ay may tatlong kontribusyon. Una, maglabas ng pre-trained AWD-LSTM language model sa wikang Filipino upang maging tuntungan sa pagbuo ng mga NLP applications sa wikang Filipino. Pangalawa, mag benchmark ng AWD-LSTM sa Hate Speech classification task at ipakita na kayang nitong makipagsabayan sa mga transformer-based models. Pangatlo, suriin ang performance ng AWD-LSTM sa low-resource setting gamit ang degradation test at ikumpara ito sa mga transformer-based models.

📄 PDF Abstract BibTeX arXiv:2010.06447

Code (2)

danjohnvelasco/Filipino-ULMFiT 공식 구현
jcblaisecruz02/Filipino-Text-Benchmarks tf

Tasks

Language ModelingLanguage ModellingTransfer Learning

Methods 이 논문이 사용한 방법론

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…
Sigmoid Activation 설명 없음
DropConnect DropConnect generalizes Dropout by randomly dropping the weights rather than the activations with probability $1-p$. DropConnect…
Temporal Activation Regularization 설명 없음
Embedding Dropout Embedding Dropout is equivalent to performing dropout on the embedding matrix at a word level, where the dropout is broadcast…
Activation Regularization Activation Regularization (AR), or $L\_{2}$ activation regularization, is regularization performed on activations as opposed to weights. It is usually used in conjunction with…
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Exploring Benefits of Transfer Learning in Neural Machine Translation

2020-01-06 · Tom Kocmi

Neural machine translation is known to require large numbers of parallel training sentences, which generally prevent it from excelling on low-resource language pairs. This thesis explores the use of cross-lingual transfe…

Cross-Lingual TransferMachine TranslationTransfer LearningTranslation

Trivial Transfer Learning for Low-Resource Neural Machine Translation

2018-09-02 · WS 2018 10 · Tom Kocmi, Ondřej Bojar

Transfer learning has been proven as an effective technique for neural machine translation under low-resource conditions. Existing methods require a common target language, language relatedness, or specific training tric…

Low Resource Neural Machine TranslationLow-Resource Neural Machine TranslationMachine TranslationTransfer Learning+1

Model and Data Transfer for Cross-Lingual Sequence Labelling in Zero-Resource Settings

2022-10-23 · Iker García-Ferrero, Rodrigo Agerri, German Rigau

Zero-resource cross-lingual transfer approaches aim to apply supervised models from a source language to unlabelled target languages. In this paper we perform an in-depth study of the two main techniques employed so far …

Cross-Lingual NERCross-Lingual TransferMachine TranslationTranslation

Revisiting Projection-based Data Transfer for Cross-Lingual Named Entity Recognition in Low-Resource Languages

2025-01-30 · Andrei Politov, Oleh Shkalikov, René Jäkel, Michael Färber

Cross-lingual Named Entity Recognition (NER) leverages knowledge transfer between languages to identify and classify named entities, making it particularly useful for low-resource languages. We show that the data-based c…

Cross-Lingual NERCross-Lingual Transfernamed-entity-recognitionNamed Entity Recognition+3

Data-adaptive Transfer Learning for Translation: A Case Study in Haitian and Jamaican

2022-09-13 · loresmt (COLING) 2022 10 · Nathaniel R. Robinson, Cameron J. Hogan, Nancy Fulda, David R. Mortensen

Multilingual transfer techniques often improve low-resource machine translation (MT). Many of these techniques are applied without considering data characteristics. We show in the context of Haitian-to-English translatio…

Cross-Lingual TransferMachine TranslationTransfer LearningTranslation