Skip to content

FinVerify Banner


FinVerify

Verification infrastructure for financial intelligence.

Financial AI fails quietly — a misplaced decimal, a flipped sign, a percentage reported as a raw fraction. FinVerify exists to catch what prompting can't: a deterministic layer that checks every number an AI system produces before anyone acts on it.


Website  •  Documentation  •  Research  •  Discussions  •  LinkedIn

License: Apache 2.0 Status Discussions PRs Welcome



Philosophy

FinVerify is not another financial LLM. It is the layer that sits between a model's output and the decision a person makes because of it.

Most efforts to fix numerical hallucination reach for a bigger model or a better prompt. That treats a mechanical problem as a reasoning problem. A scale error, a sign flip, a unit mismatch — these are not failures of judgment, they're failures of arithmetic, and arithmetic doesn't need to be prompted. It needs to be checked.

FinVerify is built around three commitments:

Deterministic, not probabilistic Corrections come from rules, not another model's guess. The same input produces the same output, every time.
Auditable, not opaque Every correction is logged — the rule that fired, the original value, the corrected value. Nothing is silently changed.
Evidence-backed, not asserted Verification is ground-truth-free by design, so it holds up in production, not just in a benchmark with the answer key attached.

This is infrastructure, in the same sense that a payments company treats fraud detection as infrastructure — invisible when it works, and load-bearing everywhere it's installed.


Ecosystem

FinVerify ships as a small set of focused components that share a single verification core. None of them work around the core — they all call into it.

Product What it's for
FinVerify Core The Deterministic Verification Layer (DVL) — the rule engine every other surface calls into
Terminal A terminal-style interface and market dashboard for querying and inspecting verified financial data
Browser Extension Inline verification of AI-generated numbers, directly inside the chat UIs people already use
Python SDK A typed client for teams who want DVL verification inside their own applications
Benchmark An independent, ground-truth-blind evaluation harness for measuring verification quality
Research The papers, ablations, and reproducibility assets behind the method

Today, all of these live as directories inside one monorepo — see Platform Components below for where each one is, and its own README for setup and implementation detail.


Architecture

flowchart LR
    R[Research] -.informs.-> C[FinVerify Core — DVL]
    C --> T[Terminal]
    C --> X[Browser Extension]
    C --> S[Python SDK]
    B[Benchmark] -.validates.-> C
Loading

Every product calls the same verification core — there is one place where correction logic lives, not one implementation per surface. Benchmark exists outside that core deliberately, so it can evaluate it without bias.


Why FinVerify

Traditional AI Verification-first AI
The output is trusted by default The output is checked before it's trusted
Errors are treated as a prompting problem Errors are classified, then corrected by rule
Reasoning is opaque Corrections are logged and reproducible
Confidence is implied Confidence is scored, and shown
A bigger model is the fix A better rule is the fix

Platform Components

FinVerify currently lives as a single monorepo — finverify-llm. Each component below is a directory within it, not a separate repository.

Component Description Path
Backend & Terminal FastAPI verification service, terminal UI, and market dashboard finverify-terminal
Browser Extension Chrome extension for inline verification in AI chat UIs finverify-extension
Python SDK Official Python client — pip install finverify-sdk finverify-sdk
Benchmark Benchmark suite and evaluation harness finverify-bench
Research Papers, notebooks, and reproducibility assets research

Getting Started

Where you start depends on what you're trying to do.

Users

Want verified numbers inside a chat AI you already use? Start with the Browser Extension directory.

Developers

Building a product that surfaces financial numbers? Start with the Python SDK or the Terminal backend.

Researchers

Studying numerical hallucination or evaluation methodology? Start with Benchmark and Research.

Contributors

Looking to help build FinVerify itself? Start with the CONTRIBUTING.md at the root of the monorepo.


Community

🌐 Website finverify.dev
💼 LinkedIn FinVerify
📄 Documentation finverify-terminal README
🐛 Issues GitHub Issues
💬 Discussions GitHub Discussions

FinVerify is created and maintained by Aaditya Thokal, Universal College of Engineering, Mumbai.


Apache 2.0 · Actively developed · Open to contributors

Pinned Loading

  1. Finverify Finverify Public

    Jupyter Notebook 3 3

Repositories

Showing 2 of 2 repositories

Top languages

Loading…

Most used topics

Loading…