Intelligent Text Fact-Checking Assistant

The Intelligent Text Fact-Checking Assistant efficiently splits the input text sentence by sentence and conducts fact-checking, using a customized AI model to quickly identify and correct erroneous information. This tool generates structured reports that list incorrect statements and provide an overall accuracy assessment, helping content creators, editorial teams, and research institutions enhance the accuracy and quality control of their texts. It addresses the time-consuming and labor-intensive issues of traditional manual review and is applicable in various fields such as news, academia, and content moderation.

Tags

fact checktext split

Workflow Name

Intelligent Text Fact-Checking Assistant

Key Features and Highlights

This workflow, built on the n8n automation platform and integrated with Ollama’s local language models, performs fine-grained sentence segmentation on input text and conducts fact-checking on each individual statement. It ultimately generates a structured summary that includes a list of erroneous statements and an overall accuracy assessment. A key highlight is the incorporation of a bespoke AI model (bespoke-minicheck), enabling efficient and professional automated fact verification with support for multi-round data processing and filtering.

Core Problem Addressed

Verifying the accuracy of factual information in textual content—especially news reports and scientific articles—is often time-consuming and labor-intensive when done manually, and prone to subjective bias. This workflow automates sentence splitting and leverages a specially trained language model to validate facts, significantly improving the speed and accuracy of fact verification. It assists content creators and editorial teams in quickly identifying and correcting misinformation.

Application Scenarios

  • Fact-checking manuscripts for news organizations and editorial teams
  • Verifying facts in academic publications and research reports
  • Ensuring authenticity of user-generated content on content platforms
  • Validating accuracy of market research and data analysis reports
  • Quality control of textual materials in educational settings

Main Process Steps

  1. Input Trigger: Manually triggered or invoked by other workflows, accepting the text to be checked along with reference factual data.
  2. Text Segmentation: Using a custom JavaScript code node, the input text is split into individual sentences based on punctuation marks such as periods and question marks, with special handling for dates and list formats.
  3. Data Merging: The segmented sentences are combined with the factual reference data to form a list of statements pending verification.
  4. Sentence-by-Sentence Fact-Checking: The bespoke-minicheck model from Ollama analyzes each sentence against the facts, labeling them as “true” or “false.”
  5. Filtering Erroneous Information: Sentences marked as “false” are extracted, while irrelevant or conversational sentences are ignored.
  6. Summary Analysis: The number and content of erroneous sentences are aggregated, and a large language model is invoked to summarize and evaluate the fact-checking results, producing a structured error report.
  7. Result Output: A report containing the list of incorrect statements and an overall accuracy evaluation is generated to facilitate rapid identification and correction of factual issues in the text.

Involved Systems and Services

  • n8n Automation Platform: Workflow orchestration and node management
  • Ollama Local Language Models: Including the bespoke-minicheck custom model and the qwen2.5 large language model
  • JavaScript Code Node: Implements the text segmentation logic
  • Manual Trigger and Workflow Trigger Nodes: Provide flexible initiation methods for standalone testing and process integration

Target Users and Value Proposition

  • Editors and Content Reviewers: Enhance fact-checking efficiency and reduce manual workload
  • Content Creators and Journalists: Quickly detect factual errors in drafts to improve reporting quality
  • Academic and Research Institutions: Assist in verifying literature and reports to ensure research rigor
  • Platform Operators: Strengthen authenticity management of user content and maintain a healthy content ecosystem
  • Technical Developers: Can integrate this fact-checking module into larger-scale automated workflows

The Intelligent Text Fact-Checking Assistant deeply integrates AI language models with automated processes, enabling users to perform fast and accurate fact verification of texts, thereby significantly advancing modern content quality control.

Recommend Templates

RAG AI Agent with Milvus and Cohere

This workflow integrates a vector database and a multilingual embedding model to achieve intelligent document processing and a question-answering system. It can automatically monitor and process PDF files in Google Drive, extract text, and generate vectors, supporting efficient semantic retrieval and intelligent responses. Users can quickly access a vast amount of document information, enhancing the management and query efficiency of multilingual content. It is suitable for scenarios such as enterprise knowledge bases, customer service robots, and automatic indexing and querying in specialized fields.

Vector SearchSmart Q&A

Multi-Agent Conversation

This workflow enables simultaneous conversations between users and multiple AI agents, supporting personalized configurations for each agent's name, instructions, and language model. Users can mention specific agents using @, allowing the system to dynamically invoke multiple agents, avoiding the creation of duplicate nodes, and supporting multi-turn dialogue memory to enhance the coherence of interactions. It is suitable for scenarios such as intelligent Q&A, decision support, and education and training, meeting complex and diverse interaction needs.

Multi-agentMulti-turn Dialogue

Intelligent Q&A and Citation Generation Based on File Content

This workflow achieves efficient information retrieval and intelligent Q&A by automatically downloading specified files from Google Drive and splitting their content into manageable text blocks. Users can ask questions through a chat interface, and the system quickly searches for relevant content using a vector database and OpenAI models, generating accurate answers along with citations. This process significantly enhances the efficiency of document information acquisition and the credibility of answers, making it suitable for various scenarios such as academic research, enterprise knowledge management, and customer support.

Intelligent QAVector Search

Daily Cartoon (w/ AI Translate)

This workflow automatically retrieves "Calvin and Hobbes" comics daily, extracts image links, and uses AI to translate the comic dialogues into English and Korean. Finally, the comics, complete with original text and translations, are automatically pushed to a Discord channel, allowing users to access the latest content in real time. This process eliminates the hassle of manually visiting websites and enables intelligent sharing of multilingual comics, making it suitable for comic enthusiasts, content operators, and language learners.

comic scrapingAI translation

Multimodal Image Content Embedding and Vector Search Workflow

This workflow automatically downloads images from Google Drive, extracts color information and semantic keywords, and combines them with advanced multimodal AI models to generate embedded documents stored in a memory vector database. It supports text-based image vector searches. This solution addresses the inefficiencies and inaccuracies of traditional image search methods and is suitable for scenarios such as digital asset management, e-commerce recommendations, and media classification, enhancing the intelligence of image management and retrieval.

Multimodal EmbeddingVector Search

Summarize YouTube Videos (Automated YouTube Video Content Summarization)

This workflow can automatically retrieve the transcription text of YouTube videos and utilize artificial intelligence technology to extract key points, generating a concise text summary. Through this process, users can quickly grasp the essential information from the video, saving time on watching lengthy videos. It is suitable for content creators, researchers, and professionals, helping them efficiently acquire and manage valuable information, enabling rapid conversion and application of knowledge.

Video SummaryAuto Transcription

LLM Chaining Examples

This workflow demonstrates how to analyze and process web content step by step through multiple chained calls to a large language model. Users can choose sequential, iterative, or parallel processing methods to meet different scenario requirements. It supports context memory management to enhance conversational continuity and integrates with external systems via a Webhook interface. It is suitable for automatic web content analysis, intelligent assistants, and complex question-answering systems, catering to both beginners and advanced users' expansion needs.

LLM chainingMemory management

Auto Categorize WordPress Template

This workflow utilizes artificial intelligence technology to automatically assign primary categories to WordPress blog posts, significantly enhancing content management efficiency. It addresses the time-consuming and error-prone issues of traditional manual categorization, making it suitable for content operators and website administrators, especially when managing a large number of articles. Users only need to manually trigger the process to retrieve all articles, which are then categorized through intelligent AI analysis. Finally, the categories are updated back to WordPress, streamlining the content organization process and improving the quality of the website's content and user experience.

WordPress CategoriesSmart Sorting