logoalt Hacker News

demibabstoday at 10:46 AM2 repliesview on HN

I wouldn’t exactly put it like that. It’s moreso the model sometimes outputting non-optimal tokens in a way that’s detectable if you know the algorithm.

It seems possible for that to make the response “drift” far from what it would’ve been, because it’s constant entropy that adds up after time.

(However, according to Anthropic and Google, it doesn’t really impact the quality of responses. I find that a bit hard to believe, although those guys are much smarter than I.)


Replies

algoth1today at 12:34 PM

Yeah, it’s hard to believe, specially when you are coding and there’s only one best way to do things, unless it plays with variable naming, or comments

show 1 reply
fuglede_today at 11:43 AM

One way to watermark (assuming temperature is otherwise positive) would be to output the most likely (or optimal) token every so often.

show 1 reply