Software + Engineer -> electrontrepreneur. So true, nowadays.
Portmanteau Generator
41–50 of 68 posts
Re: Portmanteau Generator
#42Also discussed on SSC: https://slatestarcodex.com/2019/02/24/ot122-openne-thread/#c...
Re: Portmanteau Generator
#43The results are just incredible. The depth of the project is very deep. Case in point, chess+clock yields hourglasker (hourglass & Lasker). Lasker was a German chess champion, well known in chess circles but the average person would have no idea who he is. I wonder if this is using wikipedia or dbpedia to walk a graph and find words to stick together. That's the only way I could think of doing this.
Nope, the paper says it's just using the FastText word embedding: https://nips2018creativity.github.io/doc/entendrepreneur.pdf which is just a particularly well-done word2vec: https://arxiv.org/pdf/1712.09405.pdf 'Lasker' and 'chess' no doubt co-occur quite strongly in their Internet corpus.
This seems like something that has been done before, and the fact the paper has no references indicates to me that the author maybe didn't do background research. While [0] is different, I could have sworn I've seen a paper which discussed creating puns in this fashion.
Re: Portmanteau Generator
#44Earlier quoted context omitted.
Nope, the paper says it's just using the FastText word embedding: https://nips2018creativity.github.io/doc/entendrepreneur.pdf which is just a particularly well-done word2vec: https://arxiv.org/pdf/1712.09405.pdf 'Lasker' and 'chess' no doubt co-occur quite strongly in their Internet corpus.
On the other hand, it comes up with "Beagle" and "Labrador" as synonyms of "cat". Color me unimpressed. This seems like something that has been done before, and the fact the paper has no references indicates to me that the author maybe didn't do background research. While [0] is different, I could have sworn I've seen a paper which discussed creating puns in this fashion. [0] http://www.aclweb.org/anthology/W05-1614
Re: Portmanteau Generator
#45warfareogance (warfare arrogance) needs to become a thing
Re: Portmanteau Generator
#46Earlier quoted context omitted.
Nope, the paper says it's just using the FastText word embedding: https://nips2018creativity.github.io/doc/entendrepreneur.pdf which is just a particularly well-done word2vec: https://arxiv.org/pdf/1712.09405.pdf 'Lasker' and 'chess' no doubt co-occur quite strongly in their Internet corpus.
On the other hand, it comes up with "Beagle" and "Labrador" as synonyms of "cat". Color me unimpressed. This seems like something that has been done before, and the fact the paper has no references indicates to me that the author maybe didn't do background research. While [0] is different, I could have sworn I've seen a paper which discussed creating puns in this fashion. [0] http://www.aclweb.org/anthology/W05-1614
Re: Portmanteau Generator
#47Re: Portmanteau Generator
#48Your generator keeps suggesting me to use the n-word (hard r) and I am not putting anything racist in. Can you please add some filters?
Re: Portmanteau Generator
#49Stop being such a grumbeaver (grumpy/beaver)!
Genious!
Re: Portmanteau Generator
#50Earlier quoted context omitted.
On the other hand, it comes up with "Beagle" and "Labrador" as synonyms of "cat". Color me unimpressed. This seems like something that has been done before, and the fact the paper has no references indicates to me that the author maybe didn't do background research. While [0] is different, I could have sworn I've seen a paper which discussed creating puns in this fashion. [0] http://www.aclweb.org/anthology/W05-1614
fasttext and word2vec only encode contextual similarity, they're not meant to generate synonyms.