| > They have no ability to gain knowledge out of learned text, just counting occurences of words in texts and giving them a weight, depending on the relationship in that text. They are just putting combinations of text together. No, they use deep neural networks to build a hierarchical semantic model. They are not simple occurrence counters. Also the current state of the art of LLMs handles negation easily. This article is outdated. Here's an example from https://openai.com/research/language-models-can-explain-neur... "Seriously, you guys. I think I found the Mobile Leprechaun from '06. He's been hiding right in front of our eyes." Token: hiding layer 0: “verbs in gerund form (ending in 'ing')” layer 2: “words related to hiding, concealment, or enclosed spaces” layer 4: “words related to mental states, particularly anxiety and
stress” layer 17: “words and phrases related to silence or quietness” |
It may internally construct a hierarchy as you set out, but this is and can only be a syntactical hierarchy - though should be no surprise that it corresponds to our usual semantic hierarchy. But whereas our syntax proceeds from our semantics, its syntax proceeds only from our syntax that we've fed it.