ranking icon indicating copy to clipboard operation
ranking copied to clipboard

How to use ranking model with Elasticsearch

Open laxmimerit opened this issue 4 years ago • 2 comments

Hi, I want to use this package with Elasticsearch LTR so that I can use ES rescore function while searching. How can I add this package in Elasticsearch?

laxmimerit avatar Aug 15 '21 13:08 laxmimerit

you can follow the two-stage retrieval and ranking paradigm where ES does sparse retrieval of candidates and then TRF reranks the candidates.

eggie5 avatar Aug 15 '21 20:08 eggie5

Hi, Thanks for commenting. Yes that is possible but don't understand how. Currently I use ranklib plug-in in ES to rerank. Is there something like I can do with this? Any article link or details of implementation would be really very helpful.

laxmimerit avatar Aug 15 '21 20:08 laxmimerit