CLAISep 30, 2025

Efficient Layer-wise LLM Fine-tuning for Revision Intention Prediction

arXiv:2510.00268v13 citationsh-index: 8EMNLP
Originality Incremental advance
AI Analysis

This work addresses the challenge of expensive and scarce revision annotations for LLM fine-tuning, offering a more efficient method for domain-specific text classification tasks.

The paper tackles the problem of fine-tuning large language models (LLMs) for nuanced text classification, specifically revision intention prediction, by introducing IR-Tuning, a layer-wise parameter-efficient fine-tuning framework that dynamically selects important layers, resulting in improved performance over baselines with fast convergence and low resource usage.

Large Language Models (LLMs) have shown extraordinary success across various text generation tasks; however, their potential for simple yet essential text classification remains underexplored, as LLM pre-training tends to emphasize generation over classification. While LLMs with instruction tuning can transform classification into a generation task, they often struggle to categorize nuanced texts. One such example is text revision, which involves nuanced edits between pairs of texts. Although simply fine-tuning LLMs for revision classification seems plausible, it requires a large amount of revision annotations, which are exceptionally expensive and scarce in the community. To address this issue, we introduce a plug-and-play layer-wise parameter-efficient fine-tuning (PEFT) framework, i.e., IR-Tuning, which fine-tunes a subset of important LLM layers that are dynamically selected based on their gradient norm distribution, while freezing those of redundant layers. Extensive experiments suggest that IR-Tuning surpasses several layer-wise PEFT baselines over diverse text revisions, while achieving fast convergence, low GPU memory consumption, and effectiveness on small revision corpora.

Foundations

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

Your Notes