Papers › LoRA: Low-Rank Adaptation of Large Language Models

LoRA: Low-Rank Adaptation of Large Language Models

17 Jun 2021ICLR 2022 4arXiv:2106.09685archive 2025-07-28

Edward J. Hu, Yelong Shen, Phillip Wallis, Zeyuan Allen-Zhu, Yuanzhi Li, Shean Wang, Lu Wang, Weizhu Chen

An important paradigm of natural language processing consists of large-scale pre-training on general domain data and adaptation to particular tasks or domains. As we pre-train larger models, full fine-tuning, which retrains all model parameters, becomes less feasible. Using GPT-3 175B as an example -- deploying independent instances of fine-tuned models, each with 175B parameters, is prohibitively expensive. We propose Low-Rank Adaptation, or LoRA, which freezes the pre-trained model weights and injects trainable rank decomposition matrices into each layer of the Transformer architecture, greatly reducing the number of trainable parameters for downstream tasks. Compared to GPT-3 175B fine-tuned with Adam, LoRA can reduce the number of trainable parameters by 10,000 times and the GPU memory requirement by 3 times. LoRA performs on-par or better than fine-tuning in model quality on RoBERTa, DeBERTa, GPT-2, and GPT-3, despite having fewer trainable parameters, a higher training throughput, and, unlike adapters, no additional inference latency. We also provide an empirical investigation into rank-deficiency in language model adaptation, which sheds light on the efficacy of LoRA. We release a package that facilitates the integration of LoRA with PyTorch models and provide our implementations and model checkpoints for RoBERTa, DeBERTa, and GPT-2 at https://github.com/microsoft/LoRA.

PaperPDFConference PDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2106.09685")

Code

Syntology Ran 34 of 84 code samples harvested from 24 repositories linked to this paper; 50 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 1 ran · fixture could not drive it; 28 ran with no contract checked.

By repository: community (archive-listed): 84 samples from 24 repositories, 34 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

74 repositories listed; official and paper-mentioned ones first.

