Earlier quoted context omitted.
The problem with RCV is there's a big difference between giving an honest opinion and voting tactically. In RCV it's safe to put your first choice first if either they're an overwhelming favorite to win, or they're so weak they're sure to get eliminated right away. If it's a close three-way election, you might cause your favorite candidate to lose by ranking them first. It's hard to develop any kind of intuition arou…
> I think in the long run voters tend to learn that voting for third parties isn't safe, so two parties continue to dominate. The empiricval evidence in countries with long term ranked voting (Australia, say) is that bicameral party systems ( only Democrats or Republicans have any realistic chance) wither and die, and smaller blocs have a better chance of survival and impact | influence in the House and Senate .. Two…
Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
181–190 of 326 posts
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#182Earlier quoted context omitted.
> But raw approval gives undue advantage to moderates. If by "moderates" you mean "most liked" then I'm not sure what the problem is here. The point of voting is to find the most universally agreed upon ruler. You may call this unfair, but I would say that it is MORE unfair to give advantage to fringe groups rather than giving advantage to the masses. I thought the point of democracies was about having rule by the ma…
> If you think fringe groups should have the advantage I'd like to hear your argument. I'm not sure what gave you the impression I think that. My comments clearly suggest that my view is that STAR > Approval-to-runoff > Approval > RCV-IRV > Plurality. My reasoning is that I place a very high value on the condorcet and favorite betrayal criteria.
As for the condorcet winner, that is quite hard actually. But if we consider a weak condorcet winner (where it is true 90+% of the time), that isn't as hard. I do think simplicity, transparency, and reduced vulnerability to strategy is a worthwhile trade-off for a strong condorcet winner. But of course, this is just my personal opinion and what's the preferred optima depends a lot on personal preferences.
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#183Ranking the voting systems: STAR Voting > Approval Voting > Ranked Choice Voting > Plurality ("pick only one") voting. Ranked Choice Voting is marginally better than plurality voting, but it has problems. The chief defect with Ranked Choice Voting is its non-monotonicity, whereby increasing your support for your genuine favorite can actually hurt their odds of winning. This may be what happened in Alaska [1]. STAR Vo…
I'm not convinced that additional complexity of STAR is worth it compared to extremely simple score voting.
STAR is phase 1: sort(sum(candidates))[:2] (almost identical to score/approval/FPTP. We'd just take argmax instead of top two) and phase 2: eliminate other candidates, argmax(sum(candidates)) (identical to score/approval/FPTP).
On the other hand RCV is a multi-round system with a while loop. In practice it almost never has fewer than 2 rounds (requires overwhelming majority, which almost never happens with more than 3 candidates).
From an algorithms perspective RCV is more complex.
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#184Earlier quoted context omitted.
So what I think the parent is referring to is called the Favorite Betrayer Criteria[0]. The short is that there are two forms of the spoiler effect: strong and weak. RCV handles the weak case but does not handle the strong case. I explain part of why cardinal methods handle the strong case in this comment[1]. The truth is that we're far more concerned with the strong case than weak case because from our current posit…
I wonder if fixing the "strong case" spoiler actually is NOT what some "spoiler voters" would want, simply BECAUSE they want to spoil for the other party to try to move that party toward where they want it to be.
(strategies exist for ALL voting systems. But not all strategies are equally as bad)
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#185Earlier quoted context omitted.
I don't see a problem in the Alaska election. Perhaps I'm missing something? I posted this in a previous discussion but I'll repost because I'm keen to hear other perspectives. From https://fivethirtyeight.com/features/what-democrats-win-in-a... > 40 percent of voters had chosen Peltola as their first choice, 31 percent had chosen Palin and 29 percent had chosen Republican businessman Nick Begich III. Under the rules…
It's not nearly as complex as you're making it out to be. Palin was the spoiler candidate in Alaska. If Palin hadn't run, Begich would have won. Additionally, if Palin > Begich > Peltola voters had "dishonestly" voted Begich > Palin > Peltola, Begich would have won and those voters would have gotten a better outcome for themselves. By honestly ranking their preferences, they threw away their say in the outcome. Now d…
It seems possible that Palin lost due to voters incorrectly expressing their preferences by not putting a 2nd choice. If that is a routine thing, then it is indeed a problem with ranked choice voting in the real world, but it is NOT a structural flaw as you are claiming.
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#186Ranking the voting systems: STAR Voting > Approval Voting > Ranked Choice Voting > Plurality ("pick only one") voting. Ranked Choice Voting is marginally better than plurality voting, but it has problems. The chief defect with Ranked Choice Voting is its non-monotonicity, whereby increasing your support for your genuine favorite can actually hurt their odds of winning. This may be what happened in Alaska [1]. STAR Vo…
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#187Earlier quoted context omitted.
One thing that I think gets lost in political debate around voting is that RCV also changes the behavior/selection of the candidates. Its not just that the candidates are identical and you vote with a different mechanism - but candidates have an incentive to moderate. This may mean the outcome is the same (in terms of which candidate wins) but their positions represent the median voter more. I would imagine approval…
RCV-IRV doesn't encourage moderate candidates because, in a polarized environment, moderate candidates are much more likely to be no one's first choice and get eliminated as a result. This isn't hypothetical -- you can look at the results in Seattle's City Attorney race, which strangely ended up electing a Republican to a citywide office for the first time in 20 years, and where the outcome under RCV would have been…
If i look at my country's upper chamber, which is elected with two-round system, then it is quite the reverse. Extremist candidates rarely pass to second round and if they do, they are eliminated there.
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#188Earlier quoted context omitted.
it's easy to understand and doesn't result in absurd outcomes I mean, I realize this is somewhat subjective, but "more people ranking a candidate first can cause them to lose" seems like a pretty absurd outcome to me. I'm not saying approval voting is perfect either, sure it has flaws, but at least it doesn't violate the monotonicity criterion (or a variety of other important criteria that RCV fails to satisfy).
I think this is the important point: some criteria are more important than others in that the societal reactions when one or another criterion is violated are not equal and could engender different outcomes. If approval voting reduces to bullet voting in heated contests, I don't see that as very bad: to put it crudely, it's just the cost of doing business with that particular voting method, but there's nothing to say…
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#189Ranking the voting systems: STAR Voting > Approval Voting > Ranked Choice Voting > Plurality ("pick only one") voting. Ranked Choice Voting is marginally better than plurality voting, but it has problems. The chief defect with Ranked Choice Voting is its non-monotonicity, whereby increasing your support for your genuine favorite can actually hurt their odds of winning. This may be what happened in Alaska [1]. STAR Vo…
Funny is that you ranked them and not scored them nor just say whether you approve them or not.
If you have to vote for these voting systems using approval voting, which ones would you approve?
Re: Show HN: RankedVote – SurveyMonkey but focused on ranked-choice voting
#190Ranking the voting systems: STAR Voting > Approval Voting > Ranked Choice Voting > Plurality ("pick only one") voting. Ranked Choice Voting is marginally better than plurality voting, but it has problems. The chief defect with Ranked Choice Voting is its non-monotonicity, whereby increasing your support for your genuine favorite can actually hurt their odds of winning. This may be what happened in Alaska [1]. STAR Vo…
I just want to make clear for others: this "ranking" is just bhauer's opinion. Since some people here might interpret it as being presented as objective fact or some consensus opinion. There are a lot of pros/cons to all of the richer voting systems, usually categorized as approval voting, ranked voting, and score voting, in terms of increasing information. But there is absolutely no consensus that approval or score…
It's also worth considering that the same parties who benefit from First Past The Post would be threatened by a change to literally any other system aside from FPTP or Ranked Choice Voting. Surely that comes into play when voting reform movements are funded. And surely that kind of "conspiracy talk" shouldn't be dismissed in an intellectual forum when there is a very clear path to how these reforms could directly affect very powerful parties.