paper-with-me

홈 › Papers

Instruction Finetuning DeepSeek-R1-8B Model Using LoRA and NEFTune

2026-06-09 · Wu Yuerong, Mingni Luo arxiv

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.

📄 PDF Abstract BibTeX arXiv:2606.10392

Code (0)

등록된 구현이 없습니다.

Tasks

Knowledge Graphs

Similar Papers 제목 키워드 기반

NEFTune: Noisy Embeddings Improve Instruction Finetuning

2023-10-09 · Neel Jain, Ping-Yeh Chiang, Yuxin Wen, John Kirchenbauer 외

We show that language model finetuning can be improved, sometimes dramatically, with a simple augmentation. NEFTune adds noise to the embedding vectors during training. Standard finetuning of LLaMA-2-7B using Alpaca achi…

Language ModelingLanguage Modelling

Understanding and Improving Noisy Embedding Techniques in Instruction Finetuning

2026-05-22 · Abhay Yadav arxiv

Recent advancements in instructional fine-tuning have injected noise into embeddings, with NEFTune (Jain et al., 2024) setting benchmarks using uniform noise. Despite NEFTune's empirical findings that uniform noise outpe…

SymNoise: Advancing Language Model Fine-tuning with Symmetric Noise

2023-12-03 · Abhay Kumar Yadav, Arjun Singh

In this paper, we introduce a novel fine-tuning technique for language models, which involves incorporating symmetric noise into the embedding process. This method aims to enhance the model's function by more stringently…

Language ModelingLanguage Modelling

Parameter Efficient Instruction Tuning: An Empirical Study

2024-11-25 · Pengfei He

Instruction tuning has become an important step for finetuning pretrained language models to better follow human instructions and generalize on various tasks. Nowadays, pretrained language models become increasingly larg…

Instruction FollowingMemorization

LLaVA-MoLE: Sparse Mixture of LoRA Experts for Mitigating Data Conflicts in Instruction Finetuning MLLMs

2024-01-29 · Shaoxiang Chen, Zequn Jie, Lin Ma

Instruction finetuning on a variety of image-text instruction data is the key to obtaining a versatile Multimodal Large Language Model (MLLM), and different configurations of the instruction data can lead to finetuned mo…

Language ModellingLarge Language ModelMixture-of-ExpertsMultimodal Large Language Model