paper-with-me

Papers

ReFT: Representation Finetuning for Language Models

2024-04-04 · 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.

📄 PDF Abstract BibTeX arXiv:2404.03592

Code (2)

stanfordnlp/pyreft 공식 구현 pytorch
lqtrung1998/mwp_reft pytorch

Tasks

Arithmetic Reasoning

Methods 이 논문이 사용한 방법론

Library 설명 없음
BASE 설명 없음

Similar Papers 제목 키워드 기반

Bias-Restrained Prefix Representation Finetuning for Mathematical Reasoning

2025-11-13 · Sirui Liang, Pengfei Cao, Jian Zhao, Cong Huang 외 arxiv

Parameter-Efficient finetuning (PEFT) enhances model performance on downstream tasks by updating a minimal subset of parameters. Representation finetuning (ReFT) methods further improve efficiency by freezing model weigh…

Mathematical Reasoning

Refusal-Feature-guided Teacher for Safe Finetuning via Data Filtering and Alignment Distillation

2025-06-09 · Seokil Ham, Yubin Choi, Seungju Cho, YuJin Yang 외

Recently, major AI service providers such as Google and OpenAI have introduced Finetuning-as-a-Service, which enables users to customize Large Language Models (LLMs) for specific downstream tasks using their own data. Ho…

Safety Alignment

Beyond Parameter Finetuning: Test-Time Representation Refinement for Node Classification

2026-01-29 · Jiaxin Zhang, Yiqi Wang, Siwei Wang, Xihong Yang 외 arxiv

Graph Neural Networks frequently exhibit significant performance degradation in the out-of-distribution test scenario. While test-time training (TTT) offers a promising solution, existing Parameter Finetuning (PaFT) para…

Node Classification

PreFT: Prefill-only finetuning for efficient inference

2026-05-14 · Andrew Lanpouthakoun, Aryaman Arora, Zhengxuan Wu, Dhruv Pai 외 arxiv

Large language models can now be personalised efficiently at scale using parameter efficient finetuning methods (PEFTs), but serving user-specific PEFTs harms throughput, even with specialised kernels and memory manageme…

Reinforcement Learning

AxBench: Steering LLMs? Even Simple Baselines Outperform Sparse Autoencoders

2025-01-28 · Zhengxuan Wu, Aryaman Arora, Atticus Geiger, Zheng Wang 외

Fine-grained steering of language model outputs is essential for safety and reliability. Prompting and finetuning are widely used to achieve these goals, but interpretability researchers have proposed a variety of repres…

Language ModelingLanguage Modelling