Papers › Leveraging Instruction Tuning and Merging for Reasoning Model Adaptation

Leveraging Instruction Tuning and Merging for Reasoning Model Adaptation

16 Jul 2026arXiv:2607.14895added by Syntology

Yu-Du Feng, Niels Mündler-Sasahara, Mark Vero, Martin Vechev

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

Reasoning language models (RLMs) have demonstrated impressive performance in domains such as mathematics and coding. These domains permit reliable verification of model outputs, which is important for enabling the reinforcement learning that drives RLM performance gains. However, training RLMs on domains that lack reliable verifiers remains challenging. Meanwhile, for both verifiable and unverifiable domains, large amounts of unused supervised fine-tuning data with human-written solutions exist. In this work, we show that these data can be used efficiently to further improve RLM performance. For this, we first use classic instruction tuning, supervised fine-tuning without reasoning traces, on the RLM. Next, we merge our instruction-tuned model with the original reasoning model, recovering its reasoning behavior on the target domain. Our extensive evaluation demonstrates that our technique improves RLM performance in both verifiable and hard-to-verify domains, including coding and text summarization, while preserving RLM capabilities across other domains. Importantly, our method is highly cost-effective, enabling such improvements for less than USD $3.

PaperPDFCode Syntology ran

In Syntology 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="2607.14895")

Code

Syntology Ran 26 of 27 code samples harvested from 1 repository linked to this paper; 1 has no recorded run. Of those that ran: 26 ran with no contract checked.

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

eth-sri/rlm-training-merging 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

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

26ran
1unverified

Licence: 27 of the 27 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 eth-sri/rlm-training-merging. “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.

complete_jsonl eth-sri/rlm-training-merging/src/run_merge_eval_pipeline.py found in paper text by Syntology ran no licence file found · pointer only · 5aedf4f58efe146b · report
completed_results eth-sri/rlm-training-merging/src/run_alpha_binary_search.py found in paper text by Syntology ran no licence file found · pointer only · 656edb46eec2f567 · report
docker_base_url eth-sri/rlm-training-merging/src/run_vllm_eval.py found in paper text by Syntology ran no licence file found · pointer only · 4d9751c95357d66b · report
extract_rust_code eth-sri/rlm-training-merging/src/training/sft.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · c5caf92bf6ab68f6 · report
extract_thought eth-sri/rlm-training-merging/src/training/sft.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 7f873f46ef354b4d · report
generation_key eth-sri/rlm-training-merging/src/evaluation/math500.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 1637c0798b1eb9a7 · report
generation_key eth-sri/rlm-training-merging/src/evaluation/tasks.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · d6dc7a0114ff0d71 · report
generation_key eth-sri/rlm-training-merging/src/evaluation/text_summarization.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 97fc991389388553 · report
jsonl_count eth-sri/rlm-training-merging/src/run_merge_eval_pipeline.py found in paper text by Syntology ran no licence file found · pointer only · b7ec56fff990f34d · report
load_config eth-sri/rlm-training-merging/src/training/on_policy_distill.py found in paper text by Syntology ran no licence file found · pointer only · ee5303da6549e3dd · report
load_families eth-sri/rlm-training-merging/src/training/reasoning_search.py found in paper text by Syntology ran no licence file found · pointer only · 674041f9732fba6b · report
load_jsonl eth-sri/rlm-training-merging/src/evaluation/text_summarization.py found in paper text by Syntology ran no licence file found · pointer only · 455c557e67fba06c · report
load_jsonl_rows eth-sri/rlm-training-merging/src/evaluation/tasks.py found in paper text by Syntology ran no licence file found · pointer only · 1a45cbb1758d81e4 · report
load_repairable_jsonl eth-sri/rlm-training-merging/src/evaluation/text_summarization.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 49ed5b6e01e9f2e2 · report
normalize_config_keys eth-sri/rlm-training-merging/src/training/on_policy_distill.py found in paper text by Syntology ran no licence file found · pointer only · 6255183a4ce8bd06 · report
parse_alpha_list eth-sri/rlm-training-merging/src/training/reasoning_search.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 61315585676ecb69 · report
parse_csv_floats eth-sri/rlm-training-merging/src/run_sft_auto_sweep.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 29d8461aa0f37888 · report
parse_csv_ints eth-sri/rlm-training-merging/src/run_sft_auto_sweep.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · cfb727ab05c83ce6 · report
prompt_math500 eth-sri/rlm-training-merging/src/evaluation/math500.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · e21a8d3c8cc65081 · report
prompt_processing_summarization eth-sri/rlm-training-merging/src/training/sft.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 21f78dcd73898bea · report
read_completed_generation_keys eth-sri/rlm-training-merging/src/evaluation/math500.py found in paper text by Syntology ran no licence file found · pointer only · fd853351632e3b14 · report
resolve_dtype eth-sri/rlm-training-merging/src/training/on_policy_distill.py found in paper text by Syntology ran no licence file found · pointer only · bca0bf21e15af052 · report
rust_sample_count eth-sri/rlm-training-merging/src/run_merge_eval_pipeline.py found in paper text by Syntology ran no licence file found · pointer only · 137dc12f405632ac · report
safe_slug eth-sri/rlm-training-merging/src/run_sft_auto_sweep.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · fc3637e8b73a4e32 · report
safe_value eth-sri/rlm-training-merging/src/run_vllm_eval.py found in paper text by Syntology ran fingerprinted no licence file found · pointer only · 0caa843ee47653eb · report
scale_lora_adapter eth-sri/rlm-training-merging/src/run_vllm_eval.py found in paper text by Syntology ran no licence file found · pointer only · f7f5ce51810494bb · report
resolve_eval_tasks eth-sri/rlm-training-merging/src/evaluation/tasks.py found in paper text by Syntology unverified no licence file found · pointer only · e39a7441e72f66d6 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2607.14895, was issued in July 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