veriscite / README.md
minoola's picture
Upload README.md
a83ce9e verified
|
Raw
History Blame Contribute Delete
603 Bytes
---
title: VeriScite
emoji: ๐Ÿ”Ž
colorFrom: indigo
colorTo: purple
sdk: docker
app_port: 7860
pinned: false
---
# VeriScite
An agentic citation-faithfulness auditor for scientific writing. Ingests a
claim/citation excerpt, resolves the citation via Semantic Scholar, verifies
the claim against the cited evidence using both a fine-tuned NLI model
(reused from [clAIm](https://claim-ai.org)) and a zero-shot LLM, and
autonomously resolves any disagreement between them.
See `/health` and `/audit` (POST) endpoints. API docs at `/docs`.
Source: https://github.com/la-minoo/veriscite (to be published)