Papers › Small Reward Models via Backward Inference

Small Reward Models via Backward Inference

14 Feb 2026arXiv:2602.13551added by Syntology

Yike Wang, Faeze Brahman, Shangbin Feng, Teng Xiao, Hannaneh Hajishirzi, Yulia Tsvetkov

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

Reward models (RMs) play a central role throughout the language model (LM) pipeline, particularly in non-verifiable domains. However, the dominant LLM-as-a-Judge paradigm relies on the strong reasoning capabilities of large models, while alternative approaches require reference responses or explicit rubrics, limiting flexibility and broader accessibility. In this work, we propose FLIP (FLipped Inference for Prompt reconstruction), a reference-free and rubric-free reward modeling approach that reformulates reward modeling through backward inference: inferring the instruction that would most plausibly produce a given response. The similarity between the inferred and the original instructions is then used as the reward signal. Evaluations across four domains using 13 small language models show that FLIP outperforms LLM-as-a-Judge baselines by an average of 79.6%. Moreover, FLIP substantially improves downstream performance in extrinsic evaluations under test-time scaling via parallel sampling and GRPO training. We further find that FLIP is particularly effective for longer outputs and robust to common forms of reward hacking. By explicitly exploiting the validation-generation gap, FLIP enables reliable reward modeling in downscaled regimes where judgment methods fail. Code available at https://github.com/yikee/FLIP.

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

Code

Syntology Ran 2 of 13 code samples harvested from 1 repository linked to this paper; 11 have no recorded run. Of those that ran: 2 ran · our draft was wrong.

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

yikee/FLIP 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; 2 ran; 0 honoured the contract we drafted; 11 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.

2ran · our draft was wrong
11unverified

Licence: 13 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 yikee/FLIP. “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.

entropy_from_logits yikee/FLIP/open-instruct/open_instruct/model_utils.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · 3ca03473e153b197 · report
find_shared_text yikee/FLIP/open-instruct/open_instruct/reward_modeling_eval.py found in paper text by Syntology ran · our draft was wrong fingerprinted no licence file found · pointer only · c77ec44315a24613 · report
build_command_without_args yikee/FLIP/open-instruct/mason.py found in paper text by Syntology unverified no licence file found · pointer only · 0fb6be42c4c6a4cf · report
exact_match yikee/FLIP/open-instruct/decontamination/search.py found in paper text by Syntology unverified no licence file found · pointer only · b9ce489e37ca0182 · report
f1_score yikee/FLIP/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · f5ae0a44fc4a94b0 · report
first_true_indices yikee/FLIP/open-instruct/open_instruct/model_utils.py found in paper text by Syntology unverified no licence file found · pointer only · b2c0bb9254a04a7d · report
get_acceptance_results yikee/FLIP/open-instruct/human_eval/compute_metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 3db002d1cc62db4b · report
get_comparison_results yikee/FLIP/open-instruct/human_eval/compute_metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 8eb7a7a7cfdb631c · report
layer_init yikee/FLIP/open-instruct/open_instruct/reward_modeling.py found in paper text by Syntology unverified no licence file found · pointer only · 85c132fb4ad771ab · report
normalize_answer yikee/FLIP/metrics.py found in paper text by Syntology unverified no licence file found · pointer only · 5a9d2662f435748f · report
parse_beaker_dataset yikee/FLIP/open-instruct/mason.py found in paper text by Syntology unverified no licence file found · pointer only · 615f883064f0726e · report
parse_env_var yikee/FLIP/open-instruct/mason.py found in paper text by Syntology unverified no licence file found · pointer only · 82b76b0dcb07598d · report
prepare_embedding_model yikee/FLIP/open-instruct/decontamination/search.py found in paper text by Syntology unverified no licence file found · pointer only · 0d4802d7e178f83d · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2602.13551, was issued in February 2026, after that date, so the archive has no leaderboard rows for it.

Placed on leaderboards by Syntology Syntology

Syntology's extractor considered 2 leaderboards for this paper and placed the paper on none of them: 2 refused by a rule. What is not shown.

Syntology has checked 6,264 of the 9,581 papers on this site that are newer than the archive; results from the others appear after they are checked.

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