TranslationAccuracy
Evaluation will focus on the accuracy of multilingual translation, the precision and recall of structured information extraction, the robustness of the ML pipeline, and the usability and responsiveness of the interactive chat assistant.
Evaluation overview
How the linked challenge is judged: tasks, benchmarks, and criteria count.
Task templates
Inputs and expected outputs.
TranslationAccuracy
Evaluates the quality of translation for policy documents from source to target languages using TranslateGemma.
{ "document_text": "string", "source_language": "string", "target_language": "string" }
{ "translated_text": "string" }
InformationExtractionPrecision
Assesses the accuracy of extracting specific entities and commitments from translated policy documents.
{ "translated_document": "string", "extraction_schema": { "entity_type": "string" } }
{ "extracted_data": [{"entity_type": "string", "value": "string", "confidence": "float"}] }