paper-with-me

홈 › Papers

Unveiling the Generalization Power of Fine-Tuned Large Language Models

2024-03-14 · Haoran Yang, Yumeng Zhang, Jiaqi Xu, Hongyuan Lu, Pheng Ann Heng, Wai Lam

While Large Language Models (LLMs) have demonstrated exceptional multitasking abilities, fine-tuning these models on downstream, domain-specific datasets is often necessary to yield superior performance on test sets compared to their counterparts without fine-tuning. However, the comprehensive effects of fine-tuning on the LLMs' generalization ability are not fully understood. This paper delves into the differences between original, unmodified LLMs and their fine-tuned variants. Our primary investigation centers on whether fine-tuning affects the generalization ability intrinsic to LLMs. To elaborate on this, we conduct extensive experiments across five distinct language tasks on various datasets. Our main findings reveal that models fine-tuned on generation and classification tasks exhibit dissimilar behaviors in generalizing to different domains and tasks. Intriguingly, we observe that integrating the in-context learning strategy during fine-tuning on generation tasks can enhance the model's generalization ability. Through this systematic investigation, we aim to contribute valuable insights into the evolving landscape of fine-tuning practices for LLMs.

📄 PDF Abstract BibTeX arXiv:2403.09162

Code (1)

lhryang/generalization_of_ft-llm 공식 구현 pytorch

Tasks

In-Context Learning

Similar Papers 제목 키워드 기반

Unveiling Over-Memorization in Finetuning LLMs for Reasoning Tasks

2025-08-06 · Zhiwen Ruan, Yun Chen, Yutao Hou, Peng Li 외 arxiv

The pretrained large language models (LLMs) are finetuned with labeled data for better instruction following ability and alignment with human values. In this paper, we study the learning dynamics of LLM finetuning on rea…

Instruction Following

Two Sides of One Coin: the Limits of Untuned SGD and the Power of Adaptive Methods

2023-05-21 · NeurIPS 2023 11

The classical analysis of Stochastic Gradient Descent (SGD) with polynomially decaying stepsize $\eta_t = \eta/\sqrt{t}$ relies on well-tuned $\eta$ depending on problem parameters such as Lipschitz smoothness constant, …

Generalization Boundaries of Fine-Tuned Small Language Models for Graph Structural Inference

2026-04-20 · Michal Podstawski arxiv

Small language models fine-tuned for graph property estimation have demonstrated strong in-distribution performance, yet their generalization capabilities beyond training conditions remain poorly understood. In this work…

Pink: Unveiling the Power of Referential Comprehension for Multi-modal LLMs

2023-10-01 · CVPR 2024 1 · Shiyu Xuan, Qingpei Guo, Ming Yang, Shiliang Zhang

Multi-modal Large Language Models (MLLMs) have shown remarkable capabilities in various multi-modal tasks. Nevertheless, their performance in fine-grained image understanding tasks is still limited. To address this issue…

Referring Expression

DAFT: Distilling Adversarially Fine-tuned Models for Better OOD Generalization

2022-08-19 · Anshul Nasery, Sravanti Addepalli, Praneeth Netrapalli, Prateek Jain

We consider the problem of OOD generalization, where the goal is to train a model that performs well on test distributions that are different from the training distribution. Deep learning models are known to be fragile t…