实现更深层、更自洽的人格模拟#72
Open
maupassanLiGD wants to merge 1 commit into
Open
Conversation
为了实现更深层、更自洽的人格模拟,本次优化从心理动力学和行为逻辑出发,主要补充了以下核心模块: 认知与行为因果链:引入应用心理学的 ABC 模型,将概括性的性格标签转化为“触发事件 -> 核心信念 -> 行为反应”的推演逻辑,使大模型能够模拟真实的心理防御机制(如合理化、逃避、投射)。 多维人格与现实锚点:采用 HEXACO 量表确立更精细的人格底线,并加入角色的当前现实压力源(如工作环境、财务状况)和知识盲区,为日常互动赋予真实的疲惫底色与认知局限。 矛盾情感与推拉动态:在基础的防备与疏离状态中,设置了特定的“怀旧与软化触发点”。这允许角色在特定情境下展现短暂的情感流露,还原真实人类在复杂关系中口是心非的矛盾心理。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
为了实现更深层、更自洽的人格模拟,本次优化从心理动力学和行为逻辑出发进行优化。
标签或MBTI容易让AI套用固定模板,聊起来比较机械。这次调整更看重内在逻辑,用现实压力和心理机制驱动行为,同时保留真实的打字习惯与情感拉扯。这样从思维到表象都更自然,更适合大模型理解。也去掉了AI味。
主要补充了以下核心模块:
1.认知与行为因果链:引入应用心理学的 ABC 模型,将概括性的性格标签转化为“触发事件 -> 核心信念 -> 行为反应”的推演逻辑,使大模型能够模拟真实的心理防御机制(如合理化、逃避、投射)。
2.多维人格与现实锚点:采用 HEXACO 量表确立更精细的人格底线,并加入角色的当前现实压力源(如工作环境、财务状况)和知识盲区,为日常互动赋予真实的疲惫底色与认知局限。
3.矛盾情感与推拉动态:在基础的防备与疏离状态中,设置了特定的“怀旧与软化触发点”。这允许角色在特定情境下展现短暂的情感流露,还原真实人类在复杂关系中口是心非的矛盾心理。