microsoft/LoRA officialmentioned in papermentioned on GitHubjaxMIT report
12kimih/hicupid mentioned on GitHubpytorchApache-2.0 report
Davidzhangyuanhan/NOAH mentioned on GitHubtf report
KU-CVLAB/MoA mentioned on GitHubpytorch report
Lightning-AI/lit-llama mentioned on GitHubpytorch report
Luohh5/Chain-of-Exemplar mentioned on GitHubpytorchNOASSERTION report
Owen-Oertell/rlcm mentioned on GitHubpytorch report
QwenLM/Qwen-7B mentioned on GitHubpytorch report
ZhangYuanhan-AI/NOAH mentioned on GitHubtfMIT report
aleemsidra/convlora mentioned on GitHubpytorchMIT report
arielnlee/Platypus mentioned on GitHubpytorch report
brandon3964/multimodal-task-vector mentioned on GitHubpytorchNOASSERTION report
chenlicodebank/lora_on_analog_hardware mentioned on GitHubpytorchMIT report
clementromac/lamorel mentioned on GitHubpytorchMIT report
davisyoshida/lorax mentioned on GitHubjaxMIT report
debjitpaul/refiner mentioned on GitHubpytorchApache-2.0 report
durham/rwkv-finetune-script mentioned on GitHubpytorchApache-2.0 report
facebookresearch/pytorch-dp mentioned on GitHubpytorchApache-2.0 report
facico/chinese-vicuna mentioned on GitHubpytorch report
flagai-open/aquila2 mentioned on GitHubpytorch report
flagalpha/llama2-chinese mentioned on GitHubpytorch report
flowersteam/lamorel mentioned on GitHubpytorch report
google-deepmind/thunnini mentioned on GitHubjaxApache-2.0 report
gt-ripl/selective-projection-decay mentioned on GitHubpytorch report
h2oai/alpaca-lora mentioned on GitHubpytorchnot reachable when probed 2026-09-17 — repositories for recent papers often appear after camera-ready report
h2oai/h2o-llmstudio mentioned on GitHubpytorchApache-2.0 report
heekhero/DTL mentioned on GitHubpytorch report
hellokevin07/elastictrainer mentioned on GitHubtfMIT report
hitz-zentroa/this-is-not-a-dataset mentioned on GitHubpytorch report
hiyouga/llama-efficient-tuning mentioned on GitHubpytorchApache-2.0 report
if001/rwkv-lm-lora-ja mentioned on GitHubpytorch report
ikergarcia1996/sequence-labeling-llms mentioned on GitHubpytorchApache-2.0 report
internlm/xtuner mentioned on GitHubpytorch report
lif31up/attention-is-all-you-need mentioned on GitHubpytorchMIT report
lighterswang/biomedclip-lora mentioned on GitHubpytorch report
liucongg/chatglm-finetuning mentioned on GitHubpytorch report
llamafamily/llama-chinese mentioned on GitHubpytorch report
longyuewangdcu/chinese-llama-2 mentioned on GitHubjax report
lxe/simple-llama-finetuner mentioned on GitHubpytorchMIT report
mchl-labs/stambecco mentioned on GitHubNOASSERTION report
mistralai/mistral-finetune mentioned on GitHubpytorch report
mistralai/mistral-inference mentioned on GitHubpytorch report
mistralai/mistral-src mentioned on GitHubpytorchApache-2.0 report
oseyosey/ccds mentioned on GitHubpytorchApache-2.0 report
phoebussi/alpaca-cot mentioned on GitHubpytorchApache-2.0 report
pilancilab/Riemannian_Preconditioned_LoRA mentioned on GitHubpytorchMIT report
pilancilab/caldera mentioned on GitHubpytorch report
punica-ai/punica mentioned on GitHubpytorch report
pytorch/opacus mentioned on GitHubpytorchApache-2.0 report
qwenlm/qwen mentioned on GitHubpytorchApache-2.0 report
qwenlm/qwen-vl mentioned on GitHubpytorchNOASSERTION report
simula/pointdetectcount mentioned on GitHubpytorch report
song-wx/sift mentioned on GitHubpytorch report
sultan-hassan/CosmoGemma mentioned on GitHub report
sunildkumar/lora_from_scratch mentioned on GitHubpytorchMIT report
tatsu-lab/stanford_alpaca mentioned on GitHubpytorchApache-2.0 report
teelinsan/camoscio mentioned on GitHubpytorchApache-2.0 report
theodb/asr-whisper-finetuning mentioned on GitHubpytorch report
thuml/AutoTimes mentioned on GitHubpytorchMIT report
tloen/alpaca-lora mentioned on GitHubpytorchApache-2.0 report
uds-lsv/llmft mentioned on GitHubpytorch report
videocrafter/videocrafter mentioned on GitHubpytorch report
vivo-ai-lab/bluelm mentioned on GitHubpytorch report
wwxu21/cut mentioned on GitHubpytorch report
yjiangcm/lion mentioned on GitHubpytorchMIT report
yjiangcm/lte mentioned on GitHubpytorchApache-2.0 report
ykwon0407/datainf mentioned on GitHubpytorch report
zhanglab-aim/lingo mentioned on GitHubpytorch report
zhaolingao/langptune mentioned on GitHubpytorch report
zjunlp/trice mentioned on GitHubpytorch report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

84 samples harvested; 34 ran; 1 honoured the contract we drafted; 50 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · honoured contract
4ran · our draft was wrong
1ran · fixture could not drive it
28ran
50unverified

