feat(ssot): High-Fidelity SSoT Implementation for Diversity-Aware Evolution#45
Open
RUFFY-369 wants to merge 16 commits intoNousResearch:mainfrom
Open
feat(ssot): High-Fidelity SSoT Implementation for Diversity-Aware Evolution#45RUFFY-369 wants to merge 16 commits intoNousResearch:mainfrom
RUFFY-369 wants to merge 16 commits intoNousResearch:mainfrom
Conversation
…model compatibility
…roduction stability
… stable optimization
…rocessing on 3B models
…e-skill processing
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.
Description
This PR implements the String Seed of Thought (SSoT) protocol across the
hermes-agent-self-evolutionrepository. By decoupling the generation of randomness from the final task selection, we enable Diversity-Aware Generation (DAG) that consistently outperforms standard temperature-sampling baselines.Related Issue
Solves #44
Key Breakthrough: Solving "Early Termination" in Small Models
A critical observation during development was that small models (3B) often "Short-Circuit" or terminate early when faced with complex evolution tasks.
Technical Implementation
evolution/core/dataset_builder.pyto require an alphanumeric seed in the task-generation prompt, breaking the model's deterministic bias.<think>block, mapping the generated entropy to a specific "Evolution Sub-Strategy."evolve_skill.py): Anchors the model to the SSoT protocol, ensuring that longer reasoning traces lead to better PIF performance.fitness.py): Implements a regex-based interceptor to isolate the final evolved skill/action from the reasoning "warm-up" trace.Benchmarking (NoveltyBench-Adjacent)
References
cc @teknium1