Looking towards the future, we will need to move away from "tokens are characters to print", We're kind of starting to consider this with "tool calls" but I believe an architectural shift will become necessary. We do have some kind of understanding of what kind of concept we want to emit next, e.g. ``` [The height:property name] of [Mount Bartle Frere:proper noun, describing an object to get a property out of], [in m…
How outdated information hides in LLM token generation probabilities
21–30 of 55 posts
Re: How outdated information hides in LLM token generation probabilities
#22Re: How outdated information hides in LLM token generation probabilities
#23Looking towards the future, we will need to move away from "tokens are characters to print", We're kind of starting to consider this with "tool calls" but I believe an architectural shift will become necessary. We do have some kind of understanding of what kind of concept we want to emit next, e.g. ``` [The height:property name] of [Mount Bartle Frere:proper noun, describing an object to get a property out of], [in m…
Uh oh, that sounds suspiciously like querying structured data. You can't hype SQL or worse, SPARQL, to investors!
Which is pretty much what O1 etc are
Update: it seems your recent submission[1] is pretty much that... interesting :D
Re: How outdated information hides in LLM token generation probabilities
#24Earlier quoted context omitted.
I don’t think the public o1 can search the internet yet, unlike 4o. In principle it could know that something is more commonly cited based on its training data. But it could also just be hallucinating.
> In principle it could know that something is more commonly cited based on its training data Could it? Without explicit training for that, how would it be expected to know it has to be able to count occurrences of something?
Re: How outdated information hides in LLM token generation probabilities
#25Earlier quoted context omitted.
Does it search the internet for that? I assume so because else claiming how often something is cited does not make sense, but would be interesting to know surely. Even gpt4o mini with kagi gets it right with search enabled (and wrong without search enabled - tried over a few times to make sure).
I don’t think the public o1 can search the internet yet, unlike 4o. In principle it could know that something is more commonly cited based on its training data. But it could also just be hallucinating.
No there is no such concept or way to do something like that. LLMs do not have such kind of meta-knowledge over their training data or weights. But there could be explicit mentions about this on their training data and they could pick on that and that is probably the simplest explanation.
Re: How outdated information hides in LLM token generation probabilities
#26The o1 example is interesting. In the CoT summary it acknowledges that the most recent official information is 1611m, but it then chooses to say 1622 because it's more commonly cited. It's like it over-thinks itself into the wrong answer.
How could a language model infer that the official information overrules anything else?
It's been found that data that begin with "Wikipedia:" are automatically weighted higher by language models during training, completely unsupervised.
Re: How outdated information hides in LLM token generation probabilities
#27Earlier quoted context omitted.
How could a language model infer that the official information overrules anything else?
Attention models learn what to pay attention to. It's been found that data that begin with "Wikipedia:" are automatically weighted higher by language models during training, completely unsupervised.
Re: How outdated information hides in LLM token generation probabilities
#28Earlier quoted context omitted.
> In principle it could know that something is more commonly cited based on its training data Could it? Without explicit training for that, how would it be expected to know it has to be able to count occurrences of something?
I think it would be more vibes based - commonly occurring things would be reinforced more in the weights. Rather than it explicitly counting the number of occurrences.
Re: How outdated information hides in LLM token generation probabilities
#29The o1 example is interesting. In the CoT summary it acknowledges that the most recent official information is 1611m, but it then chooses to say 1622 because it's more commonly cited. It's like it over-thinks itself into the wrong answer.
Re: How outdated information hides in LLM token generation probabilities
#30> The scenario that I’m worried about, and that is playing out right now, is that they get good enough that we (or our leaders) become overconfident in their abilities and start integrating them into applications that they just aren’t ready for without a proper understanding of their limitations. Very true.