--- pretty_name: MamaRetrieval language: - en license: other license_name: mamaretrieval-research-only-v1 license_link: LICENSE task_categories: - text-retrieval - question-answering tags: - medical - clinical-guidelines - midwifery - obstetrics - retrieval-benchmark - evaluation - llm-as-judge - rag size_categories: - 1K ## Limitations - **Scope**: midwifery / OBGYN / neonatal care, framed for guidelines deployed in Zanzibar. Performance numbers do not transfer cleanly to general medical retrieval. - **Depth-3 ceiling**: ~25% of queries have no `score ≥ 5` chunk in any retriever's top-3, even from the strongest retriever. This is an inherent depth-3 pool limit, not a retriever failure. - **Single relevance judge**: every `(query, chunk)` relevance label in this dataset is produced by one LLM (`Qwen/Qwen3.5-397B-A17B-FP8`) under the four-dimension rubric. That judge was calibrated against Claude Opus 4.7 on a 62-pair pilot — 95% threshold agreement at score ≥ 3, 85% at ≥ 5 — but that's a small LLM-vs-LLM sanity check, not a human-annotated gold standard. Practical consequences: retriever-vs-retriever rankings tend to be stable across reasonable relevance judges, but absolute score distributions and per-row labels will shift if you re-grade the same `(query, chunk)` pairs with a different judge. Treat each label as one judge's calibrated opinion, not ground truth.