Q1
Thanks for your insightful comments and for raising this important question. In addition to the RL setting, we think our work shares a nuanced connection with [Hu & Zhang, 2022]. While we address a similar problem to that of [Hu & Zhang, 2022], we employ different methodologies that lead to novel insights. To provide a clearer comparison, let’s first explain the connection between our work and [Hu & Zhang, 2022] and then highlight the differences.
In [Hu & Zhang, 2022], long-term fairness is defined as the difference in qualification rates at a future time point $t^*$, i.e.,
$\mathbb{E} [ P(y^{t^*}=1|x^{t^*},do(s^+) ] - \mathbb{E} [P(y^{t^*}=1|x^{t^*},do(s^-) ]$.
This definition can be represented using our qualification gain function if we define:
$g^{s}(x^{t},x^{t+1}) = P(y^{t^*}| x^{t+1}, do(s)) - P(y^{t^*}| x^{t}, do(s))$
and introduce a virtual initial time step with a fixed qualification gain $P(y^{t^*}| x^{0}, do(s))$. With this setup, the state value function $V_{do(\pi,s)(x)}$ becomes equal to $\mathbb{E} [ P(y^{t^*}=1|x^{t^*},do(s) ]$. This analysis demonstrates the connection between our proposed qualification gain and the qualification rate used in [Hu & Zhang, 2022].
However, our work employs a different method to analyze the relationship between long-term and short-term fairness. In [Hu & Zhang, 2022], for short-term fairness, they focus on sensitive feature unawareness in the decision (e.g., demographic parity) by analyzing the paths from the sensitive feature to the decision in the causal graph. Their conclusion is that there is an inherent conflict between long-term and short-term fairness.
In contrast, our work reveals a theoretical connection between long-term fairness and benefit fairness by proposing a novel causal decomposition technique. Specifically, we examine the impact of the policy on the $outcome$ of the decision (i.e., the qualification gain in our context), whereas the decision outcome is not explicitly modeled in [Hu & Zhang, 2022] (note that the decision outcome is different from the decision itself).
Regarding our findings, our analysis shows that benefit fairness may not necessarily conflict with long-term fairness, implying the possibility of reconciling short-term and long-term fairness objectives. This contrasts with the conclusions of [Hu & Zhang, 2022], thereby providing new insights into how fairness can be achieved over time without inherent conflicts.
In summary, although we tackle a similar problem as [Hu & Zhang, 2022], our distinct methodologies, including the incorporation of RL settings and the causal decomposition, lead to different conclusions and novel insights. We believe these differences not only highlight the novelty of our work but also contribute valuable perspectives to the ongoing discussion on long-term fairness.
For other references, performative prediction is a different framework focused on model-dependent distribution shifts in machine learning models. Although it is a powerful approach that can offer theoretical convergence guarantees, it has its limitations. For instance, due to its complexity, it often considers decoupled performative risk, where the data distribution is influenced by parameters different from those being optimized. Equal improvability investigates a related but different problem setting, where the model learns to apply additional efforts to improve individuals' qualifications.
After reviewing these papers, we believe that our work offers unique contributions to the field of long-term fair machine learning.