-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Crystal Qian edited this page Oct 11, 2024
·
3 revisions
Note
Deliberate Lab is currently allowlist-only. If you're interested in using the Google-hosted platform, please fill out this form. Alternatively, you can fork this code and host your own instance.
🕊️ Deliberate Lab is a platform for running online research experiments on human + LLM group dynamics.
Researchers can configure and run custom experiments involving multi-participant and LLM agent interactions, such as:
- Group chat discussions with multiple participants + LLM mediator(s)
- Elections where participants rank or vote for one another
- Custom surveys (multiple choice, Likert scale, open-ended)
The platform also includes features for easily managing experiments:
- Connect experiments to Prolific
- Set timeouts or "attention checks" to keep participants active
- Transfer participants between multiple instances ("cohorts") of the same experiment configuration
- ⏳ Assign "roles" to participants (e.g., allow "voters" to vote in elections and "candidates" to participate in group chat)
- ⏳ Save templates for experiment and LLM agent configurations
Choose a tutorial (🦉 Researchers or 🦫 Developers) in the sidebar to get started!
🦉 For researchers
- Getting started (for researchers)
- Basic experiment setup
- ✨ Advanced features
🦫 For developers