REAR: Test-time Preference Realignment through Reward Decomposition
Abstract
Lay Summary
When you ask an AI chatbot for help, you often have personal preferences about how you want the answer -- maybe you dislike a certain style, or want it tailored to your situation. Today's AI models are trained once on broad data, so they don't always follow these individual preferences well, and customizing them for every user would require expensive retraining. We introduce a method called REAR that adjusts an AI model's answers to better match a user's stated preference without any retraining. The idea is simple: when the model considers several possible answers to a question, REAR scores each one by separating "how well it answers the question" from "how well it respects the preference," and then gives extra weight to the preference part. Picking the highest-scoring answer steers the model toward responses the user actually wants. Because REAR reuses information the model already produces while generating text, it is fast and easy to add on top of existing systems. In our experiments it followed user preferences more reliably than comparable approaches, and the same idea also improved performance on math and image-understanding tasks when the goal was phrased as a preference. This offers a low-cost way to make AI assistants more personalized and responsive to what each person needs.