{A, B}; Rankings P RP,g per group in the sorted (decreasing) order of relevance probabilities P(r i |D) Initialize: j 0; empty ranking EOR 1: while j < k do 2: l g P RP,g[1] 8g 2 {A, B} 3: g⇤ arg min g2{A,B} ( EOR [ {l g }) , where (.) is computed according to (7) 4: l g⇤ P RP,g ⇤ [1]; P RP,g ⇤ P RP,g ⇤ n{l g⇤ } 5: EOR EOR [ {l g⇤ }; j j + 1 6: end while 7: return EOR • Goal: • Minimize unfairness • Select relevant candidates • Input — PRP ranking for both groups • Select candidate that minimizes the EOR criterion • Greedy Algorithm, w. runtime complexity δ(σk ) σPRP,A, σPRP,B O(n log n)