Multiwinner Voting
   HOME

TheInfoList



OR:

Multiwinner voting, also called multiple-winner elections or committee voting or committee elections, is an
electoral system An electoral system or voting system is a set of rules that determine how elections and Referendum, referendums are conducted and how their results are determined. Electoral systems are used in politics to elect governments, while non-political ...
in which multiple candidates are elected. The number of elected candidates is usually fixed in advance. For example, it can be the number of seats in a country's
parliament In modern politics, and history, a parliament is a legislative body of government. Generally, a modern parliament has three functions: Representation (politics), representing the Election#Suffrage, electorate, making laws, and overseeing ...
, or the required number of members in a
committee A committee or commission is a body of one or more persons subordinate to a deliberative assembly. A committee is not itself considered to be a form of assembly. Usually, the assembly sends matters into a committee as a way to explore them more ...
. There are many scenarios in which multiwinner voting is useful. They can be broadly classified into three classes, based on the main objective in electing the committee: # Excellence. Here, each voter is an expert, and each vote expresses his/her opinion about which candidate/s is "better" for a certain task. The goal is to find the "best" candidates. An example application is shortlisting: selecting, from a list of candidate employees, a small set of finalists, who will proceed to the final stage of evaluation (e.g. using an interview). Here, each candidate is evaluated independently of the other candidates. If two candidates are similar, then probably both will be elected (if they are both good), or both will be rejected (if both are bad). # Diversity. Here, the elected candidates should be as ''different'' as possible. For example, suppose the candidates are possible locations for constructing a facility, such as a fire station. Most citizens naturally prefer a fire station in the city center. However, there is no need to have ''two'' fire-stations in the same place; it is better to diversify the selection and put the second station in a more remote location. In contrast to the "excellence" setting, if two candidates are similar, then probably exactly one of them will be elected. Another scenario in which diversity is important is when a
search engine A search engine is a software system designed to carry out web searches. They search the World Wide Web in a systematic way for particular information specified in a textual web search query. The search results are generally presented in a ...
selects results for display, or when an airline selects movies for screening during a flight. # Proportionality. Here, the elected candidates should ''represent'' in scientifically-balanced way the diverse opinion held by the population of voters, measured by the votes they cast, as much as possible. This is a common goal in
parliamentary elections A general election is a political voting election where generally all or most members of a given political body are chosen. These are usually held for a nation, state, or territory's primary legislative body, and are different from by-elections ( ...
; see
proportional representation Proportional representation (PR) refers to a type of electoral system under which subgroups of an electorate are reflected proportionately in the elected body. The concept applies mainly to geographical (e.g. states, regions) and political divis ...
.


Basic concepts

A major challenge in the study of multiwinner voting is finding reasonable adaptations of concepts from single-winner voting. These can be classified based on the voting type -
approval voting Approval voting is an electoral system in which voters can select many candidates instead of selecting only one candidate. Description Approval voting ballots show a list of the options of candidates running. Approval voting lets each voter i ...
vs.
ranked voting The term ranked voting (also known as preferential voting or ranked choice voting) refers to any voting system in which voters ranking, rank their candidates (or options) in a sequence of first or second (or third, etc.) on their respective ball ...
. Some election systems elect multiple members by competition held among individual candidates. Such systems are some variations of Multiple non-transferable voting and
Single transferable voting Single transferable vote (STV) is a multi-winner electoral system in which voters cast a single vote in the form of a ranked-choice ballot. Voters have the option to rank candidates, and their vote may be transferred according to alternate p ...
. In other systems, candidates are grouped in committees (slates) and votes cast votes for the committees (or slates). These committee-based systems are described here:


Approval voting for committees

