AI RESEARCH

TLoRA+: A Low-Rank Parameter-Efficient Fine-Tuning Method for Large Language Models

arXiv CS.CL

ArXi:2604.13368v1 Announce Type: new Fine-tuning large language models (LLMs) aims to adapt pre-trained models to specific tasks using relatively small and domain-specific datasets. Among Parameter-Efficient Fine-Tuning (PEFT) methods, Low-Rank Adaptation (LoRA) stands out by matching the performance of full fine-tuning while avoiding additional inference latency. In this paper, we propose a novel PEFT method that incorporates the TLoRA+ optimizer into the weight matrices of pre-trained models.