A Distributed Protocol for Collective Decision-Making in Combinatorial Domains

Total Page:16

File Type:pdf, Size:1020Kb

A Distributed Protocol for Collective Decision-Making in Combinatorial Domains Swinburne Research Bank http://researchbank.swinburne.edu.au Author: Li, Minyi; Vo, Quoc Bao; Kowalczyk, Ryszard Title: A distributed protocol for collective decision- making in combinatorial domains Editor: Takayuki Ito, Catholijn Jonker, Maria Gini, and Onn Shehory Conference name: 12th international conference on Autonomous agents and multi-agent systems (AAMAS 2013) Conference location: Saint Paul, Minnesota, United States Conference dates: 06-10 May 2013 Series title and volume: Vol. 2 Publisher: International Foundation for Autonomous Agents and Multiagent Systems Year: 2013 Pages: 1117-1118 URL: http://hdl.handle.net/1959.3/378574 Copyright: Copyright © 2013. International Foundation for Autonomous Agents and Multiagent Systems. All rights reserved.This is the author's version of the work. It is posted here by permission of ACM for your personal use. Not for redistribution. The definitive version was published in Proceedings of the 2013 international conference on Autonomous agents and multi-agent systems, vol. 2, 2013, http ://dl.acm.org/citation.cfm?id=2484920.2485099&c oll=DL&dl=ACM This is the author’s version of the work, posted here with the permission of the publisher for your personal use. No further distribution is permitted. You may also be able to access the published version from your library. The definitive version is available at: http://dl.acm.org/citation.cfm?id=2484920.24850 99&coll=DL&dl=ACM Swinburne University of Technology | CRICOS Provider 00111D | swinburne.edu.au Powered by TCPDF (www.tcpdf.org) A distributed protocol for collective decision-making in combinatorial domains Minyi Li, Quoc Bao Vo, and Ryszard Kowalczyk Swinburne University of Technology Abstract. In this paper, we study the problem of collective decision- making over combinatorial domains, where the set of possible alternatives is a Cartesian product of (finite) domain values for each of a given set of variables, and these variables are not preferentially independent. Due to the large alternative space, most common rules for preference aggregation cannot be directly applied to compute a winner. In this paper, we focus on a particular rule, namely Smith/Minimax. We introduce a distributed pro- tocol for collective decision-making, which enjoys the following desirable properties: i) the final decision chosen is guaranteed to be a Smith mem- ber, and is sufficiently close to the Smith/Minimax candidate; ii) it enables distributed decision-making and works under incomplete information settings; iii) it significantly reduces the amount of dominance testings (in- dividual outcome comparisons) that each agent needs to conduct, as well as the number of pairwise comparisons; iv) it is sufficiently general and does not restrict the choice of preference representation languages. 1 Introduction In this paper, we focus on the problem of collective decision-making in combina- torial domains, where the set of candidates is a Cartesian product of finite value domains for each of a given set of possibly inter-dependent variables. For in- stance, a research group plan to order several personal computers (PCs) and the group members need to decide on a common group PC configuration. Consider for example that the common PC configuration to be agreed on is composed of the processor, hard disk, RAM and operating system, with a choice of six possi- ble options for each, which makes 64 = 1296 candidates. The agents’ preferences on variables and the collective decisions are not independent, because, perhaps, the preferred operating systems may depend on the given processor type. The inter-dependency between variables and the exponential alternative space in such domains lead to a big challenge of computing the social aggregation rules. When the domain is combinatorial, a straightforward way to compute a social decision rule might be using issue-by-issue (a.k.a. seat-by-seat) sequential election. However, as soon as the variables are not preferentially independent, it is very likely that deciding on the issues separately will lead to suboptimal choices [4]. The only way to avoid inefficiency is ”deciding on combinations [of variable values]” [4]. Nonetheless, most common aggregation methods need a number of operations at least linear (sometimes even quadratic or exponential) 2 Minyi Li, Quoc Bao Vo, Ryszard Kowalczyk in the number of possible alternatives [9]. When the set of alternatives has a combinatorial structure and the agents’ preferences are described in a compact representation language, generating the whole relation from those inputs and directly applying such rules to compute a collective decision is impractical. Collective decision-making in combinatorial domains has been studied in a number of papers. Many of them consider logical or structured preferences, and mainly focus on analysing negative complexity results or finding reason- able restrictions on the preference relations such that sequential winners and direct winners always coincide, e.g., [10, 13, 12]. Some later works [12, 11] relax those restrictions and introduce the notion of local Condorcet winners 1. They also propose (and implement) algorithms for computing them. Nevertheless, there is still another problem that has not been addressed: with a limited number of agents and a large alternative space, collective preference cycles (i.e., para- doxes) generally occur. Therefore, investigating techniques to generate a “good” alternative in the presence of paradoxes is certainly of interest in the field. In this paper, we address the aforementioned problems by proposing a proto- col that enables the agents to identify efficient collective decisions. The proposed protocol enjoys the following desirable properties: i) Regarding the social prop- erties, the final chosen collective decision is guaranteed to be a Smith member. Moreover, we show experimentally that the collective decision chosen by the proposed protocol is sufficiently close to the Smith/Minimax candidate i.e., the Minimax candidate in the Smith set. ii) From the perspective of computation and communication, the proposed protocol enables the agents to make propos- als on partial assignments (i.e., an assignment of a subset of variables) until all variables are assigned. As a result, it does not require counting candidates as employed in a majority of simple aggregation mechanisms [8]. It reduces the total number of alternatives that each agent needs to consider in practice, and requires significantly fewer outcome comparisons compared to an exhaustive search in most decision-making instances. iii) Last but not least, the proposed protocol supports real-world applications. It works under incomplete informa- tion settings and does not require the agents to submit their preferences; and thus, it can be implemented in a distributed manner. Moreover, the proposed protocol is sufficiently general and applicable to most preference representation languages in combinatorial domains. There are no restrictions on the agents’ preferences: their preference orders could be complete or partial, and they can extend certain structural properties, e.g., CP-nets, soft constraints, etc. 2 Preliminaries 2.1 Combinatorial domains and preferences Let V = X1;:::; Xm be a set of m variables in a combinatorial domain, where each variablef X takesg values in a local variable domain D(X). A variable X is 1 A local Condorcet winner is an alternative that beats all its neighbours. And a neigh- bour of an alternative is another alternative that differs only on a single variable from that alternative. Collective decision-making in combinatorial domains 3 binary if D (X) = x; x¯ . An alternative is uniquely identified by the combination of variable values.f Hence,g the possible alternatives (outcomes) are D(X ) 1 × · · · × D(Xm), denoted by O. If X = X ;:::; X and X V, with σ < < σ then DX f σ1 σ` g ⊆ 1 ··· ` denotes DX DX and x denotes an assignment of variable values to X, σ1 × · · · × σ` i.e., x DX. If X = V, x is a complete assignment (corresponds to an alternative); otherwise2 x is called a partial assignment. We allow concatenations of disjoint sets of variable values: for instance, let X = A; B , Y = C; D , x DX and x = ab¯, f g f g 2 y DY and y = cd¯, then xye¯ denotes an assignment abc¯ d¯e¯. If X Y = V, we call xy2a completion of assignment x. We denote by Comp(x) the set[ of completions of x. A preference order is a reflexive, transitive and antisymmetric relation on (recall that is antisymmetric iff x; y , x y and y x implies x = y). X denotes the strict relation induced8 from2 X: x y iff x yand not y x. An order is complete (linear order) iff , eitherx y or y xholds for all x; y ; otherwise, it is a partial order, i.e., there existx; y , such that neither x2 Xy 2 X nor y x holds, written as x Z y (incomparable). Since direct assessment of the preference relations in combinatorial domains is usually infeasible, several compact languages have been proposed to avoid the exponential blow up. Some of these languages are cardinal, e.g., utility net- works [1] and soft constraints [7, 5]; some others are purely qualitative, e.g., CP- nets [2] and CI-nets [3]. Some representation models are based on conditional preferences, for instance CP-nets [2] and its variants; some others are based on propositional logic (or possibly a fragment of it), for instance prioritized goals, distance-based goals, weighted goals, bidding languages for combinato- rial auctions. For brevity, we don’t present an exhaustive list here. The reader is referred to Lang ([9]) for a detailed survey of compact preference representation languages in combinatorial domains. In the following, we only briefly describe CP-nets, a widely studied compact graphical language for representing quali- tative preferences in combinatorial domains. A Conditional Preference Network (CP-net) [2] over a set of variables V is an annotated directed graph , in which nodesN stand for the variables. Each node X is annotated with aG conditionalN preference table CPT(X), which associates a strict total order over DX given every combination values u of parents Pa(X) in .
Recommended publications
  • Investigating the Application of Structured Representations of Unstructured Content in Personalisation Tasks
    Investigating the application of structured representations of unstructured content in personalisation tasks Aonghus McGovern A thesis submitted to University of Dublin, Trinity College for the degree of Doctor of Philosophy March 12, 2019 Declaration This thesis is entirely the work of the author, except where otherwise stated, and has not been submitted for a degree to any other University. This thesis may be copied and lent to others by the University of Dublin. Aonghus McGovern March 12, 2019 ii Acknowledgements To James Cogley, who proofed my early drafts and gave me invaluable advice, I will be forever grateful. To Brendan, Jamie, Lucy, Nicole and Rebekah, the countless discussions we had in the lab will stay with me forever. To my parents, who raised me and supported me throughout my entire educational journey, I am deeply grateful. To my supervisor Vincent Wade, who made me into the researcher I am today, goes my sincerest gratitude. iii Abstract For personalisation approaches that analyse unstructured content, a common task is converting that unstructured content to a structured representation. Each structured representation has strengths and weaknesses, and the choice of representation should be made with respect to the personalisation task at hand. However, the way in which the choice of structured representations affects the personalisation that can be performed using that representation has not been clearly articulated. This is because personalisation approaches tend to focus on the success of their chosen personalisation task (e.g. recommendation accuracy) without examining how the characteristics of their chosen structured representation influenced this success. This motivates an investigation of of the characteristics of structured representations in the context of different personalisation tasks.
    [Show full text]
  • Legislature by Lot: Envisioning Sortition Within a Bicameral System
    PASXXX10.1177/0032329218789886Politics & SocietyGastil and Wright 789886research-article2018 Special Issue Article Politics & Society 2018, Vol. 46(3) 303 –330 Legislature by Lot: Envisioning © The Author(s) 2018 Article reuse guidelines: Sortition within a Bicameral sagepub.com/journals-permissions https://doi.org/10.1177/0032329218789886DOI: 10.1177/0032329218789886 System* journals.sagepub.com/home/pas John Gastil Pennsylvania State University Erik Olin Wright University of Wisconsin–Madison Abstract In this article, we review the intrinsic democratic flaws in electoral representation, lay out a set of principles that should guide the construction of a sortition chamber, and argue for the virtue of a bicameral system that combines sortition and elections. We show how sortition could prove inclusive, give citizens greater control of the political agenda, and make their participation more deliberative and influential. We consider various design challenges, such as the sampling method, legislative training, and deliberative procedures. We explain why pairing sortition with an elected chamber could enhance its virtues while dampening its potential vices. In our conclusion, we identify ideal settings for experimenting with sortition. Keywords bicameral legislatures, deliberation, democratic theory, elections, minipublics, participation, political equality, sortition Corresponding Author: John Gastil, Department of Communication Arts & Sciences, Pennsylvania State University, 232 Sparks Bldg., University Park, PA 16802, USA. Email: [email protected] *This special issue of Politics & Society titled “Legislature by Lot: Transformative Designs for Deliberative Governance” features a preface, an introductory anchor essay and postscript, and six articles that were presented as part of a workshop held at the University of Wisconsin–Madison, September 2017, organized by John Gastil and Erik Olin Wright.
    [Show full text]
  • Crowdsourcing Applications of Voting Theory Daniel Hughart
    Crowdsourcing Applications of Voting Theory Daniel Hughart 5/17/2013 Most large scale marketing campaigns which involve consumer participation through voting makes use of plurality voting. In this work, it is questioned whether firms may have incentive to utilize alternative voting systems. Through an analysis of voting criteria, as well as a series of voting systems themselves, it is suggested that though there are no necessarily superior voting systems there are likely enough benefits to alternative systems to encourage their use over plurality voting. Contents Introduction .................................................................................................................................... 3 Assumptions ............................................................................................................................... 6 Voting Criteria .............................................................................................................................. 10 Condorcet ................................................................................................................................. 11 Smith ......................................................................................................................................... 14 Condorcet Loser ........................................................................................................................ 15 Majority ...................................................................................................................................
    [Show full text]
  • Democracy Without Elections Mainz
    Democracy without Elections: Is electoral accountability essential for democracy? Felix Gerlsbeck [email protected] Paper prepared for the workshop “Democratic Anxiety. Democratic Resilience.” Mainz, 15-17 June 2017 DRAFT VERSION, PLEASE DO NOT CITE WITHOUT AUTHOR’S PERMISSION 1. Introduction The idea of choosing political decision-makers by sortition, that is, choosing them randomly from a pool of the entire population or from some qualified subset, through some form of lottery or other randomizing procedure, is familiar to democrats at least since ancient Athens. Apart from the selection of trial juries, however, sortition has all but disappeared from official decision-making procedures within contemporary democratic systems, and free, equal, and regular election through voting by the entire qualified population of candidates who put themselves forward for political office, has taken its place. Nevertheless, there has been renewed interest in the idea of reviving sortition-based elements within modern democratic systems over the last years: a number of democratic theorists see great promise in complementing elected decision-making institutions with those selected randomly. These proposals variously go under the names mini-publics, citizen juries, citizen assemblies, lottocracy, enfranchisement lottery, and even Machiavellian Democracy.1 The roots of this practice go back to ancient Athens. During the 5th century Athenian democracy, the equivalent of the parliamentary body tasked with deliberating 1 See for instance, Guerrero 2014; Fishkin 2009; Warren & Gastil 2015; Ryan & Smith 2014; Saunders 2012; López-Guerra 2014; López-Guerra 2011; McCormick 2011. 1 and drafting policy proposals, the boule, was chosen by lot from the citizens of Athens through a complex system of randomization.
    [Show full text]
  • Instructor's Manual
    The Mathematics of Voting and Elections: A Hands-On Approach Instructor’s Manual Jonathan K. Hodge Grand Valley State University January 6, 2011 Contents Preface ix 1 What’s So Good about Majority Rule? 1 Chapter Summary . 1 Learning Objectives . 2 Teaching Notes . 2 Reading Quiz Questions . 3 Questions for Class Discussion . 6 Discussion of Selected Questions . 7 Supplementary Questions . 10 2 Perot, Nader, and Other Inconveniences 13 Chapter Summary . 13 Learning Objectives . 14 Teaching Notes . 14 Reading Quiz Questions . 15 Questions for Class Discussion . 17 Discussion of Selected Questions . 18 Supplementary Questions . 21 3 Back into the Ring 23 Chapter Summary . 23 Learning Objectives . 24 Teaching Notes . 24 v vi CONTENTS Reading Quiz Questions . 25 Questions for Class Discussion . 27 Discussion of Selected Questions . 29 Supplementary Questions . 36 Appendix A: Why Sequential Pairwise Voting Is Monotone, and Instant Runoff Is Not . 37 4 Trouble in Democracy 39 Chapter Summary . 39 Typographical Error . 40 Learning Objectives . 40 Teaching Notes . 40 Reading Quiz Questions . 41 Questions for Class Discussion . 42 Discussion of Selected Questions . 43 Supplementary Questions . 49 5 Explaining the Impossible 51 Chapter Summary . 51 Error in Question 5.26 . 52 Learning Objectives . 52 Teaching Notes . 53 Reading Quiz Questions . 54 Questions for Class Discussion . 54 Discussion of Selected Questions . 55 Supplementary Questions . 59 6 One Person, One Vote? 61 Chapter Summary . 61 Learning Objectives . 62 Teaching Notes . 62 Reading Quiz Questions . 63 Questions for Class Discussion . 65 Discussion of Selected Questions . 65 CONTENTS vii Supplementary Questions . 71 7 Calculating Corruption 73 Chapter Summary . 73 Learning Objectives . 73 Teaching Notes .
    [Show full text]
  • Chapter 3 Voting Systems
    Chapter 3 Voting Systems 3.1 Introduction We rank everything. We rank movies, bands, songs, racing cars, politicians, professors, sports teams, the plays of the day. We want to know “who’s number one?” and who isn't. As a lo- cal sports writer put it, “Rankings don't mean anything. Coaches continually stress that fact. They're right, of course, but nobody listens. You know why, don't you? People love polls. They absolutely love ’em” (Woodling, December 24, 2004, p. 3C). Some rankings are just for fun, but people at the top sometimes stand to make a lot of money. A study of films released in the late 1970s and 1980s found that, if a film is one of the 5 finalists for the Best Picture Oscar at the Academy Awards, the publicity generated (on average) generates about $5.5 mil- lion in additional box office revenue. Winners make, on average, $14.7 million in additional revenue (Nelson et al., 2001). In today's inflated dollars, the figures would no doubt be higher. Actors and directors who are nominated (and who win) should expect to reap rewards as well, since the producers of new films are eager to hire Oscar-winners. This chapter is about the procedures that are used to decide who wins and who loses. De- veloping a ranking can be a tricky business. Political scientists have, for centuries, wrestled with the problem of collecting votes and moulding an overall ranking. To the surprise of un- 1 CHAPTER 3. VOTING SYSTEMS 2 dergraduate students in both mathematics and political science, mathematical concepts are at the forefront in the political analysis of voting procedures.
    [Show full text]
  • Minimax Is the Best Electoral System After All
    1 Minimax Is the Best Electoral System After All Richard B. Darlington Department of Psychology, Cornell University Abstract When each voter rates or ranks several candidates for a single office, a strong Condorcet winner (SCW) is one who beats all others in two-way races. Among 21 electoral systems examined, 18 will sometimes make candidate X the winner even if thousands of voters would need to change their votes to make X a SCW while another candidate Y could become a SCW with only one such change. Analysis supports the intuitive conclusion that these 18 systems are unacceptable. The well-known minimax system survives this test. It fails 10 others, but there are good reasons to ignore all 10. Minimax-T adds a new tie-breaker. It surpasses competing systems on a combination of simplicity, transparency, voter privacy, input flexibility, resistance to strategic voting, and rarity of ties. It allows write-ins, machine counting except for write-ins, voters who don’t rate or rank every candidate, and tied ratings or ranks. Eleven computer simulation studies used 6 different definitions (one at a time) of the “best” candidate, and found that minimax-T always soundly beat all other tested systems at picking that candidate. A new maximum-likelihood electoral system named CMO is the theoretically optimum system under reasonable conditions, but is too complex for use in real-world elections. In computer simulations, minimax and minimax-T nearly always pick the same winners as CMO. Comments invited [email protected] Copyright Richard B. Darlington May be distributed free for non-commercial purposes 2 1.
    [Show full text]
  • Stat 155 Lecture 23 Notes
    Stat 155 Lecture 23 Notes Daniel Raban April 26, 2018 1 Impossibility Theorems and Properties of Voting Systems 1.1 The Gibbard-Satterthwaite theorem Last time we introduced Arrow's1 Impossibility theorem. Theorem 1.1 (Arrow's Impossibility theorem). For jΓj ≥ 3, any ranking rule R that satisfies both IIA and unanimity is a dictatorship. Here is another impossibility theorem. Definition 1.1. A voting rule f is a function that takes the voters' preference profile π to the winner in Γ. Definition 1.2. A voting rule f is onto the set Γ of candidates if, for all candidates A 2 Γ, there is a preference profile π such that f(π) = A. If f is not onto Γ, some candidate is excluded from winning. Theorem 1.2 (Gibbard-Satterthwaite). For jΓj ≥ 3, any voting rule f that is onto Γ and is not strategically vulnerable is a dictatorship. Proof. The proof is by contradiction; we use f to construct a ranking rule that violates Arrow's theorem. Suppose f is onto Γ, not strategically vulnerable, and not a dictatorship. Define . = R(π) via ( A . B f(πfA;Bg) = A; B . A f(πfA;Bg) = B; where πS maintains the order of candidates in S but moves them above all other candidates in all voters' preferences. If f is onto Γ and not strategically vulnerable, then for all S ⊆ Γ, f(πS) 2 S, so . is complete; otherwise, in the path from a π0 2 f −1(S) to πS, some voter switch would 1Kenneth Arrow was a professor of Operations Research and Economics at Stanford.
    [Show full text]
  • Stat 155 Lecture Notes Game Theory
    Stat 155 Lecture Notes Game Theory Professor: Oscar Hernan Madrid Padilla Scribe: Daniel Raban Contents 1 Combinatorial Games5 1.1 Subtraction game and definitions........................5 1.2 Combinatorial games as graphs.........................6 1.3 Existence of a winning strategy.........................6 1.4 Chomp.......................................6 2 Nim and Rim8 2.1 Nim........................................8 2.2 Rim........................................9 3 Staircase Nim and Partisan Games 10 3.1 Staircase Nim................................... 10 3.2 Partisan Games.................................. 11 3.2.1 Partisan subtraction game........................ 11 3.2.2 Hex.................................... 11 4 Two Player Zero-Sum Games 13 4.1 Pick a Hand.................................... 13 4.2 Zero-sum games.................................. 13 4.3 Von-Neumann's minimax theorem....................... 15 5 Solving Two-player Zero-sum Games 16 5.1 Saddle points................................... 16 5.2 Removing dominated pure strategies...................... 17 5.3 2 × 2 games.................................... 18 1 6 Domination and the Principle of Indifference 19 6.1 Domination by multiple rows or columns.................... 19 6.2 The principle of indifference........................... 20 6.3 Using the principle of indifference........................ 20 7 Symmetry in Two Player Zero-sum Games 22 7.1 Submarine Salvo................................. 22 7.2 Invariant vectors and matrices.......................... 22 7.3
    [Show full text]
  • Condorcet/Schulze Voting in Single-Winner Districts
    Condorcet/Schulze Voting in Single-Winner Districts Markus Schulze Berlin, Germany Summary. I recommend that the House of Commons of Canada should be elected in single-winner districts exclusively. I recommend that the House should be elected by Condorcet/Schulze voting. Condorcet/Schulze voting is a ranked ballot method. Therefore, Condorcet/Schulze voting is within the scope of the campaign promise of the Liberal Party to study and consider ranked ballots and proportional representation. 1. Condorcet Voting When Condorcet voting is being used, then each voter gets a complete list of all candidates and ranks these candidates in order of preference. The individual voter may give the same preference to more than one candidate and he may keep candidates unranked. When a voter does not rank all candidates, then this means (1) that this voter prefers all ranked candidates to all unranked candidates and (2) that this voter is indifferent between all unranked candidates. Suppose N[a,b] is the number of voters who prefer candidate a to candidate b. When N[a,b] > N[b,a], then we say that candidate a beats candidate b directly. A Condorcet winner is a candidate a who beats every other candidate b directly. It can happen that there is no Condorcet winner. Condorcet voting means that, when there is a Condorcet winner, then this candidate must be the unique winner. 2. Schulze Voting Schulze voting comes into play when there happens to be no Condorcet winner. Schulze voting then takes indirect defeats into account. We say that candidate a beats candidate b indirectly, when candidate a beats candidate b directly or when candidate a beats someone who beats candidate b directly or indirectly.
    [Show full text]
  • Graph Algorithms
    Graph Algorithms PDF generated using the open source mwlib toolkit. See http://code.pediapress.com/ for more information. PDF generated at: Wed, 29 Aug 2012 18:41:05 UTC Contents Articles Introduction 1 Graph theory 1 Glossary of graph theory 8 Undirected graphs 19 Directed graphs 26 Directed acyclic graphs 28 Computer representations of graphs 32 Adjacency list 35 Adjacency matrix 37 Implicit graph 40 Graph exploration and vertex ordering 44 Depth-first search 44 Breadth-first search 49 Lexicographic breadth-first search 52 Iterative deepening depth-first search 54 Topological sorting 57 Application: Dependency graphs 60 Connectivity of undirected graphs 62 Connected components 62 Edge connectivity 64 Vertex connectivity 65 Menger's theorems on edge and vertex connectivity 66 Ear decomposition 67 Algorithms for 2-edge-connected components 70 Algorithms for 2-vertex-connected components 72 Algorithms for 3-vertex-connected components 73 Karger's algorithm for general vertex connectivity 76 Connectivity of directed graphs 82 Strongly connected components 82 Tarjan's strongly connected components algorithm 83 Path-based strong component algorithm 86 Kosaraju's strongly connected components algorithm 87 Application: 2-satisfiability 88 Shortest paths 101 Shortest path problem 101 Dijkstra's algorithm for single-source shortest paths with positive edge lengths 106 Bellman–Ford algorithm for single-source shortest paths allowing negative edge lengths 112 Johnson's algorithm for all-pairs shortest paths in sparse graphs 115 Floyd–Warshall algorithm
    [Show full text]
  • Legislature by Lot by John Gastil and Erik Olin Wright to Embrace
    Gastil and Wright (Legislation by Lot special issue) Legislature by Lot by John Gastil and Erik Olin Wright To embrace democracy, it seems one must abide contradictions. The democratic ideal requires government by the people, but when social scale makes direct democracy impractical, we accept a system of electoral representation instead. Our democratic ideals then give way to flawed political institutions, which widen the gap between democratic aspiration and reality. Even those advocating electoral reforms seek only to narrow the gap, not to bridge it. We take a different view. In this essay, we propose forming a legislative body made up of randomly selected citizen legislators to complement an existing elected chamber. This not only remedies electoral pathologies but also imbues modern political systems with a form of representation that better captures the democratic ideal. A legislative assembly chosen by lot would draw ordinary citizens directly into the legislative process. We call the proposed institution a “sortition assembly.” This term refers back to the method ancient Greeks used to choose legislators, jurors, and municipal officers, which was believed to retain power in the hands of the public.1 In the modern world, the idea has gained traction and recently received an endorsement from former UN Secretary General Kofi Anan, who has called for democracies to “reintroduce the ancient Greek practice of selecting parliaments by lot instead of election.” In this view, such a system “would prevent the formation of self-serving and self-perpetuating political classes disconnected from their electorates.”2 We begin our argument by reviewing the pathologies of electoral democracy to show how a randomly-selected citizen assembly might deepen democracy.
    [Show full text]