Federated Assemblies

Daniel Halpern,Ariel D. Procaccia,Ehud Shapiro,Nimrod Talmon
2024-05-29
Abstract:A citizens' assembly is a group of people who are randomly selected to represent a larger population in a deliberation. While this approach has successfully strengthened democracy, it has certain limitations that suggest the need for assemblies to form and associate more organically. In response, we propose federated assemblies, where assemblies are interconnected, and each parent assembly is selected from members of its child assemblies. The main technical challenge is to develop random selection algorithms that meet new representation constraints inherent in this hierarchical structure. We design and analyze several algorithms that provide different representation guarantees under various assumptions on the structure of the underlying graph.
Computer Science and Game Theory,Distributed, Parallel, and Cluster Computing
What problem does this paper attempt to address?
The main problem that this paper attempts to solve is the limitations of existing citizens' assemblies in the democratic decision - making process. Specifically, the paper proposes a new form of citizens' assemblies - federated assemblies - to overcome the challenges of traditional citizens' assemblies in member selection and organizational structure. ### Background and Problem Description of the Paper 1. **Limitations of Existing Citizens' Assemblies**: - **Independence**: Existing citizens' assemblies usually operate independently, and each country, region or municipality organizes its own assembly from scratch. - **Member Selection**: The member selection process is complex and easily affected by self - selection bias, resulting in the inability to achieve descriptive representation, that is, assembly members cannot fully reflect the overall composition of the population. - **High Organization Costs**: Recruiting volunteers anew for each new assembly formation is both time - consuming and resource - intensive. 2. **Proposal of Federated Assemblies**: - **Interconnected Structure**: Federated assemblies form a hierarchical structure by combining multiple child assemblies into a parent assembly. - **Member Selection**: Members of the parent assembly are randomly selected from its child assemblies, ensuring representativeness and inheritance property at all levels. - **Flexibility**: This structure allows people to join multiple child assemblies according to different interests and identities, thus more organically forming a larger assembly network. ### Technical Challenges and Solutions 1. **Technical Challenges**: - **Descriptive Representativeness**: Ensure that each assembly can reflect the characteristics of its child assemblies and their voters. - **Individual Representativeness**: Each voter has an equal opportunity to be selected into the assembly. - **Pre - allocation and Post - allocation of Child Assemblies**: Ensure that the number of seats of child assemblies in the parent assembly is in line with their population proportion, and also try to be as close as possible to this proportion in actual selection. 2. **Solutions**: - **Algorithm Design**: The paper designs a variety of random selection algorithms to meet the above - mentioned constraints. For example: - **Algorithm 1**: Applicable to individual representativeness and pre - allocation of child assemblies in simple cases. - **Algorithm 2**: For laminar instances, the post - allocation of child assemblies is achieved through integer programming and dependent rounding techniques. - **Algorithm 3**: Extended to semi - laminar instances to handle more complex multi - topic and geographical distribution situations. ### Conclusion By introducing the concept of federated assemblies, the paper aims to improve the organization method and member selection mechanism of existing citizens' assemblies, so as to improve the efficiency and fairness of democratic decision - making. By designing and analyzing random selection algorithms, the paper shows how to achieve multi - level representativeness and equal participation opportunities in complex social structures. Hope this summary can help you understand the core problems and solutions of this paper. If you have more specific questions or need further explanation, please feel free to ask!