Offline approval voting: one candidate per round The simplest multi-issue voting setting is that there is a set of issues, and each agent votes either for or against each issue (effectively, there is a single candidate in each round). Amanatidis, Barrot, Lang, Markakis and Ries present several voting rules for this setting, based on the
Hamming distance: • The
utilitarian rule (which they call "minisum") just follows the majority vote of each issue independently of the others, This rule may be unfair towards minorities, but it is
strategyproof. • The
egalitarian rule (which they call "minimax") accepts a subset of issues that minimizes the maximum Hamming distance to the voters' ballots (that is, minimizes disagreement). This rule might arguably give too much power to minorities; additionally, it is not strategyproof. • A family of rules based on
Ordered weighted averaging can be used to interpolate between the utilitarian and egalitarian rule. This family allows to attain a trade-off between fairness towards minorities and strategyproofness. Barrot, Lang and Yokoo study the manipulability of these OWA-based rules. They prove that the only strategyproof OWA rule with non-increasing weights is the utilitarian rule. They also study empirically a sub-family of the OWA-based rules. Their family is characterized by a parameter
p, which represents a property called "
orness" of the OWA rule.
p=0.5 yields utilitarian AV, whereas
p=1 yields egalitarian AV. They show empirically that increasing
p results in a larger fraction of random profiles that can be manipulated by at least one voter. Freeman, Kahng and Pennock study
multiwinner approval voting with a variable number of winners. In fact, they treat each candidate as a binary issue (yes/no), so their setting can be seen as multi-issue voting with one candidate per round. They adapt the
justified representation concepts to this setting as follows: • Each voter gains satisfaction, not only from an elected candidate that he approves, but also from a non-elected candidate that he does not approve (this makes the problem similar to multi-issue voting, where each candidate is a binary issue). • A group is
L-large if it contains at least
L*
n/
m voters (where m is the total number of candidates), and
L-cohesive if in addition the group members agree on the placement of at least
L candidates (that is: the intersection of
Ai plus the intersection of
C\
Ai is at least
L). • A committee is
r-AS (r-average-satisfaction) if for every
L-cohesive group, the average of the members' satisfaction is at least
r*L. The JR, PJR and EJR conditions are generalized in a similar way. • The PAV rule chooses a committee that maximizes the sum of Harmonic(sati), where sati is the satisfaction of voter
i. The sequential Phragmen rule and the
method of equal shares divide the load of each elected candidate among the voters who approve it, and the load of each unelected candidate among the voters who do not approve it. All these rules satisfy PJR. MES violates EJR; it is not known whether the other two satisfy it. • A deterministic rule cannot guarantee
r-AS for r = (m-1)/m+epsilon, for any epsilon>0. PAV, Phragmen and MES cannot guarantee
r-AS for r = 1/2+epsilon. But there is a randomized rule that satisfies (29/32)-AS. Skowron and Gorecki study a similar setting: multi-issue voting with offline approval voting, where in each round
t there is a single candidate (a single yes/no decision). Their main fairness axiom is
proportionality: each group of size
k should be able to influence at least a fraction
k/
n of the decisions. This is in contrast to justified-representation axioms, which consider only
cohesive groups. This difference is important, since empirical studies show that cohesive groups are rare. Formally, they define two fairness notions, for voting without
abstentions: •
Proportionality: in each group of size
k, the utility of at least one voter should be larger than (
m/2)*(
k/
n)-1. The multiplicative factor of 1/2 is essential; as a simple example, suppose n/2 voters always vote "yes" and the other n/2 voters always vote "no". Then, any fair rule must decide "yes" exactly
m/2 times, so the utility of each voter would be
m/2. Therefore, for the group of all voters (
k=
n), we cannot guarantee a higher utility than (
m/2)*(
k/
n). •
Proportional average representation: a function
d(
*) such that, in every group of voters with size
k, the average satisfaction is at least
d(
k/
n) For voting with abstentions, the definitions must be adapted (since if all voters abstain in all issues, their utility will necessarily be 0): instead of
m, the factor changes to the number of issues on which all group members do not abstain. They study two rules: •
Proportional approval voting (PAV) – without abstentions, it guarantees the maximum possible average representation, which is d(r)=(m/2)*r-1; this implies that it is proportional. Moreover, for cohesive groups it has average representation d(L) > 3L/4-1. It is proportional also in voting with abstentions. • and
method of equal shares (MES) – without abstentions, it is proportional, and has average representation d(r)>((m+1)/3)*r-1. With abstentions, the naive implementation of MES is
not proportional; but it has a variant that is proportional (the method of coordinated auctions with equal shares). Teh, Elkind and Neoh study utilitarian welfare and egalitarian welfare optimization in public decision making with approval preferencers.
Offline approval voting: multiple candidates per round Brill, Markakis, Papasotiropoulos and Jannik Peters extended the results of Skowron and Gorecki to issues with multiple candidates per round, and possible dependencies between the issues; see below, the subsection on
Fairness in combinatorial voting. Page, Shapiro and Talmon studied a special case in which the "issues" are cabinet offices. For each office, there is a set of candidates; all sets are pairwise disjoint. Each voter should vote for a single candidate per office. The goal is to elect a single minister per office. In contrast to the public decision-making setting, study perpetual
multiwinner voting: at each round, each voter votes for a
single candidate. The goal is to elect a committee of a given size. In addition, the difference between the new committee and the previous committee should be bounded: in the
conservative model the difference is bounded from above (two consecutive committees should have a slight
symmetric difference), and in the
revolutionary model the difference is bounded from below (two successive committees should have a sizeable symmetric difference). Both models are NP-hard, even for a constant number of agents. == Combinatorial preferences ==