Papers › ReFT: Representation Finetuning for Language Models

ReFT: Representation Finetuning for Language Models

4 Apr 2024arXiv:2404.03592archive 2025-07-28

Zhengxuan Wu, Aryaman Arora, Zheng Wang, Atticus Geiger, Dan Jurafsky, Christopher D. Manning, Christopher Potts

Parameter-efficient finetuning (PEFT) methods seek to adapt large neural models via updates to a small number of weights. However, much prior interpretability work has shown that representations encode rich semantic information, suggesting that editing representations might be a more powerful alternative. We pursue this hypothesis by developing a family of Representation Finetuning (ReFT) methods. ReFT methods operate on a frozen base model and learn task-specific interventions on hidden representations. We define a strong instance of the ReFT family, Low-rank Linear Subspace ReFT (LoReFT), and we identify an ablation of this method that trades some performance for increased efficiency. Both are drop-in replacements for existing PEFTs and learn interventions that are 15x--65x more parameter-efficient than LoRA. We showcase LoReFT on eight commonsense reasoning tasks, four arithmetic reasoning tasks, instruction-tuning, and GLUE. In all these evaluations, our ReFTs deliver the best balance of efficiency and performance, and almost always outperform state-of-the-art PEFTs. We release a generic ReFT training library publicly at https://github.com/stanfordnlp/pyreft.

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

Code

Syntology Ran 1 of 14 code samples harvested from 2 repositories linked to this paper; 13 have no recorded run. Of those that ran: 1 ran · honoured contract.

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

stanfordnlp/pyreft officialmentioned in papermentioned on GitHubpytorch report
lqtrung1998/mwp_reft mentioned on GitHubpytorchApache-2.0 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

14 samples harvested; 1 ran; 1 honoured the contract we drafted; 13 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
13unverified

Licence: 0 of the 14 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.

count_parameters stanfordnlp/pyreft/pyreft/reft_model.py official repository ran · honoured contract Apache-2.0 (permissive) · 1cd5252a6c21c50e · report
collate_fn lqtrung1998/mwp_reft/sampling.py community (archive-listed) unverified Apache-2.0 (permissive) · 2bb5bd3526f55ecb · report
do_gather lqtrung1998/mwp_reft/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · 32851be78f5ecd4c · report
eval_code lqtrung1998/mwp_reft/src/python_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 7fcae9f5e120bafe · report
evaluate_rerank lqtrung1998/mwp_reft/train_reward_model.py community (archive-listed) unverified Apache-2.0 (permissive) · c8164df09b7d7a68 · report
floatify lqtrung1998/mwp_reft/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · f21a5f0d5bae0c14 · report
is_numeric lqtrung1998/mwp_reft/src/utils.py community (archive-listed) unverified Apache-2.0 (permissive) · c3b86a3bceec86cd · report
prepare_datasets_and_data_loaders lqtrung1998/mwp_reft/train_reward_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 4d434f6e5fd591b5 · report
prepare_datasets_and_data_loaders lqtrung1998/mwp_reft/train_sl_model.py community (archive-listed) unverified Apache-2.0 (permissive) · 9f0489fe01df9539 · report
prepare_datasets_and_data_loaders lqtrung1998/mwp_reft/train_rl_reft.py community (archive-listed) unverified Apache-2.0 (permissive) · 449e6a4081f8d019 · report
prepare_datasets_and_data_loaders lqtrung1998/mwp_reft/train_sft_model.py community (archive-listed) unverified Apache-2.0 (permissive) · d0eff44d0f627c24 · report
process_code lqtrung1998/mwp_reft/src/python_engine.py community (archive-listed) unverified Apache-2.0 (permissive) · 8b9f60df8d2c8a82 · report
tokenize_fn lqtrung1998/mwp_reft/sampling.py community (archive-listed) unverified Apache-2.0 (permissive) · 951fe709737c50b9 · report
train_one_epoch lqtrung1998/mwp_reft/train_reward_model.py community (archive-listed) unverified Apache-2.0 (permissive) · d3b8681876990bfa · report

Tasks

Arithmetic Reasoning

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASE

1 archive method tag without a method page not shown.

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