非Transformer的AI架构:发展式学习系统
分享一个非Transformer的AI架构:发展式学习系统
最近在探索一个新思路:能不能用「儿童认知发展」的方式来构建AI?
不同于传统的Transformer/RNN架构,这个系统采用了:
【架构特点】
● 模块化知识表示(知识图谱 + 常识库)
● 符号推理而非数值计算
● 渐进式能力发展(模拟0-7岁认知阶段)
● 可解释的推理过程
【目前实现】
Phase 1: 基础涌现 ✅️
Phase 2: 推理能力 ✅️
Phase 3: 对话能力 ✅️
Phase 4: 知识系统 ✅️
【能力展示】
● 传递推理:dog → animal → living_thing
● 类比推理:bird ≈ plane(都能飞)
● 因果推理:touch fire → burn
● 道德判断:lying = bad
【数据规模】
● 词汇量:5000
● 语法规则:726条
● 知识三元组:59条
● 常识规则:33条
目前训练 认知水平约等于6-7岁儿童
PS K:
Cherry
LLM
VLLM> python test_deep.py
正在初始化发展式学习系统…
系统初始化完成!
● 知识图谱: 59 条知识
● 常识库: 33 条规则
● 能力等级: 6-7岁儿童
============================================================
6-7岁能力深度测试
✅️ Q: Is a dog a living thing?
A: Yes, dog is a living thing.
✅️ Q: Is a car alive?
A: No, a is not alive.
✅️ Q: Can fish walk?
A: No, fish cannot walk
✅️ Q: Is ice hot?
A: No, ice is not hot. It is cold.
✅️ Q: Is fire cold?
A: No, fire is not cold. It is hot.
✅️ Q: Why do we sleep?
A: Because sleep, so not tired.
✅️ Q: Why is fire dangerous?
A: Because fire, so burn.
✅️ Q: What if I touch fire?
A: If i touch fire, then burn.
✅️ Q: Is bird like plane?
A: Yes! bird is like plane because they both can fly and has wi…
✅️ Q: What do dogs eat?
A: Eating food reduces hunger.
✅️ Q: Where do fish live?
A: Fish live in water.
✅️ Q: Is it good to help others?
A: Yes, helping is good.
✅️ Q: Is lying bad?
A: Yes, lying is bad.
✅️ Q: What is the sun?
A: Sun is a big ball of fire in the sky that gives us light and…
✅️ Q: What is water?
A: Water is a clear liquid that we drink to stay healthy.
============================================================
严格通过: 11/11
开放问题: 4/4
总体能力: 100%
PS K:
Cherry\nLLM
VLLM>
💬 开始对话 (输入 ‘quit’ 退出, ‘help’ 帮助)
You:
You: hello
AI: Hello! I’m a 6-7 year old AI. Ask me anything! 🙂
评论已关闭