Approval voting Approval voting is an electoral system in which voters can select many candidates instead of selecting only one candidate. Description Approval voting ballots show a list of the options of candidates running. Approval voting lets each voter i ...
is a common method for single-winner elections and sometimes for multiwinner elections. In single-winner elections, each voter marks the candidate he approves, and the candidate with the most votes wins. With multiwinner voting, there are many ways to decide which candidate should be elected. In some, each voter ranks the candidates; in others they cast X votes. As well, each voter may cast single or multiple votes. Already in 1895, Thiele suggested a family of weight-based rules. Each rule in the family is defined by a sequence of ''k'' weakly-positive weights, ''w''1,...,''wk'' (where ''k'' is the committee size). Each voter assigns, to each committee containing ''p'' candidates approved by the voter, a score equal to ''w''1+...+''wp''. The committee with the highest total score is elected. Some common voting rules in Thiele's family are: *
Multiple non-transferable vote The multiple non-transferable vote (MNTV) is a group of voting system, in which voters elect several representatives at once, with each voter having more than one vote. MNTV uses multi-member electoral districts or only one district, which conta ...
(MNTV): the weight vector is (1,1,...,1). It is also called ''plurality-at-large approval-voting''. *Approval-Chamberlin-Courant (ACC): the weight vector is (1,0,...,0). That is, each voter gives 1 point to a committee, iff it contains one of his approved candidates. *
Proportional approval voting Proportional approval voting (PAV) is a proportional electoral system for selecting committees. It is an extension of the D'Hondt method of apportionment that additionally allows for personal votes (voters vote for candidates, not for a party ...
(PAV): the weight vector is the Harmonic progression (1, 1/2, 1/3, ...., 1/''k''). There are rules based on other principles, such as minimax approval voting and its generalizations,
Phragmen's voting rules Phragmén's voting rules are multiwinner voting methods that guarantee proportional representation. They were published by Lars Edvard Phragmén in French and Swedish between 1893 and 1899, and translated to English by Svante Janson in 2016. Ther ...
. and the
Method of Equal Shares The Method of Equal Shares (in early papers the method has been also referred to as Rule X, but since 2022 the authors started using the name "method of equal shares") is a proportional method of counting ballots that applies to participatory bud ...
. Computing the winner with SNTV can be done in polynomial time, but with ACC it is NP-hard, as well as with PAV.


Positional scoring rules for committees

Positional scoring rules are common in rank-based single-winner voting. Each voter ranks the candidates from best to worst, a pre-specified function assigns a score to each candidate based on his rank, and the candidate with the highest total score is elected. In multiwinner voting held using these systems, we need to assign scores to ''committees'' rather than to individual candidates. There are various ways to do this, for example: *
Single non-transferable vote Single non-transferable vote or SNTV is an electoral system used to elect multiple winners. It is a generalization of first-past-the-post, applied to multi-member districts with each voter casting just one vote. Unlike FPTP, which is a single-winn ...
: each voter gives 1 point to a committee, if it contains his most preferred candidate. In other words: each voter votes for a single candidate in a contest that elects multiwinners, and the ''k'' candidates with the largest number of votes are elected. This generalizes
First-past-the-post voting In a first-past-the-post electoral system (FPTP or FPP), formally called single-member plurality voting (SMP) when used in single-member districts or informally choose-one voting in contrast to ranked voting, or score voting, voters cast their ...
. It can be computed in polynomial time. *
Multiple non-transferable vote The multiple non-transferable vote (MNTV) is a group of voting system, in which voters elect several representatives at once, with each voter having more than one vote. MNTV uses multi-member electoral districts or only one district, which conta ...
(also called ''bloc voting''): each voter gives 1 point to a committee for each open seat in his top ''k''. In other words: each voter votes for ''k'' candidates where ''k'' seats are open, and the ''k'' candidates with the largest number of votes are elected. *''k''-Borda: each voter gives, to each committee member, his
Borda count The Borda count is a family of positional voting rules which gives each candidate, for each ballot, a number of points corresponding to the number of candidates ranked lower. In the original variant, the lowest-ranked candidate gets 0 points, the ...
. Each voter ranks the candidates and the rankings are scored together. The ''k'' candidates with the highest total Borda score are elected. *Borda-Chamberlin-Courant (BCC): each voter gives, to each committee, the Borda count of his most preferred candidate in the committee. Computing the winner with BCC is NP-hard.


Condorcet committees

