How Aura Works
Aura is a clinical mental health assistant powered by a hybrid search pipeline, cross-encoder reranking, and structured clinical data from the DSM-5-TR. Every architectural decision is measured against a 150-query evaluation harness.
Search Pipeline
Each query passes through query expansion, dual-path retrieval (semantic + keyword), cross-encoder reranking, and LLM generation with constitutional safety principles.
Retrieval Benchmarks
Measured against 150 gold Q&A pairs across 5 categories: scope, clinical depth, differential diagnosis, safety, and edge cases.
Run the eval harness to generate benchmark data:
npm run evalSystem Architecture
Knowledge Base
Search Pipeline
Safety Pipeline
Model Stack
Method Comparison
Retrieval quality across search methods, measured on queries with known expected sources.
| Method | Recall@3 | Recall@5 | Recall@8 | MRR | NDCG@10 |
|---|---|---|---|---|---|
| BM25 Only | — | — | — | — | — |
| Hybrid (Vector + BM25) | 89.9% | 92.0% | 93.1% | 87.7% | 87.9% |
| Hybrid + Reranking | — | — | — | — | — |
Knowledge Graph
Interactive visualization of relationships between conditions, screening tools, and diagnostic categories extracted from structured clinical data.
Contact
Interested in our research or data? Reach out at contact@moodspan.org.