cite-guard-ground

star 0

Stage ground: evaluates whether each reference supports the claims it is cited for; fetches evidence preferring md/html/tex/rtf/txt/pdf; writes ground_* columns and produces grounding reports.

jon-chun By jon-chun schedule Updated 2/11/2026

name: cite-guard-ground description: > Stage ground: evaluates whether each reference supports the claims it is cited for; fetches evidence preferring md/html/tex/rtf/txt/pdf; writes ground_* columns and produces grounding reports. license: MIT metadata: version: 1.0.0 category: research-qa tags: [grounding, claims, evidence]

cite-guard-ground

Extracts atomic claim-sentences from TeX, maps cited keys, then for each reference:

  • fetches best available evidence (md > html > tex > rtf > txt > pdf)
  • selects snippets with keyword overlap
  • computes a heuristic support score (supported/weak/unsupported/contradicted)
  • emits safe LaTeX rewrite suggestions for high-priority unsupported claims

Per reference outputs:

  • ground_quality [0-100]
  • ground_confidence [0-100]
  • ground_remediation

Artifacts:

  • out/claims.json
  • out/grounding_report.md
  • out/rewrites.tex
  • out/evidence_cache/

Run: /cite_guard_ground or python3 ... ground --fetch

Install via CLI
npx skills add https://github.com/jon-chun/cite-guard --skill cite-guard-ground
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator