Live data from Hacker News

Show HN: This Word Does Not Exist

thisworddoesnotexist.com

31–40 of 359 posts

Re: Show HN: This Word Does Not Exist

#32

This is pretty cool but I am getting some strange results sometimes: https://imgur.com/a/rv0wHN1

That's not ideal and probably picking up some of the original training set from GPT-2 (this model is bolted on top of it)! How about DUOLINGOLOGY instead https://bit.ly/3fPGP8q I'm using a blacklist to reject "real" words but it's surprisingly hard to build for rare words. I'm up to ~600K items after parsing Wikipedia tokens and it still doesn't capture everything.

  airpods
  air·pods
  a large pair of wings and wings of a bird or other flying 
  animal, typically used as a guide for a figure skater and 
  paraglider
  "a pair of airpods"

Re: Show HN: This Word Does Not Exist

#39

Wow, even with definitions! That looks like a better version of a game I made years ago where you have to pick out the real word from four options. The three "non-words" are generated by Markov chains: https://www.michaelfogleman.com/wug/

This game is great; I've been trying to think through ways of using these NLP models in a competitive game but the mechanics aren't obvious. It would be awesome to do something like an AI rap battle
Post reply on HN