JULIELab / trec-pm

Support code and resources for participation at the TREC Precision Medicine Track (TREC-PM)
http://trec-cds.appspot.com
MIT License
9 stars 2 forks source link

`Experiment` could receive an optional `Ranker` #79

Closed michelole closed 5 years ago

michelole commented 5 years ago

It would then re-rank docs automatically given a pre-trained model.

Could be used for LTR (#44 ) and Treatment ranking (#28 ).

khituras commented 5 years ago

Should the ranker perhaps even be added to the retrieval directly?

michelole commented 5 years ago

Nope. I see Retrieval as a convenient way to run decorated topics on ES and only that. A Ranker is optional and should work upon a list of documents, no matter where they came. This would even allow manual runs (e.g. submitting the internal GS), that could be re-ranked for treatments.

khituras commented 5 years ago

Understood.