Back to evaluations
Public evaluation

Dynamic Policy Generation

Evaluation will focus on the accuracy and compliance of generated policies, the efficiency of risk assessment, and the robustness of enterprise system integration.

Evaluation type
task based
Challenge
Orchestrate Insurance Policy Automation
Difficulty
Advanced
Rigor
Unspecified

Evaluation overview

How the linked challenge is judged: tasks, benchmarks, and criteria count.

Tasks
2
Benchmarks
0
Criteria
0

Task templates

Inputs and expected outputs.

Task 1

Dynamic Policy Generation

Generate a customized insurance policy draft for a complex client profile, incorporating specific risk factors and regulatory requirements.

Input format

{ "client_profile": { "age": "int", "location": "string", "assets": "float", "health_history": ["string"] }, "policy_type": "string", "regulatory_constraints": ["string"] }

Output format

{ "policy_draft_text": "string", "risk_score": "float", "justification": "string", "compliance_issues": ["string"] }

Task 2

Enterprise System Interaction

Simulate an agent interacting with a mock enterprise CRM system to retrieve client data and update policy status.

Input format

{ "client_id": "string", "action": "string", "update_data": { "field": "value" } }

Output format

{ "status": "string", "response_data": { "field": "value" }, "tools_invoked": ["string"] }