Experiments inspecting llm's, particularly focused on detecting signs of human-like self-awareness via psychodynamic-inspired prompting.
These experiments take inspiration from Gordon Allport's idiographic work in personality theory (see “The Use of Personal Documents in Psychological Science,” 1942), as well as George Kelly's subsequent "Role Construct Repertory Test" (the latter of which is included as an experiment in this repo).
pip install llm-experiments
pip install git+https://github.com/rhoadesScholar/llm-experiments.git
import llm_experiments
# Example usage
# TODO: Add your usage examples here
# Clone the repository
git clone https://github.com/rhoadesScholar/llm-experiments.git
cd llm-experiments
# Install in development mode with all dependencies
make dev-setup
# Run all tests
make test
# Run tests with coverage
make test-cov
# Run fast tests (stop on first failure)
make test-fast
# Format code
make format
# Lint code
make lint
# Type check
make type-check
# Run all checks
make check-all
- Fork the repository
- Create a feature branch (
git checkout -b feature/amazing-feature
) - Make your changes
- Run the test suite (
make test
) - Commit your changes (
git commit -m 'Add some amazing feature'
) - Push to the branch (
git push origin feature/amazing-feature
) - Open a Pull Request
GNU GPL v3.0. See LICENSE for details.
If you use this software in your research, please cite it using the information in CITATION.cff.