The Information Debate

I’ve been doing a lot of reading about Marshall McLuhan and Tony Schwartz, which has been very enlightening. It came in handy recently, when some folks I know in the Media Ecology Association got into a tiff with some YouTube celebrities, taking issue with some overly loose use (and abuse) of terms. Thinking it through, I came up with a way of linking McLuhan’s and Schwartz’s ideas on resonant intervals with some foundational concepts of information theory. So I weighed in.

I’ve got a separate blog, Secular Progress, for expressly academic or political material. I’d normally keep the content of this one focused on the technical side of database programming for polls or tax lien analysis. But the slides and video I created seem interesting enough from an Information Science perspective that I decided to cross post.

 

First, the deck…

 

 

Then, the supplementary YouTube video…

Read More

Testing out a new polling widget

The poll questions are kind of arbitrary and nonsensical because I’m focused on testing the behavior of this widget inside of a WordPress post. Right away it’s evident that if I want the poll to be properly sized, I have to either squeeze, move, or outright eliminate the sidebar widget.

Read More

Visualizing Political Polarization in the USA

This interactive graph published by the Pew Research Center, tells a couple of important stories about the political mood in the Untied States. Neither is a big surprise. One is that the parties are more polarized, especially among the politically active. The second is that the country as a whole is not polarized (though not coalescing around an ideological consensus either), and tends to be moving slightly left overall.

Matthew Dickinson at Politico has a good analysis.

Read More

Ranked Choice Polls and Sygnol Analytics

 

I first became aware of ranked choice mathematics in mid 2000, when the Internet Corporation for Assigned Names and Numbers (ICANN) used Instant Runoff Voting to elect 5 at-large members to the Board of Directors. It’s hard to think of a better approach to support a massively scalable deliberative decision-making system for the Web.

Finally, in 2007, I decided to try building the system I had been thinking about. A lot of time and effort has gone into this since then, under the aegis of what I call the “Indaba Application Network.” IAN’s ranked choice polling sites have included Indaba.org, ChoiceRanker.com, WeVote.net, AmericanQuorum.com, and Mayor2011.com (the last three were also Facebook apps). These were all PHP sites that shared the same underlying MySQL database.

I’m currently in the process of refactoring the database to support proxy voting and better scalability. I’ve also been pursuing a branding strategy for a hybrid liquid democracy/opinion research platform called Sygnol. It’s going to take some time, but the goal is to redeploy the database in SQL Azure, and to scale the service as an API across a broad spectrum of mobile, game, and website channels.

I’d rather be coding, but I also have to put time into publicizing this in order to attract some helpful force multipliers. So here’s my first video, which focuses primarily on the interactive ballot tool and the very cool analytics that ranked choice data make possible.

Read More

Comparing Ranked-Choice and Pairwise Evaluation User Experiences

Here’s a handy formula that expresses a key virtue of ranked-choice interfaces over head-to-head pairwise evaluations… N(N-1)/2.

Head-to-head interfaces are typical of “Whose hotter?” sites such as candobetter.com. The point is to simplify the task of evaluating a long list of options by asking people to view a randomly selected pair of images from a large set, and then select one. The choice is recorded and another pair of images is displayed immediately. It’s fine for idle entertainment since it’s so easy. Of course, the typical user gets bored and quits long before all the options are exhausted.  Why? N(N-1)/2.

The reality of N(N-1)/2 boils down to this: As the number of candidates to be evaluated increases by 1, the possible number of pairwise evaluations grows at an increasingly higher number. The growth is less than half the rate of an exponential increase, but significant nonetheless. The underlying math is simple and straightforward (as Larry Bowen demonstrates), with important implications for user interface design.

One of the most advanced head-to-head crowdsourcing applications currently online is AllOurIdeas.org, a Google-funded project led by Princeton-based Sociologist Matthew Salganik. It’s a serious, text-oriented approach toward what Salganik calls “Bottom-Up Social Data Collection.” It’s been used to help small groups design their web sites and to help US citizens discuss national priorities.  But even a site as sophisticated as that can’t escape the fundamental challenge of  N(N-1)/2.

With just two choices per page, hot-or-not sites and AllOurIdeas benefit from having lots of room to display big, engaging pictures or crisp easy-to-read text boxes. On a per page basis, that space-saving approach leaves little room for confusion. But problems arise as the list of choices increases, taxing respondent patience and undermining the accuracy of results.

Imagine a comparison of just 6 candidates in a hot-or-not styled contest. According to N(N-1)/2, the various names would be seen a total of 30 times because someone would have to click through 15 pages of pairs before a full ordering of preferences is possible. Even worse, someone could easily enter contradictory rankings, for example choosing A over B, B over C, and C over A (This “rock, paper, scissors” problem is known to mathematicians as intransitivity).  This happens for a variety of reasons, starting with failure to remember how prior choices were ranked.

Things gets worse as lists get longer. Contests such as the ongoing GOP Presidential debates, which typically present 8 candidates, would require 28 pages. A 12 candidate reality show such as a season-starting American Idol would require 66. A top 25 list such as college football’s Bowl Championship Series would require 300.

The bottom line is that a hot-or-not interface might be ideal if the only two choices are, say RCV versus hot-or-not, or if one’s main interest in publishing a site is to run up page views. But it’s a very different story when serious multi-candidate evaluations are called for, accurate responses are important, and an efficient user experience is desired.

Read More

Ranked-choice voting in Portland and San Francisco

One of my recent projects with the Indaba Application Network was a ranked-choice straw poll dedicated to San Francisco’s ranked-choice/instant runoff Mayoral race. The poll is closed now, but the site will remain online at https://mayor2011.com until the domain name expires. John Avalos pulled out a slim victory on the straw poll site, but came in second to incumbent Ed Lee in the real world vote.

Post-election press reports indicate that San Franciscans weren’t universally enthusiastic about the ranked-choice voting process. There were complaints when it became apparent that someone can be declared winner without actually receiving a majority of the votes cast. Part of the problem is that San Francisco’s ballot only permitted three choices in a field of sixteen candidates, so the instant run off system exhausted ballots more quickly than is desirable.

The ranked-choice voting process in Portland Maine allowed a rank for every candidate and the ballot counting apparently went quite smoothly.

The people of Minneapolis will be using ranked-choice voting for their Mayoral race in 2012. Mayor2011.com is on deck.

Read More