Skip to main content

Evaluation metric: summarization

Workflow preview

Evaluation metric: summarization preview
Open on n8n.io

Important notice

This workflow is provided as-is. Please review and test before using in production.

Overview

This n8n template demonstrates how to calculate the evaluation metric "Summarization" which in this scenario, measures the LLM's accuracy and faithfulness in producing summaries which are based on an incoming Youtube transcript.

The scoring approach is adapted from https://cloud.google.com/vertex-ai/generative-ai/docs/models/metrics-templates#pointwise_summarization_quality

How it works

  • This evaluation works best for an AI summarization workflows.
  • For our scoring, we simple compare the generated response to the original transcript.
  • A key factor is to look out information in the response which is not mentioned in the documents.
  • A high score indicates LLM adherence and alignment whereas a low score could signal inadequate prompt or model hallucination.

Requirements