Hello LoCoMo Team,
Following our initial submission (issue #31, 89.94% cats 1-4 with memory-only baseline), we are submitting updated results using the EXIA GHOST Full Pipeline — our complete proprietary cognitive architecture.
Results (Full Pipeline, 10 conversations, 1,986 QA)
| Category |
Accuracy |
Correct / Total |
| Cat 1 — Multi-hop |
96.81% |
273 / 282 |
| Cat 2 — Temporal |
99.07% |
318 / 321 |
| Cat 3 — World knowledge |
92.71% |
89 / 96 |
| Cat 4 — Single-hop |
91.08% |
766 / 841 |
| Cat 5 — Adversarial |
100.00% |
446 / 446 |
| Overall (cats 1-5) |
95.27% |
1,892 / 1,986 |
Per Conversation Breakdown
| Conv |
Speakers |
QA |
Accuracy |
| 0 |
Caroline ↔ Melanie |
199 |
97.0% |
| 1 |
Jon ↔ Gina |
105 |
94.3% |
| 2 |
John ↔ Maria |
193 |
95.3% |
| 3 |
Joanna ↔ Nate |
260 |
97.7% |
| 4 |
Tim ↔ John |
242 |
97.5% |
| 5 |
Audrey ↔ Andrew |
158 |
91.1% |
| 6 |
James ↔ John |
190 |
93.7% |
| 7 |
Deborah ↔ Jolene |
239 |
96.2% |
| 8 |
Evan ↔ Sam |
196 |
95.4% |
| 9 |
Calvin ↔ Dave |
204 |
91.7% |
No conversation scored below 91%.
Pipeline Impact (Full vs Memory Baseline)
| Category |
Memory Baseline |
Full Pipeline |
Delta |
| Cat 1 — Multi-hop |
86.17% |
96.81% |
+10.64% |
| Cat 2 — Temporal |
85.36% |
99.07% |
+13.71% |
| Cat 3 — World knowledge |
93.75% |
92.71% |
-1.04% |
| Cat 4 — Single-hop |
92.51% |
91.08% |
-1.43% |
| Cat 5 — Adversarial |
71.52% |
100.00% |
+28.48% |
The cognitive pipeline significantly improves multi-hop reasoning, temporal reasoning, and adversarial resistance. Minor decreases on single-hop and world knowledge reflect the pipeline's conservative approach: it prefers abstention over fabrication.
Category 5 — Zero Hallucination
100% accuracy on all 446 adversarial questions. The system correctly abstains on every question whose answer is not in the conversation. This is achieved through a structural contract between the memory system and the LLM — not prompt engineering.
To our knowledge, this is the first system to achieve 100% on Category 5.
Setup
- Hardware: VPS 2 vCPU AMD EPYC, 8 GB RAM
- LLM: GPT-4o-mini
- Judge: GPT-4o-mini (CORRECT/WRONG)
- 20 speakers, shared memory with per-user isolation, zero cross-contamination
Verification
Author: Francis BABIN (Solo Developer)
Hello LoCoMo Team,
Following our initial submission (issue #31, 89.94% cats 1-4 with memory-only baseline), we are submitting updated results using the EXIA GHOST Full Pipeline — our complete proprietary cognitive architecture.
Results (Full Pipeline, 10 conversations, 1,986 QA)
Per Conversation Breakdown
No conversation scored below 91%.
Pipeline Impact (Full vs Memory Baseline)
The cognitive pipeline significantly improves multi-hop reasoning, temporal reasoning, and adversarial resistance. Minor decreases on single-hop and world knowledge reflect the pipeline's conservative approach: it prefers abstention over fabrication.
Category 5 — Zero Hallucination
100% accuracy on all 446 adversarial questions. The system correctly abstains on every question whose answer is not in the conversation. This is achieved through a structural contract between the memory system and the LLM — not prompt engineering.
To our knowledge, this is the first system to achieve 100% on Category 5.
Setup
Verification
Author: Francis BABIN (Solo Developer)