Algorithmic Targeting of Social Policies: Balancing AI Accuracy with Distributed Governance

Algorithmic targeting of social policies: fairness, accuracy, and distributed governance

2020-01-27
Alejandro Noriega-Campero, Bernardo Garcia-Bulle, Luis Fernando Cantu, Michiel A. Bakker, Luis Tejerina, Alex Pentland, A. Pentland
Summary
Problem
Method
Results
Takeaways
Abstract

The paper introduces an AI-driven framework for the algorithmic targeting of social policies (e.g., Cash Transfers) in developing countries. Utilizing Gradient Boosting and advanced feature engineering on household survey data from Colombia and Costa Rica, the authors demonstrate a significant reduction in poverty misclassification compared to traditional econometric methods.

TL;DR

In the developing world, determining who receives social benefits is a high-stakes algorithmic task. This research demonstrates that replacing legacy econometric models with AI (Gradient Boosting) can correctly identify nearly one million more people in poverty across Colombia and Costa Rica. However, accuracy isn't everything—the paper also introduces a first-of-its-kind interactive platform to help government agencies navigate the thorny ethical trade-offs between different definitions of "fairness."

The "Invisible" Poverty Trap

In many developing nations, "informal" economies mean that official income data is non-existent or unreliable. To allocate Cash Transfers (CTs) or health subsidies, governments use Proxy Means Tests (PMT)—algorithms that guess a household's poverty level based on assets (e.g., "Do you have a fridge?") and demographics.

For decades, these have relied on simple linear regressions. The cost of this simplicity? High Exclusion Errors, where the truly needy are denied aid because the model couldn't capture the nuance of their specific hardship.

Methodology: The Shift to AI

The researchers moved beyond the status quo by introducing a machine-learning pipeline focused on three pillars:

  1. Feature Engineering: They generated "Deep Features" using Recursive Neural Networks to condense individual-level data of all family members into a usable household signature.
  2. Gradient Boosting: Unlike linear models, this captures non-linear interactions (e.g., how the impact of "education" changes depending on "geographic region").
  3. Out-of-Sample Validation: Ensuring the model works on new households, not just the data it was trained on.

Model Performance Comparison Graph (a) showcases for Colombia how the AI method (blue) dominates the status quo (red), significantly reducing both inclusion and exclusion errors.

The Fairness Dilemma

Even the best AI can be "unfair." If an algorithm is overall 90% accurate, but only 60% accurate for rural households, it creates a systemic bias. The study found that while AI is generally more fair than old methods, it still exhibits performance disparities.

The challenge is that "fairness" is not a single mathematical definition. Some agencies want Demographic Parity (equal representation), while others prioritize Error Rate Parity (equal chance of a mistake). In many cases, social workers prefer Positive Discrimination—intentionally giving a "bump" to victims of violence or people with disabilities.

Solution: Distributed Governance

To solve the tension between central data and local needs, the authors developed an Interactive Decision Support Platform. This tool allows local managers to:

  • Segment the population into specific subgroups (e.g., single mothers).
  • Adjust thresholds in real-time to see how it affects the budget.
  • Toggle fairness constraints to automatically achieve parity across groups.

Distributed Governance Interface The platform enables policy-makers to visualize the trade-offs between coverage, cost, and positive discrimination.

Critical Insight & Conclusion

The core takeaway is that accuracy and ethics are not mutually exclusive, but they require a "human-in-the-loop" framework. By providing a high-accuracy AI "engine" but leaving the "steering wheel" (thresholds and parity definitions) in the hands of social institutions, we can achieve a system that is both technically superior and democratically accountable.

As AI continues to expand into the Global South, this paper serves as a blueprint: optimize the math, but democratize the decision.


Key Performance Metrics

CountryReduction in Misclassification (AUEIC)New People Covered (Poor)
Colombia26.4%~728,000
Costa Rica37.1%~110,000

Find Similar Papers

Try Our Examples

  • Search for recent studies that integrate satellite imagery and remote sensing data with household surveys for high-resolution poverty mapping in the Global South.
  • What are the inaugural papers defining 'Error Rate Parity' and 'Equal Opportunity' in machine learning, and how have they been adapted for positive interventions in social programs?
  • Explore research applying Multiple Instance Learning (MIL) or Recursive Neural Networks to process hierarchical household-level data for socioeconomic status prediction.
Contents
Algorithmic Targeting of Social Policies: Balancing AI Accuracy with Distributed Governance
1. TL;DR
2. The "Invisible" Poverty Trap
3. Methodology: The Shift to AI
4. The Fairness Dilemma
5. Solution: Distributed Governance
6. Critical Insight & Conclusion
6.1. Key Performance Metrics