File size: 812 Bytes
ed6bec6 |
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 |
# Evaluation Guide
This guide defines how to evaluate an LLM trained on the Glyphic Language.
---
# 1. Syntax Tests
Verify:
- ordering rules
- required roles
- context ordering
- single actor/action/object
---
# 2. Reversibility Tests
Check:
encode(interpret(x)) == x
for all valid sequences.
---
# 3. Dictionary Consistency
Ensure:
- no hallucinated glyphs
- no missing dictionary entries
- correct role usage
---
# 4. Scene Interpretation
Test:
- actor/action/object extraction
- modifier interpretation
- context layering
---
# 5. Translation Accuracy
Evaluate:
- text → glyph
- glyph → text
- structured meaning → glyph
- glyph → structured meaning
---
# 6. Soulfile™ Compatibility
Verify:
- memory entries encode correctly
- meaning compression works
- continuity is preserved
|