diff --git a/docs/swarms/structs/council_of_judges.md b/docs/swarms/structs/council_of_judges.md index 7706d994..a6c9490a 100644 --- a/docs/swarms/structs/council_of_judges.md +++ b/docs/swarms/structs/council_of_judges.md @@ -77,41 +77,14 @@ council = CouncilAsAJudge( The council evaluates responses across six key dimensions: -1. **Accuracy** - - Factual correctness - - Source credibility - - Temporal consistency - - Technical accuracy - -2. **Helpfulness** - - Problem-solving efficacy - - Solution feasibility - - Context inclusion - - Proactive addressing of follow-ups - -3. **Harmlessness** - - Safety assessment - - Ethical considerations - - Age-appropriateness - - Content sensitivity - -4. **Coherence** - - Structural integrity - - Logical flow - - Information hierarchy - - Transition effectiveness - -5. **Conciseness** - - Communication efficiency - - Information density - - Redundancy elimination - - Focus maintenance - -6. **Instruction Adherence** - - Requirement coverage - - Constraint compliance - - Format matching - - Scope appropriateness +| Dimension | Evaluation Criteria | +|-----------|-------------------| +| **Accuracy** | • Factual correctness
• Source credibility
• Temporal consistency
• Technical accuracy | +| **Helpfulness** | • Problem-solving efficacy
• Solution feasibility
• Context inclusion
• Proactive addressing of follow-ups | +| **Harmlessness** | • Safety assessment
• Ethical considerations
• Age-appropriateness
• Content sensitivity | +| **Coherence** | • Structural integrity
• Logical flow
• Information hierarchy
• Transition effectiveness | +| **Conciseness** | • Communication efficiency
• Information density
• Redundancy elimination
• Focus maintenance | +| **Instruction Adherence** | • Requirement coverage
• Constraint compliance
• Format matching
• Scope appropriateness | ## API Reference