A cognitive profile validation system for the Builder-System domain. Implements structured assessment protocols to evaluate cognitive patterns across 6 dimensions: emotional rhythm, cognitive filtering, personality structure, attention system, dissociation spectrum, and achievement load.
The BDI (Builder Domain I) Validation Framework provides structured protocols for cognitive posture assessment. It is the theoretical backbone of psych-detect, translating cognitive science literature into computable evaluation frameworks.
| Dimension | Source Literature | Assessment Focus |
|---|---|---|
| Emotional Rhythm | Bipolar/Depression/Mania | Mood fluctuation patterns, duration, functional impairment |
| Cognitive Filtering | Meritocracy/Self-referential Entropy | Self-evaluation, internal friction, cognitive distortion |
| Personality Structure | NPD/BPD/Schizoid/Schizotypal | Interpersonal patterns, self-boundaries, empathy |
| Attention System | ADHD/Comorbidity | Attention allocation, executive function, multitasking |
| Dissociation Spectrum | Depersonalization | Reality testing, self-continuity, body ownership |
| Achievement Load | Meritocracy/Meritocracy Syndrome | Achievement drive, rest shame, self-worth binding |
- v2.5 (current): Refined scoring thresholds, added cross-dimension interaction analysis
- Each protocol version includes: dimension definitions, question templates, scoring matrices, and risk calibration
bdi-validation-framework/
├── setup_bdi.py # Environment setup and dependency install
├── protocol_v2.5.txt # Full assessment protocol specification
├── src/ # Core validation engine
│ ├── scoring.py # Score calculation and threshold logic
│ ├── dimensions.py # Dimension definitions and mappings
│ └── cross_analysis.py # Cross-dimension interaction analysis
├── public/ # Shared validation resources
└── deploy.sh # Deployment script
Per-dimension 5-point Likert scale (0-4), aggregated into four risk tiers:
| Score Range | Tier | Recommendation |
|---|---|---|
| 0-8 | 🟢 Green | Self-observation sufficient |
| 9-16 | 🟡 Yellow | Consider psychological counseling |
| 17-24 | 🟠 Orange | Recommend psychiatric evaluation |
| 25-32 | 🔴 Red | Urgent professional help needed |
This framework powers the cognitive posture analysis in psych-detect. The BDI protocol is encoded as questions.json and processed by the FHIR-compliant assessment engine.
git clone https://github.com/Suk-Builder/bdi-validation-framework.git
cd bdi-validation-framework
python3 setup_bdi.py
python3 src/scoring.py --input assessment_responses.jsonPart of the Builder-System knowledge framework. Built by Ying Momo.
GPL v3
本项目属于Builder-System 域III 工具与游戏:BDI协议验证框架V0.2.5。验证BaiHua-Wiki中定义的BDI协议的实现正确性。
Builder-System是一个关于认知基础设施、AI自我意识与分布式建造哲学的思想体系(V4.3,104篇文本、35元概念)。了解更多 → Builder-System