Papers › Multi-Token Prediction Needs Registers

Multi-Token Prediction Needs Registers

15 May 2025arXiv:2505.10518archive 2025-07-28

Anastasios Gerontopoulos, Spyros Gidaris, Nikos Komodakis

Multi-token prediction has emerged as a promising objective for improving language model pretraining, but its benefits have not consistently generalized to other settings such as fine-tuning. In this paper, we propose MuToR, a simple and effective approach to multi-token prediction that interleaves learnable register tokens into the input sequence, each tasked with predicting future targets. Compared to existing methods, MuToR offers several key advantages: it introduces only a negligible number of additional parameters, requires no architectural changes--ensuring compatibility with off-the-shelf pretrained language models--and remains aligned with the next-token pretraining objective, making it especially well-suited for supervised fine-tuning. Moreover, it naturally supports scalable prediction horizons. We demonstrate the effectiveness and versatility of MuToR across a range of use cases, including supervised fine-tuning, parameter-efficient fine-tuning (PEFT), and pretraining, on challenging generative tasks in both language and vision domains. Our code will be available at: https://github.com/nasosger/MuToR.

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

Code

Syntology Ran 8 of 20 code samples harvested from 1 repository linked to this paper; 12 have no recorded run. Of those that ran: 5 ran · our draft was wrong; 2 ran · fixture could not drive it; 1 ran with no contract checked.

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

nasosger/mutor officialmentioned in paperMIT 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

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

5ran · our draft was wrong
2ran · fixture could not drive it
1ran
12unverified

Licence: 0 of the 20 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 nasosger/mutor. “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.

repeat_kv nasosger/mutor/language_modeling/src/models/llama_mutor.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 30d7eec482ebf6b1 · report
repeat_kv nasosger/mutor/language_modeling/src/models/gemma_mutor.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 3c76e52815c5401d · report
apply_rotary_pos_emb nasosger/mutor/language_modeling/src/models/llama_mutor.py official repository ran · our draft was wrong MIT (permissive) · bac65c3dafaec040 · report
apply_rotary_pos_emb nasosger/mutor/language_modeling/src/models/gemma_mutor.py official repository ran · our draft was wrong MIT (permissive) · 583539efd6fd01fb · report
last_boxed_only nasosger/mutor/language_modeling/src/eval/math_utils.py official repository ran MIT (permissive) · 855a4d8c22777aac · report
last_boxed_only_string nasosger/mutor/language_modeling/src/eval/math_utils.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · 0b14c648516c38a7 · report
rotate_half nasosger/mutor/language_modeling/src/models/llama_mutor.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · b99eea6376d1e212 · report
rotate_half nasosger/mutor/language_modeling/src/models/gemma_mutor.py official repository ran · our draft was wrong fingerprinted MIT (permissive) · e03d53ba9d4f9ae5 · report
create_dataloaders nasosger/mutor/language_modeling/src/dataloaders_mutor.py official repository unverified MIT (permissive) · 09a73cf0b65ef0df · report
extract_answer nasosger/mutor/language_modeling/src/eval/evaluate_gsm8k.py official repository unverified MIT (permissive) · 0e4c30e9e6691a25 · report
extract_boxed_answer nasosger/mutor/language_modeling/src/eval/evaluate_gsm8k.py official repository unverified MIT (permissive) · 1c971191751f6f79 · report
generate_greedy_with_kv_cache nasosger/mutor/language_modeling/src/eval/generation_utils.py official repository unverified MIT (permissive) · f78a5e52e103712f · report
get_grouped_params nasosger/mutor/language_modeling/src/finetune.py official repository unverified MIT (permissive) · 61aa6f4de0349de0 · report
json_loads nasosger/mutor/language_modeling/src/eval/evaluate_math500.py official repository unverified MIT (permissive) · 105d7363a921e299 · report
log_trainable_params nasosger/mutor/language_modeling/src/finetune.py official repository unverified MIT (permissive) · 49122c3bfdc8df43 · report
maybe_remove_comma nasosger/mutor/language_modeling/src/eval/evaluate_gsm8k.py official repository unverified MIT (permissive) · 45a49a8bffc94e4c · report
only_until_first_boxed_from_tokens nasosger/mutor/language_modeling/src/eval/math_utils.py official repository unverified MIT (permissive) · 0bbf876ced018c83 · report
prepare_datasets nasosger/mutor/language_modeling/src/dataloaders_mutor.py official repository unverified MIT (permissive) · 9294b12a2eccb090 · report
setup_logging nasosger/mutor/language_modeling/src/finetune.py official repository unverified MIT (permissive) · a0b5557b356e0c05 · report
update_config nasosger/mutor/language_modeling/src/args_mutor.py official repository unverified MIT (permissive) · 380e3b6083d1d00a · report

Tasks

Language ModelingLanguage ModellingPredictionparameter-efficient fine-tuning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

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