Evaluations Metric: Answer Similarity

Nodes

24e3b914-15fa-444f-80e3-ca29bdacaf40+5

Created by

JiJimleuk

Last edited 39 days ago

This n8n template demonstrates how to calculate the evaluation metric "Similarity" which in this scenario, measures the consistency of the agent.

The scoring approach is adapted from the open-source evaluations project RAGAS and you can see the source here https://github.com/explodinggradients/ragas/blob/main/ragas/src/ragas/metrics/_answer_similarity.py

How it works

  • This evaluation works best where questions are close-ended or about facts where the answer can have little to no deviation.
  • For our scoring, we generate embeddings for both the AI's response and ground truth and calculate the cosine similarity between them.
  • A high score indicates LLM consistency with expected results whereas a low score could signal model hallucination.

Requirements

New to n8n?

Need help building new n8n workflows? Process automation for you or your company will save you time and money, and it's completely free!