paper-with-me

홈 › Papers

Clustering and Ranking: Diversity-preserved Instruction Selection through Expert-aligned Quality Estimation

2024-02-28 · Yuan Ge, Yilun Liu, Chi Hu, Weibin Meng, Shimin Tao, Xiaofeng Zhao, Hongxia Ma, Li Zhang, Boxing Chen, Hao Yang, Bei Li, Tong Xiao, Jingbo Zhu

With contributions from the open-source community, a vast amount of instruction tuning (IT) data has emerged. Given the significant resource allocation required for training and evaluating models, it is advantageous to have an efficient method for selecting high-quality IT data. However, existing methods for instruction data selection have limitations such as relying on fragile external APIs, being affected by biases in GPT models, or reducing the diversity of the selected instruction dataset. In this paper, we propose an industrial-friendly, expert-aligned and diversity-preserved instruction data selection method: Clustering and Ranking (CaR). CaR employs a two-step process: first, it ranks instruction pairs using a high-accuracy (84.25%) scoring model aligned with expert preferences; second, it preserves dataset diversity through clustering. In our experiment, CaR efficiently selected a mere 1.96% of Alpaca's IT data, yet the resulting AlpaCaR model surpassed Alpaca's performance by an average of 32.1% in GPT-4 evaluations. Moreover, we find that data selecting is a consistent paradigm whether the pre-trained model is more capable or the model parameters scaling up. Our approach employs compact models with 550M parameters and incurs just 11.2% of the financial outlay of current methods, enhancing its industrial deployability.

📄 PDF Abstract BibTeX arXiv:2402.18191

Code (1)

ironbeliever/car 공식 구현 pytorch

Tasks

ClusteringDiversity

Methods 이 논문이 사용한 방법론

Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Residual Connection 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…

Similar Papers 제목 키워드 기반

InsBank: Evolving Instruction Subset for Ongoing Alignment

2025-02-17 · Jiayi Shi, Yiwei Li, Shaoxiong Feng, Peiwen Yuan 외

Large language models (LLMs) typically undergo instruction tuning to enhance alignment. Recent studies emphasize that quality and diversity of instruction data are more crucial than quantity, highlighting the need to sel…

Diversity

Diversify and Conquer: Diversity-Centric Data Selection with Iterative Refinement

2024-09-17 · Simon Yu, Liangyu Chen, Sara Ahmadian, Marzieh Fadaee

Finetuning large language models on instruction data is crucial for enhancing pre-trained knowledge and improving instruction-following capabilities. As instruction datasets proliferate, selecting optimal data for effect…

Active LearningDiversityInstruction FollowingMath+1

TACOS: Open Tagging and Comparative Scoring for Instruction Fine-Tuning Data Selection

2025-07-04 · Xixiang He, Hao Yu, Qiyao Sun, Ao Cheng 외 arxiv

Instruction Fine-Tuning (IFT) is crucial for aligning large language models (LLMs) with human preferences, and selecting a small yet representative subset from massive data significantly facilitates IFT in terms of both …

G-DIG: Towards Gradient-based Diverse and High-quality Instruction Data Selection for Machine Translation

2024-05-21 · Xingyuan Pan, Luyang Huang, Liyan Kang, Zhicheng Liu 외

Large Language Models (LLMs) have demonstrated remarkable abilities in general scenarios. Instruction finetuning empowers them to align with humans in various tasks. Nevertheless, the Diversity and Quality of the instruc…

DiversityMachine TranslationTranslation

Diversity Measurement and Subset Selection for Instruction Tuning Datasets

2024-02-04 · Peiqi Wang, Yikang Shen, Zhen Guo, Matthew Stallone 외

We aim to select data subsets for the fine-tuning of large language models to more effectively follow instructions. Prior work has emphasized the importance of diversity in dataset curation but relied on heuristics such …

DiversityInstruction FollowingPoint Processes