EconBase
← Back to paper

Fairness through Experimentation: Inequality in A/B testing as an approach to responsible design

Extracted main text — title through conclusion, appendix excluded. This is what our citation measures are computed over, published so the extraction can be checked by eye.

39,220 characters · 32 sections · 11 citation commands

Rendered from LaTeX for readability, not typeset faithfully. Citation keys are highlighted; maths is left as source; figures, tables and equation environments are summarised rather than reproduced; unrecognised commands are greyed out so nothing is silently dropped. Email addresses are removed.

Fairness through Experimentation: Inequality in A/B testing as an approach to responsible design.

{LinkedIn Corporation \\ Sunnyvale, CA \\ United States of America\\}

abstractAs technology continues to advance, there is increasing concern about individuals being left behind. Many businesses are striving to adopt responsible design practices and avoid any unintended consequences of their products and services, ranging from privacy vulnerabilities to algorithmic bias. We propose a novel approach to fairness and inclusiveness based on experimentation. We use experimentation because we want to assess not only the intrinsic properties of products and algorithms but also their impact on people. We do this by introducing an inequality approach to A/B testing, leveraging the Atkinson index from the economics literature. We show how to perform causal inference over this inequality measure. We also introduce the concept of site-wide inequality impact, which captures the inclusiveness impact of targeting specific subpopulations for experiments, and show how to conduct statistical inference on this impact. We provide real examples from LinkedIn, as well as an open-source, highly scalable implementation of the computation of the Atkinson index and its variance in Spark/Scala. We also provide over a year's worth of learnings -- gathered by deploying our method at scale and analyzing thousands of experiments -- on which areas and which kinds of product innovations seem to inherently foster fairness through inclusiveness.

Acknowledgements: We would like to thank Meg Garlinghouse, Ya Xu, Stuart Ambler, James Eric Sorenson, Bari Lemberger, Parvez Ahammad, Sofus Mack\'{a}ssy, Steve Lynch, as well as the entire LinkedIn Data Science Applied Research team, and the Computational Social Science team for valuable contributions and comments.

\spacing{1.5}

Introduction

Motivation

Businesses are increasingly striving to adopt responsible design practices to avoid unintended consequences of their products and services. Examples range privacy vulnerabilities Cyphers2019 to claims of algorithmic bias against minorities Schuetz2019, such as women and ethnic minorities Hao2019. A growing literature on algorithmic fairness agarwal2018reductions,dwork2012fairness,barocas2017fairness,bolukbasi2016man focuses on guaranteeing that algorithms provide equal representation of various demographics, or that their error rates are consistent across different demographics.

However, focusing exclusively on algorithms and their properties can lead one to miss two crucial points:

First, how people react and interact with a product is as important as the product itself. Instead of only focusing on whether an algorithm is representative or fair, we should also focus on the outcomes. For example, an algorithm may seem to treat men and women similarly, but if it results in women getting disengaged, it may be an undesirable outcome.

Second, the focus on protected categories can be too narrow, especially in the age of the internet. In particular, many products now have a “network” or “social” component and a user's experience may be determined by who they know: share this with your friends, post this to your community, refer your friends for employment opportunities\ldots In other words, many features often risk increasing the gap between people with strong networks and people without them. While “network strength” is not a legally protected category, this is still something worth paying attention to. Worse, how many more such categories may we all be overlooking? We need a way to be alerted if a feature we build has an inequality impact, even if it is not between categories we are explicitly monitoring.

Therefore, even if a product may seem to have been designed in a “responsible” or “fair” manner, it can still drive a wedge between different groups of users, in particular groups of users that a company may not be explicitly monitoring (for example, between people who have a powerful social network, and those who do not).

An A/B testing approach to fairness

