Show HN: This Word Does Not Exist
thisworddoesnotexist.com
Show HN: This Word Does Not Exist
1–10 of 359 posts
Re: Show HN: This Word Does Not Exist
#2Re: Show HN: This Word Does Not Exist
#3This is awesome! What kind of bias would we expect to see in the training set?
Since the model lacks world knowledge for new words, sometimes it also ascribes words to a specific cultural origin / group that is completely wrong.
Re: Show HN: This Word Does Not Exist
#4Re: Show HN: This Word Does Not Exist
#5Re: Show HN: This Word Does Not Exist
#6 nailblast (n.)
1. a wound on the external surface of the nail
"her throat was swelling with nailblasts"
Holy crap, is she okay?!?Re: Show HN: This Word Does Not Exist
#7This is pretty cool but I am getting some strange results sometimes: https://imgur.com/a/rv0wHN1
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.
Re: Show HN: This Word Does Not Exist
#8It's like automated Sniglets
Re: Show HN: This Word Does Not Exist
#9This 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.
In any case, it's all pretty impressive! Defintely something one can use for creative writing or fantasy world building.