Back to evaluations
Public evaluation

DraftingTask

The evaluation will focus on the functionality of the AI assistant, the quality and structure of the generated regulatory text, and the real-time interactivity of the interface. Automated tests will check for schema compliance and basic factual accuracy, while a manual review will assess nuance and clarity.

Evaluation type
task based
Challenge
AI-Powered Regulatory Drafting Assistant
Difficulty
Intermediate
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

DraftingTask

Generate a section of a hypothetical regulation based on a given topic and specific constraints.

Input format

{ "topic": "string", "constraints": "array<string>", "desired_structure": "object" }

Output format

{ "generated_text": "string", "adherence_score": "number", "validation_errors": "array<string>" }

Task 2

InteractiveFeedbackTask

Demonstrate real-time feedback and iterative refinement of the generated text through user interaction.

Input format

{ "initial_prompt": "string", "feedback_steps": "array<{ type: 'edit' | 'add', content: 'string' }>" }

Output format

{ "final_text": "string", "interaction_log": "array<string>" }