Unified Data Selection for LLM Reasoning

· Source: Computation and Language · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Natural Language Processing · Depth: Expert, quick

Summary

A new training-free metric, High-Entropy Sum (HES), addresses the challenge of selecting high-quality reasoning data for Large Language Models (LLMs) engaged in complex, long-CoT reasoning. HES quantifies reasoning quality by summing the entropy of only the top 0.5% highest-entropy tokens within each reasoning sample. Validated across Supervised Fine-tuning (SFT), Rejection Fine-tuning (RFT), and Reinforcement Learning (RL), HES consistently proves effective and computationally efficient. In SFT, using the top 20% HES-ranked data achieves performance comparable to training on the full dataset, while low-HES data degrades it. For RFT, HES-based training significantly outperforms baseline methods. In RL, HES-selected successful trajectories enable strong reasoning patterns, surpassing other approaches. This establishes HES as a robust, unified method for developing advanced LLM reasoning.

Key takeaway

For Machine Learning Engineers optimizing LLM training for complex reasoning, High-Entropy Sum (HES) offers a significant efficiency gain. You can achieve full-dataset Supervised Fine-tuning performance by selecting just the top 20% HES-ranked data, drastically reducing computational costs. Consider integrating HES into your Rejection Fine-tuning and Reinforcement Learning pipelines to reliably identify and utilize high-quality reasoning samples, accelerating model development and improving reasoning capabilities.

Key insights

High-Entropy Sum (HES) is a training-free metric for quantifying LLM reasoning quality via token entropy.

Principles

Method

HES calculates reasoning quality by summing the entropy of the top 0.5% highest-entropy tokens in a reasoning sample.

In practice

Topics

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

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Computation and Language.