| ▲ | exe34 4 hours ago | ||||||||||||||||
What does deterministic mean to you? | |||||||||||||||||
| ▲ | layer8 3 hours ago | parent | next [-] | ||||||||||||||||
In this context, it means being able to deterministically predict properties of the output based on properties of the input. That is, you don’t treat each distinct input as a unicorn, but instead consider properties of the input, and you want to know useful properties of the output. With LLMs, you can only do that statistically at best, but not deterministically, in the sense of being able to know that whenever the input has property A then the output will always have property B. | |||||||||||||||||
| |||||||||||||||||
| ▲ | tsimionescu an hour ago | parent | prev [-] | ||||||||||||||||
I think they mean having some useful predicates P, Q such that for any input i and for any output o that the LLM can generate from that input, P(i) => Q(o). | |||||||||||||||||