paper-with-me

홈 › Papers

Fine-tuning BERT for Low-Resource Natural Language Understanding via Active Learning

2020-12-04 · COLING 2020 8 · Daniel Grießhaber, Johannes Maucher, Ngoc Thang Vu

Recently, leveraging pre-trained Transformer based language models in down stream, task specific models has advanced state of the art results in natural language understanding tasks. However, only a little research has explored the suitability of this approach in low resource settings with less than 1,000 training data points. In this work, we explore fine-tuning methods of BERT -- a pre-trained Transformer based language model -- by utilizing pool-based active learning to speed up training while keeping the cost of labeling new data constant. Our experimental results on the GLUE data set show an advantage in model performance by maximizing the approximate knowledge gain of the model when querying from the pool of unlabeled data. Finally, we demonstrate and analyze the benefits of freezing layers of the language model during fine-tuning to reduce the number of trainable parameters, making it more suitable for low-resource settings.

📄 PDF Abstract BibTeX arXiv:2012.02462

Code (0)

등록된 구현이 없습니다.

Tasks

Active LearningLanguage ModelingLanguage ModellingNatural Language Understanding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Residual Connection 설명 없음
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…

Similar Papers 제목 키워드 기반

Translation as a Computationally Efficient Bridge: Feasibility of English BERT for Low-Resource Languages

2026-07-14 · Hielke Muizelaar, Giulia Rivetti, Marco Spruit, Marcel Haas arxiv

BERT models have revolutionised Natural Language Processing (NLP) through their ability to process unstructured text across diverse domains. However, developing high-quality BERT models for non-English languages remains …

Natural Language InferencePart-Of-Speech TaggingHate Speech DetectionQuestion Answering

Efficient Fine-Tuning of BERT Models on the Edge

2022-05-03 · Danilo Vucetic, Mohammadreza Tayaranian, Maryam Ziaeefard, James J. Clark 외

Resource-constrained devices are increasingly the deployment targets of machine learning applications. Static models, however, do not always suffice for dynamic environments. On-device training of models allows for quick…

CoLA

Cross-lingual transfer of multilingual models on low resource African Languages

2024-09-17 · Harish Thangaraj, Ananya Chenat, Jaskaran Singh Walia, Vukosi Marivate

Large multilingual models have significantly advanced natural language processing (NLP) research. However, their high resource demands and potential biases from diverse data sources have raised concerns about their effec…

Cross-Lingual Transfer

Fine-Tuning Large Neural Language Models for Biomedical Natural Language Processing

2021-12-15 · Robert Tinn, Hao Cheng, Yu Gu, Naoto Usuyama 외

Motivation: A perennial challenge for biomedical researchers and clinical practitioners is to stay abreast with the rapid growth of publications and medical notes. Natural language processing (NLP) has emerged as a promi…

text similarityTransfer Learning

Investigating the Impact of Language-Adaptive Fine-Tuning on Sentiment Analysis in Hausa Language Using AfriBERTa

2025-01-19 · Sani Abdullahi Sani, Shamsuddeen Hassan Muhammad, Devon Jarvis

Sentiment analysis (SA) plays a vital role in Natural Language Processing (NLP) by ~identifying sentiments expressed in text. Although significant advances have been made in SA for widely spoken languages, low-resource l…

Sentiment Analysis