TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What a crossword AI reveals about humans' way with words

70 pointsby gsjbjtover 3 years ago

8 comments

bvmover 3 years ago
I would be interested to see how they perform on UK-style cryptic crosswords (<a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Cryptic_crossword" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Cryptic_crossword</a>) where there&#x27;s much more play&#x2F;subversion&#x2F;meta-approach to the &quot;rules&quot;.
评论 #28704898 未加载
评论 #28704834 未加载
weeblewobbleover 3 years ago
A few years back I wrote a program that, given a blank or partially-filled in (NYT-style) crossword grid (with black squares already inserted), could fill out the rest of the grid with valid words&#x2F;phrases both across and down. It had no relation to clues though, you had to write the clues yourself after the grid was filled out.<p>I wrote it because I wanted to make my dad (a huge nyt crossword fan) a custom crossword for his birthday. I put in a bunch of phrases related to him and our family and let the program fill in the rest. It was a huge hit, never really went back to it though. Anyone know if anything else like this exists?
评论 #28708380 未加载
评论 #28708399 未加载
评论 #28708661 未加载
评论 #28712208 未加载
bvmover 3 years ago
&gt; The crossword solver is a closed system—it can’t just Google the answers.<p>yet from the wiki:<p>&gt; Probabilities for individual words or phrases in the puzzle are computed using relatively simple statistical techniques based on features such as previous appearances of the clue, number of Google hits for the fill. <a href="https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Dr.Fill" rel="nofollow">https:&#x2F;&#x2F;en.wikipedia.org&#x2F;wiki&#x2F;Dr.Fill</a><p>I don&#x27;t think it&#x27;s fair to describe it as a closed-system if it&#x27;s Googling stuff, even for pruning.
评论 #28704862 未加载
评论 #28704950 未加载
评论 #28705757 未加载
dom111over 3 years ago
<a href="https:&#x2F;&#x2F;archive.is&#x2F;OuoeZ" rel="nofollow">https:&#x2F;&#x2F;archive.is&#x2F;OuoeZ</a>
isolliover 3 years ago
&quot;But, unlike more than 200 human solvers, it wasn’t perfect on all of the puzzles: It got waylaid on two of them and finished with errors.&quot;<p>I&#x27;m curious, what kind of error are we talking about? Words that don&#x27;t exist, or another solution to a problem that may not have a unique solution?
评论 #28705873 未加载
评论 #28704754 未加载
评论 #28708266 未加载
评论 #28704703 未加载
wirthjasonover 3 years ago
For some reason only the first paragraph was shown. I had to view it in privacy mode to see the whole article. I wonder if the ad blocker on my iPhone triggered something.
wirthjasonover 3 years ago
This makes me curious, how are crossword puzzles made? Clues -&gt; words? Or working backwards from words to clues? Some blend of the two?
评论 #28706447 未加载
评论 #28708292 未加载
eutecticover 3 years ago
I wonder how well gpt-3 + search would perform as a crossword-solving agent. I guess the tokenization might be tricky to deal with.