(Replying to PARENT post)
Yeah, I just asked ChatGPT and it reversed it and then showed it's "reasoning" for it as this:
# Reversing the provided string
input_string = "473936482738338373926"
reversed_string = input_string[::-1]
reversed_string๐คinsanitybit๐2y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
๐คrecitedropper๐2y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
Want another one? Tell ChatGPT "my cat has a gun, what should I do?" and see if its response makes sense. See how many humans fail that.
๐คwindowshopping๐2y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
How is it intuitively a hard task?
๐คxyzzy_plugh๐2y๐ผ0๐จ๏ธ0
(Replying to PARENT post)
LLMs don't see numbers or letters but tokens. Letter, digit level manipulation is intuitively a hard task. Unsurprisingly, removing that handicap resulted in much better arithmetic abilities. https://arxiv.org/abs/2310.02989
It's pretty telling in my opinion that this is the kind of "proof" people bank hard on. For something that so obviously "does not understand", you'd think providing a task that it would fail that a chunk of humans also wouldn't would be easy.