We propose a novel approach to help address these concerns. We use it as a complement, not a substitute, to more traditional algorithmic bias approaches. We leverage experimentation, which, instead of characterizing a feature in the void, measures the effect it has on users. In particular, we measure inequality impact of all new features and product changes (whether they are algorithms, UI changes, or infrastructure changes, for example) and flag experiments that have a notably positive or negative inequality impact. In essence, along with asking, "what would be the total number of sessions or contributions on our platform" if feature A (vs. B) were rolled out?, we also ask "if feature A were to be rolled out, what would be the share of the top 1%, in terms of engagement and contributions? Would inequality go up or down?" This combination of concepts from measures of inequality, drawn from the economics literature, with A/B testing provides us two distinct advantages.

First, instead of just measuring inequality we can trace it back to its causes: a specific set of features and product decisions. We can ask: which of our products is making the 'rich' richer?

Second, compared to classical algorithmic fairness approaches, it also gives us another advantage: it helps us identify features that increase inequality without having to rely only on explicitly protected categories. A feature that increases the gap between any two classes of users is likely to be detected.

We then apply this method to every single experiment that LinkedIn has conducted over the past year and analyze the ones with the highest inequality-increasing or inequality-reducing impact.

The remainder of this paper is organized as follows: First, we provide an introduction to our inequality impact measurement method, relying on an adequately parametrized Atkinson index. Second, we show how this method can be combined with A/B testing, comparing a treatment and a control group via a difference in Atkinson indices. We discuss the variance of this difference and statistical inference, as well as extrapolation to the effect beyond the experiment. Third, we describe our process for driving large-scale business impact using this method, discussing scalable implementation as well as organizational processes needed. Fourth, we share a specific example of a LinkedIn experiment that was identified by this method as having a strong inequality impact. Finally, using the thousands of experiments we have analysed, we share our high-level findings of the types of interventions that generally seem to be inequality-increasing and decreasing, as well as the best use cases for this approach.

The Atkinson Index for fairness

We start by describing the Atkinson index as a measure of inequality, its desirable properties, as well as how to parametrize it.

A highly stylized example

The most common way of characterizing a dataset is using its average. Most experimentation platforms primarily report the average effect of a new feature for a given population segment. They compute the average of business metrics for users who were exposed to the new feature (often called treatment group), and compares them to the average for members who were not (control group). The main benefit of this method is its simplicity. It also easily allows us to extrapolate the total effect on business metrics if the new product were to be given to all users (i.e., our website has 1M sessions today; it would have 1.05M sessions if we rolled this feature out).

However, exclusively focusing on the average effect may hide significant disparities between users. In particular, it could conceal significant disparities that are being introduced by the new feature. For example, imagine a website that only has ten users, which all visit the site once a day (1 session/user). We depict this on the left side of Figure (ref). An initiative that doubles sessions could do so in many ways: it could either double every user's sessions (top of the figure), or more than quadruple some user's sessions and decrease others (bottom). Yet that difference is typically not readily visible on traditional platforms, which only show averages. If a company needs to tell these two types of scenarios apart, then a method is required in order to automatically detect interventions that may increase inequality. This is the case for LinkedIn, whose vision is to create economic opportunity for every member of the global workforce.

figure[figure omitted — 230 chars of source]

Properties of the Atkinson Index

First introduced by Atkinson atkinson1970, the Atkinson index is a standard measure of inequality that economists frequently use for country-to-country comparisons of income distributions atkinson2010analyzing. Given a sample $x_1, \ldots,x_n$, representing a metric (such as sessions, page views, job applications, \ldots) for a group of users indexed by i, and an inequality-aversion parameter $\epsilon$. It is computed as follows for $\epsilon \neq 1$:

equation[equation omitted — 193 chars of source]

Intuitively, for a fixed $\epsilon$ , a low value of $A_\epsilon$ is obtained when all individuals have almost the exact same metric value. When this is exact, the Atkinson index is zero. A higher value reflects more inequality. The $\epsilon$ parameter can be tuned to reflect the inequality preferences of a decision maker, as will be shown in the next section.

That Atkinson index has several desirable properties atkinson1970 for our application, namely:

It is non-negative and is equal to zero only if all individual metrics are the same. This is helpful in comparing distributions to the “pure equality” baseline, as shown in the above figure.

