Skip to content

Support for reranking tasks with multi-level relevance scores? #1240

Answered by orionw
omihub777 asked this question in Q&A
Discussion options

You must be logged in to vote

Short answer: we don't currently support that for reranking but do support it for retrieval due to the trec_eval evaluation library.


Long answer: Our current reranking setting is fairly distinct from the retrieval evaluation even though there are lots of overlap.
Right now it has the two buckets (positives and negatives) and then computes metrics based on those. But we really could compute it in the same way as retrieval by having qrels and using trec_eval (just basically a bunch of small retrieval tasks). We would need to provide a wrapper for backwards compatibility to make the previous tasks converted into this style, but I think it would be a lot more intuitive to use the future (as …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@orionw
Comment options

Answer selected by omihub777
@KennethEnevoldsen
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants