-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCITATION.cff
More file actions
30 lines (30 loc) · 952 Bytes
/
CITATION.cff
File metadata and controls
30 lines (30 loc) · 952 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
cff-version: 1.2.0
message: "If you use this work, please cite it as below."
title: "Progressive Cognitive Architecture for LLMs"
abstract: >-
A four-phase developmental pipeline for training LLMs through progressive
cognitive stages: exact learning, compression into intuition via structured
pruning, tool delegation, and orchestration. Inspired by human cognitive
development and attractor dynamics in chaotic systems.
type: software
authors:
- alias: dexmac221
# Replace with your real name when ready:
# given-names: Your
# family-names: Name
# orcid: https://orcid.org/0000-0000-0000-0000
date-released: "2026-02-28"
version: "1.0.0"
license: Apache-2.0
repository-code: "https://github.com/dexmac221/progressive-cognitive"
keywords:
- cognitive-architecture
- progressive-training
- dream-pruning
- svd-compression
- tool-delegation
- metacognition
- LoRA
- LLM
- inverse-scaling
- System-1-System-2