paper-with-me

홈 › Papers

Task-Specific Data Selection for Instruction Tuning via Monosemantic Neuronal Activations

2025-03-19 · Da Ma, Gonghu Shang, Zhi Chen, Libo Qin, Yijie Luo, Lei Pan, Shuai Fan, Lu Chen, Kai Yu

Instruction tuning improves the ability of large language models (LLMs) to follow diverse human instructions, but achieving strong performance on specific target tasks remains challenging. A critical bottleneck is selecting the most relevant data to maximize task-specific performance. Existing data selection approaches include unstable influence-based methods and more stable distribution alignment methods, the latter of which critically rely on the underlying sample representation. In practice, most distribution alignment methods, from shallow features (e.g., BM25) to neural embeddings (e.g., BGE, LLM2Vec), may fail to capture how the model internally processes samples. To bridge this gap, we adopt a model-centric strategy in which each sample is represented by its neuronal activation pattern in the model, directly reflecting internal computation. However, directly using raw neuron activations leads to spurious similarity between unrelated samples due to neuron polysemanticity, where a single neuron may respond to multiple, unrelated concepts. To address this, we employ sparse autoencoders to disentangle polysemantic activations into sparse, monosemantic representations, and introduce a dedicated similarity metric for this space to better identify task-relevant data. Comprehensive experiments across multiple instruction datasets, models, tasks, and selection ratios show that our approach consistently outperforms existing data selection baselines in both stability and task-specific performance.

📄 PDF Abstract BibTeX arXiv:2503.15573

Code (0)

등록된 구현이 없습니다.

Methods 이 논문이 사용한 방법론

ADOPT Please enter a description about the method here

Similar Papers 제목 키워드 기반

ROSE: A Reward-Oriented Data Selection Framework for LLM Task-Specific Instruction Tuning

2024-12-01 · Yang Wu, Huayi Zhang, Yizheng Jiao, Lin Ma 외

Instruction tuning has underscored the significant potential of large language models (LLMs) in producing more human-controllable and effective outputs in various domains. In this work, we focus on the data selection pro…

RAISE: Reinforenced Adaptive Instruction Selection For Large Language Models

2025-04-09 · Lv Qingsong, Yangning Li, Zihua Lan, Zishan Xu 외

In the instruction fine-tuning of large language models (LLMs), it has become a consensus that a few high-quality instructions are superior to a large number of low-quality instructions. At present, many instruction sele…

Sequential Decision Making

TSDS: Data Selection for Task-Specific Model Finetuning

2024-10-15 · Zifan Liu, Amin Karbasi, Theodoros Rekatsinas

Finetuning foundation models for specific tasks is an emerging paradigm in modern machine learning. The efficacy of task-specific finetuning largely depends on the selection of appropriate training data. We present TSDS …

Density Estimation

Instruction Matters: A Simple yet Effective Task Selection for Optimized Instruction Tuning of Specific Tasks

2024-04-25 · Changho Lee, Janghoon Han, Seonghyeon Ye, Stanley Jungkyu Choi 외

Instruction tuning has been proven effective in enhancing zero-shot generalization across various tasks and in improving the performance of specific tasks. For task-specific improvements, strategically selecting and trai…

Zero-shot Generalization

A Survey on Data Selection for LLM Instruction Tuning

2024-02-04 · Jiahao Wang, Bolin Zhang, Qianlong Du, Jiajun Zhang 외

Instruction tuning is a vital step of training large language models (LLM), so how to enhance the effect of instruction tuning has received increased attention. Existing works indicate that the quality of the dataset is …

Instruction FollowingSurvey