|
|
|
|
|
by sweezyjeezy
1724 days ago
|
|
I think it's pretty unlikely you'll be able to learn the UK rules to a human level using brute force ML - take a fairly easy clue like ‘Drunken men are more despicable' - you need to split this as (wordplay = drunken (anagram of) "men are") / (meaning = "more despicable") = "MEANER" This is really hard for supervised learning - the reward is quite sparse (e.g. did you get it right / how many characters did you get right) but the task is reasonably complex (e.g. it would have to learn how to spot/execute arbitrary length anagrams on its own, already something that is nontrivial for ML). Sparse + complex usually means gradient descent will fail or converge to a more trivial minima e.g. only look for synonyms in the clue. I reckon you would have to codify the different types of cryptic clues manually for this work well. |
|
https://unlikely.ai/cryptic-crossword-genius-unlikely-ai-art... has a little more detail.
https://crosswordgenius.com/clue/who-may-get-drunk-with-real... example solution with anagram.