cvangysel / pytrec_eval

pytrec_eval is an Information Retrieval evaluation tool for Python, based on the popular trec_eval.
http://ilps.science.uva.nl/
MIT License
282 stars 32 forks source link

Range of doc score in run file #37

Open cramraj8 opened 2 years ago

cramraj8 commented 2 years ago

I am wondering the value range for document score for run file should be within [0, 1], or it can be any value including negative floating point as well ?

seanmacavaney commented 2 years ago

The scores can be positive or negative floating-point values (doesn't need to be in the [0,1] interval).