paper-with-me

Papers

GRACE: A Dynamic Coreset Selection Framework for Large Language Model Optimization

2026-04-09 · Tianhao Tang, Haoyang Li, Lei Chen arxiv

Large Language Models (LLMs) have demonstrated remarkable capabilities in natural language understanding and generation. However, their immense number of parameters and complex transformer-based architectures result in significant resource demands and computational complexity during training, making it challenging to optimize them efficiently on large datasets. To reduce training costs while preserving performance, researchers have investigated coreset selection techniques, which aim to identify small, representative subsets of the entire training dataset to accelerate LLM training. However, existing coreset selection methods fail to adapt to the dynamic nature of LLM training and often struggle with scalability for models of this size. To address these limitations, we propose a graph-guided adaptive and dynamic coreset selection framework for LLMs, namely GRACE. GRACE dynamically constructs and updates coresets by combining representation diversity with gradient-based importance metrics, ensuring both informativeness and efficiency. To mitigate the computational cost of frequent updates, GRACE leverages a $k$-NN graph-based propagation mechanism and selectively updates scores and embeddings, adapting to evolving training dynamics. Extensive experiments on three benchmarks demonstrate that GRACE significantly improves training efficiency and downstream performance across diverse LLMs and tasks.

📄 PDF Abstract BibTeX arXiv:2604.11810

Code (0)

등록된 구현이 없습니다.

Tasks

Natural Language Understanding

Similar Papers 제목 키워드 기반

GRACE:Gradient-guided Coreset Selection for LLM Unlearning

2026-08-28 · Praveen Bushipaka, Andrea D'Angelo, Lucia Passaro, Tommaso Cucinotta arxiv

Machine Unlearning methods for Large Language Models typically assume pre-specified forget and retain sets. In realistic settings, however, requests may provide only a few examples of undesired behavior, requiring forget…

D2 Pruning: Message Passing for Balancing Diversity and Difficulty in Data Pruning

2023-10-11 · Adyasha Maharana, Prateek Yadav, Mohit Bansal

Analytical theories suggest that higher-quality data can lead to lower test errors in models trained on a fixed data budget. Moreover, a model can be trained on a lower compute budget without compromising performance if …

Diversity

Anti-Backdoor Coreset Selection via Cumulative Entropy

2026-07-28 · Qi Zhao, Christian Wressnegger arxiv

Recent training-time defenses against neural backdoors isolate a benign subset from poisoned training data, to learn a backdoor-free model from it. In this paper, we formulate this defense strategy as a coreset selection…

MODE: Multi-Objective Adaptive Coreset Selection

2025-12-24 · Tanmoy Mukherjee, Pierre Marquis, Zied Bouraoui arxiv

We present Mode(Multi-Objective adaptive Data Efficiency), a framework that dynamically combines coreset selection strategies based on their evolving contribution to model performance. Unlike static methods, \mode adapts…

Representation Learning

Extending Contrastive Learning to Unsupervised Coreset Selection

2021-03-05 · Jeongwoo Ju, Heechul Jung, Yoonju Oh, Junmo Kim

Self-supervised contrastive learning offers a means of learning informative features from a pool of unlabeled data. In this paper, we delve into another useful approach -- providing a way of selecting a core-set that is …

Contrastive Learning