fani-lab / Adila

Fairness-Aware Team Formation
3 stars 2 forks source link

IR Metrics Without a Cutoff #72

Open Hamedloghmani opened 1 year ago

Hamedloghmani commented 1 year ago

Regarding the usage of IR utility metrics without a cutoff, the summary of answers that I have found is as follows:

When information retrieval (IR) utility metrics are used without a cutoff, it typically means that the evaluation considers the entire ranked list of retrieved documents, without truncating or limiting the evaluation to a specific number of documents. In IR evaluation, a cutoff is often used to determine the depth or position in the ranked list up to which the evaluation will be performed. For example, a cutoff at position 10 means that only the top 10 documents in the ranked list will be considered for evaluation. However, when utility metrics are used without a cutoff, the evaluation takes into account the relevance or utility of documents across the entire ranked list, giving equal weight to all positions. This means that the metric considers the quality of the ranking across all the retrieved documents, rather than focusing on a specific subset. Using utility metrics without a cutoff provides a more comprehensive assessment of the ranking algorithm or system by considering the relevance or utility of documents throughout the entire result set. It helps evaluate the overall effectiveness of the ranking in providing high-quality and relevant results, without emphasizing a particular cutoff point or subset of documents.

hosseinfani commented 1 year ago

@Hamedloghmani thanks for the update. this was out initial thought. Are you sure when there is no cutoff, the while list is considered? like recall becomes 1 always?

Can you put some citations or links to support your findings?

Hamedloghmani commented 1 year ago

@hosseinfani Thank you for your feedback. Sure, some of the resources I have used are as follows: