(no title)
whakim
|
3 months ago
In my experience the semantic/lexical search problem is better understood as a precision/recall tradeoff. Lexical search (along with boolean operators, exact phrase matching, etc.) has very high precision at the expense of lower recall, whereas semantic search sits at a higher recall/lower precision point on the curve.
simonw|3 months ago
For most cases though sticking with BM25 is likely to be "good enough" and a whole lot cheaper to build and run.
mips_avatar|3 months ago