Ask HN: Can LLM's generate a sudoku that has not been created before?
or can a LLM generate a sudoku which it has not been trained with?
LLM's are neural networks that are trained with a massive amount of data. Their training data can contain all the publicly available sudokus that in the internet.
So, can it really be creative enough to come up with any sudoku that it doesn't even see before?
I would expect that they could not because they are not trained with. Because they are just next word predicter.
3 comments
[ 5.8 ms ] story [ 137 ms ] threadNovelty isn't equivalent to creativity. If it were, a random number generator would be the most creative force in existence.
It might just as well copy half of a New York times sudoku, or make up entirely nonexistent words. As far as I know LLMs can't actually do the math necessary to generate a correct sudoku. It would just give you some "sudoku-like" text.
I'm not an expert on LLMs but based on what I do know, that's what would happen.