But there is definitely some kind of blind spot there, where the model can't or won't explore "negative space". It wants to gravitate to common things - so if you try to get it to "think of something new" or producing something random that's not like these N other things, or tell you something that's uncommon (like naming any ordinary, non-famous person), it usually trips over itself.
Language models still struggle with the concept of negation
51–60 of 172 posts
Re: Language models still struggle with the concept of negation
#52At this point, any article that makes claims about "LLMs" rather than specific model versions lacks credibility. The current version of GPT-4 is very different from most existing LLMs (including the previous version of ChatGPT). The next version release will also be different. Google just released PaLM 2 publicly. It is significantly better than what people saw with the initial Bard versions. They have a code-generat…
Did you read the article or just the title? They mention the specific models the researchers were testing and note that increasing model size did not seem to offer much improvement on this metric. It also ends with a discussion of research into methods for improving performance on queries involving negation.
It actually would have seemed like a valid conclusion (although still too general) if the article came out some months ago. But GPT-4 and the very latest model versions from other companies show they were over-generalizing.
Also the model size isn't necessarily the determining factor.
Re: Language models still struggle with the concept of negation
#53Re: Language models still struggle with the concept of negation
#54What animals don’t have paws or lay eggs, but have wings? Work it out, step by step. ChatGPT (GPT-4): Sure, let's go through this step by step: First, you asked for animals that don't have paws. This would exclude mammals such as dogs, cats, bears, and so on, as these species have paws. Second, you specified animals that don't lay eggs. This eliminates a wide range of animals including all birds, most reptiles, and s…
From what I’ve seen, there’s a huge difference in chat GTP 4 from other LLM
Re: Language models still struggle with the concept of negation
#55So do humans, even smart ones. I've lost count of how many times I've heard people say "I could care less" about something they don't care about.
Re: Language models still struggle with the concept of negation
#56The title of the article is kinda the answer at the same time. Chatbots don't know what stuff is. 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. And the concept of negating something related to something else kinda needs an understanding of…
Re: Language models still struggle with the concept of negation
#57Earlier quoted context omitted.
Maybe I'm missing something, but this seems like a really poorly worded riddle. Or just a bad riddle. Given what you stated, the solution would be walk upstairs look at the 3 bulbs, walk downstairs switch one of the switches. Walk upstairs see which bulb changed on/off. Repeat for the other two switches. This takes roughly 5 mins rather than your solution which takes 3 years.
You're missing and getting the point at the same time. Your solution would be the correct one, while GPT pulls out the "only look once"-constraint out of nowhere. The riddle is perfectly fine.
Edit: Omitting that part still makes GPT4 over complicate the solution
Re: Language models still struggle with the concept of negation
#58Earlier quoted context omitted.
There's a sample-and-poll approach that I've used with factual question-and-answer based tools that can help with this kind of thing as well. First, you'll notice the added "work it out step by step" to encourage what is called chain-of-thought in the literature. Second, generate say, five responses from the LLM, then take all five responses and uses them in another prompt where you ask the LLM to reflect on all of t…
Then, if that's not accurate, take that entire process and repeat that 5 times, looking for the most common answer.
Re: Language models still struggle with the concept of negation
#59Does this increase anyone else's sense that LLMs are actually modeling something similar to the way humans think? It certainly does for me. I find that negations/conjugations of negations are surprisingly difficult for to parse. Beyond two negations at most, I can feel myself having to switch into "code" mode, where I'm explicitly casing out the booleans, to understand them. Obviously the examples given in the articl…
Apparently humans can't think enough to write a paragraph anymore, so they have to ask ChatGPT to do it for them. At what point does ChatGPT ask ChatGPT to write it a paragraph? At that point maybe LLMs are actually thinking like humans.