by whoami_nr on 4/28/25, 5:32 PM with 69 comments
by sgk284 on 4/30/25, 9:31 AM
by captn3m0 on 4/30/25, 9:11 AM
Otherwise, doing a H/T comparison is just a proxy to what the underlying token probabilities are and the temperature configuration (+hardware differences for a remote-hosted model).
by DimitriBouriez on 4/30/25, 9:24 AM
by Repose0941 on 4/30/25, 10:14 AM
by whoami_nr on 4/30/25, 9:55 AM
by dr_dshiv on 4/30/25, 9:09 AM
In a project last year, I did a combination of LLMs plus a list of random numbers from a quantum computer. Random numbers are the only useful things quantum computers can produce—and that is one thing LLMs are terrible at
by david-gpu on 4/30/25, 12:11 PM
Otherwise, parallel floating point computations like these are not going to be perfectly deterministic, due to a combination of two factors. First, the order of some operations will be random due to all sorts of environmental conditions such as temperature variations. Second, floating point operations like addition are not ~~commutative~~ associative (thanks!!), which surprises people unfamiliar with how they work.
That is before we even talk about the temperature setting on LLMs.
by jansan on 4/30/25, 9:35 AM
I do not know about other LLMs, but Cohere allows setting a seed value. When setting the same seed value it will always give you the same result for a specific prompt (of course unless the LLM gets an update).
OTOH I would guess that they normally simply generate a random seed value on the server side when processing a prompt, and it depends on their random number generator how random that really is.
by bestest on 4/30/25, 9:34 AM
by GuB-42 on 4/30/25, 10:29 AM
If LLMs are anything like people, I would expect a different result depending on that. The idea that random events are independent is very unintuitive to us, resulting in what we call the Gambler's Fallacy. LLMs attempts at randomness are very likely to be just as biased, if not more.
by mrdw on 4/30/25, 12:37 PM
by baalimago on 4/30/25, 10:24 AM
How cryptographically secure would an LLM rng seed generator be?
by ganiszulfa on 4/30/25, 12:23 PM
On a more serious note, you could always adjust the temperature so they behave more randomly.
by hleszek on 4/30/25, 10:04 AM
by boroboro4 on 4/30/25, 11:16 AM
by naghing on 4/30/25, 10:31 AM
by evertedsphere on 4/30/25, 9:39 AM
by p1dda on 4/30/25, 9:32 AM
by edding4500 on 4/30/25, 11:05 AM
Why are all these posts and news about LLMs so uninformed? This is human built technology. You can actually read up how these things work. And yet they are treated as if it were an alien species that must be examined by sociological means and methods where it is not necessary. Grinds my gears every time :D