Evaluates LLM-generated summaries against YouTube transcripts for accuracy, faithfulness, and hallucination detection using OpenAI.
This n8n workflow implements the 'Summarization' evaluation metric to measure an LLM's performance in producing faithful summaries from incoming YouTube transcripts. Adapted from Google Vertex AI's pointwise summarization quality metrics, it directly compares the generated summary to the original transcript, flagging any extraneous information or hallucinations that deviate from the source material.
The workflow operates by first checking if evaluation is required via the 'Is Evaluating?' node,
Platform
n8n
Category
Lifestyle
Price
$14.99
Creator
Maxim Luong
summarization
evaluation
LLM
OpenAI
YouTube
AI metrics
faithfulness
hallucination
text analytics
automation
How to import this workflow into n8n
1Purchase or download the workflow to get the n8n workflow JSON file.
2In your n8n instance, open Workflows and choose "Import from File" (or paste the JSON with Ctrl+V on the canvas).
3Open each node marked with a credential warning and connect your own accounts and API keys.
4Run the workflow once manually to verify the data flow, then toggle it to Active.