Licence: 28 of the 84 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 24 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Conv2d zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted GPL-3.0 (copyleft) · pointer only · 4025b3aa55f8b3e1 · report
Conv2d phoebussi/alpaca-cot/peft/src/peft/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic fingerprinted Apache-2.0 (permissive) · f156ba83a62bfd88 · report
Embedding zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 747685b3f553947b · report
Embedding phoebussi/alpaca-cot/peft/src/peft/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 1d022836585085cb · report
Linear zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 81d374052d6022b2 · report
Linear phoebussi/alpaca-cot/peft/src/peft/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 1f506a3641c40fac · report
Linear labmlai/annotated_deep_learning_paper_implementations/labml_nn/lora/gpt2.py community (archive-listed) ran · metamorphic tier: invariant MIT (permissive) · 57b8771890dd7b1b · report
LoRALayer Lightning-AI/lit-llama/lit_llama/lora.py community (archive-listed) ran Apache-2.0 (permissive) · 03b78b050e202a11 · report
LoRALinear mistralai/mistral-inference/src/mistral_inference/lora.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · d91b99d50ee2e13b · report
LoRALinear mistralai/mistral-finetune/model/lora.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 0fa772920c405ed2 · report
LoraArguments qwenlm/qwen-vl/finetune.py community (archive-listed) ran licence not identified · pointer only · e9170e0ed6d12210 · report
LoraArguments qwenlm/qwen/finetune.py community (archive-listed) ran Apache-2.0 (permissive) · 33efd3e3245a8802 · report
LoraInjectedLinear KU-CVLAB/MoA/domainbed/models/lora/lora_util.py community (archive-listed) ran no licence file found · pointer only · d4f1b87ebb0746ff · report
LoraLayer zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · e5f9e40bdb24afdb · report
LoraWeight punica-ai/punica/src/punica/utils/lora.py community (archive-listed) ran Apache-2.0 (permissive) · b6d5f1638edabb8a · report
ModulesToSaveWrapper zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran GPL-3.0 (copyleft) · pointer only · 7bb2b9cb3064a59c · report
ModulesToSaveWrapper phoebussi/alpaca-cot/peft/src/peft/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic Apache-2.0 (permissive) · 5e92a950d55ba432 · report
MultiHeadAttention labmlai/annotated_deep_learning_paper_implementations/labml_nn/lora/gpt2.py community (archive-listed) ran MIT (permissive) · 7a1353c5e5ac87b5 · report
PeftConfig zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · b368ffa3c3d69f27 · report
PeftConfigMixin zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 867983846f2ffb06 · report
QuantLinear zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 1464d2a7f4cf160e · report
_LoRA_qkv_timm lighterswang/biomedclip-lora/lora.py community (archive-listed) ran no licence file found · pointer only · d8d584f9d3ef1a8f · report
find_all_linear_modules vivo-ai-lab/bluelm/train/utils/finetune_peft.py community (archive-listed) ran · our draft was wrong licence not identified · pointer only · 848321f611fd218e · report
find_all_linear_names hitz-zentroa/this-is-not-a-dataset/load_model.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · cfdc29157de085e3 · report
find_all_linear_names internlm/xtuner/xtuner/model/utils.py community (archive-listed) ran · our draft was wrong Apache-2.0 (permissive) · 53281c424cf5891f · report
get_device_map hitz-zentroa/this-is-not-a-dataset/load_model.py community (archive-listed) ran fingerprinted Apache-2.0 (permissive) · a145b7042b65ac5e · report
get_device_map ikergarcia1996/sequence-labeling-llms/load_model.py community (archive-listed) ran Apache-2.0 (permissive) · 47660e151147cb9e · report
get_label_list chenlicodebank/lora_on_analog_hardware/lora_training_glue/run_classification.py community (archive-listed) ran MIT (permissive) · adb7541f2edf078e · report
get_peft_config vivo-ai-lab/bluelm/train/utils/finetune_peft.py community (archive-listed) ran licence not identified · pointer only · 60df31a5803dfdaa · report
get_quantization_config zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · our draft was wrong GPL-3.0 (copyleft) · pointer only · 4236f53faf916aa2 · report
get_trainable_parameters hitz-zentroa/this-is-not-a-dataset/load_model.py community (archive-listed) ran · fixture could not drive it Apache-2.0 (permissive) · 96cb172b7d428b13 · report
interpret_image_size hellokevin07/elastictrainer/vit_utils.py community (archive-listed) ran · honoured contract fingerprinted MIT (permissive) · a6d5b89d9b7d3d00 · report
is_auto_gptq_available zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 9027fb9844632cf2 · report
is_bnb_4bit_available zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) ran · metamorphic tier: deterministic GPL-3.0 (copyleft) · pointer only · 7d44a88878819ef3 · report
BaseTuner zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · f877238ebdc262f1 · report
BaseTunerLayer zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 0cf569603c64a959 · report
LoRA_ViT_timm lighterswang/biomedclip-lora/lora.py community (archive-listed) unverified no licence file found · pointer only · 3dd0d78f6a42a263 · report
LoraArguments flagai-open/aquila2/finetune/finetune.py community (archive-listed) unverified no licence file found · pointer only · a2a949d390f89698 · report
LoraConfig zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 20fd5846de4854e1 · report
LoraLayer phoebussi/alpaca-cot/peft/src/peft/tuners/lora.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e130d790f7e7dcd · report
LoraLinear if001/rwkv-lm-lora-ja/RWKV-v4neo/src/model.py community (archive-listed) unverified Apache-2.0 (permissive) · 399aed0da4b85280 · report
LoraModel zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · e9fa57bcc18e8142 · report
LoraModel phoebussi/alpaca-cot/peft/src/peft/tuners/lora.py community (archive-listed) unverified Apache-2.0 (permissive) · 4e64816ecd5d8675 · report
PeftModelForCausalLM wwxu21/cut/modeling_llama_unlikelihood.py community (archive-listed) unverified Apache-2.0 (permissive) · 551a5af99158f91b · report
PeftType zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · ad8420238d39e438 · report
TaskType zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · 258dc95ececd559e · report
compute_words_ids ikergarcia1996/sequence-labeling-llms/constrained_generation.py community (archive-listed) unverified Apache-2.0 (permissive) · 336b88501d97f8d6 · report
constrained_beam_search ikergarcia1996/sequence-labeling-llms/constrained_generation.py community (archive-listed) unverified Apache-2.0 (permissive) · 7b6da4bad1690c28 · report
convert_to_analog_according_to_name chenlicodebank/lora_on_analog_hardware/hardware_aware_training/related_functions.py community (archive-listed) unverified MIT (permissive) · f0826162829e047c · report
downscale_t_dy_and_t_dw hellokevin07/elastictrainer/selection_solver_DP.py community (archive-listed) unverified MIT (permissive) · 3a4aed8b19f818f9 · report
embed lif31up/attention-is-all-you-need/EmbeddedDataset.py community (archive-listed) unverified MIT (permissive) · 6351105db75b9e71 · report
experiment_done ikergarcia1996/sequence-labeling-llms/seq2seq.py community (archive-listed) unverified Apache-2.0 (permissive) · b2c115afec17443b · report
gen_rpu_config chenlicodebank/lora_on_analog_hardware/instruction_tuning/custom_analog_model.py community (archive-listed) unverified MIT (permissive) · db888a8265d40f72 · report
get_auto_gptq_quant_linear zhanglab-aim/lingo/peftnew/tuners/lora.py community (archive-listed) unverified GPL-3.0 (copyleft) · pointer only · cd0246549fc50335 · report
get_cfg h2oai/h2o-llmstudio/llm_studio/src/loggers.py community (archive-listed) unverified Apache-2.0 (permissive) · 078030b5193a097e · report
get_dtype ikergarcia1996/sequence-labeling-llms/seq2seq.py community (archive-listed) unverified Apache-2.0 (permissive) · db50388eace49466 · report
get_embedder lif31up/attention-is-all-you-need/config.py community (archive-listed) unverified MIT (permissive) · 2792e933b772b0f7 · report
get_f1 ikergarcia1996/sequence-labeling-llms/Medical-MT5/get_results.py community (archive-listed) unverified Apache-2.0 (permissive) · f3fdd2b33f8ca63e · report
get_peft_lora_model vivo-ai-lab/bluelm/train/utils/finetune_peft.py community (archive-listed) unverified licence not identified · pointer only · 7a1b3f8b8ad8779a · report
init_lora davisyoshida/lorax/lorax/helpers.py community (archive-listed) unverified MIT (permissive) · e91d5f03692ee82c · report
label2name ikergarcia1996/sequence-labeling-llms/label_names.py community (archive-listed) unverified Apache-2.0 (permissive) · 70bab034f9244cb1 · report
list_linear_layers chenlicodebank/lora_on_analog_hardware/hardware_aware_training/related_functions.py community (archive-listed) unverified MIT (permissive) · 8bf57961090630be · report
load_model hitz-zentroa/this-is-not-a-dataset/load_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 60b08148856c99db · report
make_diff song-wx/sift/exp/instruction_finetuning/weight_diff.py community (archive-listed) unverified no licence file found · pointer only · 1bad2db22f04ac99 · report
mark_only_lora_as_trainable phoebussi/alpaca-cot/peft/src/peft/tuners/lora.py community (archive-listed) unverified Apache-2.0 (permissive) · 84f4e84719d66f4c · report
merge_lora_model hitz-zentroa/this-is-not-a-dataset/load_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 6cdb58fcb28a6786 · report
my_bool hellokevin07/elastictrainer/utils.py community (archive-listed) unverified MIT (permissive) · e9b9102ba2736955 · report
name2label ikergarcia1996/sequence-labeling-llms/label_names.py community (archive-listed) unverified Apache-2.0 (permissive) · 346a92eaf1c6cc2d · report
parse_param h2oai/h2o-llmstudio/llm_studio/prompt.py community (archive-listed) unverified Apache-2.0 (permissive) · 1db3631aa8a1aa75 · report
postprocess_qa_predictions chenlicodebank/lora_on_analog_hardware/hardware_aware_training/utils_qa.py community (archive-listed) unverified MIT (permissive) · ac56d3e7b79dbc18 · report
postprocess_qa_predictions_with_beam_search chenlicodebank/lora_on_analog_hardware/hardware_aware_training/utils_qa.py community (archive-listed) unverified MIT (permissive) · 8c51f5aaf2f659e2 · report
preprocess_inputs hellokevin07/elastictrainer/vit_utils.py community (archive-listed) unverified MIT (permissive) · 17ac338f74db73e2 · report
print_trainable_parameters ikergarcia1996/sequence-labeling-llms/seq2seq.py community (archive-listed) unverified Apache-2.0 (permissive) · 14548ec0148ab8ec · report
profile_backpropagation hellokevin07/elastictrainer/profiler.py community (archive-listed) unverified MIT (permissive) · d26b6c885a1aa8e6 · report
profile_parser hellokevin07/elastictrainer/profiler.py community (archive-listed) unverified MIT (permissive) · 143cc53e7535f55f · report
read_data_from_tfboard_logs hellokevin07/elastictrainer/plot_curves.py community (archive-listed) unverified MIT (permissive) · b0ef8d0623af5966 · report
run_model ikergarcia1996/sequence-labeling-llms/constrained_generation.py community (archive-listed) unverified Apache-2.0 (permissive) · 6704486d6cc51ef0 · report
selection_DP hellokevin07/elastictrainer/selection_solver_DP.py community (archive-listed) unverified MIT (permissive) · 5f63441b43fd9611 · report
simple_spec davisyoshida/lorax/lorax/helpers.py community (archive-listed) unverified MIT (permissive) · 094357d881289dc6 · report
smart_tokenizer_and_embedding_resize song-wx/sift/exp/instruction_finetuning/weight_diff.py community (archive-listed) unverified no licence file found · pointer only · 840d5d0a1e7b3a5e · report
split_sentence ikergarcia1996/sequence-labeling-llms/evaluate.py community (archive-listed) unverified Apache-2.0 (permissive) · 02c2c36a57cb4648 · report
to_bilou_encoding ikergarcia1996/sequence-labeling-llms/tag_encoding.py community (archive-listed) unverified Apache-2.0 (permissive) · d7678113426bdefa · report
to_iob2_encoding ikergarcia1996/sequence-labeling-llms/tag_encoding.py community (archive-listed) unverified Apache-2.0 (permissive) · 60b66de5aeee97ce · report
to_iob_encoding ikergarcia1996/sequence-labeling-llms/tag_encoding.py community (archive-listed) unverified Apache-2.0 (permissive) · 2ec748940a02967a · report

