# Bespoke MiniCheck

> *“Hallucination-free answers demand verifiable grounding.  Bespoke-MiniCheck makes that easy.”*

#### What is grounded factuality?

Grounded factuality (a.k.a. textual entailment) measures whether a *claim* is supported, refuted, or not verifiable given an explicit *context* document.  The metric is critical for Retrieval-Augmented Generation (RAG): if a claim is not grounded in the retrieved context, the model has hallucinated.

#### Why Bespoke-MiniCheck?

* Best-in-class accuracy – Tops the public **LLM-AggreFact** leaderboard at 77.4 %, surpassing models that are many times larger.
* Fast – \~200 ms end-to-end latency on a single modern GPU; < 100 ms with optional optimisations.
* Lightweight – Runs comfortably on consumer laptops (MacBook-class hardware).
* Easy to integrate – Drop-in HuggingFace model with a single probability output: *support score*.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.bespokelabs.ai/models/bespoke-minicheck.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
