Papers › Self-Rewarding Language Models

Self-Rewarding Language Models

18 Jan 2024arXiv:2401.10020archive 2025-07-28

Weizhe Yuan, Richard Yuanzhe Pang, Kyunghyun Cho, Xian Li, Sainbayar Sukhbaatar, Jing Xu, Jason Weston

We posit that to achieve superhuman agents, future models require superhuman feedback in order to provide an adequate training signal. Current approaches commonly train reward models from human preferences, which may then be bottlenecked by human performance level, and secondly these separate frozen reward models cannot then learn to improve during LLM training. In this work, we study Self-Rewarding Language Models, where the language model itself is used via LLM-as-a-Judge prompting to provide its own rewards during training. We show that during Iterative DPO training that not only does instruction following ability improve, but also the ability to provide high-quality rewards to itself. Fine-tuning Llama 2 70B on three iterations of our approach yields a model that outperforms many existing systems on the AlpacaEval 2.0 leaderboard, including Claude 2, Gemini Pro, and GPT-4 0613. While there is much left still to explore, this work opens the door to the possibility of models that can continually improve in both axes.

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

Code

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

By repository: community (archive-listed): 11 samples from 2 repositories, 3 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

lucidrains/self-rewarding-lm-pytorch mentioned on GitHubpytorchMIT report
safouaneelg/SRT2I mentioned on GitHubpytorchNOASSERTION 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

11 samples harvested; 3 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.

2ran · violated contract
1ran · our draft was wrong
8unverified

Licence: 0 of the 11 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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

log lucidrains/self-rewarding-lm-pytorch/self_rewarding_lm_pytorch/sampling_utils.py community (archive-listed) ran · our draft was wrong fingerprinted MIT (permissive) · b5472673332de78e · report
default lucidrains/self-rewarding-lm-pytorch/self_rewarding_lm_pytorch/dpo.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · 99b3563ebc6734ad · report
exists lucidrains/self-rewarding-lm-pytorch/self_rewarding_lm_pytorch/dpo.py community (archive-listed) ran · violated contract fingerprinted MIT (permissive) · b7c3487f192e31b7 · report
alternate_messages gagan3012/self_rewarding_models/data_gen.py community (archive-listed) unverified Apache-2.0 (permissive) · 55edf480b3f62cac · report
always lucidrains/self-rewarding-lm-pytorch/self_rewarding_lm_pytorch/mocks.py community (archive-listed) unverified MIT (permissive) · 291c6f7cd3e538f1 · report
create_mock_dataset lucidrains/self-rewarding-lm-pytorch/self_rewarding_lm_pytorch/mocks.py community (archive-listed) unverified MIT (permissive) · 3429aba36f0d19cc · report
find_variables_from_jinja_template lucidrains/self-rewarding-lm-pytorch/self_rewarding_lm_pytorch/self_rewarding_lm_pytorch.py community (archive-listed) unverified MIT (permissive) · 7eeab84522869fee · report
fix_prompt gagan3012/self_rewarding_models/reward_train.py community (archive-listed) unverified Apache-2.0 (permissive) · fd771b0e28e33ab9 · report
prompt_format gagan3012/self_rewarding_models/rank_responses.py community (archive-listed) unverified Apache-2.0 (permissive) · 0e980d2d900070e6 · report
prompt_mask_from_len lucidrains/self-rewarding-lm-pytorch/self_rewarding_lm_pytorch/spin.py community (archive-listed) unverified MIT (permissive) · 60cc0acbbea98eb4 · report
setup_eft gagan3012/self_rewarding_models/data_gen.py community (archive-listed) unverified Apache-2.0 (permissive) · 8b9058a64b018063 · report

Tasks

Instruction FollowingLanguage ModelingLanguage Modelling

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Absolute Position EncodingsAdamAttentionBPEDPODense ConnectionsDropoutGPT-4Label SmoothingLayer NormalizationLinear LayerMulti-Head AttentionPosition-Wise Feed-Forward LayerResidual ConnectionSoftmaxTransformer

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