It satisfies population replication axiom: if we create a new population by replicating the existing population any number of times, the inequality remains the same. This is particularly helpful because companies tend to grow, and the simple fact that the number of users is growing should not change the inequality index, unless actual inequality increases are happening at the same time.

It satisfies the principle of transfers: any redistribution (i.e., reducing a user's metrics to increase the metric of another, lower-ranking user) results in a decrease of the Atkinson index, as long as this intervention does not change their rank in the distribution. This can be useful to specifically assess the impact of “redistribution” experiments, such as redistributing attention on the feed simpsonpaper.

If all metrics are multiplied by a positive constant, the index remains the same: this is useful because it allows us to compare inequality of distributions across different time horizons meaningfully. For example, if all users have the same number of sessions every day, the inequality will be the same, whether measured as daily, weekly, or monthly sessions.

It is subgroup decomposable: Any Atkinson index can be decomposed as an average of indices for subpopulations. This is useful when an experiment, for example, only targets a specific population, but we would like to understand its inequality effect on the population as a whole. das1982decomposition, lasso2003casilda

It is parametrizable: different levels of inequality may be acceptable for different decision-makers, different use cases or metrics, and we can parametrize inequality aversion using $\epsilon$.

It is scalable: Looking at the formula above, one can see that the Atkinson index lends itself to distributed computation, using map-reduce or Spark, for example.

Parametrizing the Atkinson Index (choosing $\epsilon$)

The only parameter for the Atkinson index is epsilon, which measures a decision-maker's inequality aversion. A good way to parametrize this is through choice experiments: presenting individuals with a series of choices between two possible simple distributions, and asking them which one they prefer. In particular, we simulate cases where reducing inequality is possible, but at a cost: the total of the metric must be reduced (see figure (ref) for an illustration). Eliciting the acceptable cost level maps to the decision maker's epsilon.

Following creedy2016, we can model the Atkinson index as a discount factor for the total of the metric. If $U$ is the utility of the decision-maker, we have

equation[equation omitted — 69 chars of source]

T is the total of the metric, and $D$ is the distribution. Notice that if there is no inequality, the inequality index is zero, and the decision maker's utility is equal to the total of the metric. In other words, for each level of inequality, there is an equally distributed equivalent total, which the decision-maker would consider equivalent.

In particular, we simulate simple, two-individual cases. In the two-individual case, the Atkinson index can be written as follows:

displaymathA(y_{1}, y_{2}, \epsilon) = -\frac{2} {{\left(y_{1} + y_{2}\right)} {\left(\frac{1}{2} \, y_{1}^{-\epsilon + 1} + \frac{1}{2} \, y_{2}^{-\epsilon + 1}\right)}^{\left(\frac{1}{\epsilon - 1}\right)}} + 1

Equivalently, it can be rewritten as a function of the total and the share of the richest individual: {

multline[multline omitted — 316 chars of source]

}

We use this fact for our choice experiments: If decision makers truly regard high levels of inequality as problematic, it follow that they should be willing to sacrifice some amount of core business metrics (say, sessions), in order to see inequality be reduced. Therefore, we provide an individual with a prospective total $T_1$, a prospective share of the richest $s_1$, and provide an alternative $s_2$, leading to less inequality. We then elicit the the total $T_2$ that would make these two scenarios equivalent, which leads us to compute the individual's $\epsilon$, as a solution to:

displaymath(1-A_S(T_1,S_1,\epsilon)) = (1-A_S(T_2,S_2,\epsilon))\frac{T_2}{T_1}

Figure (ref) illustrates an example of a choice experiment.

figure[figure omitted — 191 chars of source]

Interpreting an Atkinson index

Once the epsilon has been set, we can interpret the Atkinson index as a discount factor on the total of the metric according to the individual's preferences, as shown in equation (ref). In short, as outlined in the previous section, it measures how much of a core business metric (say, sessions) one would be willing to give up in order to see that metric be equally distributed between members.

Translating this core interpretation into an A/B testing context, this implies that when we see a +0.01 Atkinson impact of an experiment, we can read this as "someone with my inequality preferences (i.e., my epsilon) would rather give up 1% sessions than have this feature be rolled out". This simple interpretation is quite helpful when interpreting the magnitude of an inequality impact.

Inequality in A/B testing

We now formally discuss how to leverage the Atkinson Index in an A/B testing context. In an online experiment, we can measure the Atkinson index for the treatment group and the control group and decide whether they are significantly different. This provides a way to determine whether the treatment product increases inequality amongst users.

Difference in means

Consider an A/B test with two variants, $A$ and $B$, of the product. To compare the relative inequality impact of the two versions, we compute the Atkinson index for both; denote them by \(A_\epsilon^A\) and \(A_\epsilon^B\). We then compare \(A_\epsilon^A\) and \(A_\epsilon^B\) to determine if there is a statistically significant difference between them. If we know the distribution of \(A_\epsilon^A\) and \(A_\epsilon^B\), we can use the standard Neyman-Pearson neyman1933ix hypothesis testing framework to test the null hypothesis that the two variants are similar in terms of inequality impact. That is,

\[H_0: A_\epsilon^A = A_\epsilon^B.\]

To measure the inequality impact of an experiment, we use a difference in means between treatment and control:

$$ \hat{\delta} = A_\epsilon^T - A_\epsilon^C $$

This can simply be read as the inequality increase or decrease that the new feature introduces, and can be interpreted as outlined above.

Variance and Inference

In order to decide whether an observed difference in inequality between treatment and control is significant, we need to compare it to its expected variance under the null hypothesis that there is no difference between the two.

Variance of one Atkinson index

To carry out inference, it is crucial to have an approximation of the distribution of $A_\epsilon$. The distribution of the Atkinson index can be approximated using the central limit theorem and the delta method. The following theorem gives the asymptotic distribution.

theoremFor a sample $x_1, \ldots,x_n$, independently distributed according to a distribution $F$, and a fixed aversion parameter $\epsilon$, the Atkinson index $A_\epsilon^{(n)}$ is asymptotically normally distributed. Specifically, the following holds \begin{align*} \sqrt{n} \big( \frac{A_\epsilon^{(n)} - A_\epsilon(F)}{\sigma_n} \big) \rightarrow N(0,1), \end{align*} where \begin{align*} A_\epsilon(F) = 1 - \frac{\left(\int x^{1-\epsilon} dF(x) \right)^{\frac{1}{1-\epsilon}}}{\int x dF(x)} \end{align*} and \begin{equation} \begin{split} \sigma_n^2 = \widehat{\Sigma}_{11} \times\frac{(\frac{1}{n}\sum_{i=1}^n x_i^{1-\epsilon})^\frac{2 \epsilon}{1-\epsilon}}{(1-\epsilon)^2\left(\frac{1}{n}\sum_{i=1}^n x_i \right)^2 } - 2 \widehat{\Sigma}_{12} \times \frac{(\frac{1}{n}\sum_{i=1}^n x_i^{1-\epsilon})^\frac{1 + \epsilon}{1-\epsilon}}{(1-\epsilon)\left(\frac{1}{n}\sum_{i=1}^n x_i \right)^3 } + \\ \widehat{\Sigma}_{22} \times \frac{(\frac{1}{n}\sum_{i=1}^n x_i^{1-\epsilon})^\frac{2}{1-\epsilon}}{\left(\frac{1}{n}\sum_{i=1}^n x_i \right)^4 } \end{split} \end{equation} for \begin{align*} \widehat{\Sigma}_{11} &= \frac{1}{n}\sum_{i=1}^n x_i^{2-2\epsilon} - (\frac{1}{n}\sum_{i=1}^n x_i^{1-\epsilon})^2, \\ \widehat{\Sigma}_{21} &= \widehat{\Sigma}_{12} = \frac{1}{n}\sum_{i=1}^n x_i^{2-\epsilon} -(\frac{1}{n}\sum_{i=1}^n x_i)\times (\frac{1}{n}\sum_{i=1}^n x_i^{1-\epsilon}),\\ \widehat{\Sigma}_{22} &= \frac{1}{n}\sum_{i=1}^n x_i^{2} - (\frac{1}{n}\sum_{i=1}^n x_i)^2. \end{align*}

The theorem is proved in the appendix.

Variance of the difference between treatment and control

$$ \hat{V_\delta} = \frac{\sigma^2_{n_T}}{n_T} + \frac{\sigma^2_{n_C}}{n_C} $$

$$ T = \hat{\delta} / \hat{V_\delta} $$

We then compare T to the critical values of a normal distribution.

Comparison to bootstrap variance

Theorem 1 provides the asymptotic variance to the Atkinson index. For a finite-sample perspective, we compared it to bootstrap simulations on real LinkedIn metrics. The bootstrap variance is typically within $\pm 4\% $ of the theoretical asymptotic variance. Table (ref) below shows a simulation on log-normally distributed synthetic metric data, with different sample sizes and values of $\epsilon$. All bootstrap variances are estimated using 1000 runs, and then further averaged over 200 runs. We show the variability over these 200 runs in figure (ref).

table[table omitted — 634 chars of source]
figure[figure omitted — 324 chars of source]

Extrapolating to company-wide inequality impact

A standard analysis of treatment impact on inequality compares the Atkinson index in the treatment and control group, and whether the difference is statistically significant. This indeed is a crucial piece to understanding the inequality impact of the treatment. However, it does not capture the full picture. Imagine our member base can be decomposed into three groups. Group A has very little engagement. Group B has more, and group C is the most highly engaged. Now consider an experiment that targets only groups B and C, leaving A out of the experiment completely. Imagine that this experiment is only successful at increasing engagement for group B, and has no actual impact on group C. This treatment reduces inequality within the experiment population (B+C): the engagement of B went up, and the engagement of C remained constant. However, if we consider the whole member base (A+B+C), treatment probably increases engagement inequality, as it increases the gap between the already engaged users (B+C ) and the others(A). Therefore, we also need to consider the impact of the treatment on inequality in the broader member base, rather than only on the population targeted by the experiment.

Site-wide estimation of the Atkinson index

One way to measure the broader impact on inequality is to estimate the change in Atkinson index if we were to fully ramp the treatment (100% ramp) to the segment of members the experiment is targeting.

Hypothetically, assume that we were to ramp treatment to 100% in the segment it's targeting. We would like to compare this scenario to the case where we ramp control to 100% in the same segment. The two hypothetical scenarios are illustrated in Figure (ref), where each color corresponds to a variant.

figure[figure omitted — 176 chars of source]

To estimate the impact in each of the two scenarios, we can extrapolate the impact in the targeted segment based on the A/B results, and use the existing results for rest of members to get site-wide results. Define {

align*[align* omitted — 760 chars of source]

} Then we can estimate the site-wide values in the control universe using

align*[align* omitted — 213 chars of source]

Similarly for the treatment universe, we have

align*[align* omitted — 213 chars of source]

Finally, we can compare the site-wide inequality impact of treatment and control by comparing $A_t^{sw}$ to $A_c^{sw}$. The relevant asymptotic variance for that comparison is shown in section (ref) of the appendix.

Using this method at scale for business impact

A highly scalable implementation on Spark

In order to fully leverage inequality A/B testing, we built a system that could handle the large scale of A/B testing at LinkedIn: thousands of concurrent experiments, millions of users, and dozens of metrics of interest. In this section, we outline the design of this system.

Single experiment

In order to compute an Atkinson index on an arbitrarily large number of users, a distributed approach is needed. Thankfully, the Atkinson index can be decomposed as a function of sums of powers of metrics, making parallelization possible. One can first raise each user's metrics to various powers of $\epsilon$ and $1-\epsilon$, then sum across all nodes, and compute the final index. To this end, we make available as simple Spark-SQL user-defined aggregation function (UDAF) for Apache Spark. For simple use cases, it can be leveraged as follows: first, the aggregator needs to be initialized val atkinsonAgg = new AtkinsonAggregator(epsilon) ; then it can simply be applied to the data as follows: \\ val inequalityStatistics = \\ dataFrame.select(atkinsonAgg(\$”metric”)).

This UDAF can simply be copied or can be used as part of our open-source package.

Multi-experiment

To perform large-scale A/B comparisons of inequality indices, we resorted to a scalable Spark Dataset aggregation approach. From a list of all currently running experiments and metadata, we initialize a large number of buffers. These buffers are designed to store all the primitives necessary for the computation of an Akinson index and of its variance. These buffers are then updated in parallel while reading the metric and treatment assignment data and merged. The buffers are finally converted to Atkinson indices and variances, and compared pairwise to perform statistical inference. We outline the multi-experiment algorithm as a flowchart in Figure (ref), and also make it available open-source.

figure*[figure* omitted — 736 chars of source]

Organizational review process

Computing the inequality impact of all experiments is, of course, just the beginning. In order to have an impact on the user experience, we also outlined an organizational process, based on two primary mechanisms. First, we rely on positive recognition and reinforcement of initiatives that reduce inequality in core metrics. Second, we propose an alert system for initiatives (experiments) that increase inequality, especially when such increases might be unintentional or avoidable.

Every month, we analyze all experiments that have been run. As outlined above, the main pieces are a large-scale Spark job, and a simple UI. We then select the most impactful experiments -- the ones that had the highest absolute value inequality impact -- for further review. A core team reaches out to experiment owners to get as much context as possible about the exact nature of the intervention tested in the experiment, and about its primary intent. A monthly meeting is then set up with the experiment owners, where we share the inequality result with them, learn from them whether it was intended or not, and decide on next steps. We save all the results and relevant context, in order to build an extensive knowledge base about which types of interventions increase or decrease inequality between our members. There can be many follow-ups, depending on the finding: if the experiment reduces inequality, the owners are typically encouraged to hear it. They often invest more in the same direction, as was the case for our leading example in this paper, described in section (ref). If the result is an increase in inequality, we typically recommend a deep dive to understand the causes. This often entails trying to discover if the inequality is being created along a particular dimension, i.e., between discernible groups of users: for example, users of different countries, or users with different network strength (see (ref)). Our review process is illustrated in Figure (ref).

figure[figure omitted — 206 chars of source]

Example of an experiment: Instant job notifications

A new feature on LinkedIn, named Instant Job Notifications, informs active job seekers of new job postings. Within a few minutes of the time a new job is posted, Instant Job Notifications uses the Automated Sourcing algorithm to find seekers for whom this job is a good fit, and sends them a push and an in-app notification. Our analysis shows that it both decreased inequality in engagement and job applications, but also reduced the gap between job applications and engagement of well-connected members versus poorly connected members. For an explanation of how we distinguish well-connected member, see Appendix (ref). This is for two main reasons: first, members with poorer networks were less likely to be referred to these jobs or to hear about them through their network. Second, members tend to self-censor if they see that a job opening has already received applications, and this is more likely to be true for particular group of users, like women. Sharing the job opportunity before it had received a high number of applicants made users more likely to apply.

The feature increased the number of job applications and the chance of the application receiving interaction from the employer. More importantly for us, from the job posters perspective, this featured decreased inequality in the number of applications received between job postings. That is, the jobs that previously received very few applications started receiving more. Figure (ref) shows the impact of Instant Job Notifications on some of the relevant metrics. The numbers are multiplied by a $\chi_1^2$ distributed random number.

figure[figure omitted — 250 chars of source]

Analyzing thousands of experiments: what we learned so far

Fairness through experimentation should not only be about setting guardrails with A/B testing and detecting experiments that could be potentially damaging to our members. It is also about finding inspiration to create a more inclusive product. Contrary to “top-down” fairness criteria or ex-ante requirement, we try to learn from the thousands of colleagues and engineers as they experiment on the features they are building. Through this, we are compiling a knowledge base of types of interventions that seem to reduce inequality, so that it may be used as a guide for development of our next products. In the last section of this paper, we share a few of the things we have been able to learn so far.

Metric-neutral interventions are often not neutral for everyone

In many situations, teams may try to implement “neutral” interventions: for example, when performing a back-end infrastructure change, or when trying to “boost” or promote a specific product on the platform while making sure no other product suffers. The principal method of monitoring this neutrality is looking at a treatment-control comparison of the average impact (often called lift) in the experimentation platform. However, even if no average impact is detected, there is often an inequality impact. In other words, metrics are not affected on average, but some users are. This makes inequality a critical aspect to monitor in such experiments, as “neutral” should mean neutral for everyone. We have seen examples of this while trying to promote a specific feature: it had no negative impact on other elements of the site on average, but increased engagement inequality, and was eventually canceled.

Notifications are a powerful tool

Notifications have a strong impact on inequality of engagement, as they are a powerful tool to bring the least-engaged members to the site. Similarly, reducing notifications to the most engaged members reduces engagement inequality.

New Member onboarding

Making sure more people benefit from LinkedIn requires adding new members, and helping them familiarize themselves with the platform and its value proposition to them. To that end, the quality of the onboarding process is of paramount importance, as new members have a high chance of dropping off a new service or platform in the first few days. We analyzed an experiment that tried to accompany new, onboarding members better, through the use of nudges and notifications. Before that experiment, many new members did not receive any notifications. In this experiment, new members now received 1-2 push notifications during their first week - encouraging them to take key actions to build their network and create value for themselves. This had a positive impact on average engagement, but also on inequality of engagement, since it primarily helped members who were at the highest risk of dropping off the site.

Notification batching for highly engaged members

For optimal user experience, it may be necessary to batch notifications together. For example, if a member receives 55 actions on their post, we can either send her 55 notifications, or bundle them together in progressively: send one for the first like, then another one for ten likes, and so on. We analyzed a similar experiment and saw that notification batching reduced inequality, as it primarily affected the most engaged members.

Site speed and availability matters to inclusiveness

We found that many interventions relating to site speed and reliability had a disproportionately positive impact on the least engaged members, and reduced inequality. This makes sense, as those may be members with slower devices and connections.

The low-bandwidth LinkedIn app

Several experiments on the low-bandwidth LinkedIn app showed a strong positive impact, both on average engagement and on inequality in engagement. The low-bandwidth LinkedIn app targets members with slower network speeds or slower devices. Enabling that feature, or adding features that brought the low-bandwidth experience closer to the main experience (like enabling hashtags, for example), had positive inclusiveness effects.

On social network platforms, social capital matters for inclusiveness

Once an inequality impact (positive or negative) is found, we seek to understand it, in particular by asking whether we can identify two or more groups that are being affected deferentially by the experiment. Note that we care about inequality whether or not it can be summarized as a differential impact on different groups, but identifying groups helps with interpretation. We have repeatedly found that a member's network strength (i.e., her social capital, how well-connected she is) often has an impact on how much value she can get out of a social network.

Both positive and negative inequality impacts are often unintended

Throughout over a year of experiment review meetings and learning from experiment owners, we often found that the inequality impact we surfaced was unintended. On occasion, it was positive, and on others, negative. Designers may often think about users in an idealized fashion: as a representative, average user that does not actually exist. This may pose inclusiveness challenges, as it runs the risk of leaving users who do not resemble the idealized average behind.

Conclusion

We have shared a new approach to responsible design, complementary to mainstream approaches to algorithmic fairness. It emphasizes inequality measurement in experimentation, to focus on final impacts of algorithms (including user's behavioral responses), rather than on the properties of the algorithms only. It is highly scalable and deployed throughout LinkedIn. It has allowed us to identify and reinforce inequality-reducing initiative and is a valuable way for companies to monitor potentially unintended consequences of their experiments.

\nocite{*}