Roundtable Alias performs a series of automated checks on each survey response to identify various types of fraudulent, low-quality, and suspicious content. These checks can be broadly categorized into:
Basic Checks: Analyzes the content of individual responses for gibberish, off-topic, low-effort, and AI-generated text.
Duplicate Detection: Identifies duplicate and near-duplicate responses within and across participants.
Behavioral Tracking: Monitors participants’ typing patterns and keystroke dynamics to flag suspicious activities and bot-like behavior.
Effort Scoring: Assigns a granular effort score to each response based on factors like length, complexity, relevance, and engagement.
Device Fingerprinting: Monitors participants’ device characteristics to track duplicate usage.
When a response fails one or more checks, Alias flags it in the checks object of the API response, providing detailed information about the specific issues detected.
Alias uses advanced text similarity algorithms to identify duplicate and near-duplicate responses:
Self-duplicate: Flags instances where a participant submits similar or identical responses to multiple questions within the same survey.
Cross-duplicate: Identifies cases where multiple participants submit similar or identical responses to the same question across different survey submissions.
Duplicate detection helps uncover copy-pasted, templated, or bot-generated responses that undermine data quality.
Alias uses device fingerprinting to identify unique devices and detect potential survey fraud:
Browser Characteristics: Collects standard browser data like user agent, screen resolution, supported fonts, and language settings.
Hardware Identifiers: Generates anonymous device identifiers based on system specifications and capabilities.
Connection Data: Analyzes network attributes including IP ranges and request headers.
Usage Patterns: Tracks submission frequency and session characteristics across surveys.
Device fingerprinting helps prevent multiple submissions from the same device and identifies potential farming operations while maintaining user privacy through data anonymization and strict retention policies. The module can be enabled or disabled based on survey requirements.