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

1k treatment results #98

Open michelole opened 5 years ago

michelole commented 5 years ago

Currently, TreatmentRanker works by filtering the result list (with typically 1k docs) down to ~250 docs.

To overcome that, we could get e.g. 10k docs from ES, but TreatmentRanker should be able to limit itself to 1k docs.

Alternatively, it could move docs without treatment down in the list, but that would require adjusting the score field.

michelole commented 5 years ago

That's somehow related to LTR overall: we might want to get 10k docs, rerank them, and then limit to the best, re-ranked, 1k results.