Papers › Order-Independence Without Fine Tuning

Order-Independence Without Fine Tuning

4 Jun 2024arXiv:2406.06581archive 2025-07-28

Reid McIlroy-Young, Katrina Brown, Conlan Olson, Linjun Zhang, Cynthia Dwork

The development of generative language models that can create long and coherent textual outputs via autoregression has lead to a proliferation of uses and a corresponding sweep of analyses as researches work to determine the limitations of this new paradigm. Unlike humans, these 'Large Language Models' (LLMs) are highly sensitive to small changes in their inputs, leading to unwanted inconsistency in their behavior. One problematic inconsistency when LLMs are used to answer multiple-choice questions or analyze multiple inputs is order dependency: the output of an LLM can (and often does) change significantly when sub-sequences are swapped, despite both orderings being semantically identical. In this paper we present Set-Based Prompting, a technique that guarantees the output of an LLM will not have order dependence on a specified set of sub-sequences. We show that this method provably eliminates order dependency, and that it can be applied to any transformer-based LLM to enable text generation that is unaffected by re-orderings. Delving into the implications of our method, we show that, despite our inputs being out of distribution, the impact on expected accuracy is small, where the expectation is over the order of uniformly chosen shuffling of the candidate responses, and usually significantly less in practice. Thus, Set-Based Prompting can be used as a 'dropped-in' method on fully trained models. Finally, we discuss how our method's success suggests that other strong guarantees can be obtained on LLM performance via modifying the input representations.

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

Code

Syntology Ran 8 of 15 code samples harvested from 1 repository linked to this paper; 7 have no recorded run. Of those that ran: 1 ran · honoured contract; 4 ran · our draft was wrong; 3 ran · fixture could not drive it.

By repository: official repository: 15 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.

reidmcy/set-based-prompting officialmentioned in papermentioned on GitHubpytorch 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

15 samples harvested; 8 ran; 1 honoured the contract we drafted; 7 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.

1ran · honoured contract
4ran · our draft was wrong
3ran · fixture could not drive it
7unverified

Licence: 0 of the 15 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 reidmcy/set-based-prompting. “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.

_update_model_kwargs_for_generation reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository ran · our draft was wrong MIT (permissive) · f7c04b8eff416290 · report
get_2D_attention_accepting_model_gpt reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository ran · our draft was wrong MIT (permissive) · 8217d2d397a64e4e · report
get_2D_attention_accepting_model_llama reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository ran · our draft was wrong MIT (permissive) · 9246fa4f186f73b8 · report
get_attention_mask_2d_n_options reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository ran · honoured contract MIT (permissive) · 8cc53a71193d1c28 · report
get_position_ids_nopad_n_options reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository ran · fixture could not drive it MIT (permissive) · 19e6d5c0782d55fe · report
get_position_ids_padded_n_options reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository ran · fixture could not drive it MIT (permissive) · abf312c63d2548e2 · report
get_tokenized_input_prompt reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository ran · our draft was wrong MIT (permissive) · 7ffa2022e0b6b2d3 · report
prepare_inputs_for_generation reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository ran · fixture could not drive it MIT (permissive) · 47fbcb27d06f5149 · report
_attn reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository unverified MIT (permissive) · b0b4cdf7087e7d99 · report
genOrderIndependentOutput reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository unverified MIT (permissive) · 6bc694206ef1619b · report
genOrderIndependentOutput reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository unverified MIT (permissive) · b17592ddda74285e · report
get_2D_attention_accepting_model reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository unverified MIT (permissive) · 7fa3e942f69112e7 · report
get_2D_attention_accepting_model reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository unverified MIT (permissive) · 9b47b5f77ff46214 · report
get_2D_attention_accepting_model_gpt reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository unverified MIT (permissive) · c71dc75a068355a6 · report
get_2D_attention_accepting_model_llama reidmcy/set-based-prompting/set_based_prompting/input_processing.py official repository unverified MIT (permissive) · 654518eda088649f · report

Tasks

Language ModellingMultiple-choiceText Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

SET

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