Papers › Lost in Decoding? Reproducing and Stress-Testing the Look-Ahead Prior in Generative Retrieval

Lost in Decoding? Reproducing and Stress-Testing the Look-Ahead Prior in Generative Retrieval

25 Apr 2026arXiv:2604.23396added by Syntology

Kidist Amde Mekonnen, Yongkang Li, Yubao Tang, Simon Lupart, Maarten de Rijke

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

Generative retrieval (GR) ranks documents by autoregressively generating document identifiers. Because many GR methods rely on trie-constrained beam search, they are vulnerable to early pruning of relevant prefixes under finite-beam decoding. Planning Ahead in Generative Retrieval (PAG) mitigates this failure mode by using simultaneous decoding to compute a document-level look-ahead prior that guides subsequent sequential decoding. We reproduce PAG at inference time and stress-test its decoding behavior. Using the authors' released checkpoint and identifier/trie artifacts under the reported decoding setup, we reproduce the main effectiveness results on MS MARCO Dev and TREC-DL 2019/2020, and corroborate the reported beam-size-latency trade-off in our hardware setting. Beyond reproduction, we introduce plan drift diagnostics that quantify how intent-preserving query variations alter the planner's top-n candidate set and highest-weight planner tokens, and how these changes affect guided decoding. We find that PAG's planning signal is brittle under lexical surface-form variation: intent-preserving typos can trigger plan collapse, where the planned candidate pool shifts enough that the look-ahead bonus provides little useful guidance, effectively reverting decoding toward weaker unguided search. We further evaluate fixed-index cross-lingual robustness using non-English mMARCO queries against an English index, and assess query-side mitigation strategies that require no re-indexing; query translation provides the strongest recovery in our setting. Overall, our results confirm PAG's reported effectiveness and the benefit of planning-guided decoding under the released inference setup, while showing that these gains depend on the stability of the planning signal under realistic query variation and query-document mismatch.

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

Code

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

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

kidist-amde/lost-in-decoding 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

13 samples harvested; 5 ran; 0 honoured the contract we drafted; 8 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
8unverified

Licence: 0 of the 13 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 kidist-amde/lost-in-decoding. “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.

cand_overlap_at_k kidist-amde/lost-in-decoding/cross_lingual/plan_diagnostics.py found in paper text by Syntology ran Apache-2.0 (permissive) · e60a7fd26a85fd56 · report
prepare_translated_query_dir kidist-amde/lost-in-decoding/cross_lingual/baseline_translate.py found in paper text by Syntology ran Apache-2.0 (permissive) · 305e9e86014cdab7 · report
run_json_to_trec kidist-amde/lost-in-decoding/cross_lingual/retrieval_engine.py found in paper text by Syntology ran Apache-2.0 (permissive) · b8d56674c2bd7402 · report
tok_jaccard_at_k kidist-amde/lost-in-decoding/cross_lingual/plan_diagnostics.py found in paper text by Syntology ran Apache-2.0 (permissive) · fb01a776f67be3a9 · report
translate_queries_with_log kidist-amde/lost-in-decoding/cross_lingual/baseline_translate.py found in paper text by Syntology ran Apache-2.0 (permissive) · 2f7d900bcce2b8d0 · report
compute_metrics kidist-amde/lost-in-decoding/cross_lingual/evaluate.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 93b61cc5e4023f00 · report
compute_per_query_metrics kidist-amde/lost-in-decoding/cross_lingual/evaluate.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 76aa0a521bd28bfa · report
download_mmarco_queries kidist-amde/lost-in-decoding/cross_lingual/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 0973d122a80995a8 · report
load_mmarco_queries kidist-amde/lost-in-decoding/cross_lingual/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1c781c9ba57efa73 · report
load_model_hf kidist-amde/lost-in-decoding/robustness/utils/load_model.py found in paper text by Syntology unverified Apache-2.0 (permissive) · f684968bb36ccc46 · report
save_metrics kidist-amde/lost-in-decoding/cross_lingual/evaluate.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1bf3d3612db6e207 · report
summary_stats kidist-amde/lost-in-decoding/cross_lingual/plan_diagnostics.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 03d8c77cb047e466 · report
validate_qid_overlap kidist-amde/lost-in-decoding/cross_lingual/data_loader.py found in paper text by Syntology unverified Apache-2.0 (permissive) · 1646462d410c836d · report

Results from the paper

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