Tasks

Language ModellingMathematical Reasoningparameter-efficient fine-tuning

1 archive task tag without a task page not shown.

Results from the paper archive 2025-07-28

TaskDatasetModelMetricValueRank at snapshotLeaderboardReport
Mathematical Reasoning AMC23 Math-Master Acc 82 #2 of 3 Archive leaderboard report
parameter-efficient fine-tuning BoolQ LLaMA2-7b Accuracy (% ) 80.28 #4 of 4 Archive leaderboard report
parameter-efficient fine-tuning HellaSwag LLaMA2-7b Accuracy (% ) 76.67 #2 of 3 Archive leaderboard report
parameter-efficient fine-tuning WinoGrande LLaMA2-7b Accuracy (% ) 69.85 #3 of 3 Archive leaderboard report

Ranks are positions in the archive's leaderboards as they stood at the 2025-07-28 snapshot. Results published since then are not among these rows, so a rank here is not a current standing.

Methods

Absolute Position EncodingsAdamAttentionAttention DropoutBERTBPECosine AnnealingDeBERTaDense ConnectionsDiscriminative Fine-TuningDropoutGPT-2GPT-3Label SmoothingLayer NormalizationLinear LayerLinear Warmup With Cosine AnnealingLinear Warmup With Linear DecayMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionRoBERTaSoftmaxTransformerWeight DecayWordPiece

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections