paper-with-me

홈 › Papers

InstructDiff: Domain-Adaptive Data Selection via Differential Entropy for Efficient LLM Fine-Tuning

2026-01-30 · Junyou Su, He Zhu, Xiao Luo, Liyu Zhang, Hong-Yu Zhou, Yun Chen, Peng Li, Yang Liu, Guanhua Chen arxiv

Supervised fine-tuning (SFT) is fundamental to adapting large language models, yet training on complete datasets incurs prohibitive costs with diminishing returns. Existing data selection methods suffer from severe domain specificity: techniques optimized for general instruction-following fail on reasoning tasks, and vice versa. We observe that measuring entropy differences between base models and minimally instruction-tuned calibrated models reveals a pattern -- samples with the lowest differential entropy consistently yield optimal performance across domains, yet this principle manifests domain-adaptively: reasoning tasks favor entropy increase (cognitive expansion), while general tasks favor entropy decrease (cognitive compression). We introduce InstructDiff, a unified framework that operationalizes differential entropy as a domain-adaptive selection criterion through warmup calibration, bi-directional NLL filtering, and entropy-based ranking. Extensive experiments show that InstructDiff achieves 17\% relative improvement over full data training on mathematical reasoning and 52\% for general instruction-following, outperforming prior baselines while using only 10\% of the data.

📄 PDF Abstract BibTeX arXiv:2601.23006

Code (0)

등록된 구현이 없습니다.

Tasks

Mathematical Reasoning

Similar Papers 제목 키워드 기반

InstructDiffusion: A Generalist Modeling Interface for Vision Tasks

2023-09-07 · CVPR 2024 1 · Zigang Geng, Binxin Yang, Tiankai Hang, Chen Li 외

We present InstructDiffusion, a unifying and generic framework for aligning computer vision tasks with human instructions. Unlike existing approaches that integrate prior knowledge and pre-define the output space (e.g., …

Keypoint Detection

The Role of Adaptive Optimizers for Honest Private Hyperparameter Selection

2021-11-09 · NeurIPS 2021 12 · Shubhankar Mohapatra, Sajin Sasy, Xi He, Gautam Kamath 외

Hyperparameter optimization is a ubiquitous challenge in machine learning, and the performance of a trained model depends crucially upon their effective selection. While a rich set of tools exist for this purpose, there …

BIG-bench Machine LearningHyperparameter Optimization

Fast Parallel Algorithms for Statistical Subset Selection Problems

2019-03-06 · NeurIPS 2019 12 · Sharon Qian, Yaron Singer

In this paper, we propose a new framework for designing fast parallel algorithms for fundamental statistical subset selection tasks that include feature selection and experimental design. Such tasks are known to be weakl…

Combinatorial OptimizationExperimental Designfeature selection

A Self-adaptive Weighted Differential Evolution Approach for Large-scale Feature Selection

2021-10-27 · Xubin Wang, Yunhe Wang, Ka-Chun Wong, Xiangtao Li

Recently, many evolutionary computation methods have been developed to solve the feature selection problem. However, the studies focused mainly on small-scale issues, resulting in stagnation issues in local optima and nu…

feature selection

On the Convergence of DP-SGD with Adaptive Clipping

2024-12-27 · Egor Shulgin, Peter Richtárik

Stochastic Gradient Descent (SGD) with gradient clipping is a powerful technique for enabling differentially private optimization. Although prior works extensively investigated clipping with a constant threshold, private…