paper-with-me

홈 › Papers

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 outperforms Gaussian noise, the reasons for this remain unclear. This paper aims to clarify this by offering a thorough analysis, both theoretical and empirical, indicating comparable performance among these noise types. Additionally, we introduce a new fine-tuning method for language models, utilizing symmetric noise in embeddings. This method aims to enhance the model's function by more stringently regulating its local curvature, demonstrating superior performance over the current method, NEFTune. When fine-tuning the LLaMA-2-7B model using Alpaca, standard techniques yield a 29.79% score on AlpacaEval. However, our approach, SymNoise, increases this score significantly to 69.04%, using symmetric noisy embeddings. This is a 6.7% improvement over the state-of-the-art method, NEFTune (64.69%). Furthermore, when tested on various models and stronger baseline instruction datasets, such as Evol-Instruct, ShareGPT, OpenPlatypus, SymNoise consistently outperforms NEFTune. The current literature, including NEFTune, has underscored the importance of more in-depth research into the application of noise-based strategies in the fine-tuning of language models. Our approach, SymNoise, is another significant step towards this direction, showing notable improvement over the existing state-of-the-art method.

📄 PDF Abstract BibTeX arXiv:2605.23171

Code (0)

등록된 구현이 없습니다.

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

Finetuning Generative Large Language Models with Discrimination Instructions for Knowledge Graph Completion

2024-07-23 · Yang Liu, Xiaobin Tian, Zequn Sun, Wei Hu

Traditional knowledge graph (KG) completion models learn embeddings to predict missing facts. Recent works attempt to complete KGs in a text-generation manner with large language models (LLMs). However, they need to grou…

Knowledge Graph CompletionText Generation

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 fina…

Knowledge Graphs

Bitune: Bidirectional Instruction-Tuning

2024-05-23 · Dawid J. Kopiczko, Tijmen Blankevoort, Yuki M. Asano

We introduce Bitune, a method that improves instruction-tuning of pretrained decoder-only large language models, leading to consistent gains on downstream tasks. Bitune applies both causal and bidirectional attention to …

Decoder

Financial Text Classification Based On rLoRA Finetuning On Qwen3-8B model

2025-11-29 · Zhiming Lian arxiv

Financial text classification has increasingly become an important aspect in quantitative trading systems and related tasks, such as financial sentiment analysis and the classification of financial news. In this paper, w…

Text ClassificationSentiment Analysis