File size: 1,409 Bytes
3eacff6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
{
  "name": "Zarn Meeting to Actions",
  "benchmark_track": "priority-gold-track",
  "required_prediction_fields": [
    "example_id",
    "generated_summary",
    "generated_decisions",
    "generated_action_items",
    "generated_followup"
  ],
  "automatic_metrics": [
    "action_item_f1",
    "summary_faithfulness",
    "owner_accuracy",
    "followup_consistency",
    "blocker_preservation"
  ],
  "human_review_checks": [
    "The summary preserves both the decision and what is still unresolved.",
    "Action items are attributable, dated, and dependency-aware.",
    "Follow-up artifacts match the tone and caution level from the meeting."
  ],
  "slice_reporting": {
    "required": [
      "difficulty-easy",
      "difficulty-medium",
      "difficulty-hard",
      "decision-tension",
      "blocker-preservation",
      "owner-date-extraction",
      "tone-sensitive-followup",
      "scope-change"
    ],
    "critical_failure_buckets": [
      "mixed-consensus",
      "owner-and-deadline-coupling",
      "soft-pushback-in-transcript",
      "deferred-scope"
    ]
  },
  "critical_failures": [
    "Polishes away unresolved blockers in the summary.",
    "Drops owners, due dates, or dependencies from action items.",
    "Writes a follow-up that sounds more resolved than the meeting actually was."
  ],
  "multi_reference_support": true
}