People thinking LLMs should be even serviceable at chess didn't understand LLMs. They really aren't problem solving applications. They're optimized for making responses to questions that look like what a response should look like, not for being accurate. That's really clear if you ask them for mathematical proofs. They will generate proofs that look like the right sort of thing, but they won't be correct unless they have the specific proof in their training data.
This is obvious for people who understand the basics of LLM. However, people are fooled by how intelligent these LLM sounds, so they mistake it for actually being intelligent. So, even if this is an open door, I still think it's good someone is kicking it in to make it clear that llms are not generally intelligent.
I wonder how many of the ones they "solved" were just because they'd seen it discussed somewhere in the data set, considering the puzzles are apparently from a public resource.
Yeah, I don't know why anyone knowledgeable would expect them to be good at chess. LLMs don't generalise, reason or spot patterns, so unless they read a chess book where the problems came from...
Likely close to 100%. If you read the (rather good) article, a little further down they test whether the LLM can play an extremely simplistic "Connect 4" game they devise, as a way of narrowing down on specifically reasoning capabilities.
It cannot.
Chess puzzles, in particular, are frequently shared and discussed in online chess spaces, so the LLM will have a significant amount of material to work with when it tries to predict the best response to give to the prompt.
I didn't figure. I'm sure they could be taught to be much better, but normal computing can already play chess more or less perfectly. There really isn't much any room left to be gained.
This to me shows that LLM simply isn't trustworthy, it's one thing it can't solve a puzzle, fair enough. But that it uses illegal moves is kind of alarming.
This is a relatively simple task, so this proves that LLM isn't trustworthy even for simple tasks.
That said, I still think LLM is an impressive technology, but I'd be very careful relying on it for anything. The fact that some companies already use them for customer support gives me horror goosebumps.
i mean.. try using it for even simple stuff like designing code. Often, ChatGPT creates a fantasy library that does the task you ask chatgpt tk do.. the library don't exists, but chatgpt writes you code using that fantasy software library. Same with program functions who don't exist.
Same happens with stuff like People, telephone numbers, locations, books etc.. tons of fantasy stuff.
LLMs aren't trustworthy for such stuff if you need real info and not just creative help with fantasy stuff. And even for those tasks it is usually not really good enough.
Thanks, I wasn't aware of that, the "fantasy" stuff was news to me when I read they make illegal moves to solve chess puzzles.
There has been a lot of praise for how amazing these LLM models are, but apparently they have some pretty serious limitations, that might even make them dangerous to use, if you are not aware.