|
|
|
|
|
by alex-moon
999 days ago
|
|
It sounds like you want the semantic average, or, in other words, a centroid in semantic vector space. The approach I've used to do this in the past is Word2Vec, which excels at handling individual words. Word2Vec isn't going to be able to give you what you want per se but should give you somewhere to start in your search. Incidentally this is the kind of thing LLMs are very good at. Have you tried just plugging them into ChatGPT/Bard? |
|