<div><div dir="auto">Awesome, I’ll take a look at those.  Thanks.</div><br><div class="gmail_quote"><div>On Mon, Jun 11, 2018 at 10:21 AM Greg Dennis <<a href="mailto:greg.dennis@voterchoicema.org">greg.dennis@voterchoicema.org</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div>This document describes the layout:<div><a href="http://www.acgov.org/rov/rcv/results/226/ballot_image_help.pdf" target="_blank">http://www.acgov.org/rov/rcv/results/226/ballot_image_help.pdf</a><br></div><div><br></div><div class="gmail_extra"><br><div class="gmail_quote"></div></div></div><div><div class="gmail_extra"><div class="gmail_quote">On Mon, Jun 11, 2018 at 11:45 AM, Christopher Colosi <span><<a href="mailto:colosi@gmail.com" target="_blank">colosi@gmail.com</a>></span> wrote:<br></div></div></div><div><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div dir="auto">How is the ballot image file laid out?  It seems like a horrible choice for formatting.  Is there any delimiter between ballots, or is this just one gigantic string of numbers?</div><div><div class="m_-3243404943037280587h5"><br><div class="gmail_quote"><div>On Sun, Jun 10, 2018 at 10:42 PM robert bristow-johnson <<a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><p> </p><p> </p><p>boy this is embarrassing.  i didn't realize they were still counting and that the lead has changed.  looks like London Breed is ahead and will likely win the STV contest.</p><p>and, from Brian's initial analysis, it doesn't look like the Condorcet Winner will
be different from the STV winner.  so no Burlington 2009 situation.</p><p>L8r,</p><p>r b-j</p><p><br><br>
---------------------------- Original Message ----------------------------<br>
Subject: Re: [EM] RCV in SF Mayoral election<br></p><p>
From: "robert bristow-johnson" <<a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a>><br>
Date: Sun, June 10, 2018 10:23 pm<br>
To: "EM" <<a href="mailto:election-methods@lists.electorama.com" target="_blank">election-methods@lists.electorama.com</a>><br>
Cc: "Brian Olson" <<a href="mailto:bql@bolson.org" target="_blank">bql@bolson.org</a>><br>
--------------------------------------------------------------------------</p><p><br>
<br>
><br>
><br>
><br>
> Thank you Brian for doing this.  Looks like Leno is the legit winner and STV and Condorcet agree.<br>
> However, the Leno-Breed pair wise tally in the defeat matrix should be exactly the same as the STV final round result.  So something is wrong somewhere.<br>
> But thanks for doing this.  I was about to code up a MATLAB program to parse and count this thing.<br>
><br></p><p>
> --r b-j                     <a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a></p><p><br>
> "Imagination is more important than knowledge."<br>
><br>
><br>
><br>
><br>
> -------- Original message --------<br>
><br>
From: Brian Olson <<a href="mailto:bql@bolson.org" target="_blank">bql@bolson.org</a>><br>
> Date: 6/10/2018 7:46 AM (GMT-08:00)<br>
> To: EM <<a href="mailto:election-methods@lists.electorama.com" target="_blank">election-methods@lists.electorama.com</a>><br>
> Subject: Re: [EM] RCV in SF Mayoral election<br>
><br>
> Ok, a few lines of Python poking the raw data shows I must have some bug in my Condorcet implementation. Digging into that...<br>
> On Sun, Jun 10, 2018 at 10:08 AM, Greg Dennis <<a href="mailto:greg.dennis@voterchoicema.org" target="_blank">greg.dennis@voterchoicema.org</a>> wrote:<br>
> Brian, how is it possible that those differ? Since all the other candidates are eliminated in the final round, shouldn't that necessarily be the same as the pairwise contest between those two?<br>
><br>
> On Sun, Jun 10, 2018, 9:46 AM Brian Olson <<a href="mailto:bql@bolson.org" target="_blank">bql@bolson.org</a>> wrote:<br>
> I processed the latest data (2018-06-09) and posted the results of the SF Mayor election using a few algorithms:<a href="https://bolson.org/~bolson/2018/SF_Mayor_20180605.html" target="_blank">https://bolson.org/~bolson/2018/SF_Mayor_20180605.html</a><br>
><br></p><p>
> The Condorcet win is now 97436 to 91740 for Leno over Breed.The IRV final round is still just 94783 to 94393.</p><p><br>
><br>
> I'm using my software posted at <a href="https://github.com/brianolson/voteutil" target="_blank">https://github.com/brianolson/voteutil</a><br>
> commands (needs maven installed for compiling Java, and needs Python3):<br></p><p>
> curl -O <a href="http://www.sfelections.org/results/20180605/data/20180609/20180609_ballotimage.txtcurl" target="_blank">http://www.sfelections.org/results/20180605/data/20180609/20180609_ballotimage.txtcurl</a> -O <a href="http://www.sfelections.org/results/20180605/data/20180609/20180609_masterlookup.txt" target="_blank">http://www.sfelections.org/results/20180605/data/20180609/20180609_masterlookup.txt</a><br>
> (mkdir -p ~/psrc && cd ~/psrc && git clone <a href="https://github.com/brianolson/voteutil.git" target="_blank">https://github.com/brianolson/voteutil.git</a> && cd ~/psrc/voteutil/java && mvn package)python3 ~/psrc/voteutil/python/rcvToNameEq.py -m 20180609_masterlookup.txt -b 20180609_ballotimage.txt -o 20180609_%s.nameqjava -jar
~/psrc/voteutil/java/target/voteutil-1.0.0.jar --rankings --full-html --explain -i 20180609_Mayor.nameq >/tmp/a.html</p><p><br>><br>
> On Sat, Jun 9, 2018 at 9:33 PM, Greg Dennis <<a href="mailto:greg.dennis@voterchoicema.org" target="_blank">greg.dennis@voterchoicema.org</a>> wrote:<br>
> I quickly looked at the vote data and saw that lots of ballots are categorized as "Exhausted by Over Votes" and "Under Votes," but there is no data indicating exactly how those ballots were marked, so we lack enough information to be sure of final results.<br>
> Actually, all the data you need is available from that page. The "Ballot Image" file will give you the full cast vote record of every individual ballot, and the "Master Lookup" is the legend that tells you what each number means. If you have trouble interpreting the numbers,
just ping me!<br>><br>
> On Sat, Jun 9, 2018 at 4:36 PM, VoteFair <<a href="mailto:electionmethods@votefair.org" target="_blank">electionmethods@votefair.org</a>> wrote:<br>
> On 6/9/2018 6:25 AM, Greg Dennis wrote:<br>
><br>
>> San Francisco always make the cast vote record public:<br>
><br>
>> <a href="https://sfelections.sfgov.org/june-5-2018-election-results-detailed-reports" target="_blank">https://sfelections.sfgov.org/june-5-2018-election-results-detailed-reports</a><br>
><br>
><br>
><br>
> I quickly looked at the vote data and saw that lots of ballots are categorized as "Exhausted by Over Votes" and "Under Votes," but there is no data indicating exactly how those ballots were marked, so we lack enough information to be sure of final results.<br>
><br>
><br>
><br>
> Converting instant-runoff counts into pairwise counts might be (probably is?) possible, but I don't have time to do that analysis.<br>
><br>
><br>
><br>
>> The probability of IRV not elected the Condorcet winner appears to be<br>
><br>
>> exceedingly low in practice. We're up to about ~200 IRV elections<br>
><br>
>> conducted nationwide since 2004 and Burlington 2009 is the only<br>
><br>
>> case so far.<br>
><br>
><br>
><br>
> Yes, circular ambiguity -- in which there is no Condorcet winner -- is rare when the number of ballots exceeds a few hundred.<br>
><br>
><br>
><br>
>> On Sat, Jun 9, 2018 at 2:07 AM, robert bristow-johnson<br>
><br>
>> <<a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a> <mailto:<a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a>>> wrote:<br>
><br>
>>     the limitation to only three levels of ranking is a problem.  if<br>
><br>
>>     someone ranked all three levels and none of the candidates ranked<br>
><br>
>>     were either London Breed nor Mark Leno, that voter was effectively<br>
><br>
>>     "disenfranchised" by being unable to weigh in on the final choice of<br>
><br>
>>     choosing the mayor.<br>
><br>
><br>
><br>
> Based on a very quick guesstimate it looks like about 30 or so ballots had this issue.  Right?<br>
><br>
><br>
><br>
> That's not a big number, but a fair counting method -- such as pairwise counting -- would not have to discard any ballots.<br>
><br>
><br>
><br>
> The bigger number is "under votes" and admittedly pairwise counting cannot compensate for a voter saying "here is the only acceptable choice" (or two choices in this case).<br>
><br>
><br>
><br>
> It's great that these results are getting analyzed by people who do not drink the FairVote kool-aid.<br>
><br>
><br>
><br>
> In haste,<br>
><br>
> Richard Fobes<br>
><br>
> "The VoteFair guy"<br>
><br>
><br>
><br>
><br>
><br>
> On 6/9/2018 6:25 AM, Greg Dennis wrote:<br>
><br>
><br>
> San Francisco always make the cast vote record public:<br>
><br>
> <a href="https://sfelections.sfgov.org/june-5-2018-election-results-detailed-reports" target="_blank">https://sfelections.sfgov.org/june-5-2018-election-results-detailed-reports</a><br>
><br>
><br>
><br>
> Based on the most recent analysis of these numbers that I saw, Leno was<br>
><br>
> indeed the Condorcet winner, and if Breed were to beat Leno in the final<br>
><br>
> round, she would then necessarily be the Condorcet winner. The<br>
><br>
> probability of IRV not elected the Condorcet winner appears to be<br>
><br>
> exceedingly low in practice. We're up to about ~200 IRV elections<br>
><br>
> conducted nationwide since 2004 and Burlington 2009 is the only case so far.<br>
><br>
><br>
><br>
> On Sat, Jun 9, 2018 at 2:07 AM, robert bristow-johnson<br>
><br>
> <<a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a> <mailto:<a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a>>> wrote:<br>
><br>
><br>
><br>
><br>
><br>
>     Richard, a few points:<br>
><br>
><br>
><br>
>     the limitation to only three levels of ranking is a problem.  if<br>
><br>
>     someone ranked all three levels and none of the candidates ranked<br>
><br>
>     were either London Breed nor Mark Leno, that voter was effectively<br>
><br>
>     "disenfranchised" by being unable to weigh in on the final choice of<br>
><br>
>     choosing the mayor.  however, i think the news media made it clear<br>
><br>
>     that the race was really gonna be between Leno, Breed, and Kim, so<br>
><br>
>     these fringe voters might have a chance to insincerely mark either<br>
><br>
>     Leno or Breed as their 3rd choice and betray their *true* third<br>
><br>
>     choice and, in doing so, have an effect in the final round.<br>
><br>
><br>
><br>
>     ignoring the problem of only 3 ranking levels, it is not possible<br>
><br>
>     that London Breed is the Condorcet Winner (a.k.a. "pairwise<br>
><br>
>     champion").  it might be the case that Mark Leno or Jane Kim is the<br>
><br>
>     Condorcet Winner and if the latter is the case, this is another real<br>
><br>
>     indictment against STV or IRV as a method of tallying RCV.  and your<br>
><br>
>     reverse namesake, FairVote, is partially (or mostly) to blame.<br>
><br>
><br>
><br>
>     i wonder if the City of SF has a file of all of the cast and scanned<br>
><br>
>     ballots and the full ranking for each.  if so, and if they release<br>
><br>
>     it to the public, we can investigate if there is a Condorcet Winner<br>
><br>
>     and if that CW is or is not Mark Leno.  this would be interesting.<br>
><br>
><br>
><br>
>     L8r,<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
>     r b-j<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
>     > On 6/8/2018 6:24 PM, Christopher Colosi wrote:<br>
><br>
>     > > ... She stated “This is the system we are working with. That’s<br>
><br>
>     > > a discussion we can have at a later time. For now, we’re stuck<br>
><br>
>     with it.”<br>
><br>
>     > > - insinuating it is not fair. I was quite bothered to have a Dem<br>
><br>
>     in a<br>
><br>
>     > > progressive city insinuate that first past the post is more<br>
><br>
>     fair. ...<br>
><br>
>     ><br>
><br>
>     > This remark does not imply support for first past the post (FPTP,<br>
><br>
>     a.k.a<br>
><br>
>     > plurality counting).<br>
><br>
>     ><br>
><br>
>     > There are other ways to count the preference marks on "ranked-choice"<br>
><br>
>     > ballots. In particular, pairwise counting could be used instead of<br>
><br>
>     > instant-runoff counting, and that is fairer than FPTP.<br>
><br>
>     ><br>
><br>
>     > > 1. May not elect majority candidate<br>
><br>
>     > > ...<br>
><br>
>     > > Is this common? This is<br>
><br>
>     > > probably an abnormally close race. Thoughts?<br>
><br>
>     ><br>
><br>
>     > I doubt the voters would regard this as a close race if they had been<br>
><br>
>     > able to fully rank all the choices. The 3-choice limitation is<br>
><br>
>     > simplistic, and complicates the counting.<br>
><br>
>     ><br>
><br>
>     > Pairwise counting does not result in any exhausted ballots. Unmarked<br>
><br>
>     > choices are an indication that the choices are equally disliked. And<br>
><br>
>     > multiple candidates being marked at the same preference level is<br>
><br>
>     also no<br>
><br>
>     > problem.<br>
><br>
>     ><br>
><br>
>     > In other words, the ballots contain enough information that they<br>
><br>
>     can be<br>
><br>
>     > counted in other ways, besides instant-runoff counting. Those<br>
><br>
>     alternate<br>
><br>
>     > counting methods could reveal a clearer outcome.<br>
><br>
>     ><br>
><br>
>     > In haste,<br>
><br>
>     > Richard Fobes<br>
><br>
>     ><br>
><br>
>     ><br>
><br>
>     > On 6/8/2018 6:24 PM, Christopher Colosi wrote:<br>
><br>
>     >> Curious to hear people’s thoughts on some issues.<br>
><br>
>     >><br>
><br>
>     >> 1. May not elect majority candidate<br>
><br>
>     >> In SF, we restrict to 3 choices to simplify the process. As the vote<br>
><br>
>     >> currently stands, 144 votes separate the top two candidates<br>
><br>
>     (<0.1%) and<br>
><br>
>     >> over 16,000 ballots have been exhausted (all 3 choices eliminated).<br>
><br>
>     >> About 9% of voters have been removed from the pool. It is very<br>
><br>
>     possible<br>
><br>
>     >> that the result would have shifted if they had the opportunity to<br>
><br>
>     rank a<br>
><br>
>     >> 4th candidate, and therefore, it is possible that we won’t elect the<br>
><br>
>     >> person who truly represents the majority. Is this common? This is<br>
><br>
>     >> probably an abnormally close race. Thoughts?<br>
><br>
>     >><br>
><br>
>     >> 2. What are your thoughts on London Breed’s response to being<br>
><br>
>     asked if<br>
><br>
>     >> RCV is fair? She stated “This is the system we are working with.<br>
><br>
>     That’s<br>
><br>
>     >> a discussion we can have at a later time. For now, we’re stuck<br>
><br>
>     with it.”<br>
><br>
>     >> - insinuating it is not fair. I was quite bothered to have a Dem in a<br>
><br>
>     >> progressive city insinuate that first past the post is more fair. It<br>
><br>
>     >> also felt divisive. If Leno wins, will her supporters feel that<br>
><br>
>     >> democracy prevailed, or that the election was stolen? She also<br>
><br>
>     presents<br>
><br>
>     >> herself as a minority candidate and it is my understanding that RCV<br>
><br>
>     >> gives minority candidates better chances and causes all<br>
><br>
>     candidates to be<br>
><br>
>     >> more likely to campaign to minority communities. Am I mistaken? Are<br>
><br>
>     >> there any legitimate arguments that FPTP can be more fair? Thoughts?<br>
><br>
>     >><br>
><br>
>     >> Regards,<br>
><br>
>     >> —Chris<br>
><br>
>     >><br>
><br>
>     >><br>
><br>
>     >><br>
><br>
>     >> ----<br>
><br>
>     >> Election-Methods mailing list - see <a href="http://electorama.com/em" target="_blank">http://electorama.com/em</a> for<br>
><br>
>     list info<br>
><br>
>     >><br>
><br>
>     > ----<br>
><br>
>     > Election-Methods mailing list - see <a href="http://electorama.com/em" target="_blank">http://electorama.com/em</a> for<br>
><br>
>     list info<br>
><br>
>     ><br>
><br>
><br>
><br>
>     --<br>
><br>
><br>
><br>
>     r b-j                         <a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a><br>
><br>
>     <mailto:<a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a>><br>
><br>
><br>
><br>
>     "Imagination is more important than knowledge."<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
>     ----<br>
><br>
>     Election-Methods mailing list - see <a href="http://electorama.com/em" target="_blank">http://electorama.com/em</a> for<br>
><br>
>     list info<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
> --<br>
><br>
> *Greg Dennis, Ph.D. :: Policy Director*<br>
><br>
> Voter Choice Massachusetts<br>
><br>
><br>
><br>
> e :: <a href="mailto:greg.dennis@voterchoicema.org" target="_blank">greg.dennis@voterchoicema.org</a> <mailto:<a href="mailto:greg.dennis@voterchoicema.org" target="_blank">greg.dennis@voterchoicema.org</a>><br>
><br>
> p :: 617.863.0746 <tel:617.863.0746><br>
><br>
> w :: <a href="http://voterchoicema.org" target="_blank">voterchoicema.org</a> <<a href="http://voterchoicema.org/" target="_blank">http://voterchoicema.org/</a>><br>
><br>
><br>
><br>
> :: Follow us on Facebook<br>
><br>
> <<a href="https://www.facebook.com/voterchoicema" target="_blank">https://www.facebook.com/voterchoicema</a>> and Twitter<br>
><br>
> <<a href="https://twitter.com/voterchoicema" target="_blank">https://twitter.com/voterchoicema</a>> ::<br>
><br>
><br>
><br>
><br>
><br>
> ----<br>
><br>
> Election-Methods mailing list - see <a href="http://electorama.com/em" target="_blank">http://electorama.com/em</a> for list info<br>
><br>
><br>
><br>
><br>
> ----<br>
><br>
> Election-Methods mailing list - see <a href="http://electorama.com/em" target="_blank">http://electorama.com/em</a> for list info<br>
><br>
><br>
> ----<br>
><br>
> Election-Methods mailing list - see <a href="http://electorama.com/em" target="_blank">http://electorama.com/em</a> for list info<br>
><br>
><br>
><br>
><br>
> ----<br>
><br>
> Election-Methods mailing list - see <a href="http://electorama.com/em" target="_blank">http://electorama.com/em</a> for list info<br>
><br>
><br>
><br>
><br>
> ----<br>
> Election-Methods mailing list - see <a href="http://electorama.com/em" target="_blank">http://electorama.com/em</a> for list info<br>
></p><p>
--<br>
<br>
r b-j                         <a href="mailto:rbj@audioimagination.com" target="_blank">rbj@audioimagination.com</a><br>
<br>
"Imagination is more important than knowledge."<br>
 </p><p></p><p> </p><p> </p><p> </p>----<br>
Election-Methods mailing list - see <a href="http://electorama.com/em" rel="noreferrer" target="_blank">http://electorama.com/em</a> for list info<br>
</blockquote></div></div></div></div>
<br>----<br>
Election-Methods mailing list - see <a href="http://electorama.com/em" rel="noreferrer" target="_blank">http://electorama.com/em</a> for list info<br></blockquote></div></div></div></blockquote></div></div>