In single-winner voting, a
Condorcet winner An electoral system satisfies the Condorcet winner criterion () if it always chooses the Condorcet winner when one exists. The candidate who wins a majority of the vote in every head-to-head election against each of the other candidatesthat is, a ...
is a candidate who wins in every head-to-head election against each of the other candidates. A
Condorcet method A Condorcet method (; ) is an election method that elects the candidate who wins a majority of the vote in every head-to-head election against each of the other candidates, that is, a candidate preferred by more voters than any others, whenever ...
is a method that selects a Condorcet winner whenever it exists. There are several ways to adapt Condorcet's criterion to multiwinner voting: * The first adaptation was by
Peter Fishburn Peter Clingerman Fishburn (September 2, 1936 – June 10, 2021) was an American mathematician, known as a pioneer in the field of decision theory. In collaboration with Steven Brams, Fishburn published a paper about approval voting in 1978. Biog ...
: a committee is a ''Condorcet committee'' iff it is preferred, by a majority of voters, to any other possislbe committee. Fishburn assumed that the voters rank committees by the number of members in their approval set (i.e., they have
dichotomous preferences In economics, dichotomous preferences (DP) are preference relations that divide the set of alternatives to two subsets: "Good" versus "Bad". From ordinal utility perspective, DP means that for every two alternatives X,Y: : X \preceq Y \iff X \in ...
). Later works assumed that the voters rank committees by other criteria, such as by their
Borda count The Borda count is a family of positional voting rules which gives each candidate, for each ballot, a number of points corresponding to the number of candidates ranked lower. In the original variant, the lowest-ranked candidate gets 0 points, the ...
. It is coNP-complete to check if a committee satisfies this criterion, and coNP-hard to decide if there exist a Condorcet committee. *Another adaptation was by Gehrlein and Ratliff: a committee is a ''Condorcet set'' iff each candidate in it is preferred, by a majority of voters, to each candidate outside it. A multiwinner voting rule is sometimes called ''stable'' iff it selects a Condorcet set whenever it exists. Some stable rules are: **Multiwinner
Copeland's method Copeland's method is a ranked voting method based on a scoring system of pairwise "wins", "losses", and "ties". The method has a long history: * Ramon Llull described the system in 1299, so it is sometimes referred to as "Llull's method" * The ...
: each committee is scored by the "number of external defeats": the number of pairs (''c'',''d'') where c is in the committee, ''d'' is not, and ''c'' is preferred to ''d'' by a majority of the voters. **Multiwinner
Minimax Condorcet method In voting systems, the Minimax Condorcet method (often referred to as "the Minimax method") is one of several Condorcet methods used for tabulating votes and determining a winner when using ranked voting in a single-winner election. It is sometim ...
: each committee is scored by the "size of external opposition": the minimum, over all pairs (''c'',''d''), of the number of voters who prefer ''c''. **Multiwinner variants of some other Condorcet rules. *A third adaptation was by
Elkind Elkind is a surname. Notable people with the surname include: *David Elkind (born 1931), American psychologist and author *Edith Elkind, Estonian computer scientist *Jerome I. Elkind, American electrical engineer and computer scientist See also *E ...
, Lang and Saffidine: a ''Condorcet winning set'' is a set that, for each member ''d'' not in the set, some member ''c'' in the set is preferred to ''d'' by a majority. Based on this definition, they present a different multiwinner variant of the
Minimax Condorcet method In voting systems, the Minimax Condorcet method (often referred to as "the Minimax method") is one of several Condorcet methods used for tabulating votes and determining a winner when using ranked voting in a single-winner election. It is sometim ...
.


Other criteria

Computing
Pareto-efficient Pareto efficiency or Pareto optimality is a situation where no action or allocation is available that makes one individual better off without making another worse off. The concept is named after Vilfredo Pareto (1848–1923), Italian civil engin ...
committees is NP-hard in general.


Excellence elections

