8000 GitHub - callanwu/STAR: [ACL 2024] STAR: Constraint LoRA with Dynamic Active Learning for Data-Efficient Fine-Tuning of Large Language Models
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ STAR Public

[ACL 2024] STAR: Constraint LoRA with Dynamic Active Learning for Data-Efficient Fine-Tuning of Large Language Models

Notifications You must be signed in to change notification settings

callanwu/STAR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

STAR: Constraint LoRA with Dynamic Active Learning for Data-Efficient Fine-Tuning of Large Language Models

Overall

We propose a novel DEFT (Data-Efficient Fine-Tuning) method, STAR, to effectively combine PEFT (Parameter Efficient Fine-Tuning) with active learning through criterion revision and model regularization.

Requirements

conda create -n star python=3.10
conda activate star
pip install -r requirements.txt

Run

Our experiments are carried out with an NVIDIA A100 80GB GPU.

cd src
bash run_star.sh ${dataset} ${al}

🌻Acknowledgement

This work is implemented by LoftQ and adapter-al. Sincere thanks for their efforts.

📖Citation

@misc{zhang2024star,
title={STAR: Constraint LoRA with Dynamic Active Learning for Data-Efficient Fine-Tuning of Large Language Models},
    author={Linhai Zhang and Jialong Wu and Deyu Zhou and Guoqiang Xu},
    year={2024},
    eprint={2403.01165},
    archivePrefix={arXiv},
    primaryClass={cs.CL}
}

About

[ACL 2024] STAR: Constraint LoRA with Dynamic Active Learning for Data-Efficient Fine-Tuning of Large Language Models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0