All corrections
Wikipedia July 28, 2026 at 10:28 PM

en.wikipedia.org/wiki/Fine-tuning_(machine_learning)

1 correction found

1
Claim
Unlike parameter-efficient fine-tuning (PEFT) methods, which mainly focus on updating weights, ReFT targets representations.
Correction

This misclassifies ReFT. ReFT is itself a parameter-efficient fine-tuning (PEFT) method; it differs from other PEFT methods by editing representations rather than weights.

Full reasoning

The sentence incorrectly contrasts ReFT with PEFT as if ReFT were outside that category. But the Stanford ReFT project page explicitly says ReFT should be viewed as "another PEFT method," and a later ACL paper describes ReFT as "a recently proposed parameter-efficient fine-tuning (PeFT) method."

So the problem is not the second half of the sentence—ReFT does target representations—but the taxonomy in the first half. A correct formulation would be closer to: "Unlike many other PEFT methods, which mainly focus on updating weights, ReFT targets representations."

Why this matters: readers could come away thinking ReFT is an alternative to PEFT rather than a representation-based subtype within PEFT.

2 sources
Model: OPENAI_GPT_5 Prompt: v1.16.0