paper-with-me

홈 › Papers

Amuro and Char: Analyzing the Relationship between Pre-Training and Fine-Tuning of Large Language Models

2024-08-13 · Kaiser Sun, Mark Dredze

The development of large language models leads to the formation of a pre-train-then-align paradigm, in which the model is typically pre-trained on a large text corpus and undergoes a tuning stage to align the model with human preference or downstream tasks. In this work, we investigate the relationship between pre-training and fine-tuning by fine-tuning multiple intermediate pre-trained model checkpoints. Our results on 18 datasets suggest that i) continual pre-training improves the model in a latent way that unveils after fine-tuning; ii) with extra fine-tuning, the datasets that the model does not demonstrate capability gain much more than those that the model performs well during the pre-training stage; iii) although model benefits significantly through supervised fine-tuning, it may forget previously known domain knowledge and the tasks that are not seen during fine-tuning; iv) the model resembles high sensitivity to evaluation prompts after supervised fine-tuning, but this sensitivity can be alleviated by more pre-training.

📄 PDF Abstract BibTeX arXiv:2408.06663

Code (0)

등록된 구현이 없습니다.

Tasks

Sensitivity

Methods 이 논문이 사용한 방법론

ALIGN In the ALIGN method, visual and language representations are jointly trained from noisy image alt-text data. The image and text encoders are learned via contrastive loss…

Similar Papers 제목 키워드 기반

An Enhancement of Cuckoo Search Algorithm for Optimal Earthquake Evacuation Space Allocation in Intramuros, Manila City

2025-02-19 · Marcus Andre Villanueva, Charles Matthew Ching, Khatalyn Mata

The Cuckoo Search Algorithm (CSA), while effective in solving complex optimization problems, faces limitations in random population initialization and reliance on fixed parameters. Random initialization of the population…

global-optimization

Biosignal Generation and Latent Variable Analysis with Recurrent Generative Adversarial Networks

2019-05-17 · Shota Harada, Hideaki Hayashi, Seiichi Uchida

The effectiveness of biosignal generation and data augmentation with biosignal generative models based on generative adversarial networks (GANs), which are a type of deep learning technique, was demonstrated in our previ…

Data AugmentationTime SeriesTime Series Analysis

Evaluating the Relationship of EV Charging Station on the Uptake of Electric Vehicles -- Implication of the NEVI Formula Program

2024-12-04 · Putra Farrel Azhar

To achieve the federal goal to make half of all new vehicles sold in the U.S. in 2030 zero-emissions vehicles, the U.S. Department of Transportation's (DOT) Federal Highway Administration (FHWA) has employed the National…

Can an Agency Role-Reversal Lead to an Organizational Collapse?; A Study Proposal

2021-05-10 · Yossi Haimberg

The Principal-Agent Theory model is widely used to explain governance role where there is a separation of ownership and control, as it defines clear boundaries between governance and executives. However, examination of r…

Understanding Curriculum Learning in Large Language Models via Cross-Difficulty Optimization Dynamics

2026-08-18 · Zhikai Ding, Ziyi Ye arxiv

Curriculum learning has been widely adopted in the post-training of large language models by organizing training data from easy to hard. However, its effectiveness varies substantially across reasoning tasks, suggesting …