Papers › Fine-Tuning Low-Bit Models with Gradient in Quantized Code Space

Fine-Tuning Low-Bit Models with Gradient in Quantized Code Space

31 Aug 2026arXiv:2608.30908added by Syntology

Shiguang Wu, Zhouchen Lin, Quanming Yao

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

Fine-tuning Low-bit models aims to adapt a quantized model while keeping the final deployed checkpoint in the same low-bit form. This setting is practically important as it reduces memory and inference cost for storage and deployment. Under this constraint, adaptation becomes an optimization problem over quantization codes and scales. Existing continuous low-bit training is efficient, but it can be distorted by straight through estimation error or by post-quantize gap; discrete search is deployment-faithful, but it is often too inefficient under a finite training budget. We propose code surrogate gradient as the first order signal in deployable code space to acceleate optimization, and performing guided search to preserve deployment faithfulness. Experiments across arithmetic reasoning, instruction following, and structured language understanding show that GradCodes consistently improves fine-tuning low-bit models across different quantization datatypes. Code is provided at https://github.com/ovo67/GradCodes.

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="2608.30908")

Code

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

By repository: found in paper text by Syntology: 14 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.

ovo67/GradCodes 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

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

14unverified

Licence: 14 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 ovo67/GradCodes. “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.

default_name_from_path ovo67/GradCodes/eval/eval_massive.py found in paper text by Syntology unverified no licence file found · pointer only · 1905bc8c55e5de7a · report
distributed_max_scalar ovo67/GradCodes/baselines/train_qlora.py found in paper text by Syntology unverified no licence file found · pointer only · c76c603e3c53bc83 · report
distributed_mean_scalar ovo67/GradCodes/src/train_gradcodes.py found in paper text by Syntology unverified no licence file found · pointer only · f991369f1bd08fa6 · report
get_compute_dtype ovo67/GradCodes/eval/eval_lm.py found in paper text by Syntology unverified no licence file found · pointer only · b70ab065bf9d184d · report
is_gradcodes_artifact_dir ovo67/GradCodes/eval/eval_lm.py found in paper text by Syntology unverified no licence file found · pointer only · 81b7d3c7a7392299 · report
is_integer_quant_type ovo67/GradCodes/src/gradcodes.py found in paper text by Syntology unverified no licence file found · pointer only · b4b7be8ba1332208 · report
is_world_process_zero ovo67/GradCodes/baselines/train_qlora.py found in paper text by Syntology unverified no licence file found · pointer only · d0d7c4aed06b5fec · report
module_name_matches ovo67/GradCodes/src/gradcodes.py found in paper text by Syntology unverified no licence file found · pointer only · 400c169a15764399 · report
parse_args ovo67/GradCodes/src/train_gradcodes.py found in paper text by Syntology unverified no licence file found · pointer only · 184306d7a0addaaa · report
parse_norm_p ovo67/GradCodes/src/train_gradcodes.py found in paper text by Syntology unverified no licence file found · pointer only · e500b9865b8596f6 · report
qrange_from_bits ovo67/GradCodes/src/gradcodes.py found in paper text by Syntology unverified no licence file found · pointer only · 2eb91a0f6737b6a4 · report
single_process_device_from_arg ovo67/GradCodes/eval/eval_massive.py found in paper text by Syntology unverified no licence file found · pointer only · 8fee80aa0997487e · report
torch_dtype_from_name ovo67/GradCodes/eval/eval_lm.py found in paper text by Syntology unverified no licence file found · pointer only · 17476f4b3c8d5354 · report
write_epoch_wall_clock_times ovo67/GradCodes/baselines/train_qlora.py found in paper text by Syntology unverified no licence file found · pointer only · 6943ed74231f72b0 · report

Results from the paper

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