Learning to Manipulate under Limited Information

Read original: arXiv:2401.16412 - Published 4/17/2024 by Wesley H. Holliday, Alexander Kristoffersen, Eric Pacuit
Total Score

0

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper investigates the susceptibility of various voting methods to strategic manipulation by voters.
  • The researchers trained neural networks to manipulate 8 different voting methods under different information constraints, simulating committee-sized elections.
  • They found that some methods like Borda are highly manipulable, while others like Instant Runoff and Condorcet methods are more resistant to manipulation.

Plain English Explanation

When people vote, they may sometimes have an incentive to report preferences that don't reflect their true beliefs. This strategic manipulation can affect the outcome of an election. The researchers in this study wanted to understand how susceptible different voting methods are to this kind of manipulation.

They used artificial intelligence, specifically neural networks, to see if these AI systems could learn to manipulate the voting process and get a better outcome for themselves. The neural networks were given different amounts of information about how other voters would vote, and they tried to game 8 different voting methods, like Borda and Instant Runoff.

The results showed that some voting methods were much easier to manipulate than others. For example, Borda was very vulnerable, while methods like Instant Runoff and Condorcet were more resistant to manipulation, even when the neural networks had limited information. These findings can help policymakers and election officials choose voting systems that are less prone to strategic gaming.

Technical Explanation

The researchers trained over 70,000 neural networks of varying sizes to manipulate 8 different voting methods, including Borda, Instant Runoff, and Condorcet methods. The neural networks were given different types of limited information about how other voters would vote, and they attempted to manipulate the outcomes in their favor.

The experiments were conducted on committee-sized elections with 5-21 voters and 3-6 candidates. The researchers used two probability models for generating election data, and they measured the resistance to manipulation by whether the neural networks could profitably manipulate the voting methods in expectation.

The results showed that some voting methods, like Borda, were highly manipulable by the neural networks, even with limited information. Others, like Instant Runoff, were much less susceptible to manipulation, despite being quite profitable to manipulate with full information. Overall, the Condorcet methods, such as Minimax and Split Cycle, were the least manipulable of the 8 voting methods studied.

Critical Analysis

The paper provides valuable insights into the strategic manipulability of different voting methods, which is an important consideration for policymakers and election designers. The use of neural networks as a tool to simulate manipulation is a novel and rigorous approach, allowing the researchers to quantify the extent to which various voting methods are vulnerable.

However, the paper does not address the potential for other types of manipulation, such as bribery or collusion, which could also influence election outcomes. Additionally, the paper focuses on committee-sized elections, and the findings may not fully generalize to larger-scale political elections with thousands or millions of voters.

Further research could explore the robustness of these results to different probability models for voter preferences, as well as the potential for group decision-making strategies to mitigate the impact of strategic manipulation.

Conclusion

This study provides important insights into the vulnerabilities of different voting methods to strategic manipulation. The findings suggest that Condorcet methods may be the most resistant to manipulation, even with limited information, while other methods like Borda are more susceptible. These insights can inform the design of voting systems that are less prone to gaming and more aligned with the genuine preferences of the electorate.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

Total Score

0

Learning to Manipulate under Limited Information

Wesley H. Holliday, Alexander Kristoffersen, Eric Pacuit

By classic results in social choice theory, any reasonable preferential voting method sometimes gives individuals an incentive to report an insincere preference. The extent to which different voting methods are more or less resistant to such strategic manipulation has become a key consideration for comparing voting methods. Here we measure resistance to manipulation by whether neural networks of varying sizes can learn to profitably manipulate a given voting method in expectation, given different types of limited information about how other voters will vote. We trained over 70,000 neural networks of 26 sizes to manipulate against 8 different voting methods, under 6 types of limited information, in committee-sized elections with 5-21 voters and 3-6 candidates. We find that some voting methods, such as Borda, are highly manipulable by networks with limited information, while others, such as Instant Runoff, are not, despite being quite profitably manipulated by an ideal manipulator with full information. For the two probability models for elections that we use, the overall least manipulable of the 8 methods we study are Condorcet methods, namely Minimax and Split Cycle.

Read more

4/17/2024

Detection of decision-making manipulation in the pairwise comparisons method
Total Score

0

Detection of decision-making manipulation in the pairwise comparisons method

Micha{l} Strada, Sebastian Ernst, Jacek Szybowski, Konrad Ku{l}akowski

Most decision-making models, including the pairwise comparison method, assume the decision-makers honesty. However, it is easy to imagine a situation where a decision-maker tries to manipulate the ranking results. This paper presents three simple manipulation methods in the pairwise comparison method. We then try to detect these methods using appropriately constructed neural networks. Experimental results accompany the proposed solutions on the generated data, showing a considerable manipulation detection level.

Read more

5/28/2024

👀

Total Score

0

Candidate Incentive Distributions: How voting methods shape electoral incentives

Marcus Ogren

We evaluate the tendency for different voting methods to promote political compromise and reduce tensions in a society by using computer simulations to determine which voters candidates are incentivized to appeal to. We find that Instant Runoff Voting incentivizes candidates to appeal to a wider range of voters than Plurality Voting, but that it leaves candidates far more strongly incentivized to appeal to their base than to voters in opposing factions. In contrast, we find that Condorcet methods and STAR (Score Then Automatic Runoff) Voting provide the most balanced incentives; these differences between voting methods become more pronounced with more candidates are in the race and less pronounced in the presence of strategic voting. We find that the incentives provided by Single Transferable Vote to appeal to opposing voters are negligible, but that a tweak to the tabulation algorithm makes them substantial.

Read more

4/4/2024

DeepVoting: Learning Voting Rules with Tailored Embeddings
Total Score

0

DeepVoting: Learning Voting Rules with Tailored Embeddings

Leonardo Matone, Ben Abramowitz, Nicholas Mattei, Avinash Balakrishnan

Aggregating the preferences of multiple agents into a collective decision is a common step in many important problems across areas of computer science including information retrieval, reinforcement learning, and recommender systems. As Social Choice Theory has shown, the problem of designing algorithms for aggregation rules with specific properties (axioms) can be difficult, or provably impossible in some cases. Instead of designing algorithms by hand, one can learn aggregation rules, particularly voting rules, from data. However, the prior work in this area has required extremely large models, or been limited by the choice of preference representation, i.e., embedding. We recast the problem of designing a good voting rule into one of learning probabilistic versions of voting rules that output distributions over a set of candidates. Specifically, we use neural networks to learn probabilistic social choice functions from the literature. We show that embeddings of preference profiles derived from the social choice literature allows us to learn existing voting rules more efficiently and scale to larger populations of voters more easily than other work if the embedding is tailored to the learning objective. Moreover, we show that rules learned using embeddings can be tweaked to create novel voting rules with improved axiomatic properties. Namely, we show that existing voting rules require only minor modification to combat a probabilistic version of the No Show Paradox.

Read more

8/27/2024