LGMar 10

GAST: Gradient-aligned Sparse Tuning of Large Language Models with Data-layer Selection

arXiv:2603.09865v114.21 citationsh-index: 9
Predicted impact top 47% in LG · last 90 daysOriginality Incremental advance
AI Analysis

This work addresses inefficiencies in fine-tuning large models for researchers and practitioners, though it is incremental as it builds on existing sparse tuning paradigms.

The paper tackles the problem of redundancy in parameter-efficient fine-tuning of large language models by proposing GAST, a method that simultaneously selects impactful data points and layers, which outperforms baseline methods in experiments.

Parameter-Efficient Fine-Tuning (PEFT) has become a key strategy for adapting large language models, with recent advances in sparse tuning reducing overhead by selectively updating key parameters or subsets of data. Existing approaches generally focus on two distinct paradigms: layer-selective methods aiming to fine-tune critical layers to minimize computational load, and data-selective methods aiming to select effective training subsets to boost training. However, current methods typically overlook the fact that different data points contribute varying degrees to distinct model layers, and they often discard potentially valuable information from data perceived as of low quality. To address these limitations, we propose Gradient-aligned Sparse Tuning (GAST), an innovative method that simultaneously performs selective fine-tuning at both data and layer dimensions as integral components of a unified optimization strategy. GAST specifically targets redundancy in information by employing a layer-sparse strategy that adaptively selects the most impactful data points for each layer, providing a more comprehensive and sophisticated solution than approaches restricted to a single dimension. Experiments demonstrate that GAST consistently outperforms baseline methods, establishing a promising direction for future research in PEFT strategies.

Foundations

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

Your Notes