Y
Hacker News
new
|
ask
|
show
|
jobs
by
elpalek
394 days ago
What method/model are you using for sparse search?
1 comments
GeorgeCurtis
394 days ago
We're going to use BM25. Currently it is just dense search. Coming very soon
link
elpalek
394 days ago
have you thought about SPALDE models? ex:
https://arxiv.org/abs/2109.10086
link
GeorgeCurtis
394 days ago
Looks really interesting, I'll have a proper read. What would be your reasoning to incorporate this if we already have vector functionality and semantic search?
link
elpalek
394 days ago
my project deals w/ non-english text, bm25 performance is middeling. Language specific sparse model helps.
link
xavcochran
394 days ago
We will definitely look into it. The SPLADE models look promising!
link
xavcochran
394 days ago
SPALDE*
link