Elicitation and Approximately Stable Matching with Partial Preferences

Total Page:16

File Type:pdf, Size:1020Kb

Elicitation and Approximately Stable Matching with Partial Preferences Elicitation and Approximately Stable Matching with Partial Preferences Joanna Drummond and Craig Boutilier Department of Computer Science University of Toronto fjdrummond,[email protected] Abstract cally to minimize this informational burden. For large-scale matching problems involving hundreds or thousands of op- Algorithms for stable marriage and related match- tions on each side (e.g., hospital-resident matching, or paper- ing problems typically assume that full preference reviewer matching), not only is the cognitive burden on par- information is available. While the Gale-Shapley ticipants high, much of this ranking information will gener- algorithm can be viewed as a means of eliciting ally be irrelevant to the goal of producing a stable matching. preferences incrementally, it does not prescribe a For example, in resident matching, one expects some degree general means for matching with incomplete infor- of correlation across hospitals in the assessment of the most mation, nor is it designed to minimize elicitation. desirable candidates, and residents to have correlated views We propose the use of maximum regret to mea- on the desirability of hospitals. Thus, more desirable can- sure the (inverse) degree of stability of a match- didates will tend to be matched to more desirable hospitals, ing with partial preferences; minimax regret to find and “first-tier” participants (hospitals and residents) are wast- matchings that are maximally stable in the pres- ing time and mental energy if they offer precise rankings of ence of partial preferences; and heuristic elicitation lower-tier alternatives, while second-tier participants should schemes that use max regret to determine relevant not bother providing precise rankings of first-tier alternatives. preference queries. We show that several of our In this paper, we develop a framework for incremental pref- schemes find stable matchings while eliciting con- erence elicitation in stable matching problems, as well as siderably less preference information than Gale- procedures for robust matching in the presence of incom- Shapley and are much more appropriate in settings plete preference information. Our goal is two-fold: first, where approximate stability is viable. we want to find stable matchings while requiring that par- ticipants specify only relevant information about their prefer- 1 Introduction ences; second, because full stability may require considerable Matching problems are ubiquitous and find application in a preference information, we want to exploit some form of ap- variety of domains. One of the most widely studied economic proximate stability to further reduce the information burden matching problems is the stable marriage problem [Gale and in practice. To address the latter goal, we use maximum regret Shapley, 1962], in which members of two disjoint groups to bound the potential for defection in a matching with par- (colloquially men and women) express preferences for be- tial preferences, and devise algorithms for computing match- ing matched (married) to members of the opposite group. A ings with minimal maximum (minimax) regret. To address the stable matching ensures that specified partnerships offer no former, we develop elicitation schemes that use the match- incentive for an unmatched pair to defect from the matching. ings computed via minimax regret to find suitable queries. The stable marriage problem is emblematic of a rich set of bi- Our empirical results suggest that our regret-based methods partite matching problems in which elements of each set have and elicitation heuristics find approximate and exact stable some affinity for, or preference over, elements of the other. matchings with much less than complete preference informa- It has direct application to a variety of problems (e.g., labor tion across a variety of preference distributions, and signifi- market matching, school admissions) [Niederle et al., 2008]; cantly outperform the (interactive) GS algorithm. and the classic Gale-Shapley (GS) algorithm [Gale and Shap- 2 Background ley, 1962], and its variants, can be used to compute stable matchings very effectively. We first describe the stable matching problem addressed in While algorithms for many forms of stable matching this paper, briefly discuss prior work on matching with par- are computationally efficient, the informational burden they tial preferences and elicitation, then outline the probabilistic place on participants can be severe: they usually require that preference models used in our experiments. participants rank all potential partners/matches. Of course, Stable Matching. In this paper we focus on the classic sta- algorithms like GS can be used in an interactive fashion to ble marriage/matching problem (SMP) [Gale and Shapley, avoid this, as we outline below, but are not designed specifi- 1962], which we formulate using the common “marriage sce- nario.” An SMP consists of set of men M and women W , erence information have received relatively little attention. each of size n, and a set of preference orderings associated GS is typically implemented by having participants submit with each participant: each man m 2 M has a strict total their complete preferences, with the “proposal/acceptance” 0 preference order m over W , with w m w indicating that simulated within the algorithm. However, it can be viewed m prefers w to w0 as a potential partner; each w 2 W has as an interactive elicitation algorithm as well, with proposers a similar ordering over M. We use to denote the set of and acceptors providing only the information needed to run preference rankings or preference profile of the SMP. For any GS. We are unaware attempts to use early termination of GS q 2 M [ W , we use Rq to refer q’s (range of) potential part- to find approximately stable matches. Pini et al. [2011] de- ners, i.e., Rq = W if q 2 M, and Rq = M if q 2 W .A velop several notions of approximate stability, but this is not matching is a function µ : M [ W ! M [ W , such that used to address partial information (and relies on real-valued µ(q) 2 Rq, and q = µ(µ(q)). In other words, µ matches utilities rather than ordinal preferences). Closest in spirit to men and women in a 1:1 correspondence. Given a match- our work is that of Rastegari et al. [2013], who investigate ing µ, we say (m; w) is a blocking pair if w m µ(m) and the problem of minimizing the number of interviews needed m w µ(w). A blocking pair destabilizes µ since m and w to find a stable matching in a labor market. They analyze the prefer each other to their partners in µ, and thus have incen- problem from several perspectives. They show that finding tive to defect (or “run away” with each other). A matching is a minimal certificate (i.e., set of partial preferences that sup- stable if it admits no blocking pairs. ports an employer-optimal matching) is NP-hard. They also The Gale-Shapley (GS) algorithm [Gale and Shapley, provide an MDP-formulation assuming a prior over prefer- 1962] for finding stable matchings proceeds in rounds (we ences (which enumerates all, information states or, in our ter- describe the female-proposing variant). Initially, nobody minology below, “partial preference profiles”), but is other- is engaged. At each round, any unengaged woman pro- wise polynomial in this (exponentially-sized) set. Our work poses to the favorite man in her preference order to whom differs in its focus on computing matches that are approxi- she has not yet proposed. Each man receiving (one or mately stable given partial preferences, computationally ef- more) proposals accepts the proposal of the proposer (in- fective heuristics for elicitation, and anytime evaluation (we cluding his current engaged partner, if any) who is highest also evaluate our schemes experimentally). in his preference ranking—they become engaged—and re- Biro´ and Norman [2012] present a method for stable jects all other proposals. Once a round is reached where matching that can be viewed as an elicitation scheme. In- each woman is engaged, the current set of engagements is dividuals interact randomly, and form a new pair if it offers returned as the matching µ. This mechanism has a num- benefit (relative to their current partners). They show that this ber of remarkable properties: it will converge to a stable is likely to result in an egalitarian solution. However, inter- matching in polynomial time; it is strategy-proof for women preted as an elicitation scheme, it seems to both scale poorly (but not men, vice versa if men propose); and among (the computationally and require far more elicitation rounds than lattice of) all stable matchings it gives every woman her our approach. Other work has considered equilibrium match- most preferred “achievable” partner [Gale and Shapley, 1962; ing with unobservable preferences [Liu et al., 2012]. It is Niederle et al., 2008]. known that the communication complexity of stable match- 2 [ ] This approach has been extended in a variety of ways and ing is Ω(n log n) Chou and Lu, 2010 , hence no elicitation has been applied in many practical settings. Many-to-one scheme can reduce elicitation burden the worst case. extensions are common (e.g., hospital-resident or student- Our work is closely related to previous work on school match [Roth, 1984; Abdulkadiroglu et al., 2005]), and regret-based robust optimization and preference elicitation more flexible forms of preferences can be accommodated. [Boutilier et al., 2006; Braziunas and Boutilier, 2007; Lu and For instance, “incomplete” preference lists can be used to Boutilier, 2011b]. Specifically, we adapt the methods of Lu express acceptability thresholds: a total order over a subset and Boutilier [2011b] for regret-based winner determination of partners is specified, with unranked partners deemed un- and elicitation in voting using ordinal preference rankings to acceptable [Roth et al., 1993]. Indifference (ties) in rank- our robust stable matching problem.
Recommended publications
  • On Likely Solutions of the Stable Matching Problem with Unequal
    ON LIKELY SOLUTIONS OF THE STABLE MATCHING PROBLEM WITH UNEQUAL NUMBERS OF MEN AND WOMEN BORIS PITTEL Abstract. Following up a recent work by Ashlagi, Kanoria and Leshno, we study a stable matching problem with unequal numbers of men and women, and independent uniform preferences. The asymptotic formulas for the expected number of stable matchings, and for the probabilities of one point–concentration for the range of husbands’ total ranks and for the range of wives’ total ranks are obtained. 1. Introduction and main results Consider the set of n1 men and n2 women facing a problem of selecting a marriage partner. For n1 = n2 = n, a marriage M is a matching (bijection) between the two sets. It is assumed that each man and each woman has his/her preferences for a marriage partner, with no ties allowed. That is, there are given n permutations σj of the men set and n permutations ρj of the women set, each σj (ρj resp.) ordering the women set (the men set resp.) according to the desirability degree of a woman (a man) as a marriage partner for man j (woman j). A marriage is called stable if there is no unmarried pair (a man, a woman) who prefer each other to their respective partners in the marriage. A classic theorem, due to Gale and Shapley [4], asserts that, given any system of preferences {ρj,σj}j∈[n], there exists at least one stable marriage M. arXiv:1701.08900v2 [math.CO] 13 Feb 2017 The proof of this theorem is algorithmic. A bijection is constructed in steps such that at each step every man not currently on hold makes a pro- posal to his best choice among women who haven’t rejected him before, and the chosen woman either provisionally puts the man on hold or rejects him, based on comparison of him to her current suitor if she has one already.
    [Show full text]
  • On the Effi Ciency of Stable Matchings in Large Markets Sangmok Lee
    On the Effi ciency of Stable Matchings in Large Markets SangMok Lee Leeat Yarivyz August 22, 2018 Abstract. Stability is often the goal for matching clearinghouses, such as those matching residents to hospitals, students to schools, etc. We study the wedge between stability and utilitarian effi ciency in large one-to-one matching markets. We distinguish between stable matchings’average effi ciency (or, effi ciency per-person), which is maximal asymptotically for a rich preference class, and their aggregate effi ciency, which is not. The speed at which average effi ciency of stable matchings converges to its optimum depends on the underlying preferences. Furthermore, for severely imbalanced markets governed by idiosyncratic preferences, or when preferences are sub-modular, stable outcomes may be average ineffi cient asymptotically. Our results can guide market designers who care about effi ciency as to when standard stable mechanisms are desirable and when new mechanisms, or the availability of transfers, might be useful. Keywords: Matching, Stability, Effi ciency, Market Design. Department of Economics, Washington University in St. Louis, http://www.sangmoklee.com yDepartment of Economics, Princeton University, http://www.princeton.edu/yariv zWe thank Federico Echenique, Matthew Elliott, Aytek Erdil, Mallesh Pai, Rakesh Vohra, and Dan Wal- ton for very useful comments and suggestions. Euncheol Shin provided us with superb research assistance. Financial support from the National Science Foundation (SES 0963583) and the Gordon and Betty Moore Foundation (through grant 1158) is gratefully acknowledged. On the Efficiency of Stable Matchings in Large Markets 1 1. Introduction 1.1. Overview. The design of most matching markets has focused predominantly on mechanisms in which only ordinal preferences are specified: the National Resident Match- ing Program (NRMP), clearinghouses for matching schools and students in New York City and Boston, and many others utilize algorithms that implement a stable matching correspond- ing to reported rank preferences.
    [Show full text]
  • Matchings and Games on Networks
    Matchings and games on networks by Linda Farczadi A thesis presented to the University of Waterloo in fulfilment of the thesis requirement for the degree of Doctor of Philosophy in Combinatorics and Optimization Waterloo, Ontario, Canada, 2015 c Linda Farczadi 2015 Author's Declaration I hereby declare that I am the sole author of this thesis. This is a true copy of the thesis, including any required final revisions, as accepted by my examiners. I understand that my thesis may be made electronically available to the public. ii Abstract We investigate computational aspects of popular solution concepts for different models of network games. In chapter 3 we study balanced solutions for network bargaining games with general capacities, where agents can participate in a fixed but arbitrary number of contracts. We fully characterize the existence of balanced solutions and provide the first polynomial time algorithm for their computation. Our methods use a new idea of reducing an instance with general capacities to an instance with unit capacities defined on an auxiliary graph. This chapter is an extended version of the conference paper [32]. In chapter 4 we propose a generalization of the classical stable marriage problem. In our model the preferences on one side of the partition are given in terms of arbitrary bi- nary relations, that need not be transitive nor acyclic. This generalization is practically well-motivated, and as we show, encompasses the well studied hard variant of stable mar- riage where preferences are allowed to have ties and to be incomplete. Our main result shows that deciding the existence of a stable matching in our model is NP-complete.
    [Show full text]
  • Class Descriptions—Week 5, Mathcamp 2016
    CLASS DESCRIPTIONS|WEEK 5, MATHCAMP 2016 Contents 9:10 Classes 2 Building Groups out of Other Groups 2 More Problem Solving: Polynomials 2 The Hairy and Still Lonely Torus 2 Turning Points in the History of Mathematics 4 Why Aren't We Learning This: Fun Stuff in Statistics 4 10:10 Classes 4 A Very Difficult Definite Integral 4 Homotopy (Co)limits 5 Scandalous Curves 5 Special Relativity 5 String Theory 6 The Magic of Determinants 6 The Mathematical ABCs 7 The Stable Marriage Problem 7 Quadratic Reciprocity 7 11:10 Classes 8 Benford's Law 8 Egyptian Fractions 8 Gambling with Nathan Ramesh 8 Hyper-Dimensional Geometry 8 IOL 2016 8 Many Cells Separating Points 9 Period Three Implies Chaos 9 Problem Solving: Tetrahedra 9 The Brauer Group 9 The BSD conjecture 10 The Cayley{Hamilton Theorem 10 The \Free Will" Theorem 10 The Yoneda Lemma 10 Twisty Puzzles are Easy 11 Wedderburn's Theorem 11 Wythoff's Game 11 1:10 Classes 11 Big Numbers 11 Graph Polynomials 12 Hard Problems That Are Almost Easy 12 Hyperbolic Geometry 12 Latin Squares and Finite Geometries 13 1 MC2016 ◦ W5 ◦ Classes 2 Multiplicative Functions 13 Permuting Conditionally Convergent Series 13 The Cap Set Problem 13 2:10 Classes 14 Computer-Aided Design 14 Factoring with Elliptic Curves 14 Math and Literature 14 More Group Theory! 15 Paradoxes in Probability 15 The Hales{Jewett Theorem 15 9:10 Classes Building Groups out of Other Groups. ( , Don, Wednesday{Friday) In group theory, everybody learns how to take a group, and shrink it down by taking a quotient by a normal subgroup|but what they don't tell you is that you can totally go the other direction.
    [Show full text]
  • WEEK 5 CLASS PROPOSALS, MATHCAMP 2018 Contents
    WEEK 5 CLASS PROPOSALS, MATHCAMP 2018 Abstract. We have a lot of fun class proposals for Week 5! Take a read through these proposals, and then let us know which ones you would like us to schedule for Week 5 by submitting your preferences on the appsys appsys.mathcamp.org. We'll keep voting open until sign-in on Wednesday evening. Please only vote for classes that you would attend if offered. Thanks for helping us create the schedule! Contents Aaron's Classes 3 Braid groups and the fundamental group of configuration space 3 Counting points over finite fields 4 Dimensional Analysis 4 Finite Fields 4 Math is Applied Physics 4 Riemann-Roching out on the projective line 4 The Art of Live-TeXing 4 The dimension formula for modular forms via the moduli stack of elliptic curves 5 Aaron, Vivian's Classes 5 Galois Theory and Number Theory 5 Ania, Jessica's Classes 5 Cycles in permutations 5 Apurva's Classes 6 Galois Correspondence of Covering Spaces 6 MP3 6= JPEG 6 The Quantum Spring 6 There isn't enough Homological Algebra in the world 6 Would I ever Lie Group to you? 6 Ben Dees's Classes 6 Bairely Sensible 6 Finite Field Fourier Fun 7 What is a \Sylow" anyways? 7 Yes, you can trisect angles 7 Brian Reinhart's Classes 8 A Slice of PIE 8 Dyusha, Michelle's Classes 8 Curse of Dimensionality 8 J-Lo's Classes 9 Axiomatic Music Theory part 2: Rhythm 9 Lattices 9 Minus Choice, Still Paradoxes 9 The Borsuk Problem 9 The Music of Zeta 10 Yes, you can solve the Quintic 10 Jeff's Classes 10 1 MC2018 ◦ W5 ◦ Classes 2 Combinatorial Topology 10 Jeff's Favorite Pictures
    [Show full text]
  • Devising a Framework for Efficient and Accurate Matchmaking and Real-Time Web Communication
    Dartmouth College Dartmouth Digital Commons Dartmouth College Undergraduate Theses Theses and Dissertations 6-1-2016 Devising a Framework for Efficient and Accurate Matchmaking and Real-time Web Communication Charles Li Dartmouth College Follow this and additional works at: https://digitalcommons.dartmouth.edu/senior_theses Part of the Computer Sciences Commons Recommended Citation Li, Charles, "Devising a Framework for Efficient and Accurate Matchmaking and Real-time Web Communication" (2016). Dartmouth College Undergraduate Theses. 106. https://digitalcommons.dartmouth.edu/senior_theses/106 This Thesis (Undergraduate) is brought to you for free and open access by the Theses and Dissertations at Dartmouth Digital Commons. It has been accepted for inclusion in Dartmouth College Undergraduate Theses by an authorized administrator of Dartmouth Digital Commons. For more information, please contact [email protected]. Devising a framework for efficient and accurate matchmaking and real-time web communication Charles Li Department of Computer Science Dartmouth College Hanover, NH [email protected] Abstract—Many modern applications have a great need for propose and evaluate original matchmaking algorithms, and matchmaking and real-time web communication. This paper first also discuss and evaluate implementations of real-time explores and details the specifics of original algorithms for communication using existing web protocols. effective matchmaking, and then proceeds to dive into implementations of real-time communication between different clients across the web. Finally, it discusses how to apply the II. PRIOR WORK AND RELEVANT TECHNOLOGIES techniques discussed in the paper in practice, and provides samples based on the framework. A. Matchmaking: No Stable Matching Exists Consider a pool of users. What does matchmaking entail? It Keywords—matchmaking; real-time; web could be the task of finding, for each user, the best compatriot or opponent in the pool to match with, given the user’s set of I.
    [Show full text]
  • Cheating to Get Better Roommates in a Random Stable Matching
    Dartmouth College Dartmouth Digital Commons Computer Science Technical Reports Computer Science 12-1-2006 Cheating to Get Better Roommates in a Random Stable Matching Chien-Chung Huang Dartmouth College Follow this and additional works at: https://digitalcommons.dartmouth.edu/cs_tr Part of the Computer Sciences Commons Dartmouth Digital Commons Citation Huang, Chien-Chung, "Cheating to Get Better Roommates in a Random Stable Matching" (2006). Computer Science Technical Report TR2006-582. https://digitalcommons.dartmouth.edu/cs_tr/290 This Technical Report is brought to you for free and open access by the Computer Science at Dartmouth Digital Commons. It has been accepted for inclusion in Computer Science Technical Reports by an authorized administrator of Dartmouth Digital Commons. For more information, please contact [email protected]. Cheating to Get Better Roommates in a Random Stable Matching Chien-Chung Huang Technical Report 2006-582 Dartmouth College Sudikoff Lab 6211 for Computer Science Hanover, NH 03755, USA [email protected] Abstract This paper addresses strategies for the stable roommates problem, assuming that a stable matching is chosen at random. We investigate how a cheating man should permute his preference list so that he has a higher-ranking roommate probabilistically. In the first part of the paper, we identify a necessary condition for creating a new stable roommate for the cheating man. This condition precludes any possibility of his getting a new roommate ranking higher than all his stable room- mates when everyone is truthful. Generalizing to the case that multiple men collude, we derive another impossibility result: given any stable matching in which a subset of men get their best possible roommates, they cannot cheat to create a new stable matching in which they all get strictly better roommates than in the given matching.
    [Show full text]
  • Seen As Stable Marriages
    This paper was presented as part of the Mini-Conference at IEEE INFOCOM 2011 Seen As Stable Marriages Hong Xu, Baochun Li Department of Electrical and Computer Engineering University of Toronto Abstract—In this paper, we advocate the use of stable matching agents from both sides to find the optimal solution, which is framework in solving networking problems, which are tradi- computationally expensive. tionally solved using utility-based optimization or game theory. Born in economics, stable matching efficiently resolves conflicts of interest among selfish agents in the market, with a simple and elegant procedure of deferred acceptance. We illustrate through (w1,w3,w2) (m1,m2,m3) one technical case study how it can be applied in practical m1 w1 scenarios where the impeding complexity of idiosyncratic factors makes defining a utility function difficult. Due to its use of (w2,w3,w1) (m1,m3,m2) generic preferences, stable matching has the potential to offer efficient and practical solutions to networking problems, while its m2 w2 mathematical structure and rich literature in economics provide many opportunities for theoretical studies. In closing, we discuss (w2,w1,w3) open questions when applying the stable matching framework. (m3,m2,m1) m3 w3 I. INTRODUCTION Matching is perhaps one of the most important functions of Fig. 1. A simple example of the marriage market. The matching shown is a stable matching. markets. The stable marriage problem, introduced by Gale and Shapley in their seminal work [1], is arguably one of the most Many large-scale networked systems, such as peer-to-peer interesting and successful abstractions of such markets.
    [Show full text]
  • Hamada, Koki; Miyazaki, Shuichi; Yanagisawa, Hiroki
    Strategy-Proof Approximation Algorithms for the Stable Title Marriage Problem with Ties and Incomplete Lists Author(s) Hamada, Koki; Miyazaki, Shuichi; Yanagisawa, Hiroki 30th International Symposium on Algorithms and Computation Citation (ISAAC 2019) (2019), 149 Issue Date 2019 URL http://hdl.handle.net/2433/245203 © Koki Hamada, Shuichi Miyazaki, and Hiroki Yanagisawa; licensed under Creative Commons License CC-BY 30th International Symposium on Algorithms and Computation Right (ISAAC 2019). Editors: Pinyan Lu and Guochuan Zhang; Article No. 9; pp. 9:1‒9:14 Leibniz International Proceedings in Informatics Schloss Dagstuhl ‒ Leibniz-Zentrum für Informatik, Dagstuhl Publishing, Germany Type Conference Paper Textversion publisher Kyoto University Strategy-Proof Approximation Algorithms for the Stable Marriage Problem with Ties and Incomplete Lists Koki Hamada NTT Corporation, 3-9-11, Midori-cho, Musashino-shi, Tokyo 180-8585, Japan Graduate School of Informatics, Kyoto University, Yoshida-Honmachi, Sakyo-ku Kyoto 606-8501, Japan [email protected] Shuichi Miyazaki Academic Center for Computing and Media Studies, Kyoto University, Yoshida-Honmachi, Sakyo-ku, Kyoto 606-8501, Japan [email protected] Hiroki Yanagisawa IBM Research – Tokyo, 19-21, Hakozaki-cho, Nihombashi, Chuoh-ku, Tokyo 103-8510, Japan [email protected] Abstract In the stable marriage problem (SM), a mechanism that always outputs a stable matching is called a stable mechanism. One of the well-known stable mechanisms is the man-oriented Gale-Shapley algorithm (MGS). MGS has a good property that it is strategy-proof to the men’s side, i.e., no man can obtain a better outcome by falsifying a preference list.
    [Show full text]
  • Manipulation and Gender Neutrality in Stable Marriage Procedures
    Manipulation and gender neutrality in stable marriage procedures Maria Silvia Pini Francesca Rossi K. Brent Venable Univ. of Padova, Padova, Italy Univ. of Padova, Padova, Italy Univ. of Padova, Padova, Italy [email protected] [email protected] [email protected] Toby Walsh NICTA and UNSW, Sydney, Australia [email protected] ABSTRACT schools [25]. Variants of the stable marriage problem turn The stable marriage problem is a well-known problem of up in many domains. For example, the US Navy has a web- matching men to women so that no man and woman who based multi-agent system for assigning sailors to ships [17]. are not married to each other both prefer each other. Such One important issue is whether agents have an incen- a problem has a wide variety of practical applications rang- tive to tell the truth or can manipulate the result by mis- ing from matching resident doctors to hospitals to matching reporting their preferences. Unfortunately, Roth [20] has students to schools. A well-known algorithm to solve this proved that all stable marriage procedures can be manipu- problem is the Gale-Shapley algorithm, which runs in poly- lated. He demonstrated a stable marriage problem with 3 nomial time. men and 3 women which can be manipulated whatever sta- It has been proven that stable marriage procedures can ble marriage procedure we use. This result is in some sense always be manipulated. Whilst the Gale-Shapley algorithm analogous to the classical Gibbard Satterthwaite [11,24] the- is computationally easy to manipulate, we prove that there orem for voting theory, which states that all voting proce- exist stable marriage procedures which are NP-hard to ma- dures are manipulable under modest assumptions provided nipulate.
    [Show full text]
  • Gale-Shapley Algorithm Until the Stage When This Man Proposes to Her
    Gale-Shapley Stable Marriage Problem Revisited: Strategic Issues and Applications (Extended Abstract) Chung-Piaw Teo1?, Jay Sethuraman2??, and Wee-Peng Tan1 1 Department of Decision Sciences, Faculty of Business Administration, National University of Singapore [email protected] 2 Operations Research Center, MIT, Cambridge, MA 02139 [email protected] 1 Introduction This paper is motivated by a study of the mechanism used to assign primary school students in Singapore to secondary schools. The assignment process re- quires that primary school students submit a rank ordered list of six schools to the Ministry of Education. Students are then assigned to secondary schools based on their preferences, with priority going to those with the highest exami- nation scores on the Primary School Leaving Examination (PSLE). The current matching mechanism is plagued by several problems, and a satisfactory resolu- tion of these problems necessitates the use of a stable matching mechanism. In fact, the student-optimal and school-optimal matching mechanisms of Gale and Shapley [2] are natural candidates. Stable matching problems were first studied by Gale and Shapley [2]. In a stable marriage problem we have two finite sets of players, conveniently called the set of men (M)andthesetofwomen(W ). We assume that every member of each set has strict preferences over the members of the opposite sex. In the rejection model, the preference list of a player is allowed to be incomplete in the sense that players have the option of declaring some of the members of the opposite sex as unacceptable; in the Gale-Shapley model we assume that preference lists of the players are complete.
    [Show full text]
  • Deferred Acceptance Algorithms: History, Theory, Practice, and Open Questions
    Roth, Alvin E. "Deferred Acceptance Algorithms: History, Theory, Practice, and Open Questions," International Journal of Game Theory, Special Issue in Honor of David Gale on his 85th birthday, 36, March, 2008, 537-569. Deferred Acceptance Algorithms: History, Theory, Practice, and Open Questions By Alvin E. Roth1 Harvard University This draft: 18 July, 2007 Abstract: The deferred acceptance algorithm proposed by Gale and Shapley (1962) has had a profound influence on market design, both directly, by being adapted into practical matching mechanisms, and, indirectly, by raising new theoretical questions. Deferred acceptance algorithms are at the basis of a number of labor market clearinghouses around the world, and have recently been implemented in school choice systems in Boston and New York City. In addition, the study of markets that have failed in ways that can be fixed with centralized mechanisms has led to a deeper understanding of some of the tasks a marketplace needs to accomplish to perform well. In particular, marketplaces work well when they provide thickness to the market, help it deal with the congestion that thickness can bring, and make it safe for participants to act effectively on their preferences. Centralized clearinghouses organized around the deferred acceptance algorithm can have these properties, and this has sometimes allowed failed markets to be reorganized. 1 Prepared for Gale's Feast: a Day in honor of the 85th birthday of David Gale, July 2007, Stony Brook. Acknowledgments: It is my very good fortune to have been able to incorporate insights from Gale and Shapley (1962) in so much of my own work.
    [Show full text]