🔬 Detect hallucinations using specialised Ollama model bespoke-minicheck

3,058 views · 🔬 Document Extraction & Analysis

Description

Fact-Checking Workflow Documentation

Overview

This workflow is designed for automated fact-checking of texts. It uses AI models to compare a given text with a list of facts and identify potential discrepancies or hallucinations.

Components

1. Input

2. Text Preparation

3. Fact Checking

4. Filtering and Aggregation

5. Summary

Usage

  1. Ensure the “bespoke-minicheck” model is installed in Ollama (ollama pull bespoke-minicheck)
  2. Prepare a list of verified facts
  3. Enter the text to be checked
  4. Start the workflow
  5. The results are output as a structured summary

Notes

Customization Options

This workflow provides an efficient method for automated fact-checking and can be easily integrated into larger systems or editorial workflows.

🔗 Nodes Used

Execute Workflow Trigger, Filter, Basic LLM Chain, Ollama Chat Model, Ollama Model

📥 Import

Download workflow.json and import into n8n: Workflow menu → Import from File

📖 Importing guide · 🔑 Credential setup