CLOct 16, 2024

The Best of Both Worlds: Bridging Quality and Diversity in Data Selection with Bipartite Graph

arXiv:2410.12458v23 citations
Originality Incremental advance
AI Analysis

This addresses a key bottleneck in optimizing LLM training by improving data selection efficiency and effectiveness, though it is an incremental advance over existing methods.

The paper tackles the problem of balancing quality and diversity in data selection for supervised fine-tuning of large language models, presenting GraphFilter which outperforms nine baselines across six benchmarks.

The performance of large language models (LLMs) is strongly influenced by the quality and diversity of data used during supervised fine-tuning (SFT). However, current data selection methods often prioritize one aspect over the other, resulting in suboptimal training outcomes. To address this, we formulate data selection as a set cover problem and present GraphFilter, a novel approach that balances both quality and diversity in data selection. GraphFilter models the dataset as a bipartite graph connecting sentences to their constituent n-grams, then employs a priority function that combines quality and diversity metrics multiplicatively. GraphFilter iteratively selects sentences with the highest priority, removes covered n-grams from the bipartite graph, and recomputes priorities to reflect the changing data landscape. We validate GraphFilter using three model backbones across six widely-used benchmarks, demonstrating that it outperforms nine existing baselines in both model performance and computational efficiency. Further analysis shows that our design choices lead to more effective subset selection, underscores the value of instruction diversity, and provides insights into how quality and diversity interact with different subset sizes.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes