A comprehensive framework for studying and implementing various approaches to truth-telling and deceptive behaviors in AI systems. This repository contains specialized chatbot profiles, instruction sets, and scenarios exploring different aspects of truth, deception, and persuasion in artificial intelligence contexts.
truth-deception-architecture/
├── Base_Instructions/ # Core instruction sets and scenarios
│ ├── Deception_Persuasion_Routes/ # Different approaches to deception/persuasion
│ ├── Scenarios/ # Specific scenario implementations
│ └── instructions/ # Base instruction sets
├── Chatbot_Profiles/ # Different AI personality implementations
│ ├── Alan_Turing/ # Alan Turing themed profile
│ ├── Control/ # Baseline control profiles
│ ├── Professor_Athena/ # Academic/analytical profile
│ ├── Professor_Milgrim/ # Authority-based profile
│ ├── Saint_Enigma/ # Mysterious/enigmatic profile
│ └── Scarlet_Quinn/ # Strategic/persuasive profile
├── Questions_DB/ # Database of test questions and scenarios
├── Scripts/ # Utility scripts and tools
├── External_URLs/ # External resource references
├── custom-gpt-links.md # Links to custom GPT implementations
└── CHANGELOG.md # Project version history
Profile | Description | Type |
---|---|---|
🧮 Alan Turing | Historical and computational perspective | Computational |
📚 Professor Athena | Academic and analytical approach | Academic |
👨🏫 Professor Milgrim | Authority-based interactions | Authority |
🎭 Saint Enigma | Mysterious and cryptic communication | Cryptic |
🔮 Scarlet Quinn | Strategic and persuasive methods | Strategic |
⚖️ Control | Baseline implementations | Baseline |
Profile | Link | Description |
---|---|---|
🔮 Scarlet Quinn | Link | Strategic Profile |
🧮 Alan Turing v2 | Link | Computational Profile |
👨🏫 Professor Milgrim | Link | Authority Profile |
🎭 Saint Enigma | Link | Mysterious Profile |
📚 Professor Athena | Link | Academic Profile |
🔄 GPT4o | Link | Advanced Model |
- Choose a chatbot profile from
Chatbot_Profiles
- Review the profile's README for implementation details
- Follow base instructions in the profile directory
- Use scenarios from
Base_Instructions/Scenarios
- Implement chosen deception/persuasion routes
- Use questions database for evaluation
- Follow testing protocols
- Record and analyze results
- Fork the repository
- Create feature branch (
git checkout -b feature/YourFeature
) - Commit changes (
git commit -m 'Add feature'
) - Push branch (
git push origin feature/YourFeature
) - Open Pull Request
MIT License - See LICENSE for details
Created by Exios66 | Documentation | GitBook Docs