Georgetown-IR-Lab / cedr

Code for CEDR: Contextualized Embeddings for Document Ranking, accepted at SIGIR 2019.
MIT License
155 stars 28 forks source link

Pytrec_eval and other related API changes #25

Closed cmacdonald closed 4 years ago

cmacdonald commented 4 years ago

As discussed, this removes the need for calling out to trec_eval. It also improves the API a little, and makes some code a bit more readable.

Would appreciate feedback.

seanmacavaney commented 4 years ago

Looks good to me, thanks.