Papers › On the Step Length Confounding in LLM Reasoning Data Selection

On the Step Length Confounding in LLM Reasoning Data Selection

8 Apr 2026arXiv:2604.06834added by Syntology

Bing Wang, Rui Miao, Chen Shen, Shaotian Yan, Kaiyuan Liu, Ximing Li, Xiaosong Yuan, Sinan Fan, Jun Zhang, Jieping Ye

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

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.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2604.06834")

Code

Syntology Ran 0 of 18 code samples harvested from 1 repository linked to this paper; 18 have no recorded run.

By repository: found in paper text by Syntology: 18 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

wangbing1416/ASLEC found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

18 samples harvested; 0 ran; 0 honoured the contract we drafted; 18 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

18unverified

Licence: 18 of the 18 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from wangbing1416/ASLEC. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

call_model wangbing1416/ASLEC/data_syn_gptoss.py found in paper text by Syntology unverified no licence file found · pointer only · 038676f8a60ba539 · report
call_model wangbing1416/ASLEC/data_syn_qwen3_32b.py found in paper text by Syntology unverified no licence file found · pointer only · 73a355b5b67882f5 · report
call_model wangbing1416/ASLEC/data_syn_qwq_32b.py found in paper text by Syntology unverified no licence file found · pointer only · dd79b2a8e07e5a49 · report
call_model_sglang wangbing1416/ASLEC/output_logits.py found in paper text by Syntology unverified no licence file found · pointer only · d19d3c85e8d7c99b · report
clean_gptoss wangbing1416/ASLEC/select_sft_data_ours.py found in paper text by Syntology unverified no licence file found · pointer only · aab24cbe461d62bb · report
group_by_field wangbing1416/ASLEC/data_syn_gptoss.py found in paper text by Syntology unverified no licence file found · pointer only · 03413d65ed523d33 · report
group_by_field wangbing1416/ASLEC/select_sft_data.py found in paper text by Syntology unverified no licence file found · pointer only · 1f4de9002b68a31a · report
is_server_ready wangbing1416/ASLEC/gpu_stress.py found in paper text by Syntology unverified no licence file found · pointer only · 7341261b8f086da5 · report
process_single_file wangbing1416/ASLEC/output_logits.py found in paper text by Syntology unverified no licence file found · pointer only · b341fef56bc6cd98 · report
read_all_jsonl wangbing1416/ASLEC/merge_cal_limo.py found in paper text by Syntology unverified no licence file found · pointer only · f041475ed860a1bb · report
read_all_jsonl wangbing1416/ASLEC/merge_cal_limo_ours.py found in paper text by Syntology unverified no licence file found · pointer only · d70d5f73da46d74a · report
read_all_pkl wangbing1416/ASLEC/merge_cal_limo.py found in paper text by Syntology unverified no licence file found · pointer only · cfe5186bd6f748bb · report
read_json wangbing1416/ASLEC/batch_verify.py found in paper text by Syntology unverified no licence file found · pointer only · 23fc7700a46c9d7a · report
read_jsonl wangbing1416/ASLEC/merge_cal_limo.py found in paper text by Syntology unverified no licence file found · pointer only · 0a2bd131350902b8 · report
read_jsonl wangbing1416/ASLEC/select_sft_data.py found in paper text by Syntology unverified no licence file found · pointer only · 8de9a2e11d7d03fa · report
read_jsonl wangbing1416/ASLEC/select_sft_data_ours.py found in paper text by Syntology unverified no licence file found · pointer only · 8fc83dfd8da40551 · report
read_one_line_jsonl wangbing1416/ASLEC/output_logits.py found in paper text by Syntology unverified no licence file found · pointer only · 7a49488afac8c2fc · report
select_by_random wangbing1416/ASLEC/select_sft_data.py found in paper text by Syntology unverified no licence file found · pointer only · 6b549bd9d82e335b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2604.06834, was issued in April 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections