The "Right Crowd" vs. The "Big Crowd": Community-Situated Crowdsourcing in Recovery Research

Comparing Generic and Community-Situated Crowdsourcing for Data Validation in the Context of Recovery from Substance Use Disorders

2021-05-06
Sabirat Rubya, Joseph Numainville, Svetlana Yarosh
Summary
Problem
Method
Results
Takeaways
Abstract

This paper introduces "Community-Situated Crowdsourcing" for validating Alcoholics Anonymous (AA) meeting data, comparing it against generic crowdsourcing. By recruiting from specialized online recovery communities (InTheRooms) and filtered MTurk workers, the authors achieved significantly higher data accuracy than generic MTurk baselines.

TL;DR

Research from the University of Minnesota demonstrates that for specialized tasks like validating Alcoholics Anonymous (AA) meeting data, Community-Situated Crowdsourcing—recruiting people already embedded in the community—drastically outperforms generic paid workers. While volunteers from recovery communities like "InTheRooms" are slower to recruit, their data accuracy is 16% higher than generic Mechanical Turk workers because they possess the "domain vocabulary" and intrinsic motivation that money can't buy.

The "Context Gap" in Crowdsourcing

Standard crowdsourcing (e.g., Amazon Mechanical Turk) operates on the law of large numbers: pay a little bit to a lot of people, and the errors will average out. However, this fails when the task requires Contextual Intelligence.

In the context of AA recovery, identifying a meeting isn't just about finding a time and an address. It's about distinguishing between an "Open AA Meeting" and a "Service Board Picnic" or "Office Hours." Generic workers often see an address and a time and click "Yes," leading to broken indices that fail the very people—newcomers to recovery—who need them most.

Methodology: Testing Three Recruitment Fronts

The researchers compared three distinct ways to find "human intelligence":

  1. Paid Unfiltered Generic (MTurk): The standard workforce. No specialized knowledge required.
  2. Paid Filtered Community-Situated (MTurk): Workers had to pass a "12-step literacy test" (e.g., identifying the 12th tradition) before being allowed to work.
  3. Unpaid Filtered Community Members (InTheRooms): Volunteers recruited directly from a social network for people in recovery.

The Task Stack

  • Page Validation: Is this a list of meetings?
  • Meeting Validation: Is this specific highlighted text a valid meeting record?
  • Meeting Identification: Find and draw boxes around meetings the AI missed.

Sample Task Interfaces Figure 1: Interface used for (a) Page Validation and (b) Meeting Information Validation.

Performance Trade-offs: The Cost of Quality

The results revealed a classic engineering trade-off: Time vs. Accuracy vs. Cost.

1. The Accuracy Gap

Community volunteers from InTheRooms (ITR) were the undisputed champions. They achieved significantly higher accuracy in page and meeting validation.

2. The "Not Sure" Intuition

One of the most fascinating findings was that community experts used the "Not Sure" option significantly more often than paid workers. This illustrates the Dunning-Kruger effect in reverse: experts know exactly what they don't know, whereas generic workers—incentivized by speed—were more likely to guess incorrectly.

Accuracy Comparison Figure 2: Accuracy distributions across the three groups. Note the superior performance of the ITR community volunteers in Box (a).

3. Cost & Latency

While quality was high, the "cost per worker" for the community group was technically higher due to the advertising fees required to reach them (3.12 for MTurk). Furthermore, it took two months to get 460 responses from volunteers, while MTurk delivered 1000+ responses in just one week.

Worker Costs Table Table 1: Economic breakdown of the study populations.

Critical Insight: Why Does Community-Situated Work?

Beyond just "knowing the rules," community members possessed Intrinsic Motivation.

  • Service as Purpose: Many ITR volunteers left comments stating they participated because "helping the newcomer" is a core tenet of recovery.
  • Speed vs. Care: Generic MTurkers are economically incentivized to be fast. Community members are socially incentivized to be right.

Conclusion & Future Directions

This research proves that for sensitive, context-heavy domains (Health, Stigmatized Communities, Niche Expertise), generic crowdsourcing is a blunt instrument.

Key Takeaways for Developers:

  • Filter Early: If using generic platforms, implement "Context Literacy" screenings.
  • Target the Niche: Building partnerships with community platforms (like InTheRooms or specialized Discord servers) is worth the overhead for high-accuracy requirements.
  • Design for "Uncertainty": Allow experts to flag "Not Sure" to improve the overall data hygiene of the system.

Ultimately, the future of AI-assisted information retrieval (HAIR) in recovery isn't just about better algorithms; it's about connecting with the "Right Crowd" that actually cares about the data.

Find Similar Papers

Try Our Examples

  • Search for recent HCI studies comparing the data quality of paid micro-tasks versus intrinsic-motivation-based volunteer crowdsourcing in medical or sensitive contexts.
  • Which original papers defined "Situated Crowdsourcing," and how has the definition evolved to include community membership and domain expertise?
  • Investigate how dynamic screening techniques on platforms like Amazon Mechanical Turk or Prolific can be used to identify "Expert Crowds" without the high cost of external community advertising.
Contents
The "Right Crowd" vs. The "Big Crowd": Community-Situated Crowdsourcing in Recovery Research
1. TL;DR
2. The "Context Gap" in Crowdsourcing
3. Methodology: Testing Three Recruitment Fronts
3.1. The Task Stack
4. Performance Trade-offs: The Cost of Quality
4.1. 1. The Accuracy Gap
4.2. 2. The "Not Sure" Intuition
4.3. 3. Cost & Latency
5. Critical Insight: Why Does Community-Situated Work?
6. Conclusion & Future Directions