paper-with-me

홈 › Papers

Parameter-Efficient Language Model Tuning with Active Learning in Low-Resource Settings

2023-05-23 · Josip Jukić, Jan Šnajder

Pre-trained language models (PLMs) have ignited a surge in demand for effective fine-tuning techniques, particularly in low-resource domains and languages. Active learning (AL), a set of algorithms designed to decrease labeling costs by minimizing label complexity, has shown promise in confronting the labeling bottleneck. In parallel, adapter modules designed for parameter-efficient fine-tuning (PEFT) have demonstrated notable potential in low-resource settings. However, the interplay between AL and adapter-based PEFT remains unexplored. We present an empirical study of PEFT behavior with AL in low-resource settings for text classification tasks. Our findings affirm the superiority of PEFT over full-fine tuning (FFT) in low-resource settings and demonstrate that this advantage persists in AL setups. We further examine the properties of PEFT and FFT through the lens of forgetting dynamics and instance-level representations, where we find that PEFT yields more stable representations of early and middle layers compared to FFT. Our research underscores the synergistic potential of AL and PEFT in low-resource settings, paving the way for advancements in efficient and effective fine-tuning.

📄 PDF Abstract BibTeX arXiv:2305.14576

Code (1)

josipjukic/adapter-al 공식 구현 pytorch

Tasks

Active LearningLanguage ModelingLanguage Modellingparameter-efficient fine-tuningtext-classificationText Classification

Methods 이 논문이 사용한 방법론

Adapter 설명 없음

Similar 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 e…

Active LearningLanguage ModelingLanguage ModellingNatural Language Understanding

Unified Low-Resource Sequence Labeling by Sample-Aware Dynamic Sparse Finetuning

2023-11-07 · Sarkar Snigdha Sarathi Das, Ranran Haoran Zhang, Peng Shi, Wenpeng Yin 외

Unified Sequence Labeling that articulates different sequence labeling problems such as Named Entity Recognition, Relation Extraction, Semantic Role Labeling, etc. in a generalized sequence-to-sequence format opens up th…

In-Context LearningLanguage ModelingLanguage ModellingLarge Language Model+6

Parameter-efficient Adaptation of Multilingual Multimodal Models for Low-resource ASR

2024-10-17 · Abhishek Gupta, Amruta Parulekar, Sameep Chattopadhyay, Preethi Jyothi

Automatic speech recognition (ASR) for low-resource languages remains a challenge due to the scarcity of labeled training data. Parameter-efficient fine-tuning and text-only adaptation are two popular methods that have b…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Cross-Lingual Transferparameter-efficient fine-tuning+2

Compacter: Efficient Low-Rank Hypercomplex Adapter Layers

2021-06-08 · NeurIPS 2021 12 · Rabeeh Karimi Mahabadi, James Henderson, Sebastian Ruder

Adapting large-scale pretrained language models to downstream tasks via fine-tuning is the standard method for achieving state-of-the-art performance on NLP benchmarks. However, fine-tuning all weights of models with mil…

parameter-efficient fine-tuning

JudgeMeNot: Personalizing Large Language Models to Emulate Judicial Reasoning in Hebrew

2026-04-20 · Itay Razumenko, Arnon Sturm, Nir Grinberg arxiv

Despite significant advances in large language models, personalizing them for individual decision-makers remains an open problem. Here, we introduce a synthetic-organic supervision pipeline that transforms raw judicial d…

parameter-efficient fine-tuningSemantic Similarity