Chamberlin-Courant Voting Rule
   HOME

TheInfoList



OR:

Fully proportional representation (FPR) is a property of
multiwinner voting Multiwinner or committee voting refers to electoral systems that elect several candidates at once. Such methods can be used to elect parliaments or committees. Goals There are many scenarios in which multiwinner voting is useful. They can be ...
systems. It extends the property of
proportional representation Proportional representation (PR) refers to any electoral system under which subgroups of an electorate are reflected proportionately in the elected body. The concept applies mainly to political divisions (Political party, political parties) amon ...
(PR) by requiring that the representation be based on the entire preferences of the voters, rather than on their first choice. Moreover, the requirement combines PR with the requirement of ''accountability'' - each voter knows exactly which elected candidate represents him, and each candidate knows exactly which voters he represents. The term was coined in 1995 by Burt L. Monroe, but a similar idea appeared already in 1983 in a paper by John R. Chamberlin and Paul N. Courant. The two voting rules known to satisfy this property are known - respectively - as Monroe's voting rule and the Chamberlin-Courant (CC) voting rule.


Background

Most existing electoral systems for proportional representation (PR) are based only on the voters' first preferences, for example: if 40% vote for party A as their first choice, then 40% of the parliament members should be of party A. This ignores the fact that voters may have different preferences below their first choice. Another shortcoming with existing systems for PR, e.g.
party-list system A party-list system is a type of electoral system that formally involves Political party, political parties in the electoral process, usually to facilitate Multiwinner elections, multi-winner elections. In party-list systems, parties put forward a ...
s, is the lack of
accountability In ethics and governance, accountability is equated with answerability, culpability, liability, and the expectation of account-giving. As in an aspect of governance, it has been central to discussions related to problems in the public secto ...
: there is no direct connection between voters to elected candidates, as the candidates are elected via their party. Rules such as
Single transferable vote The single transferable vote (STV) or proportional-ranked choice voting (P-RCV) is a multi-winner electoral system in which each voter casts a single vote in the form of a ranked ballot. Voters have the option to rank candidates, and their vot ...
and Expanding approvals rule aim to mitigate this problem by allowing people to rank candidates directly; however, it is still hard to tell which candidate exactly represents which voter. FPR rules aim to amend both these shortcomings simultaneously: they are based on the voters' preferences over all candidates; and they create an explicit connection between the elected candidates and the voters: each voter knows his representatives, and each representative knows which voters he represents.


The rules

