Skip to content

new architecture - #27

Merged
sp25-bai-047-wq merged 2 commits into
QuantumLogicsLabs:mainfrom
chaudhryumer:main
Aug 10, 2026
Merged

new architecture#27
sp25-bai-047-wq merged 2 commits into
QuantumLogicsLabs:mainfrom
chaudhryumer:main

Conversation

@chaudhryumer

Copy link
Copy Markdown
Contributor

Architecture pivot: replace tree-encoder model with SimpleCalculusModel

Root cause: tree-encoder + separate RuleHead + StepTracer design plateaued
at ~0.51 Val Loss across 8+ different training configs. Diagnosed two real
bugs (RuleHead pooling only from token 0, rule/decoder circular dependency)
that improved but didn't resolve the plateau. Replaced with a standard
nn.Transformer encoder-decoder, folding rule prediction into the output
sequence as a leading RULE:xxx token instead of a separate classifier head
Also: added integrate operation training data (previously only diff/partial
existed), added RULE:trig_rule/exp_rule/log_rule vocab tokens to stop
Phase 2 trig/exp/log problems being mislabeled under chain_rule, fixed
[BOS] token handling in beam search and output deserialization, fixed
run_pipeline.py reading wrong result dict key.

Result: eval/run_eval.py accuracy improved from 0% to 18.3% overall
(36.2% diff, 43.3% partial). gradient/tangent_line remain unsupported --
documented as separate follow-up work requiring serializer/schema changes."

@vercel

vercel Bot commented Aug 6, 2026

Copy link
Copy Markdown

@chaudhryumer is attempting to deploy a commit to the seno-quantum-coder's projects Team on Vercel.

A member of the Team first needs to authorize it.

@sp25-bai-047-wq
sp25-bai-047-wq merged commit c426bd9 into QuantumLogicsLabs:main Aug 10, 2026
1 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants