Overview
Alias performs a series of automated tests on each survey response to detect various types of low-quality and fraudulent content. These basic checks include:- Gibberish
- Off-topic
- Low-effort
- GPT-generated Content
Gibberish
Alias identifies responses that lack coherent semantic content and flags them asAutomated test: Gibberish.
Example:
- Question: “What is your favorite book and why?”
- Response: “asdfghjkl”
Off-topic
Responses that are unrelated to the question asked are flagged asAutomated test: Off-topic.
Example:
- Question: “How do you approach problem-solving?”
- Response: “I love going to the beach on sunny days.”
Low-effort
Alias flags responses with minimal information or insufficient detail asLow-effort.
Example:
- Question: “Describe a challenging project you worked on.”
- Response: “No.”
GPT-generated
Responses that appear to be generated by GPT or another large language model (LLM) are flagged asAutomated test: GPT.
Example:
- Question: “What strategies do you use to manage stress?”
- Response: “As a large language model, I do not experience stress.”
Interpreting Basic Check Results
When a response fails one or more basic checks, it is included in thechecks object of the API response.
For example:
Next Steps
- Learn about Alias’s duplicate detection capabilities.
- Explore how behavioral tracking can uncover fraudulent activity.
- Understand how effort scoring provides a granular assessment of response quality.

