What happens if Kleros needs to resolve disputes that have more than two solutions?
Up to this point, the disputes handled by Kleros have largely been binary. Jurors have been presented with options such as "Yes, add this to a list" versus "No, do not add this to a list" or "This is fake news" versus "This is not fake news".
To the degree that jurors have been given more than two options (e.g. strictly speaking jurors also always have the option to vote "Refuse to arbitrate" if the case does not adhere to court policies), the other choices have generally been marginal to the point of de-facto binarizing the dispute.
The choices before a Kleros juror in a typical dispute in Kleros' Token Curated Registry.
However, many potential use cases do not fit into the model of having only two possible outcomes. When parties enter into an economic relationship, agreeing to use Kleros in case of dispute, they need to define the options that eventual jurors would choose between if a dispute ultimately happens. In many cases, they would want to provide jurors the flexibility to decide outcomes that are not as simple as ruling for one side or the other. For example, we could have cases where:
- In a Kleros escrow contract where small business owner Alice has hired freelancer Bob to make her a website, outcomes could include paying Bob, refunding Alice, as well as options to give Bob more time to make improvements to the website.
- In a Kleros based insurance system, when Alice claims a certain value of insurable damages, options could include paying her the full requested amount, rejecting her claim, or paying her some partial amount.
- In Kleros based social media content moderation, when a problematic piece of content is flagged, jurors could have options to maintain the piece of content, to remove the content without deleting the offending user's account, and to remove the content and delete the offending user's account.
In this article, we will review some ideas from social choice theory which influence our design choices as we build Kleros so that it can handle disputes with many outcomes in a secure way.
First Past the Post and Its Problems
Modern elections have taught us that voting can become complicated when there are more than two candidates. Particularly, in the United States and the United Kingdom, there have been several famous elections marked by warnings of "vote splitting" and suggestions of "tactical voting".
In the 1912 US presidential election, the progressive vote was split between the Republican candidate and incumbent president William Taft and the Progressive Party candidate and former Republican president Theodore Roosevelt, who received 23% and 27% of the popular vote respectively (8 and 88 electoral votes respectively). The Democratic candidate Woodrow Wilson was elected with 42% of the popular vote and 435 electoral votes. Cartoon by Louis Glacken (1866-1933) for Puck Magazine, 1912.
Both the United States and the United Kingdom use an electoral system called "First-past-the-post" or, in the language of social choice theorists, Plurality. In this system, voters select a single candidate and the candidate with the single largest number of votes wins (even if no one candidate receives a majority of the votes because there are many candidates). Then:
- If there are two similar candidates that would appeal to the same group of voters, each of them can be expected to receive fewer voters that they would if the other candidate was not in the race. Then it is possible that neither of them wins even if one of them would have won had the other not been present. This is the concept of "vote splitting". This is what happened in the 1912 US presidential election.
- Suppose a voter thinks that candidate A is great, candidate B is not as good but is acceptable, and candidate C is terrible. If the voter decides to vote for candidate B instead of candidate A because she thinks candidate B is more likely to be able to beat candidate C, she is said to be making a "tactical vote".
See, for example, the tool created by www.tactical.vote for the recent December 2019 UK election which suggests which tactical vote people should make in order to prevent a Conservative majority government based on where they live.
Borda and Condorcet: Alternative Voting Systems
In the 18th century, the French philosophers and mathematicians Jean-Charles de Borda and Nicolas de Condorcet realized the issues with Plurality voting and proposed alternative systems.
* Borda proposed the following system when there are N candidates. Each voter submits a list of as many candidates as she wishes to rank, ranked from her first choice up to the last choice. Her first choice receives N points, her second choice N-1 points, etc. After all votes have been counted, the candidate with the most points wins.
0 Comments