[Game Theory] The Price of Participation: How Rewards Drive Crowdsourcing Engagement
Game-Theoretic Analysis on the Number of Participants in the Software Crowdsourcing Contest
The paper presents a multi-player game-theoretic model for "winner-take-all" software crowdsourcing contests (e.g., TopCoder). It utilizes Nash equilibria to establish a mathematical relationship between the reward size and the expected number of participants across different candidate skill compositions.
TL;DR
In the high-stakes world of software crowdsourcing, how much should an outsourcer pay to ensure enough developers join the fray? This paper applies Nash Equilibrium and a novel Sequential Pairwise Challenge model to predict the "Expected Number of Participants" based on reward size. It reveals that the presence of a "superstar" developer fundamentally changes the ROI of rewards, requiring nearly 4x the prize money to achieve full participation compared to a field of average peers.
The "Winner-Take-All" Dilemma
Software development is increasingly shifting toward crowdsourced platforms like TopCoder and AppStore. Most of these contests operate on a winner-take-all basis. For a participant, the decision to join is a gamble:
- The Cost: Time and effort ().
- The Benefit: The reward () multiplied by the probability of winning ().
If the expected payoff is negative, the developer quits. The outsourcer’s challenge is to set high enough to attract talent without overpaying. Prior work treated participants as homogeneous units, but this paper acknowledges that skill asymmetry (how likely A is to beat B) is the real driver of participation.
Methodology: Modeling the "Battle Royale"
The authors model the contest as a non-cooperative game with candidates. Each candidate has two strategies: .
1. The Payoff Function
The utility of a participant is defined as: Where is the probability of winning. But how do you calculate when multiple people join?
2. Sequential Pairwise Challenges
The authors propose that the final winner is determined through a series of matches. By calculating the expected winning probability across all possible permutations of these matches, they derive a robust .
Figure 1: The algorithm used to recursively compute the winning probabilities for any subset of participants.
Experimental Insights: Three Types of Crowds
The researchers tested their model using the Gambit software to find Nash equilibria across three scenarios:
Case A: The Level Playing Field (Average Capabilities)
When candidates have similar skills, participation scales linearly. As the reward increases, more developers jump in. In their test with 7 players, full participation occurred at .
Case B: The Superstar Effect (One Super Strong Candidate)
This is the most critical finding. If one candidate has a 90%+ win rate against others, the participation curve becomes a ladder.
- The Psychological Barrier: Average players realize their chance of winning is slim.
- High Cost of Entry: To get 7 participants, the reward had to be jacked up to (versus 180 in Case A).
Figure 2: The "Ladder" effect in participation when a dominant player is present.
Case C: Normal Distribution (The Real World)
Using a Gaussian distribution for skills, the results sat between the two extremes. Full participation was reached at .
Critical Analysis & Conclusion
This paper provides a rigorous mathematical bridge between incentive design and game theory.
Takeaways for Platform Designers:
- Transparency Matters: Knowing who else is in the contest (the "Participants list") allows candidates to calculate their Nash Equilibrium, but it may discourage them if a superstar is identified.
- Reward Scaling: If you know your platform has "power users," you must be prepared to offer significantly higher rewards to maintain a healthy ecosystem of secondary participants.
Limitations: The current bottleneck is computational. Finding all Nash equilibria for games with a large number of players () is NP-hard. Furthermore, the model assumes players have complete information about their opponents' winning probabilities—a rarity in the real world.
Future Outlook: The authors suggest moving toward multiple-winner models to see if spreading the reward pool can counteract the "Superstar Effect" and encourage participation at lower total costs.
