<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Rule X extended to score ballots]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Recently I have been interested in the method "Rule X," introduced in <a href="https://arxiv.org/abs/1911.11747" rel="nofollow ugc">this paper</a> as well as section 3.5 of <a href="https://arxiv.org/abs/2007.01795" rel="nofollow ugc">this paper</a>. There are rigorous definitions there, so in this post I'll try just to give intuition and informal descriptions.</p>
<p dir="auto">I will describe how it works on approval ballots, then how I have attempted to extend it to score.</p>
<p dir="auto">The basic idea is: each voter starts with $1 (or just voting power 1, but money is a more fun metaphor). A candidate costs a Hare quota $<em>q</em> to elect. We can interpret an approval from a voter as willingness to spend their remaining budget to elect that candidate. Rule X sequentially chooses the candidate who can be purchased for $<em>q</em> at the <strong>lowest</strong> uniform price (not exactly uniform since some voters may exhaust their entire budget).</p>
<p dir="auto">It's quite similar to, for example, Sequentially Spent Score, so let's compare the differences (using approval ballots!). Say the quota is $20. There are 35 supporters of candidate A who indicated a willingness and ability to pay $28 at $0.8 each. There are 30 supporters of candidate B who indicated a willingness and ability to pay $30 at $1 each.</p>
<p dir="auto">SSS would choose B on this round, since the indicated demand is higher. Rule X would choose A on this round, since the price per supporter is lower. For each method they remove $<em>q</em> from the budgets of the supporters of the winner, but they also do this in different ways.</p>
<p dir="auto">SSS treats a voter's remaining budget more like a <em>multiplicative</em> deweighting (yes I know this is handwavey), and subtracts a fraction of the $<em>q</em> in proportion to that voter's indicated willingness and ability to pay. On the other hand, Rule X treats a voter's remaining budget more like a <em>subtractive</em> deweighting, and chooses to subtract uniformly the smallest price possible such that if all the supporters pay that (up to their remaining budget) it will equal $<em>q</em>.</p>
<p dir="auto">The reason I am interested in this rule is its excellent axiomatic characteristics. It satisfies Extended Justified Representation (EJR) and is a logarithmic approximation to the core.</p>
<p dir="auto">I have extended Rule X to scored ballots with the following principle: when a voter gives a candidate a score of <em>s &lt; 1</em>, then all payments made by that voter to elect that candidate should be made with efficiency <em>s</em>, so if a voter has scored a candidate <em>0.3</em> then for price set at <em>0 &lt; p &lt;= 1</em> they will spend  <em>0.3p</em>. I'll illustrate this by way of example, but I can draw up a formal definition if the example does not make it clear enough what I'm doing.</p>
<ul>
<li>There is a coalition of 22 voters for candidate A with $0.6 remaining who scored A as 0.7</li>
<li>There is a coalition of 31 voters for candidate A with $0.35 remaining who scored A as 1.</li>
</ul>
<p dir="auto">Say the quota is again $20. Then the price <em>p</em> is the solution to <em>22*0.7*min(p, 0.6) + 31*1*min(p, 0.35) = 20</em> so the price will be set at <em>p = $0.458</em>. The coalition of <em>31</em> voters will be exhausted and the coalition of <em>22</em> voters will spend <em>0.7*p = 0.32</em> each to be left with $0.28 remaining.</p>
<p dir="auto">If there is no other candidate that can be purchased for a price of lower than <em>$0.458</em> then A will be selected and the ballots will be spent as above.</p>
<p dir="auto">You may ask "what if no candidate can get a full quota of demand?"<br />
This is a good question. What the authors of the method suggest is just to give every voter a little money uniformly until some candidate can be purchased (this is seq-Phragmen). Alternatively, it could just iteratively selected the highest-demand candidate and completely exhaust the budgets of its supporters. Note that this is exactly what SSS and Allocated Score do, so they run into the same problem of 'unaffordable' candidates, just it is a little harder to see.</p>
<p dir="auto">There is already significant discussion in those papers about Rule X in general. Of course, if there are glaring issues with the approval variant that would be important to hear, but what I am more interested in is an evaluation of my attempt to extend it to score ballots.</p>
<ul>
<li>Does the scored variant have any holes in terms of quality or strategic behavior?</li>
<li>Is this the most natural way to extend Rule X to scored ballots or is there another that makes more sense?</li>
</ul>
<p dir="auto">Looking forward to hearing thoughts, and again if my informal definition-by-example is not sufficient I am happy to provide pseudocode or a real formula.</p>
]]></description><link>http://www.votingtheory.org/forum/topic/184/rule-x-extended-to-score-ballots</link><generator>RSS for Node</generator><lastBuildDate>Fri, 17 Apr 2026 05:46:06 GMT</lastBuildDate><atom:link href="http://www.votingtheory.org/forum/topic/184.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 03 Feb 2022 19:20:04 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 17 Mar 2022 16:34:34 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/24">@Ted-Stern</a> Are you referring to this?</p>
<blockquote>
<p dir="auto">Consider this 5 winner example with clones for each candidate<br />
Red: 61% vote A:5, B:3, C:0<br />
Blue: 39% vote A:0, B:3, C:5<br />
RRV Gives                    ['A1', 'C1', 'A2', 'B1', 'B2']<br />
MES  Gives                 ['A1', 'A2', 'A3', 'C1', 'B1']<br />
SSS Gives                    ['A1', 'B1', 'B2', 'B3', 'B4']<br />
Allocated score Gives ['A1', 'B1', 'A2', 'B2', 'A3']<br />
STV Gives                    ['A1', 'A2', 'A3', 'C1', 'C2']</p>
</blockquote>
<p dir="auto">The code I ran (which I can share) was taken from the <a href="https://electowiki.org/wiki/Method_of_Equal_Shares" rel="nofollow ugc">electowiki page</a> written by the inventor <a href="https://electowiki.org/wiki/Piotr_Skowron" rel="nofollow ugc">Piotr Skowron</a> and I confirmed with him personally that the result was correct. I suspect you have a bug.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1171</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1171</guid><dc:creator><![CDATA[Keith Edmonds]]></dc:creator><pubDate>Thu, 17 Mar 2022 16:34:34 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 17 Mar 2022 05:12:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/18">@keith-edmonds</a> Just tested my implementation of MES and it gets the same results as you state for SSS, on these two examples.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1170</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1170</guid><dc:creator><![CDATA[Ted Stern]]></dc:creator><pubDate>Thu, 17 Mar 2022 05:12:49 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Sat, 19 Feb 2022 05:34:23 GMT]]></title><description><![CDATA[<p dir="auto">Perhaps this deserves its own thread but I will just put it here for now:</p>
<p dir="auto">Here is a proposed proportionality criterion possibly satisfied by SSS (and if so, probably MES as well). It intends to look at proportionality of utility rather than proportionality of ballot weight. I have adapted slightly the definition of FJR to make it more PJR-like as I explained in my prior post. I think the partial cohesion framework makes a lot of sense to use when talking about proportionality of utility.</p>
<p dir="auto">Say there is a coalition of voters S such that |S| is at least M quotas. Say for (integer) beta &lt;= M that there is a set T of M candidates such that u_i(T) &gt;= beta for all i in S. Then for any winning committee W, it must be satisfied that sum_{c in W} max_{i in S} u_i(c)  &gt;= beta.</p>
<p dir="auto">Note that this is still a rather weak condition and does not guarantee utility-efficient committees. One way to strengthen it might just be to use FJR and instead demand that max_{i \in S} u_i(W) &gt;= beta.</p>
<p dir="auto">Is either criterion satisfied by SSS or MES? Any quick counter-examples?</p>
<p dir="auto"><strong>Edit</strong>:<br />
Please feel free to check my arithmetic, but I believe this example shows that MES satisfies <em>neither</em> criterion above, even when it is exhaustive and does not return early. This is obviously a pathological scenario, but nonetheless it is one where MES returns clearly the 'wrong' result.</p>
<p dir="auto">5 candidates (A, B, C, D, E). 3 to elect. Quotas give scores<br />
q_1: (1, 0, 0.01, 0.01, 0.01)<br />
q_2: (0, 1, 0.01, 0.01, 0.01)<br />
q_3: (0, 0, 1, 1, 1)</p>
<p dir="auto">Since every voter in the coalition of quotas q_1 and q_2 gets utility 1 from {A, B}, then the criterion would demand that at least one voter gets utility 1 from the winning committee (alternatively, the weaker condition that the sum of max utilities in the coalition for the winning candidates is 1).</p>
<p dir="auto"><strong>Round 1</strong><br />
Ballot weights: q_1 = 1,   q_2 = 1,   q_3 = 1<br />
elect C for a price of 50/51</p>
<p dir="auto"><strong>Round 2</strong><br />
Ballot weights: q_1 =  101/102, q_2 = 101/102, q_3 = 1/51<br />
elect D for a price of 2500/51 (around 49.02)</p>
<p dir="auto"><strong>Round 3</strong><br />
Ballot weights: q_1 = 1/2, q_2 = 1/2, q_3 = 0<br />
elect E for a price of 50</p>
<p dir="auto">So the winning set is {C, D, E}. The utility of any voter in q_1 or q_2 is 0.03, far short of 1, so the criterion is violated. On the other hand, SSS, AS, STV all return {A, B, C}, the 'correct' winner set.</p>
<p dir="auto">Unfortunately, it's not true for SSS either. Consider the example where there are 2 voters and two candidates to elect. Voter 1 submits (1, 0.99, 0) and voter 2 submits (0, 0.011, 1).</p>
]]></description><link>http://www.votingtheory.org/forum/post/1138</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1138</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 19 Feb 2022 05:34:23 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 17 Feb 2022 21:10:28 GMT]]></title><description><![CDATA[<p dir="auto">One criterion that I would regard as essential for any approval-based proportional method is that in the case where the number of candidates equals the number of voters, then if the ballots make it possible for each voter to be uniquely assigned a candidate that they approved, then such a result must be the result.</p>
<p dir="auto">It's a bit like perfect representation, except that perfect representation makes the demand for fractions of candidates. (E.g. if it's possible for each voter to be assigned their own unique 0.05 of a candidate - allowing e.g. for 0.025 each for two candidates - then this must happen.)</p>
<p dir="auto">A similar criterion would be that for each new candidate you add to the committee from 1 upwards, they must be assignable to a different voter, until every voter has their own candidate (assuming the ballots make it possible). It would then continue with each voter getting a second candidate in turn if even more candidates were added.</p>
<p dir="auto">Thiele-based methods fail this.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1137</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1137</guid><dc:creator><![CDATA[Toby Pereira]]></dc:creator><pubDate>Thu, 17 Feb 2022 21:10:28 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Tue, 15 Feb 2022 23:45:12 GMT]]></title><description><![CDATA[<p dir="auto">@andy-dienes Its worth considering that the extension of JR to score could have been done differently and it is not clear what Piotr did was correct.</p>
<p dir="auto">For example, the SSS can fail this version of JR because a group does not agree on full support for any candidate.  It comes from the extension of JR to score. I think of PR in the score case more like how using the Kotze-Pereira transformation then approval JR works. You need a quota of voters giving full support or 2 quotas giving half support. I think in terms of quotas of score not quotas of voters.</p>
<p dir="auto">MES allows a voter to buy a candidate for more than their score/utility given on the ballot if rho &gt;0. This violates what I call Vote unitarity. What would MES do if you limited rho to be less than 1? That would be much more similar to SSS but might be broken. Consider the pathological scenario for MES.</p>
<p dir="auto">Candidates = ['A','B1','B2','B3','B4','B5','B6']<br />
1 * &lsqb;&lsqb;1,5,0,0,0,0,0&rsqb;&rsqb;<br />
5 * &lsqb;&lsqb;1,0,5,0,0,0,0&rsqb;&rsqb;<br />
5 * &lsqb;&lsqb;1,0,0,5,0,0,0&rsqb;&rsqb;<br />
5 * &lsqb;&lsqb;0,0,0,0,5,0,0&rsqb;&rsqb;<br />
5 * &lsqb;&lsqb;0,0,0,0,0,5,4&rsqb;&rsqb;<br />
5 * &lsqb;&lsqb;0,0,0,0,0,3,5&rsqb;&rsqb;</p>
<p dir="auto">Winners = 5.0</p>
<p dir="auto">I submit that A should not be elected but MES selects it. This is not an unrealistic example either. Allocated score can do similar things. It comes from the sort and I have long complained about whole ballots being allocated for a score of 1. For the MES case it is related to candidates being just short of a full quota.</p>
<p dir="auto">A related issues with MES is that it needs a completion method and they chose bloc score. I think SSS would be a better "completion method" for MES instead. It would avoid situations like</p>
<p dir="auto">['A','B1','B2','B3','B4','B5','C0','C1','C2']<br />
39 * &lsqb;&lsqb;0,5,5,5,5,5,0,0,0&rsqb;&rsqb;<br />
18 * &lsqb;&lsqb;0,0,0,0,0,0,5,0,0&rsqb;&rsqb;<br />
17 * &lsqb;&lsqb;0,0,0,0,0,0,0,5,0&rsqb;&rsqb;<br />
16 * &lsqb;&lsqb;0,0,0,0,0,0,0,0,5&rsqb;&rsqb;<br />
7 * &lsqb;&lsqb;5,0,0,0,0,0,0,0,0&rsqb;&rsqb;<br />
2 * &lsqb;&lsqb;5,0,0,0,0,0,0,0,0&rsqb;&rsqb;</p>
<p dir="auto">Winners = 5.0</p>
<p dir="auto">MES returns ['B1','B2','B3','B4','B5'] but with the SSS completion you get ['B1', 'B2', 'C0', 'C1', 'C2'].</p>
<p dir="auto">Anyway, single examples are not really great since all systems have problems. We need to simulate the three with strategy.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1129</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1129</guid><dc:creator><![CDATA[Keith Edmonds]]></dc:creator><pubDate>Tue, 15 Feb 2022 23:45:12 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Tue, 15 Feb 2022 20:49:46 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@Toby-Pereira</a> I think you may be interested in the notion of "Individual Representation" (IR) here</p>
<p dir="auto"><a href="https://arxiv.org/abs/2112.05193" rel="nofollow ugc">https://arxiv.org/abs/2112.05193</a></p>
<p dir="auto">It is basically the same kind of idea of Justified Representation, but made about as strong as it gets.</p>
<p dir="auto">It requires that <em>every</em> voter who is part of an f-cohesive group must have at least f winners in the committee. I think this is a cool thing to consider because</p>
<ul>
<li>On the surface, it sounds very desirable (although it is not always possible).</li>
<li>Like the notion of "balanced stable priceability" (BSP, a tweak on core stability) it is in some sense the strongest possible demand for a certain philosophy on proportionality</li>
<li>Despite the above two, it is <em>strongly incompatible</em> with core stability in that there is an election where the committees providing core-stability (and thus also any BSP committee) is <em>disjoint</em> from the set of committees providing IR.</li>
</ul>
<p dir="auto"><img src="/forum/assets/uploads/files/1644949405471-60961673-ab75-4061-ad8b-656caa5da3e7-image.png" alt="60961673-ab75-4061-ad8b-656caa5da3e7-image.png" class=" img-responsive img-markdown" width="542" height="375" /></p>
<p dir="auto">edit: I know this is a lot of acronyms so I'll provide a synopsis for those who don't have as much time to waste reading papers as I do:</p>
<p dir="auto">Say 5 quotas of voter (say, S) all agree on 5 candidates (say, T). Then</p>
<ul>
<li>Justified Representation (JR) says at least one voter in S should approve at least one winner</li>
<li>semi-strong JR says every voter within S should approve at least one winner</li>
<li>strong JR says one of the candidates in T needs to win</li>
<li>Proportional JR (PJR) says the voters in S need to approve at least 5 winners total</li>
<li>Extended JR (EJR) says at least one voter in S needs to approve at least 5 winners total</li>
<li>Fully JR (FJR) is the same as EJR with a fractional relaxation of the definition of 'cohesive,' so if instead of unanimity we have 5 quotas of voters S all approve 3 out of some set of 5 candidates T, then at least one voter in S approves at least 3 winners.</li>
<li>Individual Representation (IR) says every voter in S needs to approve at least 5 winners total</li>
</ul>
<p dir="auto">In this light, you might think of IR as semi-strong EJR. I'm sure you could also define strong EJR (i.e., all candidates in T need to win) but this would be an incredibly restrictive criterion. Interestingly, you could also define FJR with a PJR flavor (voters from S approve at least 3 winners total), or semi-strong (voters from S approve at least 3 candidates each) or strong (3 candidates from T are elected). I haven't seen these notions in the literature yet and I'm not really sure how they would compare to the other ideas, but it's definitely on theme.</p>
<p dir="auto">Core, BSP, and PR are defined in other ways that are not as easy to summarize, but here's a shot at it:</p>
<ul>
<li>a committee W is core if there is no coalition of voters S comprising at least f quotas, and can propose f winners T such that all of S prefers T to W</li>
<li>BSP means voters can be fractionally assigned to winners they support in W such that every winner gets the same total ballot weight assigned, each voter assigned to that winner spends the same fraction of ballot weight, no coalition has enough remaining support to elect a non-winner, and it is stable in the core sense.</li>
<li>Perfect Representation (PR) means that voters can be partitioned into quotas such that each quota is unanimous for a winner.</li>
</ul>
<p dir="auto">Now, the incompatibilities above mean that it will be impossible to satisfy all of these criteria in every circumstance... but there may very well be an algorithm out there that either simutaneously approximates BSP &amp; IR, or one that is guaranteed to provide either an IR or a BSP committee, when at least one exists. Of course if neither exists then who knows what the right committee is, but I think here there be dragons.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1128</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1128</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Tue, 15 Feb 2022 20:49:46 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Sat, 12 Feb 2022 21:34:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/18">@keith-edmonds</a> said in <a href="/forum/post/1101">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">Consider this 5 winner example with clones for each candidate<br />
Red: 61% vote A:5, B:3, C:0<br />
Blue: 39% vote A:0, B:3, C:5</p>
<p dir="auto">RRV Gives                    ['A1', 'C1', 'A2', 'B1', 'B2']<br />
MES  Gives                 ['A1', 'A2', 'A3', 'C1', 'B1']<br />
SSS Gives                    ['A1', 'B1', 'B2', 'B3', 'B4']<br />
Allocated score Gives ['A1', 'B1', 'A2', 'B2', 'A3']<br />
STV Gives                    ['A1', 'A2', 'A3', 'C1', 'C2']</p>
<p dir="auto">I could have made a calculational error but I did it with code which I can post if people want to look for bugs. If correct this is super interesting. They all give different results.</p>
<p dir="auto">Which sets are in the core? If any?</p>
</blockquote>
<p dir="auto">Just out of interest, I worked this out with <a href="https://electowiki.org/wiki/COWPEA" rel="nofollow ugc">COWPEA</a> + KP and got the following percentages (assuming I calculated correctly):</p>
<p dir="auto">A: 43.1%<br />
B: 34.3%<br />
C : 22.6%</p>
<p dir="auto">This would probably mean 2 As, 2Bs and a C in a five-seat constituency (the RRV result). Which I think you consider to be not a great result.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1124</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1124</guid><dc:creator><![CDATA[Toby Pereira]]></dc:creator><pubDate>Sat, 12 Feb 2022 21:34:59 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Sat, 12 Feb 2022 02:39:47 GMT]]></title><description><![CDATA[<p dir="auto">Just to add---I also now computed the var-Phragmen objective for each of those committees. It is a bit slower since it is a nonlinear objective so I only did 400 trials not 1000.</p>
<p dir="auto">but the results are:</p>
<p dir="auto">AAABC: 0.00018<br />
ABBBB: 0.247<br />
AAABB: 0.186<br />
AAACC: 0.00042<br />
AABBC: 0.00011</p>
<p dir="auto">For context, the var-Phragmen objective tries to minimize the variance of the 'voter load.' It is equivalent to Sainte-Lague when voters vote along party-lists. There is a stripped-down (much easier to compute but less useful information) version of this metric sometimes referred to as 'Ebert cost.'</p>
]]></description><link>http://www.votingtheory.org/forum/post/1123</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1123</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 12 Feb 2022 02:39:47 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Sat, 12 Feb 2022 00:55:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/8">@marylander</a> said in <a href="/forum/post/1121">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">through <a href="http://scorevoting.net" rel="nofollow ugc">scorevoting.net</a></p>
</blockquote>
<p dir="auto">That url makes me shudder ...</p>
]]></description><link>http://www.votingtheory.org/forum/post/1122</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1122</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Sat, 12 Feb 2022 00:55:58 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Sat, 12 Feb 2022 00:05:23 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/18">@keith-edmonds</a> Also if we don't include RRV, people who learn about some of this stuff through <a href="http://scorevoting.net" rel="nofollow ugc">scorevoting.net</a> might read the report and ask, "where's RRV?"</p>
<p dir="auto">If we didn't include STV, we'd have the same problem, just with different entry points.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1121</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1121</guid><dc:creator><![CDATA[Marylander]]></dc:creator><pubDate>Sat, 12 Feb 2022 00:05:23 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Fri, 11 Feb 2022 21:59:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@toby-pereira</a> said in <a href="/forum/post/1119">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">When you gave the results for your example in the post a few above you said RRV, but do you mean that you actually used SDV? Edit - In any case I don't think RRV is the method worth calculating results for.</p>
</blockquote>
<p dir="auto">It was RRV. The only good thing about RRV is that it is simple to calculate. It was included to be illustrative. I think STV is garbage but I included that too as a reference point. I think DSV is the best Thiele system but I do not like Thiele systems so I never bothered to code it.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@toby-pereira</a> said in <a href="/forum/post/1119">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">Yeah, that's the one that's SPAV + KP, right? I think that's still my preferred Thiele-based option.</p>
</blockquote>
<p dir="auto">Yes that is what it is called on this page. <a href="https://electowiki.org/wiki/Kotze-Pereira_transformation" rel="nofollow ugc">https://electowiki.org/wiki/Kotze-Pereira_transformation</a></p>
<p dir="auto">There is no proper page for it. If you want to advocate for it you should make one</p>
]]></description><link>http://www.votingtheory.org/forum/post/1120</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1120</guid><dc:creator><![CDATA[Keith Edmonds]]></dc:creator><pubDate>Fri, 11 Feb 2022 21:59:59 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Fri, 11 Feb 2022 21:38:04 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/18">@keith-edmonds</a> said in <a href="/forum/post/1116">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">I would not say that. Systems like SSS and MES are designed to be sequential. That may be the issue with RRV but SSS and MES do not have the same excuse. <a href="https://electowiki.org/wiki/Single_distributed_vote" rel="nofollow ugc">DSV</a> is the sequential implementation of Thiele for score. Or at least I designed it to be a close to SPAV as I could.</p>
</blockquote>
<p dir="auto">When you gave the results for your example in the post a few above you said RRV, but do you mean that you actually used SDV? Edit - In any case I don't think RRV is the method worth calculating results for.</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@toby-pereira</a> said in <a href="/forum/post/1114">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">As an aside, regardless of what one thinks of Thiele methods in general, I do not consider RRV to be a good implementation of it.</p>
</blockquote>
<p dir="auto">You prefer Sequential Proportional Score Voting, correct?</p>
</blockquote>
<p dir="auto">Yeah, that's the one that's SPAV + KP, right? I think that's still my preferred Thiele-based option. But either that or SDV are likely superior to RRV.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1119</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1119</guid><dc:creator><![CDATA[Toby Pereira]]></dc:creator><pubDate>Fri, 11 Feb 2022 21:38:04 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Fri, 11 Feb 2022 17:47:15 GMT]]></title><description><![CDATA[<p dir="auto">@andy-dienes said in <a href="/forum/post/1117">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">As far as I can tell, there is no particularly obvious way to extend the definitions to score while maintaining poly-time computability</p>
</blockquote>
<p dir="auto">Perhaps the <a href="https://electowiki.org/wiki/Kotze-Pereira_transformation" rel="nofollow ugc">Kotze-Pereira transformation</a></p>
]]></description><link>http://www.votingtheory.org/forum/post/1118</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1118</guid><dc:creator><![CDATA[Keith Edmonds]]></dc:creator><pubDate>Fri, 11 Feb 2022 17:47:15 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Fri, 11 Feb 2022 19:57:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/18">@keith-edmonds</a></p>
<p dir="auto">As far as I can tell, there is no particularly obvious way to extend the definitions to score while maintaining poly-time computability (at least, not that I can theoretically motivate). That is why I chose to transform to approval with random thresholds.</p>
<p dir="auto">I am computing maximin support as described in Theorem 2 of this paper <a href="https://arxiv.org/pdf/1609.05370.pdf" rel="nofollow ugc">https://arxiv.org/pdf/1609.05370.pdf</a></p>
<p dir="auto">And stable priceability as defined in section 3 of this paper <a href="https://www.cs.toronto.edu/~nisarg/papers/priceability.pdf" rel="nofollow ugc">https://www.cs.toronto.edu/~nisarg/papers/priceability.pdf</a></p>
<p dir="auto">also</p>
<blockquote>
<p dir="auto">Perhaps an Optimal (non sequential) variant of MES could be made where the rho is the same for all winners. This should minimize free riding like with SSQ but do it more cleanly</p>
</blockquote>
<p dir="auto">I would be surprised if this is always possible, but it's an interesting idea. I am assuming you mean to still choose the winners sequentially, given some uniform rho?</p>
<p dir="auto">edit: at the very least, it will be possible when every candidate has at least one bullet voter... you can set rho to be very high 1/(minimum over all scores awarded). Then this is the greedy chamberlin-courant rule where a score &gt; 0 is interpreted as an approval. It might still have the issue where not every winner gets a full quota.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1117</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1117</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 11 Feb 2022 19:57:14 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Fri, 11 Feb 2022 17:21:36 GMT]]></title><description><![CDATA[<p dir="auto">@andy-dienes said in <a href="/forum/post/1113">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">I wanted to see how these committees fared in terms of<br />
a) the Maximin Support objective, equivalent to the max-Phragmen objective<br />
b) stable priceability, which implies core</p>
</blockquote>
<p dir="auto">Do these need to be defined in terms of Approval? Can you give the formula you used for clarity?</p>
<p dir="auto">@andy-dienes said in <a href="/forum/post/1113">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">The example as given is really a very edge case with tight numbers</p>
</blockquote>
<p dir="auto">As intended. It is only going to be such cases where they differ in results. <a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/19">@BTernaryTau</a> Can you make a Ternary plot for MES. It would be interesting to see the differences between. SSS, MES, Allocated Score, RRV and STV.</p>
<p dir="auto">@andy-dienes said in <a href="/forum/post/1113">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">I expect the committees these rules return would change a lot with a little noise added.</p>
</blockquote>
<p dir="auto">This was how I started the <a href="https://github.com/endolith/Keith_Edmonds_vote_sim" rel="nofollow ugc">simulations from last time</a>. I simulated the supporters as gaussian blobs that I put in the 2D plane. The default example in vote_sim.py is somewhat similar to this example.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@toby-pereira</a> said in <a href="/forum/post/1114">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">It's weird that RRV has done that since its mechanism is just to maximise the "satisfaction" score for each voter.</p>
</blockquote>
<p dir="auto">Simulation have show that RRV gets higher total utility more often. I suspect this is just a weird example for RRV.</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@toby-pereira</a> said in <a href="/forum/post/1114">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">I presume then that this is to do with electing sequentially rather than something fundamental to RRV itself. And I would also presume that electing sequentially can throw out weird anomalies for any voting method, and I don't see any particular reason why any method should be more susceptible than any other method to this.</p>
</blockquote>
<p dir="auto">I would not say that. Systems like SSS and MES are designed to be sequential. That may be the issue with RRV but SSS and MES do not have the same excuse. <a href="https://electowiki.org/wiki/Single_distributed_vote" rel="nofollow ugc">DSV</a> is the sequential implementation of Thiele for score. Or at least I designed it to be a close to SPAV as I could.</p>
<p dir="auto">Perhaps an Optimal (non sequential) variant of MES could be made where the rho is the same for all winners. This should minimize free riding like with <a href="https://electowiki.org/wiki/Sequentially_Shrinking_Quota" rel="nofollow ugc">SSQ</a> but do it more cleanly</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@toby-pereira</a> said in <a href="/forum/post/1114">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">As an aside, regardless of what one thinks of Thiele methods in general, I do not consider RRV to be a good implementation of it.</p>
</blockquote>
<p dir="auto">You prefer Sequential Proportional Score Voting, correct?</p>
]]></description><link>http://www.votingtheory.org/forum/post/1116</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1116</guid><dc:creator><![CDATA[Keith Edmonds]]></dc:creator><pubDate>Fri, 11 Feb 2022 17:21:36 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Fri, 11 Feb 2022 12:45:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/8">@marylander</a> said in <a href="/forum/post/1104">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">On the other hand, RRV and STV choose winner sets where all voters are strictly worse off than under the SSS winner set,</p>
</blockquote>
<p dir="auto">It's weird that RRV has done that since its mechanism is just to maximise the "satisfaction" score for each voter. I presume then that this is to do with electing sequentially rather than something fundamental to RRV itself. And I would also presume that electing sequentially can throw out weird anomalies for any voting method, and I don't see any particular reason why any method should be more susceptible than any other method to this.</p>
<p dir="auto">As an aside, regardless of what one thinks of Thiele methods in general, I do not consider RRV to be a good implementation of it.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1114</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1114</guid><dc:creator><![CDATA[Toby Pereira]]></dc:creator><pubDate>Fri, 11 Feb 2022 12:45:47 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Fri, 11 Feb 2022 16:46:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/18">@keith-edmonds</a></p>
<p dir="auto">I wanted to see how these committees fared in terms of<br />
a) the Maximin Support objective, equivalent to the max-Phragmen objective<br />
b) stable priceability, which implies core</p>
<p dir="auto">I transformed scores to approvals by having each voter choose a uniform random approval threshold in (0,1). It took me a little bit to formulate the linear programs, so there may be bugs, but my calculations give, averaged over 1000 trials,</p>
<p dir="auto">AAABC: maximin support = 1 (quota), stable priceable probability = 0.4<br />
ABBBB: maximin support = 0.75 (quota), stable priceable probability = 0<br />
AAABB: maximin support = 0.84 (quota), stable priceable probability = 0<br />
AAACC: maximin support = 0.96 (quota), stable priceable probability = 0.25<br />
AABBC: maximin support = 1 (quota), stable priceable probability = 0.46</p>
<p dir="auto">Important note: these are the values for the <em>committees</em> not for the selection rules that originally found them. The example as given is really a very edge case with tight numbers, so the randomness in approval thresholds helps smooth that out a little. I expect the committees these rules return would change a lot with a little noise added.</p>
<p dir="auto">BTW, I think this might illustrate my heuristic objection to defining stability (and preferences over sets) as just pure linear utility. With the literal linear utility interpretation, ABBBB is stable and blocks both AABBC and AAACC. However, if we interpret the score 3/5 as a 60% probability of approval, suddenly ABBBB is <em>never</em> stable, and AABBC &amp; AAACC both have non-trivial stability probability. Furthermore, if either (or both) 1) that score of 3 is lowered slightly to like 2.8  or 2) some small fraction of voters choose to bullet vote, all of a sudden ABBBB does not look particularly good either from a stability standpoint or utility.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1113</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1113</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Fri, 11 Feb 2022 16:46:59 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Fri, 11 Feb 2022 01:38:40 GMT]]></title><description><![CDATA[<p dir="auto">@andy-dienes said in <a href="/forum/post/1111">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">anything satisfying priceability (which is a very intuitive criterion to me, implies PJR)</p>
</blockquote>
<p dir="auto">Can you (or somebody) make a priceability electowiki page?</p>
]]></description><link>http://www.votingtheory.org/forum/post/1112</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1112</guid><dc:creator><![CDATA[Keith Edmonds]]></dc:creator><pubDate>Fri, 11 Feb 2022 01:38:40 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 10 Feb 2022 23:44:15 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@toby-pereira</a> said in <a href="/forum/post/1108">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">Also, on PJR, it's worth pointing out that Sainte-Laguë/Webster can in some circumstances fail the lower quota rule, so presumably fails this criterion</p>
</blockquote>
<p dir="auto">True! And moreover, anything satisfying priceability (which is a very intuitive criterion to me, implies PJR) <em>must</em> be an extension of D'Hondt.</p>
<p dir="auto">The example you have given for perfect representation is an example of how it is incompatible with Pareto efficiency. I definitely agree this is a mark against it.</p>
<p dir="auto">I think we are really on the same page: we both agree that PJR is desirable and weak, just I view failures of PJR as more damning than you do. FWIW, I also prefer D'Hondt to St. Lague</p>
]]></description><link>http://www.votingtheory.org/forum/post/1111</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1111</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 10 Feb 2022 23:44:15 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 10 Feb 2022 22:37:39 GMT]]></title><description><![CDATA[<p dir="auto">@andy-dienes said in <a href="/forum/post/1107">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">Voters (generally) have a better sense of a preference ranking than they do actual utility distributions over candidates</p>
</blockquote>
<p dir="auto">Agreed but they do have some sense and that helps. This is the same as adding noise the the system and it will largely average out</p>
<blockquote>
<p dir="auto">Voters' utilities (whether they acknowledge it or not) tend to decay somewhat geometrically over their preferences</p>
</blockquote>
<p dir="auto">I do not agree. This is what people say about money but not candidates</p>
<blockquote>
<p dir="auto">Even given the above two assumptions, voters nonetheless tend to report utilities in more linear way over their preferences</p>
</blockquote>
<p dir="auto">I think that even if it is flawed it would be good to be able to make this as an honest recommendation for how to vote.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1110</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1110</guid><dc:creator><![CDATA[Keith Edmonds]]></dc:creator><pubDate>Thu, 10 Feb 2022 22:37:39 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 10 Feb 2022 22:17:13 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/8">@marylander</a> said in <a href="/forum/post/1104">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">On the other hand, RRV and STV choose winner sets where all voters are strictly worse off than under the SSS winner set, so if we make the assumption* that the sum of the scores can be used to determine which overall committee the voter would approve, then could be interpreted as quite a bad example for RRV and STV.</p>
<p dir="auto">* I'm not calling it an unreasonable assumption, but it is an assumption and so I'm stating it. Perhaps we could test it with surveys, although in my opinion the meaning of scores depends on the voting system to some extent, so it might not be easy.</p>
</blockquote>
<p dir="auto">Even aside from scores, and looking at full approvals, there are scenarios where a "Pareto dominated" result is arguably better. See the archive <a href="https://www.votingtheory.org/archive/posts?where=%7B%22_id%22%3A2645%7D" rel="nofollow ugc">here</a>.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1109</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1109</guid><dc:creator><![CDATA[Toby Pereira]]></dc:creator><pubDate>Thu, 10 Feb 2022 22:17:13 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 10 Feb 2022 22:05:40 GMT]]></title><description><![CDATA[<p dir="auto">@andy-dienes said in <a href="/forum/post/1093">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/52">@toby-pereira</a> I think this example actually shows my point. In this case, (with very high probability if the approval sets are truly uncorrelated) any two of the winners will satisfy EJR (and thus also PJR/JR), so it is not restrictive at all.</p>
</blockquote>
<p dir="auto">My point wasn't that it was restrictive, but that it seemed a bit weak, making requirements about just one voter (but you acknowledged that later in your post).</p>
<blockquote>
<p dir="auto">Unless I'm misunderstanding the setup, I'm not sure why you are saying the two 51% will necessarily be elected (although, in this case it does seem like the 'right' choice).</p>
</blockquote>
<p dir="auto">Well, the two 51% candidates should be elected under any reasonable method given the lack of any correlation. But in any case, the point is that it shows that approximately 1/8 of the electorate will be unrepresented despite being part of a Hare quota.</p>
<blockquote>
<p dir="auto">Edit: I should probably mention there is another intuitive criterion, <em>perfect</em> representation. This is when the voters can be exactly divided into quotas such that each quota gets a unanimous winner. Obviously, this is also not always possible, but more importantly it is <em>incompatible</em> with EJR. This is one reason maybe it's reasonable to consider EJR 'clumsy.' However, it is compatible with PJR. It seems to me that PJR is weak enough such that any noncompliance is likely indicative of deeper problems. In particular, optimization of the maxPhragmen metric implies PJR. Your 'squared load' metric I believe is equivalent to the varPhragmen objective function, which implies JR.</p>
</blockquote>
<p dir="auto">There are cases where it is arguably undesirable to have perfect representation. I added an example to the <a href="https://electowiki.org/wiki/Perfect_representation" rel="nofollow ugc">wiki page</a>. But to copy and paste:</p>
<p dir="auto">Consider the following election with two winners, where A, B, C and D are candidates, and the number of voters approving each candidate are as follows:</p>
<p dir="auto">100 voters: A, B, C</p>
<p dir="auto">100 voters: A, B, D</p>
<p dir="auto">1 voter: C</p>
<p dir="auto">1 voter: D</p>
<p dir="auto">A method passing the perfect representation criterion must elect candidates C and D despite near universal support for candidates A and B. This could be seen as an argument against perfect representation as a useful criterion.</p>
<p dir="auto">Also, on PJR, it's worth pointing out that Sainte-Laguë/Webster can in some circumstances fail the lower quota rule, so presumably fails this criterion. See <a href="https://rangevoting.org/Apportion.html" rel="nofollow ugc">example on Warren Smith's site</a>. And I would generally consider this to be a fair system.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1108</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1108</guid><dc:creator><![CDATA[Toby Pereira]]></dc:creator><pubDate>Thu, 10 Feb 2022 22:05:40 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 10 Feb 2022 21:53:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="http://www.votingtheory.org/forum/uid/18">@keith-edmonds</a> said in <a href="/forum/post/1106">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">This contradicts you prior statement about how a voter will adjust their scoring to the system.</p>
</blockquote>
<p dir="auto">Hm, fair enough.</p>
<p dir="auto">I think my mental model of voter preferences is something like:</p>
<ul>
<li>Voters (generally) have a better sense of a preference ranking than they do actual utility distributions over candidates</li>
<li>Voters' utilities (whether they acknowledge it or not) tend to decay somewhat geometrically over their preferences</li>
<li>Even given the above two assumptions, voters nonetheless tend to <em>report</em> utilities in more linear way over their preferences</li>
</ul>
<p dir="auto">This third point led me to tacitly apply some superlinear transformation to the utilities when I am thinking about who should win qualitatively, but I see what you are saying that if voters wanted this superlinear transformation interpretation they would have just voted that way. It still would feel weird to me for C not to get even 1 winner, but I will try to quantify that in a more robust way.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1107</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1107</guid><dc:creator><![CDATA[[[global:former_user]]]]></dc:creator><pubDate>Thu, 10 Feb 2022 21:53:59 GMT</pubDate></item><item><title><![CDATA[Reply to Rule X extended to score ballots on Thu, 10 Feb 2022 21:36:24 GMT]]></title><description><![CDATA[<p dir="auto">@andy-dienes said in <a href="/forum/post/1105">Rule X extended to score ballots</a>:</p>
<blockquote>
<p dir="auto">In the case of a method on that profile choosing AAABB or ABBBB, I would certainly feel 'cheated' if I were a Blue voter, and in subsequent elections I would probably be less willing to compromise.</p>
</blockquote>
<p dir="auto">This contradicts you prior statement about how a voter will adjust their scoring to the system.<br />
Suppose the the voter is using a mental model to map utility, u, to score, s.</p>
<p dir="auto">s = S(u)</p>
<p dir="auto">What we want is for this function to obey <a href="https://en.wikipedia.org/wiki/Cauchy%27s_functional_equation" rel="nofollow ugc">Cauchy's functional equation</a> such that.</p>
<p dir="auto">S(u1 + u2) = S(u1) + S(u2)</p>
<p dir="auto">This mental model is derived from how the system treats scores. In SSS and MES the scores are treated linearly so that such a model arises naturally. In RRV and Allocated Score this is not the case so they will have to adjust the S(u) function to compensate. Even though it is not clear how.</p>
<p dir="auto">Having this additive property is nice since it means that if you like a candidate have as much as another then you should score them half as much. Simplicity is important.</p>
<p dir="auto">Consider the Blue group comparing ['A1', 'B1', 'B2', 'B3', 'B4'] to ['A1', 'A2', 'A3', 'C1', 'C2']</p>
<p dir="auto">The expressed the scores B=3 and C = 5</p>
<p dir="auto">B + B + B + B =12<br />
C + C = 10</p>
<p dir="auto">B + B + B + B  &gt; C + C<br />
S(uB) + S(uB) +S(uB) +S(uB)  &gt; S(uC) + S(uC)<br />
S(uB +uB + uB + uB)  &gt; S(uC + uC)<br />
uB +uB + uB + uB &gt; uC + uC</p>
<p dir="auto">Which proves they are happier with 4 Bs than 2 Cs. If they are not happier then they did not use that mental model to map utility. In this sense, SSS and MES can punish strategic voting.</p>
]]></description><link>http://www.votingtheory.org/forum/post/1106</link><guid isPermaLink="true">http://www.votingtheory.org/forum/post/1106</guid><dc:creator><![CDATA[Keith Edmonds]]></dc:creator><pubDate>Thu, 10 Feb 2022 21:36:24 GMT</pubDate></item></channel></rss>