Papers › One Pass, Any Order: Position-Invariant Listwise Reranking for LLM-Based Recommendation

One Pass, Any Order: Position-Invariant Listwise Reranking for LLM-Based Recommendation

30 Apr 2026arXiv:2604.27599added by Syntology

Ethan Bito, Yongli Ren, Estrid He

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

Large language models (LLMs) are increasingly used for recommendation reranking, but their listwise predictions can depend on the order in which candidates are presented. This creates a mismatch between the set-based nature of recommendation and the sequence-based computation of decoder-only LLMs, where permuting an otherwise identical candidate set can change item scores and final rankings. Such order sensitivity makes LLM-based rerankers difficult to rely on, since rankings may reflect prompt serialization rather than user preference. We propose InvariRank, a permutation-invariant listwise reranking framework that addresses this dependence at the architectural level. InvariRank blocks cross-candidate attention with a structured attention mask and negates position-induced scoring changes through shared positional framing under Rotary Positional Embeddings (RoPE). Combined with a listwise learning-to-rank objective, the model scores all candidates in a single forward pass, avoiding permutation-based invariance training objectives that require multiple permutations of a candidate set. Experiments on recommendation benchmarks show that InvariRank maintains competitive ranking effectiveness while producing stable rankings across candidate permutations. The results suggest that architectural invariance is a practical route to reliable and efficient LLM-based recommendation reranking. The source code is at https://github.com/ejbito/InvariRank.

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

Code

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

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

ejbito/InvariRank 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

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

18ran
3unverified

Licence: 0 of the 21 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 ejbito/InvariRank. “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.

build_candidate_interaction ejbito/InvariRank/invarirank/interactions.py found in paper text by Syntology ran MIT (permissive) · c3a384dc22d47af5 · report
candidate_id ejbito/InvariRank/invarirank/prompts.py found in paper text by Syntology ran MIT (permissive) · f97677f8570c1943 · report
ensure_dir ejbito/InvariRank/invarirank/training.py found in paper text by Syntology ran MIT (permissive) · 7e8c38139d9ac58c · report
evaluate_at_k ejbito/InvariRank/experiments/evaluation/metrics.py found in paper text by Syntology ran MIT (permissive) · 6655d3145e66c701 · report
global_preference_inconsistency ejbito/InvariRank/experiments/evaluation/preference.py found in paper text by Syntology ran MIT (permissive) · 792fd2c13deb2736 · report
hit_rate_at_k ejbito/InvariRank/experiments/evaluation/metrics.py found in paper text by Syntology ran MIT (permissive) · d91d03fb0d2fc06a · report
item_fields ejbito/InvariRank/invarirank/prompts.py found in paper text by Syntology ran MIT (permissive) · 892aae0040720850 · report
listwise_collator ejbito/InvariRank/invarirank/training.py found in paper text by Syntology ran MIT (permissive) · c060abb0abd4293e · report
load_template ejbito/InvariRank/invarirank/prompts.py found in paper text by Syntology ran MIT (permissive) · 235d0ccc9ee9dd9b · report
marginal_position_exposure ejbito/InvariRank/experiments/evaluation/position_bias.py found in paper text by Syntology ran MIT (permissive) · 776af5b4244f944d · report
method_from_config ejbito/InvariRank/invarirank/config.py found in paper text by Syntology ran MIT (permissive) · c127a43848d15fe3 · report
order_user_ids ejbito/InvariRank/experiments/evaluation/sampling.py found in paper text by Syntology ran MIT (permissive) · c4ac6c200cfb9f23 · report
position_bias_metrics_path ejbito/InvariRank/experiments/evaluation/position_bias.py found in paper text by Syntology ran MIT (permissive) · 18aaf88796801c06 · report
recall_at_k ejbito/InvariRank/experiments/evaluation/metrics.py found in paper text by Syntology ran MIT (permissive) · 20d2254a15485774 · report
resolve_dtype ejbito/InvariRank/invarirank/modeling.py found in paper text by Syntology ran MIT (permissive) · f97a2e08f775f1b8 · report
sample_permutation ejbito/InvariRank/invarirank/training.py found in paper text by Syntology ran MIT (permissive) · 750d88b81ce8918f · report
select_device ejbito/InvariRank/invarirank/modeling.py found in paper text by Syntology ran MIT (permissive) · 1b3da8d667ff6ca4 · report
select_user_ids ejbito/InvariRank/experiments/evaluation/sampling.py found in paper text by Syntology ran MIT (permissive) · 51956f680bfe0400 · report
load_tokenizer ejbito/InvariRank/invarirank/modeling.py found in paper text by Syntology unverified MIT (permissive) · 6d2f32351f12ba2b · report
pairwise_preference_instability ejbito/InvariRank/experiments/evaluation/preference.py found in paper text by Syntology unverified MIT (permissive) · fa5041287e45f1db · report
preference_consistency_metrics ejbito/InvariRank/experiments/evaluation/preference.py found in paper text by Syntology unverified MIT (permissive) · db3a38a24e82111c · report

Results from the paper

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