root_question
stringlengths 3
112
| agents
dict | scenario
listlengths 10
10
|
---|---|---|
Casualties in San Francisco due to tsunami on 12/5/2024 greater than 10 | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Jaguars vs Titans | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Fulham vs Arsenal | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Bills vs Rams | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will a Manifold user be charged with the killing of UnitedHealth CEO Brian Thompson? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Kings vs Spurs | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Seahawks vs Cardinals | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
What disease is most closely related to the unknown flu-like disease spreading in the Congo? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Thunder vs Pelicans | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will Shavkat Rakhmonov defeat Ian Garry at UFC 310? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Suns vs Heat | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Where will Brian Thompson's killer be arrested before 2026? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
yes | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the December 2024 Israeli invasion of Syria involve a permanent land grab? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Panthers vs Eagles | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Bucks vs Celtics | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Pacers vs Bulls | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Do you believe that, overall, the killing of CEO of UHC, Brian Thompson, will have positive or negative effects? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Should I get to higher ground RIGHT NOW | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the Syrian government control a contiguous area between Damascus and Latakia until 31 March 2025? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
World Chess Championship Round 11 - Prop Bets | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Saints vs Giants | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
How many minifest tickets will we sell? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
2024 NCAAF 🏈 Mountain West Conference Championship: Will Boise State WIN against UNLV? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will this market get at least 100 traders? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will bitcoin hit $100,000 between December 6, 2024 and December 31, 2024? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Palace vs Man City | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Tug of war | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will Laurence Ion *or* Jose Luis Ricon live to be more than BusyBeaver(5) OR BB(5) gigaseconds long? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Rockets vs Warriors | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
will i poop today | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Kings vs Grizzlies | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Mavericks vs Raptors | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Who is Lilia de Montero impersonating at the Chelish Constitutional Convention? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
When will the electricity come back on? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Bournemouth vs Spurs | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Fulham vs Brighton | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will Leclerc get more Points then Sainz at the Abu Dhabi Grand Prix | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Jets vs Dolphins | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Was there Russian meddling in the 2024 Romanian presidential election? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Mavericks vs Wizards | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Who will be relegated from the 2024 Brazilian Serie A , in addition to Criciúma, Atlético Goianiense and Cuiabá | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Timberwolves vs Warriors | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
11 traders on this Market? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Hornets vs Knicks | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Bulls vs Spurs | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Who will win the 2024 SEC Football Championship? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the S&P 500 stock index close higher on Dec 10 than it closed on Dec 9? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Who will win the 2024 World Rapid Chess Championship? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
When will Assad lose power in Syria? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Grizzlies vs Celtics | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
The CEO killer is | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Lakers vs Hawks | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Browns vs Steelers | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Magic vs 76ers | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Is Damascus going to fall before Valentine's day 2025? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the Syrian government control a contiguous area between Damascus and Latakia until the end of 2024 | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Identity of Brian Thompsons killer known before 2024 is over? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Reported damage in San Francisco due to earthquake or tsunami by December 6, 2024 | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will Game 12 of the FIDE World Champion Gukesh vs Ding, result in a draw? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
When will the Brian Thompson Perp be arrested? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Thunder vs Raptors | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Villa vs Southampton | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will @Bayesian die from the carbon monoxide leak? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Man Utd vs Forest | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Which Team will be the #12 Seed in the 24-25 NCAA College Football Playoff? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Suns vs Pelicans | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the S&P 500 stock index close higher on Dec 6 than it closed on Dec 5? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Chargers vs Chiefs | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Ipswich vs Bournemouth | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will o2 release by the end of OpenAI's 12 days of Christmas? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will American troops withdraw from northern Syria? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Brentford vs Newcastle | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Nuggets vs Wizards | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Leicester vs Brighton | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Bears vs 49ers | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will Kalafina appear in Puella Magi Madoka Magica: Walpurgisnacht Rising? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
World Chess Championship Round 10 - Prop Bets | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
What causes my Carbon Monoxyde Detector to beep? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the tsunami be visible from the top of the Berkeley Campanile? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the Daniel Penny trial be declared a mistrial? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the S&P 500 stock index close higher on Dec 5 than it closed on Dec 4? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Did Bashar al-Assad die in a plane crash on December 7th (PST)? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will Assad flee Syria by 2025? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Jazz vs Trail Blazers | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Who’s Stronger? ARM WRESTLING | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Falcons vs Vikings | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Cavaliers vs Hornets | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Free mana | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Nuggets vs Cavaliers | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
What range will @SG's testosterone level fall into? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
will i piss today | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
test | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NBA Pistons vs Knicks | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will Bryan Johnson OR Christof Koch try NeuroAge by EOY 2027? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Which two teams will make the 2027 WTC Final? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
EPL Spurs vs Chelsea | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
Will the CDC announce that an epidemic of H5N1 "swine flu" exists anywhere in the United States during 2025? | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |
NFL Raiders vs Buccaneers | {
"Clerk": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": {
"profile_fields": [
"Age and demographic details",
"Professional background",
"Relevant expertise/experience",
"Geographic location",
"Key perspective they bring"
],
"prompt_template": "Generate {num_jurors} diverse jury profiles for a case about: {root_question}\n\nRequirements:\n{requirements}\n\nFor each juror, provide:\n{profile_fields}\n\nFormat as JSON with structure:\n{{\n \"Juror1\": {{\n \"name\": \"Juror1\",\n \"profile\": \"Detailed profile in a few sentences in the second person...\"\n }},\n ...\n}}",
"requirements": [
"Ensure demographic diversity (age, ethnicity, geography, profession)",
"Include relevant expertise for the topic",
"Vary socioeconomic backgrounds",
"Mix urban/rural perspectives",
"Include different educational levels"
]
},
"name": "Clerk",
"system_message": "You are a court clerk responsible for jury selection. You ensure diverse representation while selecting jurors with relevant expertise for the case topic. Reply in JSON only, with no accompanying text. Use the second person to describe each juror."
},
"Defense": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Defense",
"system_message": "You argue for lower probability forecasts based on the evidence."
},
"HeadAgent": {
"capabilities": {
"llm": true,
"web_retrieval": true
},
"jury_selection": null,
"name": "HeadAgent",
"system_message": "You are the head agent responsible for gathering information and coordinating other agents."
},
"Judge": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Judge",
"system_message": "You are a fair and impartial judge overseeing the trial."
},
"Prosecutor": {
"capabilities": {
"llm": true,
"web_retrieval": false
},
"jury_selection": null,
"name": "Prosecutor",
"system_message": "You argue for higher probability forecasts based on the evidence."
},
"UserAgent": {
"capabilities": {
"llm": false,
"web_retrieval": false
},
"jury_selection": null,
"name": "UserAgent",
"system_message": "You are a user agent that initiates tasks and receives responses."
}
} | [
{
"action_type": "generate_jury",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "Clerk",
"max_turns": 1,
"message": null,
"num_jurors": 11,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "UserAgent",
"silent": false,
"step": "0",
"store": ""
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Given the forecasting question '{root_question}', generate a search query to gather relevant news articles and information. Focus on current evidence and developments related to the question. Only output the search query and NOTHING ELSE.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "1",
"store": "search_query"
},
{
"action_type": "web_search",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 20,
"num_top_articles": 6,
"query": "{search_query}",
"receiver": null,
"silent": false,
"step": "2",
"store": "articles"
},
{
"action_type": "process_articles",
"agent": "HeadAgent",
"criteria": "relevance and objectivity",
"initiator": null,
"max_turns": 1,
"message": null,
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": null,
"silent": false,
"step": "3",
"store": "top_articles"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on these articles, provide a concise summary of the key evidence regarding {root_question}. Focus on factual information and current developments, pay attention to the date of the article.\n\nArticles:\n{top_articles}",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "HeadAgent",
"silent": false,
"step": "4",
"store": "evidence_summary"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "We will be evaluating {root_question}. Here is the evidence summary: {evidence_summary}. Please establish the trial rules and procedures.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "5",
"store": "trial_rules"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be high. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Prosecutor",
"silent": false,
"step": "6",
"store": "prosecution_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the evidence summary: {evidence_summary}, present your opening argument for why the probability should be low. Include specific evidence and reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Defense",
"silent": false,
"step": "7",
"store": "defense_opening"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Consider the following: Evidence Summary: {evidence_summary}\nProsecution Opening: {prosecution_opening}\nDefense Opening: {defense_opening}\n\nBased on this information, what probability would you assign to the question: {root_question}? Provide your probability estimate (0-100%) and brief reasoning.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Jurors",
"silent": false,
"step": "8",
"store": "jury_forecasts"
},
{
"action_type": "message",
"agent": null,
"criteria": "relevance and objectivity",
"initiator": "UserAgent",
"max_turns": 1,
"message": "Based on the jury forecasts: {jury_forecasts}, please provide a final summary and the median probability forecast.",
"num_jurors": 3,
"num_results": 10,
"num_top_articles": 6,
"query": null,
"receiver": "Judge",
"silent": false,
"step": "9",
"store": "final_verdict"
}
] |