You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- the same kind/scope/trust/status/sensitivity/passphrase fields as `mge_remember`
181
181
182
+
The default eight-turn chunk is the quality-first setting. Local strict top-5 LoCoMo adapter measurements found four turns to be a useful token/quality knee for compact conversational context. Hosts can set `max_turns: 4` when context budget matters more; this is workload guidance, not a universal replacement for the default.
The LoCoMo adapter also measures ingestion granularity with the production session chunker. On the same file and strict focused top-5 run, the local trade-off was:
This is a granularity trade-off inside MGE, not a competitor comparison. Whole-session ingestion scores highest but returns much larger context. Four-turn chunks are the measured compact recommendation; the production default remains eight turns because it preserves the quality-first behavior. Override it in the eval harness with `--session-chunk-max-turns 4`; `--session-chunk-max-bytes` controls the independent byte cap.
338
+
327
339
LongMemEval-S converted into 85,253 session chunks and 500 queries:
0 commit comments