Papers › QFFT, Question-Free Fine-Tuning for Adaptive Reasoning

QFFT, Question-Free Fine-Tuning for Adaptive Reasoning

15 Jun 2025arXiv:2506.12860archive 2025-07-28

Wanlong Liu, Junxiao Xu, Fei Yu, Yukang Lin, Ke Ji, Wenyu Chen, Yan Xu, Yasheng Wang, Lifeng Shang, Benyou Wang

Recent advancements in Long Chain-of-Thought (CoT) reasoning models have improved performance on complex tasks, but they suffer from overthinking, which generates redundant reasoning steps, especially for simple questions. This paper revisits the reasoning patterns of Long and Short CoT models, observing that the Short CoT patterns offer concise reasoning efficiently, while the Long CoT patterns excel in challenging scenarios where the Short CoT patterns struggle. To enable models to leverage both patterns, we propose Question-Free Fine-Tuning (QFFT), a fine-tuning approach that removes the input question during training and learns exclusively from Long CoT responses. This approach enables the model to adaptively employ both reasoning patterns: it prioritizes the Short CoT patterns and activates the Long CoT patterns only when necessary. Experiments on various mathematical datasets demonstrate that QFFT reduces average response length by more than 50\%, while achieving performance comparable to Supervised Fine-Tuning (SFT). Additionally, QFFT exhibits superior performance compared to SFT in noisy, out-of-domain, and low-resource scenarios.

PaperPDFCodeCode 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="2506.12860")

Code

Syntology Ran 3 of 14 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 3 ran with no contract checked.

By repository: official repository: 14 samples from 1 repository, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lwl-cpu/question-free-fine-tuning officialmentioned in papermentioned on GitHubpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. 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

14 samples harvested; 3 ran; 0 honoured the contract we drafted; 11 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.

3ran
11unverified

Licence: 0 of the 14 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 lwl-cpu/question-free-fine-tuning. “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.

check_sympy_equivalence lwl-cpu/question-free-fine-tuning/eval/utils/math_normalization.py official repository ran fingerprinted Apache-2.0 (permissive) · 33973ae45a70d4fe · report
is_integer lwl-cpu/question-free-fine-tuning/eval/utils/math_normalization.py official repository ran Apache-2.0 (permissive) · b804c6d0a0ddb922 · report
normalize_final_answer lwl-cpu/question-free-fine-tuning/eval/utils/math_normalization.py official repository ran fingerprinted Apache-2.0 (permissive) · 31ee6b861ee71ef7 · report
choice_answer_clean lwl-cpu/question-free-fine-tuning/eval/utils/grader.py official repository unverified Apache-2.0 (permissive) · 809c0178a7ae90ff · report
contains_wait lwl-cpu/question-free-fine-tuning/eval/utils/analysis_difficulty.py official repository unverified Apache-2.0 (permissive) · b123cac6601e152a · report
extract_multi_choice_answer lwl-cpu/question-free-fine-tuning/eval/utils/parser.py official repository unverified Apache-2.0 (permissive) · ed2f4689128f9885 · report
extract_question lwl-cpu/question-free-fine-tuning/eval/utils/analysis_difficulty.py official repository unverified Apache-2.0 (permissive) · 3bf1dc9721e95221 · report
get_conversation_prompt_by_messages lwl-cpu/question-free-fine-tuning/eval/eval_tp.py official repository unverified Apache-2.0 (permissive) · 9c58d0990f07be11 · report
get_three_prompt lwl-cpu/question-free-fine-tuning/eval/eval_tp.py official repository unverified Apache-2.0 (permissive) · e458dae2ed344834 · report
is_digit lwl-cpu/question-free-fine-tuning/eval/utils/grader.py official repository unverified Apache-2.0 (permissive) · fb37d3c84b18e368 · report
load_math_test_levels lwl-cpu/question-free-fine-tuning/eval/utils/analysis_difficulty.py official repository unverified Apache-2.0 (permissive) · 41c9b27031e839a7 · report
major_vote_accuracy lwl-cpu/question-free-fine-tuning/eval/analysis/cal_all_cli.py official repository unverified Apache-2.0 (permissive) · 85f17e50933711f8 · report
parse_digits lwl-cpu/question-free-fine-tuning/eval/utils/grader.py official repository unverified Apache-2.0 (permissive) · 7d4b7f8c3875b126 · report
parse_list lwl-cpu/question-free-fine-tuning/eval/eval_tp.py official repository unverified Apache-2.0 (permissive) · c5b5032445c33c60 · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SFT

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