# TODO - Subliminal Learning Repo ## High Priority - [x] Set up core project structure (src/ directories, __init__.py files) - [x] Create dataset generation module (src/dataset/) - [x] Implement student model finetuning pipeline (src/training/) - [ ] Build evaluation framework (src/evaluation/) - [ ] support metric derivatives - [ ] ## Medium Priority - [ ] Add experiment configuration management (configs/) - [ ] Create CLI interface for running experiments - [ ] Add data processing utilities (src/utils/) - [ ] Implement logging and experiment tracking ## Low Priority - [ ] Add comprehensive tests (tests/) - [ ] Create example notebooks for reproducing key results - [ ] Update README with detailed usage instructions - [ ] Add paper citation and links once published