---
title: "Reduce hallucinations with Bespoke-Minicheck · Ollama Blog"
url: https://daily.dev/posts/reduce-hallucinations-with-bespoke-minicheck-ollama-blog-vd5q1gfgh
source_url: https://ollama.com/blog/reduce-hallucinations-with-bespoke-minicheck
type: article
source: "Ollama"
published: 2026-08-23T12:23:57.885Z
updated: 2026-08-23T12:59:36.353Z
tags: ["llm", "rag", "ollama"]
reading_time: 2
upvotes: 0
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Reduce hallucinations with Bespoke-Minicheck · Ollama Blog

**[Ollama](https://daily.dev/sources/ollama)** · 2 min read · 0 upvotes · 0 comments

## Summary

Bespoke-Minicheck, a grounded factuality checking model built by Bespoke Labs, is now available in Ollama. It fact-checks responses generated by other LLMs by comparing a claim against a source document and outputting Yes or No depending on whether the document supports the claim. It's particularly useful as a post-processing step in RAG applications to catch hallucinations. Getting started requires running 'ollama run bespoke-minicheck' and providing a Document and Claim in the prompt. Example implementations for RAG-based and simple fact-checking use cases are available on GitHub.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://ollama.com/blog/reduce-hallucinations-with-bespoke-minicheck>

## Questions this post answers

### How do I detect hallucinations in RAG application responses using Ollama?

Use the Bespoke-Minicheck model, now available in Ollama, which fact-checks a generated claim against the source document retrieved for a RAG query. Run it with 'ollama run bespoke-minicheck', then prompt it with a Document and Claim pair; it outputs Yes if the document supports the claim or No if it doesn't, letting you catch hallucinations as a post-processing step.

_daily.dev surfaces practical guides like this for developers hardening RAG pipelines against hallucinations._

### What model can I use to fact-check whether an LLM claim is grounded in a source document?

Bespoke-Minicheck, developed by Bespoke Labs and distributed through Ollama, is built specifically for grounded factuality checking. It takes a Document and a Claim as input and outputs a simple Yes or No verdict on whether the claim is supported by the document, making it suitable for automated hallucination detection pipelines.

_Developers evaluating factuality-checking tools can track new model releases like this via daily.dev._

## Similar posts on daily.dev

- [Web search · Ollama Blog](https://daily.dev/posts/web-search-ollama-blog-9k17v38kt) · Hacker News · 5 upvotes · 0 comments
- [I spent an afternoon trying to make NotebookLM hallucinate, and I was genuinely impressed](https://daily.dev/posts/i-spent-an-afternoon-trying-to-make-notebooklm-hallucinate-and-i-was-genuinely-impressed-dyegkf0zy) · XDA Developers · 0 upvotes · 0 comments
- [Token-Level Truth: Real-Time Hallucination Detection for Production LLMs](https://daily.dev/posts/token-level-truth-real-time-hallucination-detection-for-production-llms-h1vk69mew) · vLLM · 27 upvotes · 1 comments

---

Tags: [#llm](https://daily.dev/tags/llm), [#rag](https://daily.dev/tags/rag), [#ollama](https://daily.dev/tags/ollama)

[View this post on daily.dev](https://daily.dev/posts/reduce-hallucinations-with-bespoke-minicheck-ollama-blog-vd5q1gfgh)
