Instruction Finetuning DeepSeek-R1-8B Model Using LoRA and NEFTune
Summary
This paper investigates instruction finetuning of DeepSeek-R1-8B using LoRA and NEFTune for financial named-entity recognition, achieving a micro-F1 of 0.912 and outperforming several baseline models.
View Cached Full Text
Cached at: 06/10/26, 06:14 AM
# Instruction Finetuning DeepSeek-R1-8B Model Using LoRA and NEFTune Source: [https://arxiv.org/abs/2606.10392](https://arxiv.org/abs/2606.10392) [View PDF](https://arxiv.org/pdf/2606.10392) > Abstract:Financial named\-entity recognition \(NER\) is essential for translating unstructured financial reports and news into structured knowledge graphs\. However, general\-purpose large language models \(LLMs\) often misclassify financial entities or ignore domain\-specific patterns\. This paper investigates the use of DeepSeek\-R1\-8B, a recent open\-source large language model, combined with Low\-Rank Adaptation \(LoRA\) and Noisy Embedding Fine\-Tuning \(NEFTune\) for financial NER\. Each annotated sentence in our corpus of 1693 samples is converted into an instruction\-input\-output triple\. We insert lightweight LoRA matrices into the Transformer layers and apply NEFTune to improve generalisation by adding uniform noise to embedding vectors during training\. Experiments show that the LoRA\-adapted DeepSeek\-R1\-8B achieves a micro\-F1 of 0\.901 on seven entity types \(Company, Date, Location, Money, Person, Product and Quantity\), and adding NEFTune further boosts the micro\-F1 to 0\.912, outperforming Llama3\-8B, Qwen3\-8B, Baichuan2\-7B, T5 and BERT\-Base baselines\. ## Submission history From: Mingni Luo \[[view email](https://arxiv.org/show-email/b0599c0c/2606.10392)\] **\[v1\]**Tue, 9 Jun 2026 04:14:49 UTC \(493 KB\)
Similar Articles
How Small Can You Go? LoRA Fine-Tuning 270M-8B Models for Merchant Information Extraction in Financial Transactions
This paper presents a deployment-focused study comparing LoRA fine-tuning of 24 model variants (270M–8B parameters) for merchant information extraction from financial transaction strings. The authors find that smaller models like Qwen 3.5 4B achieve 96.6% F1, within 0.35 points of the 8B baseline, while offering significant reductions in latency and cost.
Beyond LoRA: Can you beat the most popular fine-tuning technique?
Explores whether LoRA is the best parameter-efficient fine-tuning technique and introduces the PEFT library's tools to compare methods.
@DailyDoseOfDS_: Fine-tune DeepSeek-OCR on your own language! (100% local) Most vision models treat documents as massive sequences of to…
DeepSeek-OCR is a 3B vision model using context optical compression for efficient document processing. Fine-tuning it on Persian text using Unsloth achieved an 88.26% improvement in character error rate, all open-source and runnable on a single GPU.
SLAI T-Rex: Full-Parameter Post-training of the DeepSeek-V4 Family on Ascend SuperPOD
This paper presents SLAI T-Rex, a full-parameter post-training optimization framework for trillion-parameter MoE models on Ascend NPU SuperPOD, achieving 34.22% MFU and outperforming GPT-5.4-Mini on Operations Research tasks by 3.98 percentage points.
DeepSeek V4 paper full version is out, FP4 QAT details and stability tricks [D]
DeepSeek released the full V4 paper detailing FP4 quantization-aware training, MoE training stability tricks (anticipatory routing and SwiGLU clamping), and a generative reward model for RLHF, achieving dramatic efficiency gains—V4-Flash uses only 10% of V3.2's FLOPs and 7% of its KV cache at 1M context length.