|
|
|
|
|
by coldtea
38 days ago
|
|
>I suspect (ignorant armchair) we have some ability to signal strength of those facts, via repetition. Without this layer of introspection Isn't that precisely what the LLM training does? It signals strength of those facts, via repetition. |
|
In that silly example/thought, the LLM would effectively need the ability to query the strength of a fact/spatial region/etc.
Right now i believe the LLM is more just the output of those weights. It has no way to inspect the strength of the signal. Eg it doesn't know if blue in "The sky is <blue>" is a strong or weak signal, it just predicted that next token.
If we could somehow encode strengths along with every token, eg "The sky is <blue:1.0>" or something we could perhaps give it a sense of [un]certainty. Though i imagine it would look differently than that since we'd want to encode this information in some sort of multi-dimensional space, rather than purely by token - since tokens aren't that valuable. Eg the "knowledge" in an LLM goes beyond tokens, and so too should signal strength.
I'm of course speculating on all of this and i have no clue on anything.