|
{ |
|
"id": "tossup_20250422_193729_yy-test", |
|
"model_name": "yy-test", |
|
"username": "yysung53", |
|
"description": "testing interface", |
|
"competition_type": "tossup", |
|
"submission_type": "simple_workflow", |
|
"workflow": { |
|
"inputs": [ |
|
"question_text" |
|
], |
|
"outputs": { |
|
"answer": "A.answer", |
|
"confidence": "B.confidence", |
|
"justification": "B.justification" |
|
}, |
|
"steps": [ |
|
{ |
|
"id": "A", |
|
"name": "Answer Generator", |
|
"model": "gpt-4o-mini", |
|
"provider": "OpenAI", |
|
"temperature": 0.1, |
|
"system_prompt": "You are a professional quizbowl player answering tossup questions. Given a progressively revealed question text, provide your best guess and confidence. Keep your answer direct and concise, limited to a couple of words. Focus only on determining the correct answer based on the clues provided so far. Your confidence range is [0,1].", |
|
"input_fields": [ |
|
{ |
|
"name": "question", |
|
"description": "The progressively revealed question text so far.", |
|
"variable": "question_text" |
|
} |
|
], |
|
"output_fields": [ |
|
{ |
|
"name": "answer", |
|
"description": "Your best guess at the answer to the revealed question text." |
|
}, |
|
{ |
|
"name": "confidence ", |
|
"type": "float", |
|
"description": "answer confidence" |
|
} |
|
] |
|
}, |
|
{ |
|
"id": "B", |
|
"name": "Confidence Evaluator", |
|
"model": "command-r-plus", |
|
"provider": "Cohere", |
|
"temperature": 0.1, |
|
"system_prompt": "You are a professional quizbowl player evaluating answer confidence. Given a question and another agent's proposed answer and its confidence, assess how confident you are that this answer and confidence is correct. Rate your confidence between 0 to 1 on whether you think the answer and the confidence is correct. 0.5 means you are highly uncertain, and higher value means higher confidence. Also provide a single-line justification explaining why you assigned this confidence level.", |
|
"input_fields": [ |
|
{ |
|
"name": "question", |
|
"description": "The progressively revealed question text so far.", |
|
"variable": "question_text" |
|
}, |
|
{ |
|
"name": "proposed_answer", |
|
"description": "The answer proposed by the first step.", |
|
"variable": "A.answer" |
|
}, |
|
{ |
|
"name": "confidence", |
|
"description": "The answer confidence from A ", |
|
"variable": "A.answer" |
|
} |
|
], |
|
"output_fields": [ |
|
{ |
|
"name": "confidence", |
|
"type": "float", |
|
"description": "Your confidence in the proposed answer, ranging from 0.0 to 1.0 in increments of 0.01." |
|
}, |
|
{ |
|
"name": "justification", |
|
"description": "A single-line explanation justifying your confidence score." |
|
} |
|
] |
|
} |
|
], |
|
"buzzer": {} |
|
}, |
|
"code": null, |
|
"status": "failed", |
|
"created_at": "2025-04-22T19:37:29.236181+00:00", |
|
"updated_at": "2025-04-24T02:44:32.856840+00:00", |
|
"error_message": "" |
|
} |