File size: 3,101 Bytes
560b39d
cdc806e
560b39d
 
 
 
 
 
cdc806e
560b39d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
e08f6d1
560b39d
 
 
 
 
 
 
 
 
 
 
 
 
 
cdc806e
560b39d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
{
  "evaluation_metadata": {
    "evaluation_date": "YYYY-MM-DD",
    "total_questions": 0,
    "evaluator": "Claude",
    "scoring_scale": "1-10",
    "description": "Template for validating AI responses against reference answers"
  },
  "evaluation_criteria": {
    "key_alignment": {
      "description": "How well the response aligns with the key technical concepts from the reference answer",
      "scale": "1-10 (1=poor alignment, 10=perfect alignment)"
    },
    "strengths_added_value": {
      "description": "Quality of explanations, additional insights, and overall helpfulness beyond basic correctness",
      "scale": "1-10 (1=minimal value, 10=exceptional insights)"
    },
    "missing_info_concerns": {
      "description": "Completeness of response - whether critical information is missing",
      "scale": "1-10 (1=major gaps, 10=comprehensive coverage)"
    },
    "overall_assessment": {
      "description": "Holistic evaluation considering all factors",
      "scale": "1-10 (1=poor response, 10=excellent response)"
    }
  },
  "evaluations": [
    {
      "question_id": "UNIQUE_QUESTION_ID",
      "question_text": "The actual question being evaluated (optional field for context)",
      "scores": {
        "key_alignment": 0,
        "strengths_added_value": 0,
        "missing_info_concerns": 0,
        "overall_assessment": 0
      },
      "brief_note": "Short summary of evaluation (e.g., 'Excellent detail, minor gaps')",
      "key_issue": "Primary concern if score is low, null if no major issues",
      "key_concepts_from_reference": [
        "List of important technical concepts",
        "from the reference answer",
        "that should be covered"
      ],
      "missing_concepts": [
        "Concepts from reference that were",
        "missing in the evaluated response"
      ],
      "additional_notes": "Optional field for detailed feedback or specific observations"
    }
  ],
  "?summary_stats": {
    "average_scores": {
      "key_alignment": 0.0,
      "strengths_added_value": 0.0,
      "missing_info_concerns": 0.0,
      "overall_assessment": 0.0
    },
    "questions_below_threshold": 0,
    "threshold_score": 6,
    "most_common_issues": [
      "List of recurring problems",
      "found across multiple responses"
    ],
    "evaluation_notes": "Overall observations about the evaluation set"
  },
  "validation_instructions": {
    "usage": "Fill in the evaluations array with your assessment data",
    "scoring_guidelines": {
      "1-3": "Poor - Major issues, significant gaps or errors",
      "4-5": "Below average - Some problems, missing important elements", 
      "6-7": "Good - Solid response with minor issues",
      "8-9": "Excellent - High quality with minimal gaps",
      "10": "Perfect - Comprehensive, accurate, and insightful"
    },
    "required_fields": [
      "question_id",
      "scores (all four categories)",
      "brief_note",
      "key_concepts_from_reference"
    ],
    "optional_fields": [
      "question_text",
      "key_issue",
      "missing_concepts", 
      "additional_notes"
    ]
  }
}