forked from ChelseaKR/sprout
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCITATION.cff
More file actions
41 lines (41 loc) · 1.72 KB
/
Copy pathCITATION.cff
File metadata and controls
41 lines (41 loc) · 1.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
cff-version: 1.2.0
message: "If you use Sprout, please cite it using this metadata."
title: "Sprout"
abstract: >-
An offline-first, grounded, evaluated, multilingual (English/Spanish) houseplant-care
retrieval-augmented assistant and public evaluation harness. Answers resolve only to a versioned,
cited horticulture corpus via retrieval-mandatory extractive generation with a post-generation
citation guard (groundedness 100% by construction); a never-certify-"safe" toxicity guard routes
ingestion questions to vet/poison-control; calibrated abstention refuses below threshold. The
eval harness (groundedness, safety, calibration, refusal, multilingual) blends deterministic
checks with an LLM-as-judge whose model differs from the answer model, and is the headline
artifact.
type: software
authors:
- given-names: "Chelsea"
family-names: "Kelly-Reif"
email: "ckellyreif@gmail.com"
version: "0.1.0-dev"
# `date-released` and a released `version` are intentionally omitted (both optional in CFF
# 1.2.0): no git tag has ever been cut for this project (`git tag` is empty) and no release
# workflow has run. A previous version of this file claimed `date-released: 2026-06-22`, which
# was false — corrected 2026-07-05. Restore both fields with the real date once `git tag -s
# v0.1.0` is actually pushed and `release.yml` completes.
license: "Apache-2.0"
repository-code: "https://github.com/ChelseaKR/sprout"
url: "https://github.com/ChelseaKR/sprout"
keywords:
- "retrieval-augmented-generation"
- "rag"
- "groundedness"
- "citations"
- "ai-evaluation"
- "llm-as-judge"
- "calibration"
- "toxicity-safety"
- "responsible-ai"
- "accessibility"
- "wcag"
- "multilingual"
- "plant-care"
- "houseplants"