paper-with-me

홈 › Papers

Rethinking Data Selection for Supervised Fine-Tuning

2024-02-08 · Ming Shen

Although supervised finetuning (SFT) has emerged as an essential technique to align large language models with humans, it is considered superficial, with style learning being its nature. At the same time, recent works indicate the importance of data selection for SFT, showing that finetuning with high-quality and diverse subsets of the original dataset leads to superior downstream performance. In this work, we rethink the intuition behind data selection for SFT. Considering SFT is superficial, we propose that essential demonstrations for SFT should focus on reflecting human-like interactions instead of data quality or diversity. However, it is not straightforward to directly assess to what extent a demonstration reflects human styles. Towards an initial attempt in this direction, we find selecting instances with long responses is surprisingly more effective for SFT than utilizing full datasets or instances selected based on quality and diversity. We hypothesize that such a simple heuristic implicitly mimics a crucial aspect of human-style conversation: detailed responses are usually more helpful.

📄 PDF Abstract BibTeX arXiv:2402.06094

Code (0)

등록된 구현이 없습니다.

Tasks

Diversity

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…
Focus 설명 없음
SFT Shrink and Fine-Tune, or SFT, is a type of distillation that avoids explicit distillation by copying parameters to a student student model and then fine-tuning.…

Similar Papers 제목 키워드 기반

Rethinking Data Selection at Scale: Random Selection is Almost All You Need

2024-10-12 · Tingyu Xia, Bowen Yu, Kai Dang, An Yang 외

Supervised fine-tuning (SFT) is crucial for aligning Large Language Models (LLMs) with human instructions. The primary goal during SFT is to select a small yet representative subset of training data from the larger pool,…

All

Unlabeled Data or Pre-trained Model: Rethinking Semi-Supervised Learning and Pretrain-Finetuning

2025-05-19 · Song-Lin Lv, Rui Zhu, Yu-Feng Li, Lan-Zhe Guo

Semi-supervised learning (SSL) alleviates the cost of data labeling process by exploiting unlabeled data, and has achieved promising results on various tasks such as image classification. Meanwhile, the Pretrain-Finetuni…

image-classificationImage Classification

Take the essence and discard the dross: A Rethinking on Data Selection for Fine-Tuning Large Language Models

2024-06-20 · Ziche Liu, Rui Ke, Feng Jiang, Haizhou Li

Data selection for fine-tuning Large Language Models (LLMs) aims to select a high-quality subset from a given candidate dataset to train a Pending Fine-tune Model (PFM) into a Selective-Enhanced Model (SEM). It can impro…

Stitching, Fine-tuning, Re-training: A SAM-enabled Framework for Semi-supervised 3D Medical Image Segmentation

2024-03-17 · Shumeng Li, Lei Qi, Qian Yu, Jing Huo 외

Segment Anything Model (SAM) fine-tuning has shown remarkable performance in medical image segmentation in a fully supervised manner, but requires precise annotations. To reduce the annotation cost and maintain satisfact…

Image SegmentationMedical Image SegmentationSegmentationSemantic Segmentation+1

Unsupervised Fine-Tuning Data Selection for ASR Using Self-Supervised Speech Models

2022-12-03 · Reem Gody, David Harwath

Self-supervised learning (SSL) has been able to leverage unlabeled data to boost the performance of automatic speech recognition (ASR) models when we have access to only a small amount of transcribed speech data. However…

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)DiversitySelf-Supervised Learning+2