Earlier quoted context omitted.
Case matters, obviously! Try "man" with a lower-case "M"!
Why does case matter? How does it affect the meaning?
Show HN: Semantic Calculator (king-man+woman=?)
21–30 of 179 posts
Re: Show HN: Semantic Calculator (king-man+woman=?)
#22 life + death = mortality
life - death = lifestyle
drug + time = occasion
drug - time = narcotic
art + artist + money = creativity
art + artist - money = muse
happiness + politics = contentment
happiness + art = gladness
happiness + money = joy
happiness + love = joyRe: Show HN: Semantic Calculator (king-man+woman=?)
#23Re: Show HN: Semantic Calculator (king-man+woman=?)
#24Re: Show HN: Semantic Calculator (king-man+woman=?)
#25Re: Show HN: Semantic Calculator (king-man+woman=?)
#26Re: Show HN: Semantic Calculator (king-man+woman=?)
#27What does it mean when it surrounds a word in red? Is this signalling an error?
Edit: these must be capitalized to be recognized.
Re: Show HN: Semantic Calculator (king-man+woman=?)
#28Are you using word2vec for these, or embeddings from another model?
I also wanted to add some flavor since it looks like many folks in this thread haven't seen something like this - it's been known since 2013 that we can do this (but it's great to remind folks especially with all the "modern" interest in NLP).
It's also known (in some circles!) that a lot of these vector arithmetic things need some tricks to really shine. For example, excluding the words already present in the query[1]. Others in this thread seem surprised at some of the biases present - there's also a long history of work on that [2,3].
[1] https://blog.esciencecenter.nl/king-man-woman-king-9a7fd2935...
Re: Show HN: Semantic Calculator (king-man+woman=?)
#29What does it mean when it surrounds a word in red? Is this signalling an error?
Yes, word in red = word not found mostly the case when you try plurals or non-nouns (for now)
I think you need to disable auto-capitalisation because on mobile the first word becomes uppercase and triggers a validation error.