arXiv:2604.06834cs.CLcs.AI2026-04ACL被引 2

发现推理数据筛选中步长过长会误导质量评估,提出新方法纠正偏差。

On the Step Length Confounding in LLM Reasoning Data Selection

  • 用平均对数概率筛选数据时,长推理步骤因首词低概率被误判为高质量
  • 实验表明新方法在4个模型、5个基准上显著降低步长偏差影响
  • 适合做高质量推理数据构建的科研人员和工程师参考

大语言模型在需要长链推理的复杂任务上表现优异,这得益于大规模高质量数据集的监督微调。现有数据构建流程通常利用更强大的大模型生成长推理数据,并采用人工启发式或自然度评分方法筛选优质样本。尽管自然度评分法已被证明有效,但我们的分析发现,当应用于大模型推理数据集时,该方法会系统性偏好推理步骤更长(即每步更多词)的样本,而非真正高质量的样本,这种现象称为步长混淆。定量分析表明,问题根源在于推理步骤中首词的低概率值;长步骤会稀释其影响,从而抬高平均对数概率。为此,我们提出两种改进方法:ASLEC-DROP,在计算平均对数概率时剔除首词概率;ASLEC-CASL,通过因果去偏回归消除首词的混淆效应。在四个大模型和五个评估基准上的实验验证了所提方法能有效缓解步长混淆问题。

原文摘要 · Abstract (English)

Large reasoning models have recently demonstrated strong performance on complex tasks that require long chain-of-thought reasoning, through supervised fine-tuning on large-scale and high-quality datasets. To construct such datasets, existing pipelines generate long reasoning data from more capable Large Language Models (LLMs) and apply manually heuristic or naturalness-based selection methods to filter high-quality samples. Despite the proven effectiveness of naturalness-based data selection, which ranks data by the average log probability assigned by LLMs, our analysis shows that, when applied to LLM reasoning datasets, it systematically prefers samples with longer reasoning steps (i.e., more tokens per step) rather than higher-quality ones, a phenomenon we term step length confounding. Through quantitative analysis, we attribute this phenomenon to low-probability first tokens in reasoning steps; longer steps dilute their influence, thereby inflating the average log probabilities. To address this issue, we propose two variant methods: ASLEC-DROP, which drops first-token probabilities when computing average log probability, and ASLEC-CASL, which applies a causal debiasing regression to remove the first tokens' confounding effect. Experiments across four LLMs and five evaluation benchmarks demonstrate the effectiveness of our approach in mitigating the step length confounding problem.

大模型推理数据筛选因果去偏自然度评估

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。