logoalt Hacker News

When LLM judges agree, should we believe them?

33 pointsby Betelbuddytoday at 4:29 PM14 commentsview on HN

Comments

qarltoday at 6:19 PM

While this is absolutely true - I'd hesitate to discount using similar agents for checking each other. Two agents will almost never hallucinate in the same way, regardless of their weights - and by having a second one (with a different context) check almost entirely eliminates the problem.

ex1fm3tatoday at 7:03 PM

I kinda find it funny when I use the advisor on claude code and it agrees with the ideas that the previous model did.

For info: the advisor(s) available are higher end models. For example: you use sonnet, the available advisors are opus and fable. If you use Haiku, the advisor are sonnet, opus and fable.

bryzaguytoday at 6:07 PM

They would all agree raspberry has two Rs

VaradD09today at 6:23 PM

I believe it depends on the LLM itself. Like what model as each model has diff weights and diff data trained onn

show 1 reply
Tsarptoday at 5:11 PM

Kinda weird to generalize "LLM". Every lab, every model is different. Has its own biases, reward functions etc.

show 1 reply
Founderarcstonetoday at 6:10 PM

Great point this will be interesting how this develops.

troupotoday at 6:04 PM

Without reading the article (doesn't matter if it's pro or contra): no, of course not.

It shouldn't even be a debatable question.

show 1 reply
novaapitoday at 5:35 PM

[dead]

asamoahftoday at 4:59 PM

The unsupervised framing is the part I'd push on. If true labels are latent and you infer them jointly with judge parameters, then a blind spot every judge shares isn't a correlated error the model can down-weight. It's indistinguishable from the ground truth, and the likelihood has no reason to prefer the correct answer over the consensus one.

So this fixes dependence between judges and leaves dependence between all the judges and the truth untouched, which is the failure people are actually worried about when they say eight models agreed. You still want a small human-labelled anchor set to break it. The number I'd find interesting is how much smaller that anchor set gets once you model the dependence, since that's the real saving.

Same shape as offline policy evaluation. Correlated logging errors survive any amount of re-weighting, and one real experiment would be probably what pins them.

show 1 reply