Skip to content

Information Retrieval with Word 2 Vec

Latest
Compare
Choose a tag to compare
@bill-io bill-io released this 18 Jul 13:46
0316ce3

Extend query with synonyms from word2vec. The model expands IR2023 collection queries with synonyms Terms that gets from Word2vec.
The model estimates the probability of being selected a word (output) based on its context. Extracts the closest neighbors of a word Looking at the context, the context of the word and determines when two words are semantically relevant (when occurring in the same or similar context)