Excellence means that the committee should contain the "best" candidates. Excellence-based voting rules are often called ''screening rules.'' They are often used as a first step in a selection of a single best candidate, that is, a method for creating a
shortlist A short list or shortlist is a list of candidates for a job, prize, award, political position, etc., that has been reduced from a longer list of candidates (sometimes via intermediate lists known as "long lists"). The length of short lists varie ...
. A basic property that should be satisfied by such a rule is committee monotonicity (also called ''house monotonicity'', a variant of
resource monotonicity Resource monotonicity (RM; aka aggregate monotonicity) is a principle of fair division. It says that, if there are more resources to share, then all agents should be weakly better off; no agent should lose from the increase in resources. The RM pri ...
): if some ''k'' candidates are elected by a rule, and then the committee size increases to ''k''+1 and the rule is re-applied, then the first ''k'' candidates should still be elected. Some families of committee-monotone rules are: * Sequential rules:'''' using any single-winner voting rule, pick a single candidate and add it to the committee. Repeat the process ''k'' times. * Best-''k'' rules: using any scoring rule, assign a score to each candidate. Pick the ''k'' candidates with the highest scores. The property of committee monotonicity is incompatible with the property of ''stability'' (a particular adaptation of Condorcet's criterion): there exists a single voting profile that admits a unique Condorcet set of size 2, and a unique Condorcet set of size 3, and they are disjoint (the set of size 2 is not contained in the set of size 3).'''' On the other hand, there exists a family of positional scoring rules - the ''separable positional scoring rules'' - that are committee-monotone. These rules are also computable in polynomial time (if their underlying single-winner scoring functions are). For example, ''k''-Borda is separable while
Multiple non-transferable vote The multiple non-transferable vote (MNTV) is a group of voting system, in which voters elect several representatives at once, with each voter having more than one vote. MNTV uses multi-member electoral districts or only one district, which conta ...
is not.


Diversity elections

Diversity means that the committee should contain the top-ranked candidates of as many voters as possible. Formally, the following axioms are reasonable for diversity-centered applications: * Narrow-top criterion: if there exists a committee of size ''k'' containing the top-ranked candidate of every voter, then it should be elected. * Top-member monotonicity: if a committee is elected, and some voter shifts upwards the rank of his most-preferred winner, then the same committee should be elected.


Proportional elections

Proportionality means that each ''cohesive'' group of voters (that is: a group of voters with similar preferences) should be represented by a number of winners proportional to its size. Formally, if the committee is of size ''k'', there are ''n'' voters, and some ''L''*''n''/''k'' voters rank the same ''L'' candidates at the top (or approve the same ''L'' candidates), then these ''L'' candidates should be elected. This principle is easy to implement when the voters vote for parties (in
party-list An electoral list is a grouping of candidates for election, usually found in proportional or mixed electoral systems, but also in some plurality electoral systems. An electoral list can be registered by a political party (a party list) or can ...
systems), but it can also be adapted to approval voting or ranked voting; see
justified representation Justified representation (JR) is a criterion for evaluating the fairness of electoral systems in multiwinner voting, particularly in multiwinner approval voting. It can be seen as an adaptation of the proportional representation criterion to appr ...
.


Further reading

* Finding a Collective Set of Items: From Proportional Multirepresentation to Group Recommendation. * Budgeted Social Choice: From Consensus to Personalized Decision Making. * Achieving fully proportional representation: Approximability results.{{Cite journal, last1=Skowron, first1=Piotr, last2=Faliszewski, first2=Piotr, last3=Slinko, first3=Arkadii, date=2015-05-01, title=Achieving fully proportional representation: Approximability results, journal=Artificial Intelligence, volume=222, pages=67–103, arxiv=1312.4026, doi=10.1016/j.artint.2015.01.003, s2cid=467056


See also

*
Participatory budgeting Participatory budgeting (PB) is a type of citizen sourcing in which ordinary people decide how to allocate part of a municipal or public budget through a process of democratic deliberation and decision-making. Participatory budgeting allows ci ...
- can be seen as an extension of multiwinner voting in which each candidate has a "cost". In multiwinner voting, the price of each candidate is 1, and the budget is ''k''.


References

*