AI Navigate

Neuron-Aware Data Selection In Instruction Tuning For Large Language Models

arXiv cs.CL / 3/16/2026

📰 NewsIdeas & Deep AnalysisModels & Research

Key Points

  • NAIT is a neuron-activation-aware framework that selects high-quality instruction tuning data for LLMs by evaluating the similarity between candidate samples and target domain activation features.
  • It builds reusable neuron activation features from in-domain datasets and uses them to score IT samples without relying on external models or uncertainty-based metrics.
  • Experiments on Alpaca-GPT4 IT data show that training on the top 10% subset chosen by NAIT consistently outperforms methods using external models or uncertainty-based selection across multiple tasks.
  • The results indicate that neuron activation features transfer across capabilities, with a stable core subset broadly boosting fundamental model abilities and enabling transfer to diverse tasks.

Abstract

Instruction Tuning (IT) has been proven to be an effective approach to unlock the powerful capabilities of large language models (LLMs). Recent studies indicate that excessive IT data can degrade LLMs performance, while carefully selecting a small subset of high-quality IT data can significantly enhance their capabilities. Therefore, identifying the most efficient subset data from the IT dataset to effectively develop either specific or general abilities in LLMs has become a critical challenge. To address this, we propose a novel and efficient framework called NAIT. NAIT evaluates the impact of IT data on LLMs performance by analyzing the similarity of neuron activation patterns between the IT dataset and the target domain capability. Specifically, NAIT captures neuron activation patterns from in-domain datasets of target domain capabilities to construct reusable and transferable neuron activation features. It then evaluates and selects optimal samples based on the similarity between candidate samples and the expected activation features of the target capabilities. Experimental results show that training on the 10\% Alpaca-GPT4 IT data subset selected by NAIT consistently outperforms methods that rely on external advanced models or uncertainty-based features across various tasks. Our findings also reveal the transferability of neuron activation features across different capabilities of LLMs. In particular, IT data with more logical reasoning and programmatic features possesses strong general transferability, enabling models to develop stronger capabilities across multiple tasks, while a stable core subset of data is sufficient to consistently activate fundamental model capabilities and universally improve performance across diverse tasks.