Skip to content

Exposure Metric #92

Open
Open
@Hamedloghmani

Description

@Hamedloghmani

The Exposure Metric in fairness for ranking systems refers to the measurement of how visible or accessible items (such as search results, recommendations, or candidates) are to users, with a focus on ensuring that this visibility is distributed equitably across different groups. The primary concern is to ensure that the ranking algorithm does not disproportionately favor one group over another, leading to biased outcomes.

There are different variations of exposure-based metrics. In Adila, so far we included 2, which are as follows:

  1. Group Exposure (exp)
    compares the average exposures of groups in the ranking(s) and does not consider relevances or scores associate with items. It aligns with the fairness concept of statistical parity. For a ranking like Τ (tau), and an item like x_i the group exposure is as follows
    image
    and average exposure for a protected group like g_j will be calculated as follows:
    image
    The range of this metric and the most fair value is connected to the in group aggregation function we utilize. With MinMaxRatio, the value of this metric will be from 0 to 1, 1 being the most fair setting.

  2. Exposure Utility (expu)
    assesses if groups receive exposure proportional to their relevance in the ranking(s). This is a form of group fairness that considers the scores (relevances) associated with items. The per-group metric is the ratio of group average exposure and group average utility, whereby group average exposure is measured exactly as in group exposure(exp). Group average utility for a group like g_j is:
    image
    The same rules as the previous section applies to the metric's range and most fair settings.

These metrics and variations were originally proposed by Singh et al.

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions