paper-with-me

홈 › Papers

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 effective training becomes increasingly important. This work addresses the question: How can we determine the optimal subset of data for effective training? While existing research often emphasizes local criteria like instance quality for subset selection, we argue that a global approach focused on data diversity is more critical. Our method employs k-means clustering to ensure the selected subset effectively represents the full dataset. We propose an iterative refinement method inspired by active learning techniques to resample instances from clusters, reassessing each cluster's importance and sampling weight in every training iteration. This approach reduces the effect of outliers and automatically filters out clusters containing low-quality data. Through extensive evaluation across natural language reasoning, general world knowledge, code and math reasoning tasks, and by fine-tuning models from various families, we observe consistent improvements, achieving a 7% increase over random selection and a 3.8% improvement over state-of-the-art sampling methods. Our work highlights the significance of diversity-first sampling when finetuning LLMs to enhance performance across a broad array of evaluation tasks. Our code is available at https://github.com/for-ai/iterative-data-selection.

📄 PDF Abstract BibTeX arXiv:2409.11378

Code (1)

for-ai/iterative-data-selection 공식 구현 pytorch

Tasks

Active LearningDiversityInstruction FollowingMathWorld Knowledge

Methods 이 논문이 사용한 방법론

k-Means Clustering k-Means Clustering is a clustering algorithm that divides a training set into $k$ different clusters of examples that are near each other. It works by initializing $k$…

Similar Papers 제목 키워드 기반

Diversifying Question Generation over Knowledge Base via External Natural Questions

2023-09-23 · Shasha Guo, Jing Zhang, Xirui Ke, Cuiping Li 외

Previous methods on knowledge base question generation (KBQG) primarily focus on enhancing the quality of a single generated question. Recognizing the remarkable paraphrasing ability of humans, we contend that diverse te…

DiversityNatural QuestionsQuestion AnsweringQuestion Generation+1

Diversify & Conquer: Outcome-directed Curriculum RL via Out-of-Distribution Disagreement

2023-10-30 · Daesol Cho, Seungjae Lee, H. Jin Kim

Reinforcement learning (RL) often faces the challenges of uninformed search problems where the agent should explore without access to the domain knowledge such as characteristics of the environment or external rewards. T…

Reinforcement Learning (RL)

KCS: Diversify Multi-hop Question Generation with Knowledge Composition Sampling

2025-08-28 · Yangfan Wang, Jie Liu, Chen Tang, Lian Yan 외 arxiv

Multi-hop question answering faces substantial challenges due to data sparsity, which increases the likelihood of language models learning spurious patterns. To address this issue, prior research has focused on diversify…

Multi-hop Question AnsweringQuestion GenerationData Augmentation

DISCO: Diversifying Sample Condensation for Efficient Model Evaluation

2025-10-09 · Alexander Rubinstein, Benjamin Raible, Martin Gubri, Seong Joon Oh arxiv

Evaluating modern machine learning models has become prohibitively expensive. Benchmarks such as LMMs-Eval and HELM demand thousands of GPU hours per model. Costly evaluation reduces inclusivity, slows the cycle of innov…

A new system-wide diversity measure for recommendations with efficient algorithms

2018-11-30 · Arda Antikacioglu, Tanvi Bajpai, R. Ravi

Recommender systems often operate on item catalogs clustered by genres, and user bases that have natural clusterings into user types by demographic or psychographic attributes. Prior work on system-wide diversity has mai…

DiversityRecommendation Systems