Let ''k'' be the required number of representatives (committee members), ''m'' the number of candidates, and ''n'' the number of voters. Each voter submits a
ranking A ranking is a relationship between a set of items, often recorded in a list, such that, for any two items, the first is either "ranked higher than", "ranked lower than", or "ranked equal to" the second. In mathematics, this is known as a weak ...
of the candidates. Both Monroe's rule and CC rule choose ''k'' representatives, and associates each voter to a unique representative (in other words, they compute a partition of the voters among the representatives). The main difference is as follows: * Monroe's rule requires that each candidate is associated with exactly ''n''/''k'' voters (rounded up or down if it is not an integer). * CC rule has no such requirement - each candidate can represent a different number of voters (but this should be taken into account later, during the committee operation, e.g. by applying
weighted voting Weighted voting are voting rules that grant some voters a greater influence than others (which contrasts with rules that assign every voter an equal vote). Examples include publicly-traded companies (which typically grant stockholders one vo ...
). Both rules aim to maximize a global measure of ''satisfaction'', which is based on individual preferences. The ''satisfaction'' of a voter from a given committee is determined by a fixed score function. Two common score functions are: *
Borda count The Borda method or order of merit is a positional voting rule that gives each candidate a number of points equal to the number of candidates ranked below them: the lowest-ranked candidate gets 0 points, the second-lowest gets 1 point, and so on ...
: if a voter is represented by his best candidate, then his satisfaction is ''m''-1; if a voter is represented by his worst candidate, then his satisfaction is 0. *
Approval ballot An approval ballot, also called an unordered ballot, is a ballot in which a voter may vote for any number of candidates simultaneously, rather than for just one candidate. Candidates that are selected in a voter's ballot are said to be ''approved'' ...
s: if a voter is represented by a candidate he approves, then his satisfaction is 1; otherwise, his satisfaction is 0. Alternative variants of these rules use a ''dissatisfaction function'' instead of a satisfaction function. Based on these scoring functions, both rules have several variants: * The ''
Utilitarian rule In social choice theory, social choice and operations research, the utilitarian rule (also called the max-sum rule) is a Social welfare function, rule saying that, among all possible alternatives, society should pick the alternative which maximize ...
'' aims to find a committee that maximizes the ''sum'' of satisfaction-levels of all voters (e.g. with approval ballots: maximize the number of voters represented by a candidate they approve); an alternative variant aims to ''minimize'' the sum of ''dissatisfaction''-levels of all voters. * ''Egalitarian rules'' aim to find a committee that maximizes the ''smallest'' satisfaction-level of a voter (e.g. with Borda count: find the optimal rank ''r'' such that all voters have a representative they rank ''r'' or better); an alternative variant aims to ''minimize'' the ''largest'' of ''dissatisfaction''-levels of all voters.


Computation

Procaccia, Rosenschein and Zohar proved that determining the winner of Monroe's voting rule is NP-hard, even with
approval ballot An approval ballot, also called an unordered ballot, is a ballot in which a voter may vote for any number of candidates simultaneously, rather than for just one candidate. Candidates that are selected in a voter's ballot are said to be ''approved'' ...
s. However, when the number of winners (''k'') is constant, the problem can be solved in polynomial time. Betzler, Slinko and Uhlmann investigate the
parameterized complexity In computer science, parameterized complexity is a branch of computational complexity theory that focuses on classifying computational problems according to their inherent difficulty with respect to ''multiple'' parameters of the input or output. ...
of winner determination of the dissatisfaction-based variants: they prove fixed-parameter tractability for the parameter "number of candidates", but fixed-parameter intractability for "number of winners". They study approval, Borda, and unrestricted scoring functions. Some problems become easier for restricted preference domains: * For
single-peaked preferences Single-peaked preferences are a class of preference relations. A group has single-peaked preferences over a set of outcomes if the outcomes can be ordered along a line such that: # Each agent has a "best outcome" in the set, and # For each agent, ...
, Betzler, Slinko and Uhlmann prove that the classical Monroe rule is still NP-hard, but there is a polytime algorithm for egalitarian Monroe. The CC variants are both polynomial. * For single-crossing preferences, Skowron, Yu, Failszewski and Elkind prove that CC rule is polytime, but Monroe remains NP-hard. For single-crossing ''narcissistic'' preferences (each candidate is ranked first by at least one voter), there is an efficient algorithm for the egalitarian Monroe rule. Lu and Boutilier presented a polytime 0.63-factor approximation
greedy algorithm A greedy algorithm is any algorithm that follows the problem-solving heuristic of making the locally optimal choice at each stage. In many problems, a greedy strategy does not produce an optimal solution, but a greedy heuristic can yield locally ...
for the optimal satisfaction of the CC rule. Skowron, Faliszewski and Slinko provide
Approximation algorithms In computer science and operations research, approximation algorithms are efficient algorithms that find approximate solutions to optimization problems (in particular NP-hard problems) with provable guarantees on the distance of the returned sol ...
and
Inapproximability In computer science, hardness of approximation is a field that studies the Computational complexity theory, algorithmic complexity of finding near-optimal solutions to optimization problems. Scope Hardness of approximation complements the study of ...
results: * For utilitarian satisfaction Monroe with Borda scoring, a (0.715-epsilon)-approximation; * For utilitarian satisfaction Monroe with arbitrary positional scoring, a 0.63-approximation; * For utilitarian satisfaction CC with Borda scoring, a PTAS. * No constant-factor approximation exists for dissatisfaction-based utilitarian and egalitarian versions of both Monroe and CC, and for the satisfaction-based egalitarian versions. The approximation algorithms are applicable even with truncated ballots. Experiments on real-life preference-aggregation data shows that these fast algorithms in many cases find near-perfect solutions. Note that, once the ''k'' representatives are elected, finding the actual representation (which voter is represented by which candidate) can be done in polytime using network flow algorithms.


Generalizations

Lu and Boutilier{{Cite journal , last1=Lu , first1=Tyler , last2=Boutilier , first2=Craig , date=2011-07-16 , title=Budgeted social choice: from consensus to personalized decision making , url=https://dl.acm.org/doi/abs/10.5555/2283396.2283444 , journal=Proceedings of the Twenty-Second International Joint Conference on Artificial Intelligence - Volume Volume One , series=IJCAI'11 , location=Barcelona, Catalonia, Spain , publisher=AAAI Press , pages=280–286 , isbn=978-1-57735-513-7 generalized the CC rule to budgeted social choice.


References

Multi-winner electoral systems