Hacker News new | ask | show | jobs
Show HN: I made a 3D visual "thesaurus" for English (seesaurus.com)
19 points by Recurshawn 932 days ago
Just a fun toy I wanted to make. I've been studying and playing around with language models lately and have always been intrigued by how words are processed by these models. Since the vectors generated by embedding models is in very high dimensional space, I thought it would be cool to reduce them to 3D vectors and visualise them myself. This is what I have so far!
1 comments

nifty! would be cool if I could add the different meanings of a word, especially if the same word can be a noun and a verb
yeah, that would be really good. I'm still thinking about how I could get that done though.

how do I embed a homonym differently depending on its meaning when I only have the context of the singular word? any ideas?