ChatGPT, Rot13, and Daniel Kahneman
51–60 of 213 posts
Re: ChatGPT, Rot13, and Daniel Kahneman
#52Earlier quoted context omitted.
GPT3 can't create ASCII art for shit either. Though it can make little ASCII tables of data.
I asked it to create an ASCII art banana and the result was hilarious. It then tried to explain it by elaborating that the 'O' was a curvy letter and represented the curves of the banana.
It did not go well: https://imgur.com/a/5g2e9Ld
Re: ChatGPT, Rot13, and Daniel Kahneman
#53There's something I don't get about all these models... Why aren't these using external tools, like a calculator, when they "know" they're doing something a tool would solve perfectly? Humans do it all the time now. Engineers aren't designing microchips using pen and papers, doing all the computation in their head. Instead they're using tools (software / calculators) Apparently the model can tell what a multiplicatio…
Re: ChatGPT, Rot13, and Daniel Kahneman
#54A lot of people seem to be overlooking the fact that it's missing a huge piece of the puzzle, and that is being able to learn. This is a model frozen in time, you can explain to it a hundred times why it's wrong and it will learn nothing. Until we have something that learns continuously from more input, I am not impressed
Kinda looking forward to the next few years.
Re: ChatGPT, Rot13, and Daniel Kahneman
#55A lot of people seem to be overlooking the fact that it's missing a huge piece of the puzzle, and that is being able to learn. This is a model frozen in time, you can explain to it a hundred times why it's wrong and it will learn nothing. Until we have something that learns continuously from more input, I am not impressed
Re: ChatGPT, Rot13, and Daniel Kahneman
#56Re: ChatGPT, Rot13, and Daniel Kahneman
#57There's a way simpler answer than this Type I Type II thinking stuff. Most LLMs like GPT are not trained on the level of individual characters – they process input and outputs on the level of subword units that compose multiple characters to support long context windows (i.e. "door" instead of "d", "o", "o", "r"). As a result, they do poorly on character manipulation tasks. You can get some insight here: https://beta…
Re: ChatGPT, Rot13, and Daniel Kahneman
#58Earlier quoted context omitted.
It works with your prompt yes, but then I tried a simple example at the end: a= Negvsvpvny vagryyvtrapr => [len(i) for i in a.split()] => The solution should be "Artificial intelligence". It never gets it right.
Yeah check my answer to the other reply to this thread, I stopped when I got the answer I wanted and stupidly forgot to test whether it actually worked with any other sentence. The logic is sound with regards to giving it a few examples and splitting tasks into sub-tasks, that's how they prime their model to evaluate it on all NLP benchmarks in the GPT papers and I've solved many problems like that in ChatGPT. I've r…
Edit: actually it does get the second word vagryyvtrapr->intelligence correct sometimes.
Re: ChatGPT, Rot13, and Daniel Kahneman
#59The funny thing was that it kept trying to skip steps or simplify what it was doing. It also got completely confused when I asked it to extrapolate the pattern to new rhyme schemes, eg ABA BCB.
Re: ChatGPT, Rot13, and Daniel Kahneman
#60A lot of people seem to be overlooking the fact that it's missing a huge piece of the puzzle, and that is being able to learn. This is a model frozen in time, you can explain to it a hundred times why it's wrong and it will learn nothing. Until we have something that learns continuously from more input, I am not impressed