Paper: 2609.02859 Authors: Shachar Don-Yehiya, Leshem Choshen, Omri Abend Categories: cs.CL

The Gap

Naturally occurring user feedback is an attractive learning signal — it is abundant, free, and grounded in real use. Recent work concluded it is inherently noisy and difficult to leverage, and the field largely moved on.

The paper argues that conclusion is wrong, and that it was reached through a systematic bias in the evaluation paradigm rather than through a property of the feedback. That is a strong claim about how the field evaluates rather than about what the data contains, and it predicts something specific: the feedback is informative, but the measurement keeps registering it as uninformative.

   USER FEEDBACK: ATTRACTIVE, THEN ABANDONED

   attractive signal: ABUNDANT, FREE, GROUNDED IN REAL USE
        |
        v
   recent work: "inherently noisy and difficult to leverage"
        |
        v
   the field largely moved on
        |
        v
   [THIS PAPER'S OBJECTION]
     that conclusion is WRONG, and it was reached through a
     SYSTEMATIC BIAS IN THE EVALUATION PARADIGM, not through
     a property of the feedback
        |
        v
   [PREDICTION] the feedback IS informative; the MEASUREMENT
                keeps registering it as uninformative

The Increment

One sentence: Before this paper, user feedback was judged too noisy to use; after it, revisions made with feedback resolve targeted issues at significantly higher rates, and the reason the field misjudged this is that LLM judges systematically prefer the uncorrected baseline.

Core Mechanism

The design isolates the usefulness of feedback by controlling the ground truth.

Synthetic data with a definitive ground truth provides the controlled measurement: when you know what the right revision is, you can ask whether feedback steers toward it. Naturalistic data then checks that the finding survives real-world scenarios — the pairing is the right structure, since synthetic-only would leave open that the effect is an artefact of controlled inputs.

The comparison is straightforward and well posed: compare model revisions generated with and without access to feedback across both settings. The result is that feedback-informed revisions resolve targeted issues at significantly higher rates than baseline revisions. So the signal is actionable — the earlier conclusion was not.

Then the diagnosis, which is the paper’s real contribution. When a model successfully fixes an issue exclusively due to feedback, LLM judges frequently fail to identify the genuinely corrected response, systematically preferring inferior baseline outputs instead.

Unpack that sentence, because each clause carries weight. The failure is conditional: it appears when the fix is attributable to feedback — which is exactly the class of cases that any evaluation of feedback must be sensitive to. The judges fail to identify the corrected response, so the improvement is present but unrecognised. And the preference is systematic and in the wrong direction — not random error, but a bias toward the worse output. An evaluation built on such judges will report that feedback does not help, because the cases where it did help are precisely the cases the judge marks down.

That is a mechanism for a published negative result, and it is a specific and checkable one. It also has an uncomfortable implication beyond this paper: any conclusion resting on LLM-judge comparison inherits a bias whose direction depends on what the intervention does, and if the intervention improves outputs in ways the judge systematically disfavours, the evaluation will invert the sign of the finding.

   DESIGN: ISOLATE FEEDBACK'S USEFULNESS

   SYNTHETIC data with a DEFINITIVE GROUND TRUTH
     -> controlled: you know the right revision
   NATURALISTIC data
     -> checks the finding survives real-world scenarios
        (synthetic-only leaves open an artefact explanation)
        |
        v
   COMPARISON: revisions generated WITH vs WITHOUT feedback
        |
        v
   RESULT: feedback-informed revisions resolve targeted
           issues at SIGNIFICANTLY HIGHER rates
           -> the signal is ACTIONABLE
           -> the earlier conclusion was not
        |
        v
   DIAGNOSIS: WHY THE FIELD MISJUDGED IT
     when a fix is due SOLELY to feedback, LLM judges
     FAIL TO IDENTIFY the genuinely corrected response
     and SYSTEMATICALLY PREFER inferior baseline outputs
        |
        +-- the failure is CONDITIONAL: it appears exactly
        |   when the fix is attributable to feedback --
        |   the class any feedback evaluation must detect
        +-- the improvement is PRESENT but UNRECOGNISED
        +-- the bias is SYSTEMATIC and in the WRONG DIRECTION,
            not random error
        |
        v
   -> an evaluation built on such judges reports that
      feedback does not help, because the cases where it
      DID help are the cases the judge marks down

Think of it as a referee who cannot see the goal that came from the coaching. A team works with a coach on a specific weakness and, in the next match, scores by executing exactly the taught movement. The referee — who was not watching the training — sees an unusual play that does not match the team’s usual style and rules it out. The coaching worked; the measurement scored it as a mistake. And notice the failure is not random: it appears specifically for the goals that came from coaching, so the better the coaching is at changing behaviour, the more goals it gets disallowed.

Key Concepts

  • Evaluation-paradigm bias as the explanation: the negative reputation of user feedback was produced by the measurement, not by the data. It relocates the problem from data quality to evaluation design, which changes what one would do about it.
  • Conditional judge failure: the judges fail specifically when a fix is due to feedback. Because the failure coincides with the intervention’s effect, no amount of averaging over cases removes it — the bias aligns with the signal.
  • Systematic rather than random error: the judges prefer the inferior baseline. Random judge noise would attenuate a measured effect; a directed bias can invert its sign, which is what happened here.
  • Paired synthetic and naturalistic evaluation: ground truth for control, real data for validity. The pairing is what lets the paper claim the effect is real rather than an artefact of controlled inputs.

Framework Shift

Before (judge comparison as the measure):
  generate revisions with and without feedback
  -> score both with an LLM judge
  -> judges prefer the baseline when the fix came from feedback
  -> conclusion: "user feedback is too noisy to leverage"

After (isolating feedback from the judge):
  synthetic data with definitive ground truth
  + naturalistic data for validity
  -> feedback-informed revisions resolve targeted issues
     at significantly higher rates
  -> the judge's failure is CONDITIONAL and DIRECTIONAL:
     it rejects exactly the feedback-attributable fixes

From concluding that a signal is too noisy, to discovering that the measuring instrument is blind precisely where the signal acts, the core shift is that a judge-based evaluation can invert the sign of a finding when the intervention improves outputs in ways the judge disfavours.

Expert Assessment

Problem choice: Excellent, and unusually valuable for a paper whose headline is positive. The contribution is not only “feedback works” but a demonstration that a published negative conclusion about a widely available signal was an artefact of the tooling — which is the kind of result that should prompt re-examination of other judge-based negatives.

Method maturity: The design is disciplined: synthetic data for ground truth, naturalistic data for validity, and a with-versus-without comparison that isolates the variable. The diagnosis is the sophisticated part: identifying that the judge failure is conditional on the intervention’s effect is what makes the mechanism specific, and it explains why the field’s measurements were consistently wrong rather than randomly noisy.

Experimental integrity: The paper does the harder thing by looking for the failure’s mechanism rather than only reporting a better result, and locating the bias in the judge is a falsifiable claim about a specific comparison. The main caveat is the scope of the naturalistic validation: synthetic ground truth gives crisp measurement, and real-world feedback is messier, so the strength of the finding in uncurated production settings is suggested rather than fully established. The paper is also, in effect, reporting a defect in a tool the field depends on, which makes its reproducibility particularly important.

Writing quality: The abstract’s structure is exemplary: reputation, challenge, controlled comparison, result, and then the diagnosis of why the field misjudged it. Because the practical implication is a warning about judge-based evaluation, a short passage on when to be suspicious of a judge comparison — specifically, when the intervention could improve quality along a dimension the judge does not reward — would generalise the lesson beyond feedback.

Verdict: strong accept — it reopens a signal the field had set aside, and explains the misjudgement with a specific, directional bias in the measurement instruments the field relies on.

Takeaways

  • Check whether a judge can see your intervention. If the intervention improves outputs along a dimension the judge does not reward, the evaluation can invert the sign of the finding.
  • Prefer a directional bias over noise as the explanation for a null result. Random judge error attenuates effects; a directed bias can hide them entirely, and only the conditional analysis reveals which you have.
  • Pair synthetic ground truth with naturalistic validation. Definitive labels give control; real data rules out the artefact explanation.
  • Re-examine judge-based negatives before accepting them. A conclusion that a readily available signal is unusable is worth testing against the possibility that the measurement, not the signal, failed.

论文: 2609.02859 作者: Shachar Don-Yehiya, Leshem Choshen, Omri Abend 分类: cs.CL

缺口

自然产生的用户反馈是一种很有吸引力的学习信号——它数量充足、免费、且扎根于真实使用。而近期研究得出的结论是:它本质上嘈杂、难以利用,于是这个领域大体上也就放弃了。

本文主张这个结论是错的,而且它是通过评测范式中的系统性偏差得出的,而不是通过反馈本身的某种性质得出的。这是一个关于这个领域如何评测的强主张,而不是关于”数据里有什么”的主张;并且它预言了一件具体的事:反馈是有信息量的,只是这份测量一直把它记为”没有信息量”。

   用户反馈:先是吸引人,然后被放弃

   有吸引力的信号:数量充足、免费、扎根真实使用
        |
        v
   近期工作:"本质上嘈杂、难以利用"
        |
        v
   这个领域大体上放弃了它
        |
        v
   [本文的反对]
     这个结论是「错的」,而且它是通过「评测范式中的
     系统性偏差」得出的,而非通过反馈本身的某种性质
        |
        v
   [预言] 反馈「确实」有信息量;是「测量」一直把它
          记为"没有信息量"

增量

一句话: 在这篇论文之前,用户反馈被判为太嘈杂、用不起来;在这篇论文之后,带反馈生成的修订解决目标问题的比例显著更高——而这个领域之所以判断失误,是因为大模型评审系统性地偏好未经修正的基线

核心机制

设计通过控制真值来隔离反馈的用处。

带明确真值的合成数据提供了受控测量:当你知道正确修订是什么时,就能问”反馈是否把你导向了它”。自然数据则检验这个发现能否在真实场景中成立——这种配对是正确结构,因为只用合成数据会留下”该效应是受控输入的产物”这一开放解释。

比较方式直接且提得恰当:在两种设定下,对比”能访问反馈”与”不能访问反馈”所生成的模型修订。结果是:带反馈的修订,在解决目标问题上的比例显著高于基线修订。 所以这个信号是可用的——此前那个结论不是。

接着是诊断,而它才是论文真正的贡献:当一处修好完全归功于反馈时,大模型评审经常认不出那个真正被修正的答案,反而系统性地偏好更差的基线输出。

把这句话拆开读,因为每个从句都在承重。 这个失效是有条件的:它出现在”修好可归因于反馈”的情形——而这恰恰是任何”评估反馈效果”的评测必须敏感的那一类。评审认不出被修正的答案,所以改善是在场的、却没有被识别。而这个偏好是系统性的、且方向错误——不是随机误差,而是一种偏向更差输出的偏差。 一套建立在这种评审之上的评测,会报告”反馈没有帮助”,因为反馈确实起了作用的那些案例,恰恰是评审打低分的那些案例

这就是对一个已发表否定性结论给出的机制解释,而且它具体、可核查。它还有一层超出本文的不适含义:任何依赖大模型评审做比较的结论,都会继承一个方向取决于”该干预做了什么”的偏差;如果该干预以评审系统性不喜的方式提升输出质量,评测就会把结论的符号反过来

   设计:隔离反馈的用处

   「合成数据」带明确真值
     -> 受控:你知道正确修订是什么
   「自然数据」
     -> 检验该发现在真实场景中是否成立
        (只用合成数据会留下"人为产物"这一解释)
        |
        v
   比较:有反馈 vs 无反馈 生成的修订
        |
        v
   结果:带反馈的修订,解决目标问题的比例「显著更高」
           -> 信号是「可用的」
           -> 此前的结论不是
        |
        v
   诊断:这个领域为什么判断失误
     当修好「完全」归功于反馈时,大模型评审
     「认不出」那个真正被修正的答案,
     并「系统性地偏好」更差的基线输出
        |
        +-- 失效是「有条件的」:恰好在"修好可归因于反馈"
        |   时出现——而这是任何反馈评测都必须检出的那类
        +-- 改善是「在场的、却未被识别」
        +-- 偏差是「系统性的、方向错误」的,
            而非随机误差
        |
        v
   -> 建立在这样的评审之上的评测会报告
      "反馈没有帮助",因为反馈「确实」起了作用的
      那些案例,恰恰是评审打低分的案例

可以用**“一位看不见「来自训练的那粒进球」的裁判”来理解这件事: 一支球队针对某个弱点做了训练,下一场比赛中,他们靠执行那个刚教的跑位进球了。没有看过训练的裁判,看到的是一个不符合该队惯常风格的反常配合,于是判它无效。 训练奏效了;测量却把它记成了一次失误。 而且注意,这个失效不是随机的**:它专门出现在那些”来自训练”的进球上——所以训练越能改变行为,被吹掉的进球就越多。

关键概念

  • 把”评测范式偏差”作为解释: 用户反馈的负面名声是测量造出来的,不是数据造出来的。它把问题从”数据质量”挪到”评测设计”,从而改变了你会去做什么。
  • 有条件的评审失效: 评审恰好在”修好归因于反馈”时失效。由于失效与干预的效应重合,无论对多少案例做平均都无法消除它——偏差与信号是对齐的
  • 系统性误差而非随机误差: 评审偏好更差的基线。随机的评审噪声会削弱一个被测效应;而有方向的偏差可以把符号反过来——这正是这里发生的事。
  • 合成与自然数据的配对评测: 用真值保证可控,用真实数据保证效度。正是这种配对让论文得以主张该效应是真实的,而不是受控输入的产物。

框架转变

之前(把评审比较当作测量):
  生成有/无反馈的修订
  -> 用大模型评审给两者打分
  -> 当修好来自反馈时,评审偏好基线
  -> 结论:"用户反馈太嘈杂,用不起来"

之后(把反馈从评审里隔离出来):
  带明确真值的合成数据
  + 用于效度的自然数据
  -> 带反馈的修订解决目标问题的比例显著更高
  -> 评审的失效是「有条件的」且「有方向的」:
     它拒绝的恰恰是那些可归因于反馈的修改

从”断定一个信号太嘈杂”,转变为”发现测量仪器恰好在信号起作用的地方是盲的”,核心转变在于:当一项干预以评审不喜欢的方式提升输出时,基于评审的评测可以把结论的符号反过来

专家评审

选题眼光: 极好,而且对一个头条结论是正面的论文来说,这份价值并不寻常。 贡献不只是”反馈有用”,而是证明了:一个关于广泛可得信号的已发表否定性结论,是工具造成的假象——这类结果应当促使人们重新检视其他基于评审的否定性结论。

方法成熟度: 设计有纪律:合成数据给真值、自然数据给效度、有/无对照隔离变量。 诊断才是更深的一层:识别出评审失效以干预的效应为条件,才使这个机制变得具体;它也解释了为什么这个领域的测量是一贯地错,而不是”随机地噪”。

实验诚意: 论文做了更难的那件事——不只报一个更好的结果,而是去找失效的机制;把偏差定位在评审身上,是一个关于某个具体比较的、可证伪的主张。 主要保留意见在自然数据验证的范围:合成真值给出清脆的测量,而真实世界的反馈更杂乱,因此该发现在未经筛选的生产环境中的强度只是被暗示,而非被充分确立。另外,这篇论文实质上是在报告”整个领域依赖的某个工具存在缺陷”,这让它的可复现性尤其重要。

写作功力: 摘要的结构堪称范例:名声、反驳、受控比较、结果,然后是对”这个领域为何判断失误”的诊断。 由于实践含义是”对基于评审的评测的一则警告”,若能补一小段讲清”什么时候该怀疑一个评审比较”——具体说,当该干预可能沿某个评审并不奖励的维度提升质量时——就能把这一课从”反馈”推广开去。

判决: 强接收(Strong Accept) — 它重新打开了一个被领域搁置的信号,并用测量工具中一处具体、有方向的偏差,解释了这次误判。

要点总结

  • 先检查评审能否看见你的干预。如果该干预沿某个评审不奖励的维度提升输出,评测可能会把结论的符号反过来。
  • 优先用有方向的偏差、而不是”噪声”来解释一个零结果。随机的评审误差会削弱效应;有方向的偏差可以把它完全掩盖,而只有条件分析才能揭示你遇到的是哪一种。
  • 合成真值自然数据验证配上。明确的标签带来可控性;真实数据排除”人为产物”的解释。
  • 在接受基于评审的否定性结论之前,先重新检视它。一个”现成可得的信号不可用”的结论,值得对照”失败的其实是测量、不是信号”这一可能性去检验。