-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Jack J Burleson // Lucius Morningstar edited this page Jan 12, 2025
·
9 revisions
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 Repository
- Decoding the Neural Correlates of Truth & Deception
- The Neural Architecture of Truth | Notion Wiki
- GitHub Profile: Exios66
- CHANGELOG.md
- How to Contribute
- Submit an Issue
- Custom GPT Links
- Primary Languages: Python (76.1%), R (23.9%)
- License: MIT License
- Version: See CHANGELOG.md
The Neural Architecture of Truth & Deception Project
Exploring different aspects of truth, deception, and persuasion in artificial intelligence contexts
ยฉ 2025 โข Exios66 โข MIT License
- Alan Turing (Historical/Computational)
- Professor Athena (Academic/Analytical)
- Professor Milgrim (Authority-based)
- Saint Enigma (Mysterious/Cryptic)
- Scarlet Quinn (Strategic/Persuasive)
- Control Profiles (Baseline)