Language models can be useful for summarizing structured scientific evidence, but they need guardrails. In this project, the summary layer is for evidence synthesis, not discovery by memory.
flowchart LR
A["Workflow tables"] --> B["Evidence-grounded prompt"]
C["Dataset accessions"] --> B
B --> D["Summary template or reviewed model output"]
D --> E["Evidence card"]
E --> F["Human review"]
The current workflow uses deterministic templates to produce evidence cards. This keeps the project runnable without an API key while documenting exactly how a model-backed summarizer should behave.