TL;DR
When large language models (LLMs) judge outputs for multiple users with conflicting preferences, current methods blend preference estimation and preference weighting together, creating unstable and unpredictable weight assignments. DecompR separates these two steps using counterfactual calibration to stabilize scoring.
✦ Why It Matters
Engineers can use DecompR to build more stable multi-user systems where conflicting preferences no longer cause unpredictable scoring shifts.
Key Takeaways
How It Works
DecompR operates by fixing weights based on the query structure before scoring, which prevents the drift in weights that can occur when candidate scores are aggregated. This separation allows for a more stable estimation of utility for each stakeholder role, leading to more reliable outputs.
Related