paper-with-me

홈 › Papers

Refine Large Language Model Fine-tuning via Instruction Vector

2024-06-18 · Gangwei Jiang, Zhaoyi Li, Defu Lian, Ying WEI

Fine-tuning large language models (LLMs) can cause them to lose their general capabilities. However, the intrinsic mechanisms behind such forgetting remain unexplored. In this paper, we begin by examining this phenomenon by focusing on knowledge understanding and instruction following, with the latter identified as the main contributor to forgetting during fine-tuning. Consequently, we propose the Instruction Vector (IV) framework to capture model representations highly related to specific instruction-following capabilities, thereby making it possible to understand model-intrinsic forgetting. Through the analysis of IV dynamics pre and post-training, we suggest that fine-tuning mostly adds specialized reasoning patterns instead of erasing previous skills, which may appear as forgetting. Building on this insight, we develop IV-guided training, which aims to preserve original computation graph, thereby mitigating catastrophic forgetting. Empirical tests on three benchmarks confirm the efficacy of this new approach, supporting the relationship between IVs and forgetting. Our code will be made available soon.

📄 PDF Abstract BibTeX arXiv:2406.12227

Code (0)

등록된 구현이 없습니다.

Tasks

Instruction FollowingLanguage ModelingLanguage ModellingLarge Language Model

Similar Papers 제목 키워드 기반

Self-Refine Instruction-Tuning for Aligning Reasoning in Language Models

2024-05-01 · Leonardo Ranaldi, Andrè Freitas

The alignments of reasoning abilities between smaller and larger Language Models are largely conducted via Supervised Fine-Tuning (SFT) using demonstrations generated from robust Large Language Models (LLMs). Although th…

Math

Towards Self-Refinement of Vision-Language Models with Triangular Consistency

2025-10-12 · Yunlong Deng, Guangyi Chen, Tianpei Gu, Lingjing Kong 외 arxiv

Vision-Language Models (VLMs) integrate visual knowledge with the analytical capabilities of Large Language Models (LLMs) through supervised visual instruction tuning, using image-question-answer triplets. However, the p…

Mosaic-IT: Free Compositional Data Augmentation Improves Instruction Tuning

2024-05-22 · Ming Li, Pei Chen, Chenguang Wang, Hongyu Zhao 외

Finetuning large language models with a variety of instruction-response pairs has enhanced their capability to understand and follow instructions. Current instruction tuning primarily relies on teacher models or human in…

Data AugmentationDiversityInstruction Following

Selective Reflection-Tuning: Student-Selected Data Recycling for LLM Instruction-Tuning

2024-02-15 · Ming Li, Lichang Chen, Jiuhai Chen, Shwai He 외

Instruction tuning is critical to large language models (LLMs) for achieving better instruction following and task adaptation capabilities but its success heavily relies on the training data quality. Many recent methods …

Data AugmentationInstruction Following

TaCIE: Enhancing Instruction Comprehension in Large Language Models through Task-Centred Instruction Evolution

2024-09-18 · Jiuding Yang, Shengyao Lu, Weidong Guo, Xiangyang Li 외

Large Language Models (LLMs) require precise alignment with complex instructions to optimize their performance in real-world applications. As the demand for refined instruction tuning data increases, traditional methods …

Diversity