<?xml-model href='http://www.tei-c.org/release/xml/tei/custom/schema/relaxng/tei_all.rng' schematypens='http://relaxng.org/ns/structure/1.0'?><TEI xmlns="http://www.tei-c.org/ns/1.0">
	<teiHeader>
		<fileDesc>
			<titleStmt><title level='a'>Fair Stable Matchings Under Correlated Preferences (Student Abstract)</title></titleStmt>
			<publicationStmt>
				<publisher></publisher>
				<date>2021</date>
			</publicationStmt>
			<sourceDesc>
				<bibl> 
					<idno type="par_id">10287027</idno>
					<idno type="doi"></idno>
					<title level='j'>Proceedings of the AAAI Conference on Artificial Intelligence</title>
<idno></idno>
<biblScope unit="volume">35</biblScope>
<biblScope unit="issue">18</biblScope>					

					<author>Angelina Brilliantova</author><author>Hadi Hosseini</author>
				</bibl>
			</sourceDesc>
		</fileDesc>
		<profileDesc>
			<abstract><ab><![CDATA[Stable matching models are widely used in market design, school admission, and donor organ exchange. The classic Deferred Acceptance (DA) algorithm guarantees a stable matching that is optimal for one side (say men) and pessimal for the other (say women). A sex-equal stable matching aims at providing a fair solution to this problem. We demonstrate that under a class of correlated preferences, the DA algorithm either returns a sex-equal solution or has a very low sex-equality cost.]]></ab></abstract>
		</profileDesc>
	</teiHeader>
	<text><body xmlns="http://www.tei-c.org/ns/1.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink">
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Introduction</head><p>Stable matching models are widely used in various domains including market design, donor organ exchange, and school admission. In its heart, the stable matching problem (SMP) looks for a pairwise matching between the agents of two disjoint sets (traditionally referred to as men and women) while taking into account their preferences <ref type="bibr">(Gale and Shapley 1962)</ref>. A key requirement is that the solutions must be stable, meaning that no pair of agents prefer each other to their assigned matches <ref type="bibr">(Gale and Shapley 1962)</ref>.</p><p>The most well-known approach for solving stable matching problems is the Deferred Acceptance algorithm (DA) <ref type="bibr">(Gale and Shapley 1962)</ref>. In this algorithm, the agents from one set (proposers) make proposals to the other set (receivers). When there are n agents on each side, DA is guaranteed to return a stable matching in O(n 2 ), which would be proposer-optimal and receiver-pessimal, meaning that each proposer gets matched to his most-preferred partner among all stable solutions, whereas each receiver gets her leastpreferred stable alternative <ref type="bibr">(Gale and Shapley 1962)</ref>. One of the most prominent and well-studied fairness concepts is sex-equality that aims at finding a matching that equalizes the welfare of both sides. However, finding a sex-equal stable matching is a strongly NP-hard problem <ref type="bibr">(Kato 1993)</ref>.</p><p>For real-world problems, the set of stable matchings can be relatively small. In fact, the size of the solution space of SMP (a stable set) substantially depends on the correlation in the preferences of agents <ref type="bibr">(Roth and Peranson 1999)</ref>. We argue that for some restricted preference models, finding a sex-equal solution may be feasible. We conduct Copyright c 2021, Association for the Advancement of Artificial Intelligence (www.aaai.org). All rights reserved.</p><p>an experimental analysis of the solution space under correlated (the Mallows model) and uncorrelated preferences (the Uniform model). We demonstrate that under the Mallows model, when the preferences of men and women have different noise parameters, the DA algorithm returns a sexequal solution. Moreover, when noise parameters are equal, its outcome is substantially close to the sex-equal solution. The latter case is known to have a high asymptotic probability of exponentially-sized stable set <ref type="bibr">(Levy 2017)</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Preliminaries</head><p>In an instance of a stable matching problem, there is a set of men (M ) and women (W ), with</p><p>Each agent x has a preference list x , which is a strict order over the other set. Agents' preferences are summarized in a preference profile, . Let r(w, m) be a position of woman w in m , r(m, w) a position of man m in w . A matching between men and women is a mapping &#181; : M &#8746; W &#8594; M &#8746; W . If &#181;(m) = w then m is matched to w, which holds iff &#181;(w) = m. Given a matching &#181;, a pair (m, w) is called a blocking pair if they prefer each other to their assigned partners in &#181;, i.e. r(m, w) &lt; r(&#181;(w), w) and r(w, m) &lt; r(&#181;(m), m) A matching is stable if it has no blocking pairs.</p><p>There may be several stable matchings for a given profile . We let S denote a stable set, consisting of all stable matchings with regard to . A man (woman)-optimal matching is a stable matching &#181; in which each man m &#8712; M (woman w &#8712; W ) has a partner at least as good as in any other stable matching, i.e. r(&#181;(m), m) &#8804; r(&#181; (m), m) for &#8704;&#181; &#8712; S .</p><p>The sex-equality cost measures the absolute difference between the sum of partners' ranks of men and women: c(&#181;) = | m&#8712;M r(&#181;(m), m) -w&#8712;W r(&#181;(w), w)|. A sexequal matching is the element of a stable set with the minimum sex-equality cost, i.e. argmin &#181;&#8712;S (c(&#181;)).</p><p>Preference Models. Let &#960; be a permutation of a preference list. In the Uniform model, the preferences of agents are not correlated: each &#960; has 1 n! probability to be chosen. We use the well-studied Mallows model that provides a probabilistic model for permutations correlated with some common reference <ref type="bibr">(Mallows 1957)</ref>. In the Mallows model the preferences of agents are aggregated around a reference Figure <ref type="figure">1</ref>: The median value of sex-equality costs of manoptimal matchings with the corresponding confidence intervals under the Mallows model with various &#966; m , &#966; w ranking, &#960;. In this way, the preferences are globally correlated (as all preference lists correlate with &#960;). The probability for a permutation to be drawn increases as the distance to the reference ranking decreases: p(&#960;|&#960;, &#966;) = &#966; &#964; (&#960;,&#960; )/S n,&#966; , where &#964; (&#960;, &#960;) is a Kendall-tau distance (the number of pairwise inversions) between &#960; and &#960;, S n,&#966; is a normalization constant, and &#966; &#8712; [0, 1] is the noise parameter representing the uncertainty or variability in preferences. If &#966; = 1 the variability is maximal, so the Mallows model is equivalent to the Uniform model; if &#966; = 0 all samples are equal to &#960;.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Empirical Analysis</head><p>Data. We generate 1, 000 instances of a stable matching problem for each n &#8712; <ref type="bibr">[10,</ref><ref type="bibr">150]</ref>. When generating a preference profile, we draw a preference list for each agent i.i.d from the Mallows or Uniform distributions. In the Mallows model, men and women preferences are sampled from distinct distributions. In each instance, reference rankings are generated i.i.d uniformly at random and the Kendall-tau distance is measured between them. For each setting, we report median sex-equality costs and the mean probability that the DA algorithm produces a sex-equal stable matching over 1, 000 instances along with the confidence intervals. Confidence intervals were obtained using a bootstrap sampling with replacement, sample size 1, 000 with 100 repeats. We only report the results for n = 150 since for the smaller n the results are qualitatively the same.</p><p>Equitability of optimal stable matchings in the Mallows model. When the preferences of men and women have equal noise parameters, the size of a stable set is maximal and optimal matchings rarely coincide with the sex-equal solution (Figure <ref type="figure">2</ref>). However, their sex-equality costs are considerably low and close to 0 (Figure <ref type="figure">1</ref>). When preferences of agents from one side are correlated with a global reference, they compete for the same partners, resulting in a high sum of partners' rank. When the sides have preferences that are equally variable, their sums of partners' ranks are similar and they are equally unsatisfied with the matching.</p><p>The sex-equality cost increases with an increase in &#966; m = &#966; w , implying that more variable preferences of agents re- When one side has more correlated preferences than the other (i.e. unequal noise parameters), the sex-equal matching coincides with one of the optimal matchings (either woman or man-optimal) with high probability (Figure <ref type="figure">2</ref>). This observation holds for all generated instances with unequal &#966;, including those with large stable sets. When &#966; w &lt; &#966; m , in any stable matching the sum of ranks for women partners is greater than for men. That is, women receive less preferred (worse ranked) partners than men in any stable matching, including the woman-optimal. Thus, a woman-optimal matching coincides with a sex-equal matching. Similarly, when &#966; w &gt; &#966; m , a man-optimal matching is always sexequal. All findings are independent of the Kendall-tau distance between the reference rankings for men and women.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Conclusions</head><p>In many real-world applications, agents tend to share a common but noisy reference in preferences. For such markets, the Deferred Acceptance algorithm may be considered to guarantee a stable solution in polynomial time without sacrificing fairness.</p></div></body>
		</text>
</TEI>
