PAIR-code / PAIR-code/deliberate-lab
Add better tools for detecting bot/LLM users from Prolific
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 96
- Forks
- 40
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 20
Description
Prolific has a lot of bot users, and people who use LLMs to formulate their replies to surveys. Here's a nice paper on it: https://arxiv.org/abs/2508.01390
This isn't specific to prolific. Rather, it's likely endemic to all paid research platforms, and will be a challenge forever.
We would like to have some hope of identifying these users so that we have the option of excluding them from our analysis. Doing it via analysis of their text alone is difficult-to-impossible. To that end, we'd like to record behavioral data (keystroke timing, copy/paste actions, text field change actions, etc), which will help us determine if there is a human behind the keyboard, and if they're pulling their text-based responses from elsewhere.
Using this data well is also a challenge, especially since we need to account properly for people who use assistive devices, speech-to-text, etc. However, the first step is to have the data at all.
I have a draft of some code for this ready, and will make a PR shortly. This is just the accompanying issue.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named. Start by reading the linked paper and reviewing the draft code referenced in the issue, then clarify the behavioral data to record and how accessibility tools should be handled. Done means the requested data is available for later analysis without relying on text alone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Quiet
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100