diffir icon indicating copy to clipboard operation
diffir copied to clipboard

Tool for comparing two ranked lists (TREC run files)

Results 5 diffir issues
Sort by recently updated
recently updated
newest added

Hi `capreolus-ir/diffir`! This is a one-off automatically generated pull request from LGTM.com :robot:. You might have heard that we’ve integrated LGTM’s underlying CodeQL analysis engine natively into GitHub. The result...

Two changes: + Refactoring code: add comments, and split long methods to smaller methods + Add diff_html api to generate web interface from code Changes was tested on Trec-Robust04.

Sometimes seeing only the top 10 documents isn't enough.

I find Rank Biased Overlap a bit easier to interpret than the other measures and it's pretty fast to compute.

Based on earlier discussions, it would be nice to display the following on the landing page to help assess a single run: 1. Number of unjudged docs (in top K)...

enhancement