Unified Data Selection for LLM Reasoning

· Source: cs.CL updates on arXiv.org · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, extended

Summary

The paper introduces High-Entropy Sum (HES), a training-free metric designed to quantify reasoning quality in Large Language Models (LLMs) by summing the entropy of the top 0.5% highest-entropy tokens in a reasoning sample. HES addresses the bottleneck of needing massive high-quality reasoning data for complex, long-CoT tasks. Validated across Supervised Fine-tuning (SFT), Rejection Fine-tuning (RFT), and Reinforcement Learning (RL) paradigms, HES consistently improves performance and reduces computational overhead. In SFT, training on the top 20% HES-ranked data matches full-dataset performance, while using a lightweight 0.6B model for selection yields results comparable to an 8B model. HES also significantly outperforms baselines in RFT and enables stronger reasoning patterns in RL by selecting successful trajectories.

Key takeaway

For MLOps engineers optimizing LLM training pipelines, integrating High-Entropy Sum (HES) for data selection offers significant efficiency gains. You can achieve comparable or superior model performance by training on just the top 20% of HES-ranked data, drastically cutting computational costs. Consider using smaller proxy models (e.g., 0.6B) for offline HES calculation to further reduce inference overhead during data curation. This approach ensures high-quality reasoning data without extensive resource investment.

Key insights

High-Entropy Sum (HES) quantifies LLM reasoning quality by focusing on cumulative uncertainty at critical decision points.

Principles

Method

HES is calculated by summing entropy values of the top $k\%$ (e.g., 0.5%) highest-entropy tokens in a reasoning sample. This metric guides data selection for SFT, RFT, and RL.

In practice

Topics

Code references

Best for: Research Scientist, AI Engineer, NLP Engineer, AI Scientist, Machine Learning Engineer, MLOps Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by cs.CL updates on arXiv.org.