| --- |
| 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) |
|
|