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.
bryzaguy 48 minutes ago [-]
They would all agree raspberry has two Rs
VaradD09 32 minutes ago [-]
I believe it depends on the LLM itself. Like what model as each model has diff weights and diff data trained onn
dgellow 17 minutes ago [-]
I would recommend to read the article, it’s actually more nuanced than the title
Tsarp 2 hours ago [-]
Kinda weird to generalize "LLM". Every lab, every model is different. Has its own biases, reward functions etc.
Centigonal 1 hours ago [-]
[dead]
Founderarcstone 45 minutes ago [-]
Great point this will be interesting how this develops.
troupo 51 minutes ago [-]
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.
dgellow 19 minutes ago [-]
I think you should have read the article first, at minimum the subheader
> Discounting the opinions of LLM judges with highly correlated outputs ensures that panels of judges reflect a true diversity of perspectives.
novaapi 1 hours ago [-]
[dead]
asamoahf 2 hours ago [-]
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.
Forgeties79 58 minutes ago [-]
the LLM-speak is unbearable
vips7L 9 minutes ago [-]
It’s awful. A ton of words to say absolutely nothing.
Rendered at 18:55:08 GMT+0000 (Coordinated Universal Time) with Vercel.
It shouldn't even be a debatable question.
> Discounting the opinions of LLM judges with highly correlated outputs ensures that panels of judges reflect a true diversity of perspectives.
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.