Bin
2025-12-17 1442f92732d7c5311a627a7ba3aaa0bb8ffc539f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
---
title: LLM Evaluations
type: templates
order: 2010
meta_title: Gallery of Labeling Templates for LLM Evaluation
meta_description: Gallery of templates available to perform data labeling and annotation tasks with Label Studio for your machine learning model and data science projects.
layout: templates
cards:
- title: LLM Response Moderation
  categories:
  - LLM evaluation
  - Text classification
  image: "/images/templates/generative-chatbot-assessment.png"
  url: "/templates/llm_response_moderation.html"
 
- title: LLM Response Grading
  categories:
  - LLM evaluation
  - Text Classification
  image: "/images/templates/response-grading.png"
  url: "/templates/llm_response_grading.html"
 
- title: Side-by-Side LLM Output Comparison
  categories:
  - Ranking
  - Retrieval-Augmented Generation
  image: "/images/templates/side-by-side-comparison.png"
  url: "/templates/llm_side_by_side.html"
 
- title: Evaluate RAG with Human Feedback
  categories:
  - Response Evaluation
  - Retrieval-Augmented Generation
  image: "/images/templates/evaluate-rag-human-feedback.png"
  url: "/templates/llm_rag_human_feedback.html"
 
- title: Evaluate RAG with Ragas
  categories:
  - Response Evaluation
  - Ragas
  - Retrieval-Augmented Generation
  image: "/images/templates/evaluate-rag-automated-metrics.png"
  url: "/templates/llm_ragas.html"
 
- title: Multi-Turn Chat Evaluation
  categories:
  - Response Evaluation
  image: "/images/templates/multi-turn-chat.png"
  url: "/templates/multi_turn_chat.html"
---