Posts List Oldapi View
We shared this request example with FAB participants: url_qparams = { "limit": count, "offset": offset, "has_group": "false", "order_by": "-activity", "forecast_type": "binary", "project": tournament_id, "status": "open", "type": "forecast", "include_description": "true", } url = f"{api_info.base_url}/questions/" response = requests.get( url, headers={"Authorization": f"Token {api_info.token}"}, params=url_qparams )
But we don't want to support all these parameters, and the ones relevant are: - order_by - status - project - forecast_type - we ignore this, but assume it's binary - FAB only supports binary for now.
GET /api2/questions/?format=api&offset=4300
{ "count": 6390, "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=4320", "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=4280", "results": [ { "id": 10111, "title": "Will there be a successful cyberattack on the 2022 FIFA World Cup?", "short_title": "Cyberattack on 2022 FIFA World Cup", "url_title": "Cyberattack on 2022 FIFA World Cup", "slug": "cyberattack-on-2022-fifa-world-cup", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-04T19:55:35.059312Z", "published_at": "2022-03-15T15:00:00Z", "edited_at": "2025-09-05T17:29:23.399666Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-15T15:00:00Z", "comment_count": 10, "status": "resolved", "resolved": true, "actual_close_time": "2022-11-20T19:55:00Z", "scheduled_close_time": "2022-11-20T19:55:00Z", "scheduled_resolve_time": "2023-03-01T19:10:00Z", "actual_resolve_time": "2023-03-01T19:10:00Z", "open_time": "2022-03-15T15:00:00Z", "nr_forecasters": 79, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "category": [ { "id": 3696, "name": "Sports & Entertainment", "slug": "sports-entertainment", "emoji": "🏀", "description": "Sports & Entertainment", "type": "category" }, { "id": 3701, "name": "Technology", "slug": "technology", "emoji": "⚙️", "description": "Technology", "type": "category" }, { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" }, { "id": 3692, "name": "Computing and Math", "slug": "computing-and-math", "emoji": "💻", "description": "Computing and Math", "type": "category" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 10111, "title": "Will there be a successful cyberattack on the 2022 FIFA World Cup?", "created_at": "2022-03-04T19:55:35.059312Z", "open_time": "2022-03-15T15:00:00Z", "cp_reveal_time": "2022-04-09T15:29:30Z", "spot_scoring_time": "2022-04-09T15:29:30Z", "scheduled_resolve_time": "2023-03-01T19:10:00Z", "actual_resolve_time": "2023-03-01T19:10:00Z", "resolution_set_time": "2023-03-01T19:10:00Z", "scheduled_close_time": "2022-11-20T19:55:00Z", "actual_close_time": "2022-11-20T19:55:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Ellie Burns at [TechMonitor reports](https://techmonitor.ai/techonology/hardware/from-wimbledon-to-rio-2016-olympics-as-hackers-move-the-goalposts-its-no-time-for-sports-heavy-hitters-to-pull-cyber-security-punches-4950451) that major global sporting events such as the Olympics and World Cup have frequently been targets of major cyberattacks. [FIFA officials reported](https://apnews.com/article/37126ec376004506954374894d1fdb60) that they were hacked in 2018 and 2016.", "resolution_criteria": "This question will resolve as **Yes** if all of the following conditions are met:\n\n1. There is a successful cyberattack on FIFA's systems or physical infrastructure supporting the 2022 World Cup.\n\n2. The incident must occur between November 21, 2022 to December 18, 2022.\n\n3. The targeted system must be unavailable or unusable for at least one hour.\n\n4. The incident must be reported in at least two major U.S. media outlets and may be publicly reported by March 1, 2023.\n\n5. The intention behind the attack must be to prevent the ability of systems to function as necessary. For that purpose, resolution will not be triggered by [cyber espionage](https://www.vmware.com/topics/glossary/content/cyber-espionage.html) or by [data breaches](https://www.trendmicro.com/vinfo/us/security/definition/data-breach)", "fine_print": "", "post_id": 10111, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1668958433.009916, "end_time": null, "forecaster_count": 79, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.2568960627642053 ], "interval_upper_bounds": [ 0.35 ] } ], "latest": { "start_time": 1668958433.009916, "end_time": null, "forecaster_count": 79, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.2568960627642053 ], "interval_upper_bounds": [ 0.35 ], "forecast_values": [ 0.7431039372357947, 0.2568960627642053 ], "means": [ 0.2610824543916141 ], "histogram": [ [ 0.0, 0.7678522308604581, 0.053371327284007036, 0.0, 0.0, 0.03950452060911081, 0.0, 0.0, 0.0, 0.0, 0.450214462805517, 0.0, 1.45171874662985, 0.1130426062565061, 0.6683702162141048, 1.7043553152231135, 0.0040632505840785225, 0.015028924156914286, 0.0, 0.06360818494898646, 0.22705976028972114, 0.0, 0.5943536038612736, 0.07414832220695045, 0.0, 2.032299331426395, 0.0, 0.46572683269050547, 0.0, 0.0, 0.6998793682025656, 1.0293527781263672, 0.051194937221626276, 0.0, 0.4734154982026405, 2.6187072009148133, 0.022614253091566634, 0.2453965896845887, 0.7513609248868253, 0.12276014564242488, 0.15972794168108254, 0.0, 0.0, 0.162491984359063, 0.10487932907659522, 0.03010603556612766, 0.43782470350779906, 0.2622754525086275, 0.0, 0.0, 0.0, 0.0, 0.28015246351522516, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0005676640048993487, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.006636231172708202, 0.0, 0.0, 0.0, 0.0, 0.08331970693963144, 0.0003751463215435882, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.013492534825694926 ] ] }, "score_data": { "peer_score": 18.423527380753796, "coverage": 0.998882150148487, "baseline_score": 63.242451942676915, "spot_peer_score": 20.95818952553006, "peer_archived_score": 18.423527380753796, "baseline_archived_score": 63.242451942676915, "spot_peer_archived_score": 20.95818952553006 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1668958433.04101, "end_time": null, "forecaster_count": 79, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1668958433.04101, "end_time": null, "forecaster_count": 79, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.887077692945605, 0.11292230705439495 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 3, "user_vote": null }, "forecasts_count": 148, "key_factors": [], "is_current_content_translated": false, "description": "Ellie Burns at [TechMonitor reports](https://techmonitor.ai/techonology/hardware/from-wimbledon-to-rio-2016-olympics-as-hackers-move-the-goalposts-its-no-time-for-sports-heavy-hitters-to-pull-cyber-security-punches-4950451) that major global sporting events such as the Olympics and World Cup have frequently been targets of major cyberattacks. [FIFA officials reported](https://apnews.com/article/37126ec376004506954374894d1fdb60) that they were hacked in 2018 and 2016." }, { "id": 10110, "title": "Will a cyber action or series of cyber actions trigger NATO’s Article 5 in 2022?", "short_title": "Cyberattack Triggers NATO Article 5 in 2022", "url_title": "Cyberattack Triggers NATO Article 5 in 2022", "slug": "cyberattack-triggers-nato-article-5-in-2022", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-04T19:53:51.665146Z", "published_at": "2022-03-08T15:00:00Z", "edited_at": "2025-09-05T17:28:56.730281Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-08T15:00:00Z", "comment_count": 5, "status": "resolved", "resolved": true, "actual_close_time": "2022-12-31T19:53:00Z", "scheduled_close_time": "2022-12-31T19:53:00Z", "scheduled_resolve_time": "2023-01-01T13:37:00Z", "actual_resolve_time": "2023-01-01T13:37:00Z", "open_time": "2022-03-08T15:00:00Z", "nr_forecasters": 136, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" }, { "id": 3692, "name": "Computing and Math", "slug": "computing-and-math", "emoji": "💻", "description": "Computing and Math", "type": "category" } ] }, "question": { "id": 10110, "title": "Will a cyber action or series of cyber actions trigger NATO’s Article 5 in 2022?", "created_at": "2022-03-04T19:53:51.665146Z", "open_time": "2022-03-08T15:00:00Z", "cp_reveal_time": "2022-04-07T10:41:18Z", "spot_scoring_time": "2022-04-07T10:41:18Z", "scheduled_resolve_time": "2023-01-01T13:37:00Z", "actual_resolve_time": "2023-01-01T13:37:00Z", "resolution_set_time": "2023-01-01T13:37:00Z", "scheduled_close_time": "2022-12-31T19:53:00Z", "actual_close_time": "2022-12-31T19:53:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "The North Atlantic Treaty Organization (NATO) has [claimed](https://www.nato.int/cps/en/natohq/news_168435.htm?selectedLocale=en) that a cyberattack of sufficient magnitude could trigger NATO's collective defense pact -- Article V. Thus far, Article V has not been invoked for a cyber-related reason, and it [is not clear](https://abcnews.go.com/Politics/nato-updating-common-defense-pact-deal-global-cyberattacks/story?id=78271735) what the threshold for invoking it would be.", "resolution_criteria": "This question will resolve as **Yes** if, at any time between January 1, 2022 to January 1, 2023, NATO Officially invokes Article 5 in response to a cyber action. Decisions by the Alliance are made unanimously. An individual NATO member may request Article 5 but that will not constitute the resolution of this question. \n\nThe cited action or action(s) must have a major cyber element. Additional or supplemental non-cyber effects do not invalidate the cyber element.\n\nResolution does **not** depend on NATO manifesting a response -- whether physical, diplomatic, or otherwise", "fine_print": "", "post_id": 10110, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1672501502.635386, "end_time": null, "forecaster_count": 136, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ] } ], "latest": { "start_time": 1672501502.635386, "end_time": null, "forecaster_count": 136, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ], "forecast_values": [ 0.99, 0.01 ], "means": [ 0.02002187268998708 ], "histogram": [ [ 0.0, 20.875712124613468, 0.0860011530677823, 0.12914237266219483, 0.001278709657362659, 0.047612606726832554, 0.0006735119318073969, 0.046907461486836666, 0.0005320366584833881, 0.0931987443997151, 0.01133922326512752, 0.00031708124795599746, 0.005964448169358244, 0.003511332488513677, 0.0, 0.0015056695882334859, 0.0, 0.0, 0.10217458920501772, 0.0, 0.013746709058106231, 0.009448457392497077, 0.003196099858940859, 0.15505973975269868, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.04523947490342972, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.010883848679857205, 0.0, 0.0, 0.0, 0.0, 0.0026923492397866564, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0007542642141517402, 0.0, 0.0, 0.0, 0.0, 0.18049911240873864, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "peer_score": 9.188664328349862, "coverage": 0.9997835876167821, "baseline_score": 97.4351362203023, "spot_peer_score": 8.829025776513825, "peer_archived_score": 9.188664328349862, "baseline_archived_score": 97.4351362203023, "spot_peer_archived_score": 8.829025776513825 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1672501502.657705, "end_time": null, "forecaster_count": 136, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1672501502.657705, "end_time": null, "forecaster_count": 136, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.995, 0.005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 4, "user_vote": null }, "forecasts_count": 219, "key_factors": [], "is_current_content_translated": false, "description": "The North Atlantic Treaty Organization (NATO) has [claimed](https://www.nato.int/cps/en/natohq/news_168435.htm?selectedLocale=en) that a cyberattack of sufficient magnitude could trigger NATO's collective defense pact -- Article V. Thus far, Article V has not been invoked for a cyber-related reason, and it [is not clear](https://abcnews.go.com/Politics/nato-updating-common-defense-pact-deal-global-cyberattacks/story?id=78271735) what the threshold for invoking it would be." }, { "id": 10109, "title": "Will China make a successful, major cyberattack on Taiwanese critical infrastructure before December 31, 2022?", "short_title": "Chinese Cyberattack on Taiwan in 2022", "url_title": "Chinese Cyberattack on Taiwan in 2022", "slug": "chinese-cyberattack-on-taiwan-in-2022", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-04T19:50:02.145985Z", "published_at": "2022-03-15T15:00:00Z", "edited_at": "2025-09-05T17:28:48.468461Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-15T15:00:00Z", "comment_count": 5, "status": "resolved", "resolved": true, "actual_close_time": "2022-12-31T18:48:00Z", "scheduled_close_time": "2022-12-31T18:48:00Z", "scheduled_resolve_time": "2023-03-31T16:14:00Z", "actual_resolve_time": "2023-03-31T16:14:00Z", "open_time": "2022-03-15T15:00:00Z", "nr_forecasters": 95, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "category": [ { "id": 3701, "name": "Technology", "slug": "technology", "emoji": "⚙️", "description": "Technology", "type": "category" }, { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" }, { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" }, { "id": 3692, "name": "Computing and Math", "slug": "computing-and-math", "emoji": "💻", "description": "Computing and Math", "type": "category" } ], "tournament": [ { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 10109, "title": "Will China make a successful, major cyberattack on Taiwanese critical infrastructure before December 31, 2022?", "created_at": "2022-03-04T19:50:02.145985Z", "open_time": "2022-03-15T15:00:00Z", "cp_reveal_time": "2022-04-13T17:46:48Z", "spot_scoring_time": "2022-04-13T17:46:48Z", "scheduled_resolve_time": "2023-03-31T16:14:00Z", "actual_resolve_time": "2023-03-31T16:14:00Z", "resolution_set_time": "2023-03-31T16:14:00Z", "scheduled_close_time": "2022-12-31T18:48:00Z", "actual_close_time": "2022-12-31T18:48:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "In 2021, the Taiwanese Defense Minister warned that tensions between Taiwan and China -- which has repeatedly claimed that Taiwan is part of its territory -- were at a [40-year high](https://www.bbc.com/news/world-asia-58812100). Similarly, U.S. Secretary of State Antony Blinken has [warned](https://www.reuters.com/world/china/blinken-warns-chinas-increasingly-aggressive-actions-against-taiwan-2021-04-11/) that China has been taking \"increasingly aggressive actions\" towards Taiwan. \n\nAssistant professor Chen Yi-fan from Taiwan's Tamkang University suggested that [cyberattacks could precede a Chinese invasion of Taiwan](https://www.voanews.com/a/how-china-could-cyberattack-taiwan/6349594.html), making the invasion less costly on Chinese resources.", "resolution_criteria": "***Will China make a successful cyberattack on Taiwanese critical infrastructure before December 31, 2022?***\n\nThis question will resolve positively if any of Taiwan's [16 critical infrastructure sectors](https://www.cisa.gov/critical-infrastructure-sectors) identified by the U.S. Department of Homeland Security are attacked by Chinese actors between March 8, 2022 to December 31, 2022.\n\nThe affected infrastructure must be physically located in Taiwan – that is, it may not simply be an asset owned by a Taiwanese national and located abroad. As such, the affected entity must be within 40 kilometers of the island to qualify. \n\nThe Attribution of the attack may be issued by the United States, a [Five Eyes nation](https://en.wikipedia.org/wiki/Five_Eyes), or a NATO member; or by reputable cybersecurity companies or research organizations; or by at least three major news media outlets. Attribution must be formal – i.e. in an on-the-record speech or in writing. A publication that uses any phrases such as \"China is suspected,\" or \"China is possibly,\" or \"China is likely\" will not trigger resolution. \n\n\"Chinese actors\" can include state or non-state actors within China. To be acting within the Chinese mainland is to be considered within the state's internationally recognized land or naval borders. \n\nAt least one of the following conditions must be met regarding the severity of the attack:\n\n1. The attack is estimated to have caused at least $1 million direct property damage (excluding intellectual property).\n2. The attack is estimated to have caused at least $10 million of direct or indirect costs to the economy.\n3. The attack causes loss of an essential service (such as electricity, water, gas pumps) affecting at least 10,000 people for at least 1 week.\n4. The attack causes a sharp rise in price of essential goods (such as food or gasoline) by at least 50% for a community of at least 10,000 people.\n5. The attack is estimated to have caused at least 10 fatalities.\n\nThis question will resolve based on public information available by March 31, 2023.", "fine_print": "", "post_id": 10109, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1672485536.206966, "end_time": null, "forecaster_count": 95, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.015983645157271492 ] } ], "latest": { "start_time": 1672485536.206966, "end_time": null, "forecaster_count": 95, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.015983645157271492 ], "forecast_values": [ 0.99, 0.01 ], "means": [ 0.033589597299261725 ], "histogram": [ [ 0.0, 13.92684709017779, 1.1723601647715276, 0.22382433707016314, 0.006368581077564335, 0.19880631533687737, 0.6509558546780141, 0.28322519079520614, 0.15056000245065077, 0.09723778993698115, 0.18750657164149603, 0.15369479851735054, 0.0, 0.0, 0.14353601294407614, 0.01827480948549526, 0.0, 0.20188607784499835, 0.0, 0.023593256606144208, 0.01243684794073061, 0.0, 0.00867947405568277, 0.0, 0.0, 0.11181788461337815, 0.031420718929044314, 0.0, 0.0105604232385152, 0.0, 0.007845502359319072, 0.0, 0.0, 0.0, 0.0, 0.019923756805303634, 0.0, 0.025628972875147066, 0.0, 0.0, 0.016487993674209292, 0.001612177459443177, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1886797762300747, 0.0, 0.01161693045818606, 0.0, 0.0, 0.0, 0.0, 0.00015897011254802272, 0.0, 0.0, 0.0, 0.0, 0.0031930000652666095, 0.0, 0.0, 0.0, 0.0, 0.03530713865235783, 0.0, 0.0, 0.0, 0.0, 0.037210857502350814, 0.0, 0.0, 0.0, 0.002466051579900863, 0.03421301874757442, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "peer_score": 15.94301681400679, "coverage": 0.9990406251994389, "baseline_score": 66.31904226371803, "spot_peer_score": 20.730193144132723, "peer_archived_score": 15.94301681400679, "baseline_archived_score": 66.31904226371803, "spot_peer_archived_score": 20.730193144132723 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1672485536.233769, "end_time": null, "forecaster_count": 95, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1672485536.233769, "end_time": null, "forecaster_count": 95, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.995, 0.005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 7, "user_vote": null }, "forecasts_count": 223, "key_factors": [], "is_current_content_translated": false, "description": "In 2021, the Taiwanese Defense Minister warned that tensions between Taiwan and China -- which has repeatedly claimed that Taiwan is part of its territory -- were at a [40-year high](https://www.bbc.com/news/world-asia-58812100). Similarly, U.S. Secretary of State Antony Blinken has [warned](https://www.reuters.com/world/china/blinken-warns-chinas-increasingly-aggressive-actions-against-taiwan-2021-04-11/) that China has been taking \"increasingly aggressive actions\" towards Taiwan. \n\nAssistant professor Chen Yi-fan from Taiwan's Tamkang University suggested that [cyberattacks could precede a Chinese invasion of Taiwan](https://www.voanews.com/a/how-china-could-cyberattack-taiwan/6349594.html), making the invasion less costly on Chinese resources." }, { "id": 10108, "title": "Will the US claim that a Russian disinformation campaign attempted to influence the 2022 midterm elections?", "short_title": "Russian Disinformation in US 2022 Elections", "url_title": "Russian Disinformation in US 2022 Elections", "slug": "russian-disinformation-in-us-2022-elections", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-04T19:45:00.838206Z", "published_at": "2022-03-15T15:00:00Z", "edited_at": "2025-09-05T17:29:01.677734Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-15T15:00:00Z", "comment_count": 10, "status": "resolved", "resolved": true, "actual_close_time": "2022-10-03T17:12:00Z", "scheduled_close_time": "2022-11-01T18:44:00Z", "scheduled_resolve_time": "2022-11-01T18:44:00Z", "actual_resolve_time": "2022-10-03T17:12:00Z", "open_time": "2022-03-15T15:00:00Z", "nr_forecasters": 109, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "category": [ { "id": 3685, "name": "Elections", "slug": "elections", "emoji": "🗳️", "description": "Elections", "type": "category" }, { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" }, { "id": 3692, "name": "Computing and Math", "slug": "computing-and-math", "emoji": "💻", "description": "Computing and Math", "type": "category" } ], "tournament": [ { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 10108, "title": "Will the US claim that a Russian disinformation campaign attempted to influence the 2022 midterm elections?", "created_at": "2022-03-04T19:45:00.838206Z", "open_time": "2022-03-15T15:00:00Z", "cp_reveal_time": "2022-04-07T17:46:24Z", "spot_scoring_time": "2022-04-07T17:46:24Z", "scheduled_resolve_time": "2022-11-01T18:44:00Z", "actual_resolve_time": "2022-10-03T17:12:00Z", "resolution_set_time": "2022-10-03T17:12:00Z", "scheduled_close_time": "2022-11-01T18:44:00Z", "actual_close_time": "2022-10-03T17:12:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "yes", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "The United States Congress found evidence of Russian involvement and interference in both the [2016](https://www.intelligence.senate.gov/sites/default/files/documents/Report_Volume1.pdf) and [2020](https://www.dni.gov/files/ODNI/documents/assessments/ICA-declass-16MAR21.pdf) presidential elections. The US midterm elections will now be held in 2022 and it remains to be seen whether foreign interference from Russia will take place.", "resolution_criteria": "This question will resolve as **Yes** if by May 31, 2023 a report is published that makes all three of the following claims:\n\n1. That Russian actors attempted (successfully or not) to influence the [2022 US midterm elections](https://en.wikipedia.org/wiki/2022_United_States_elections), \n\n2. That the agents, directors, or financial supporters of the campaign are Russian actors (state or non-state).\n\n3. That the campaign includes disruption of US social or news media with inauthentic user behavior or content promotion manipulation, the promotion of false or misleading information, or leaking private or classified US information", "fine_print": "", "post_id": 10108, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1664886888.6162, "end_time": null, "forecaster_count": 111, "interval_lower_bounds": [ 0.63 ], "centers": [ 0.72 ], "interval_upper_bounds": [ 0.8 ] } ], "latest": { "start_time": 1664886888.6162, "end_time": null, "forecaster_count": 111, "interval_lower_bounds": [ 0.63 ], "centers": [ 0.72 ], "interval_upper_bounds": [ 0.8 ], "forecast_values": [ 0.28, 0.72 ], "means": [ 0.7155222696040182 ], "histogram": [ [ 0.0, 0.06983319013653787, 0.0, 0.0, 0.0, 0.023439708045973055, 0.004354113540345774, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0005337122334897286, 0.0, 0.010719896772114901, 0.0, 0.0, 0.01733698749193995, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.02522299621292586, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0018491798440457433, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0011204819585764027, 0.0, 0.0, 0.0, 0.0, 0.009052612779617527, 0.00015019096924872392, 0.0, 0.0, 0.0, 1.3199163697665472, 0.0, 0.06144043805062549, 0.004798262862840425, 0.0, 0.05049811260377196, 0.09085476902261191, 0.866451704704282, 0.0, 0.10680767502782029, 0.9158747266264942, 0.0008489144539234564, 0.5293217461428656, 1.0781051097896506, 0.3536733923153377, 0.7717708525753804, 1.1771359600425013, 0.012635565912315593, 0.24045551539715845, 0.0012777297525129875, 0.8409806478816666, 0.0, 2.2666288524996316, 0.5777503238964283, 0.13013775465319094, 1.319975757594863, 0.15329368081236486, 0.5668888743251426, 0.18381092013839298, 0.0, 2.568978553167621, 0.0, 0.031285956977252366, 0.0, 0.0004495665650659707, 0.5132340574444632, 0.006957817787879918, 0.953548231910527, 0.0, 0.0, 0.7048886183018864, 0.0, 0.0, 0.0, 0.0, 0.005586068471411534, 0.0, 0.0, 0.0, 1.005419739228038 ] ] }, "score_data": { "peer_score": 14.41450857148047, "coverage": 0.8730580305852176, "baseline_score": 42.10952603365447, "spot_peer_score": 13.408759136668268, "peer_archived_score": 14.41450857148047, "baseline_archived_score": 42.10952603365447, "spot_peer_archived_score": 13.408759136668268 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1664782789.906697, "end_time": null, "forecaster_count": 109, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1664782789.906697, "end_time": null, "forecaster_count": 109, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.42289291171373433, 0.5771070882862657 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 13, "user_vote": null }, "forecasts_count": 182, "key_factors": [], "is_current_content_translated": false, "description": "The United States Congress found evidence of Russian involvement and interference in both the [2016](https://www.intelligence.senate.gov/sites/default/files/documents/Report_Volume1.pdf) and [2020](https://www.dni.gov/files/ODNI/documents/assessments/ICA-declass-16MAR21.pdf) presidential elections. The US midterm elections will now be held in 2022 and it remains to be seen whether foreign interference from Russia will take place." }, { "id": 10107, "title": "Will North Korea have internet failures on 4 or more days between March 8, 2022 and August 1, 2022?", "short_title": "North Korean Internet Failures By Aug 1", "url_title": "North Korean Internet Failures By Aug 1", "slug": "north-korean-internet-failures-by-aug-1", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-04T19:42:38.826936Z", "published_at": "2022-03-15T15:00:00Z", "edited_at": "2025-09-05T17:29:00.125743Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-15T15:00:00Z", "comment_count": 10, "status": "resolved", "resolved": true, "actual_close_time": "2022-07-01T18:41:00Z", "scheduled_close_time": "2022-07-01T18:41:00Z", "scheduled_resolve_time": "2022-11-07T19:08:00Z", "actual_resolve_time": "2022-11-07T19:08:00Z", "open_time": "2022-03-15T15:00:00Z", "nr_forecasters": 50, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "category": [ { "id": 3701, "name": "Technology", "slug": "technology", "emoji": "⚙️", "description": "Technology", "type": "category" }, { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" }, { "id": 3692, "name": "Computing and Math", "slug": "computing-and-math", "emoji": "💻", "description": "Computing and Math", "type": "category" } ], "tournament": [ { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 10107, "title": "Will North Korea have internet failures on 4 or more days between March 8, 2022 and August 1, 2022?", "created_at": "2022-03-04T19:42:38.826936Z", "open_time": "2022-03-15T15:00:00Z", "cp_reveal_time": "2022-04-11T15:55:15Z", "spot_scoring_time": "2022-04-11T15:55:15Z", "scheduled_resolve_time": "2022-11-07T19:08:00Z", "actual_resolve_time": "2022-11-07T19:08:00Z", "resolution_set_time": "2022-11-07T19:08:00Z", "scheduled_close_time": "2022-07-01T18:41:00Z", "actual_close_time": "2022-07-01T18:41:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Though North Korea's internet infrastructure is limited, the country's hackers have a reputation for aggressive cyber operations against other countries -- actions which have threatened or conducted operations in retaliation. Public reporting indicates that the entirety of [North Korea's internet has gone offline](https://www.reuters.com/world/asia-pacific/nkorean-internet-downed-by-suspected-cyber-attacks-researchers-2022-01-26/) twice in the first month of 2022.", "resolution_criteria": "This question will resolve as **Yes** if North Korea has internet failures on 4 or more days between March 8, 2022 to August 1, 2022 for a period of at least one hour. For the purposes of this question, an \"Internet Failure\" will be defined as the unavailability for at least 50% of North Korean users of any critical layer of [TCP/IP networks](https://en.wikipedia.org/wiki/Internet_protocol_suite) supporting the world wide web or email.\n\nThis question will resolve according to credible media reports. Reports may be published between March 8, 2022 to October 1, 2022, so long as the internet failure reported had begun before August 1.\n\nTo reduce ambiguity, we will count calendar days in North Korea during which there is an internet failure as defined above. If five separate 1 hour failures occur on the same day, only one of those failures will count. If a single failure lasts 4 days, it will resolve this question yes", "fine_print": "", "post_id": 10107, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1656683887.13082, "end_time": null, "forecaster_count": 50, "interval_lower_bounds": [ 0.21 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.37 ] } ], "latest": { "start_time": 1656683887.13082, "end_time": null, "forecaster_count": 50, "interval_lower_bounds": [ 0.21 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.37 ], "forecast_values": [ 0.7, 0.3 ], "means": [ 0.2960912582103477 ], "histogram": [ [ 0.0, 0.37934260821911736, 0.3426424443372215, 0.0, 0.0, 0.020064761700770095, 0.0, 0.0, 0.5190376663880811, 0.0, 0.031256855951900246, 0.0, 0.0, 0.0, 0.1533679428866179, 0.806208236854164, 0.0, 0.4646971921762578, 0.20314358457038237, 0.0689430064920733, 0.052810782264534846, 1.1869750140786477, 0.2972973649681468, 0.5541459864739142, 1.0, 0.0, 0.16871148880955214, 0.0, 0.04637161225326318, 0.0, 0.10626611084867746, 1.7649973025084706, 0.0, 0.0, 0.052446473270009945, 0.0, 0.004800587348436423, 1.5768418237417614, 0.18527705034115113, 0.9929225622454727, 0.027134041465974392, 0.0, 0.315061308553531, 0.0, 0.08303507941585661, 0.1391714993251316, 0.0, 0.0, 0.0, 0.0, 0.24311673443421425, 0.0, 0.0, 0.0, 0.0, 0.059227701793569856, 0.0, 0.002308706629581291, 0.0, 0.0, 0.014369596090439076, 0.0, 0.0, 0.0, 0.0, 0.0743529554125065, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.6956811236098437, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.017059162801949267 ] ] }, "score_data": { "peer_score": 17.648161774797128, "coverage": 0.9974154897172217, "baseline_score": 43.025785655134335, "spot_peer_score": 20.32499516922723, "peer_archived_score": 17.648161774797128, "baseline_archived_score": 43.025785655134335, "spot_peer_archived_score": 20.32499516922723 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1656683887.151343, "end_time": null, "forecaster_count": 50, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1656683887.151343, "end_time": null, "forecaster_count": 50, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.8908155490183167, 0.10918445098168328 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 100, "key_factors": [], "is_current_content_translated": false, "description": "Though North Korea's internet infrastructure is limited, the country's hackers have a reputation for aggressive cyber operations against other countries -- actions which have threatened or conducted operations in retaliation. Public reporting indicates that the entirety of [North Korea's internet has gone offline](https://www.reuters.com/world/asia-pacific/nkorean-internet-downed-by-suspected-cyber-attacks-researchers-2022-01-26/) twice in the first month of 2022." }, { "id": 10106, "title": "Will at least four REvil gang members be in prison on May 15, 2022?", "short_title": "4 REvil Gang Members in Prison on May 15", "url_title": "4 REvil Gang Members in Prison on May 15", "slug": "4-revil-gang-members-in-prison-on-may-15", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-04T19:40:18.174182Z", "published_at": "2022-03-08T15:00:00Z", "edited_at": "2025-09-05T17:29:23.121006Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-08T15:00:00Z", "comment_count": 6, "status": "resolved", "resolved": true, "actual_close_time": "2022-05-15T18:39:00Z", "scheduled_close_time": "2022-05-15T18:39:00Z", "scheduled_resolve_time": "2022-06-01T23:18:00Z", "actual_resolve_time": "2022-06-01T23:18:00Z", "open_time": "2022-03-08T15:00:00Z", "nr_forecasters": 65, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" }, { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" }, { "id": 3692, "name": "Computing and Math", "slug": "computing-and-math", "emoji": "💻", "description": "Computing and Math", "type": "category" } ] }, "question": { "id": 10106, "title": "Will at least four REvil gang members be in prison on May 15, 2022?", "created_at": "2022-03-04T19:40:18.174182Z", "open_time": "2022-03-08T15:00:00Z", "cp_reveal_time": "2022-03-25T15:54:45Z", "spot_scoring_time": "2022-03-25T15:54:45Z", "scheduled_resolve_time": "2022-06-01T23:18:00Z", "actual_resolve_time": "2022-06-01T23:18:00Z", "resolution_set_time": "2022-06-01T23:18:00Z", "scheduled_close_time": "2022-05-15T18:39:00Z", "actual_close_time": "2022-05-15T18:39:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "On January 15, 2022, [eight individuals were arrested by the Russian authorities](https://www.bbc.com/news/technology-59998925) and charged in the context of their alleged criminal ransomware activities against Colonial Pipeline and/or as part of the REvil group. \n\nThe Russian FSB claim that the group now \"ceases to exist,\" but although the crime took place against property held by US nationals, it appears that the arrested gang members will not be extradited to the U.S for trial and will remain in Russia to face the Russian legal system.", "resolution_criteria": "To resolve to positively, at least four of the following eight individuals (Roman Muromsky, Andrey Bessonov, Golovachuk M.A., Zayets A.N., Khansvyarov R.A., Korotayev D.V., Puzyrevsky D.D. and Malozemov A.V.) must be physically imprisoned on May 15, 2022 at 12:00pm GMT. This will resolve based on publicly available information on June 1, 2022.\n\nHouse arrest does not satisfy this question for resolution purposes. Imprisonment can occur in any country", "fine_print": "", "post_id": 10106, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1652617654.785755, "end_time": null, "forecaster_count": 65, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.24 ], "interval_upper_bounds": [ 0.32 ] } ], "latest": { "start_time": 1652617654.785755, "end_time": null, "forecaster_count": 65, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.24 ], "interval_upper_bounds": [ 0.32 ], "forecast_values": [ 0.76, 0.24 ], "means": [ 0.21417993856122305 ], "histogram": [ [ 0.0, 1.0734448790570785, 0.01946471143816275, 0.20566286060455888, 0.39818867837781474, 0.18816275499096763, 0.0, 0.0, 0.013777980345358598, 0.7635582953678428, 1.644619518370448, 0.0, 0.021936199508452464, 0.777238463870146, 0.0, 0.614336162609113, 0.14989147521115825, 0.038142496490550196, 0.5649331463846767, 0.0, 0.039195476360513515, 0.3222256662958867, 0.0, 0.0, 1.3017204001039584, 0.04763879539563498, 0.0012965554486791008, 0.3217261638678274, 1.9257037470451213, 0.0, 0.22205743285900253, 0.0, 1.353448112854768, 0.1073881054056872, 0.588285474877023, 0.19030380486090423, 0.0, 1.2581914756084394, 0.0, 0.0, 0.11693021616061994, 0.0, 0.0, 0.0, 0.0, 0.17592413500841017, 0.04228688608058346, 0.06261470488347545, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.06876276127162699, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.011018696481783212, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "peer_score": 6.698952892885818, "coverage": 0.9990164860649837, "baseline_score": 64.11204247769008, "spot_peer_score": 11.1785801187563, "peer_archived_score": 6.698952892885818, "baseline_archived_score": 64.11204247769008, "spot_peer_archived_score": 11.1785801187563 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1652617654.804568, "end_time": null, "forecaster_count": 65, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1652617654.804568, "end_time": null, "forecaster_count": 65, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.8942989979436722, 0.10570100205632778 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 2, "user_vote": null }, "forecasts_count": 132, "key_factors": [], "is_current_content_translated": false, "description": "On January 15, 2022, [eight individuals were arrested by the Russian authorities](https://www.bbc.com/news/technology-59998925) and charged in the context of their alleged criminal ransomware activities against Colonial Pipeline and/or as part of the REvil group. \n\nThe Russian FSB claim that the group now \"ceases to exist,\" but although the crime took place against property held by US nationals, it appears that the arrested gang members will not be extradited to the U.S for trial and will remain in Russia to face the Russian legal system." }, { "id": 10105, "title": "Will the US “Rewards for Justice” program pay the $10M reward offered for information on the interference in the 2020 presidential election?", "short_title": "\"Rewards for Justice\" Pays $10M Prize", "url_title": "\"Rewards for Justice\" Pays $10M Prize", "slug": "rewards-for-justice-pays-10m-prize", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-04T19:38:27.457792Z", "published_at": "2022-03-08T15:00:00Z", "edited_at": "2025-09-05T17:28:56.264466Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-08T15:00:00Z", "comment_count": 5, "status": "resolved", "resolved": true, "actual_close_time": "2022-12-31T18:35:00Z", "scheduled_close_time": "2022-12-31T18:35:00Z", "scheduled_resolve_time": "2023-06-01T17:25:00Z", "actual_resolve_time": "2023-06-01T17:25:00Z", "open_time": "2022-03-08T15:00:00Z", "nr_forecasters": 67, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32595, "name": "2022-2023 Leaderboard", "slug": "2022_2023_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1445, "type": "tournament", "name": "White Hat Cyber", "slug": "white-hat", "header_image": "https://cdn.metaculus.com/pexels-tima-miroshnichenko-5380642_cropped.jpg", "prize_pool": "2500.00", "start_date": "2022-03-04T06:00:00Z", "close_date": "2023-06-20T12:00:00Z", "forecasting_end_date": "2023-01-01T00:25:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2023-11-08T16:55:29.537784Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" }, { "id": 3692, "name": "Computing and Math", "slug": "computing-and-math", "emoji": "💻", "description": "Computing and Math", "type": "category" } ] }, "question": { "id": 10105, "title": "Will the US “Rewards for Justice” program pay the $10M reward offered for information on the interference in the 2020 presidential election?", "created_at": "2022-03-04T19:38:27.457792Z", "open_time": "2022-03-08T15:00:00Z", "cp_reveal_time": "2022-04-07T10:33:30Z", "spot_scoring_time": "2022-04-07T10:33:30Z", "scheduled_resolve_time": "2023-06-01T17:25:00Z", "actual_resolve_time": "2023-06-01T17:25:00Z", "resolution_set_time": "2023-06-01T17:25:00Z", "scheduled_close_time": "2022-12-31T18:35:00Z", "actual_close_time": "2022-12-31T18:35:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "On November 18, 2021, two Iranian nationals were charged for interference in the US 2020 election through their use of cyber-enabled misinformation and threat campaigns. \n\nThe [U.S. Department of Justice](https://www.justice.gov/opa/pr/two-iranian-nationals-charged-cyber-enabled-disinformation-and-threat-campaign-designed) writes:\n\n> \"An indictment was unsealed in New York today charging two Iranian nationals for their involvement in a cyber-enabled campaign to intimidate and influence American voters, and otherwise undermine voter confidence and sow discord, in connection with the 2020 U.S. presidential election.\"\n\nAccording to court documents, Seyyed Mohammad Hosein Musa Kazemi (سید محمد حسین موسی کاظمی), aka Mohammad Hosein Musa Kazem, aka Hosein Zamani, 24, and Sajjad Kashian (سجاد کاشیان), aka Kiarash Nabavi, 27, both of Iran, obtained confidential U.S. voter information from at least one state election website; sent threatening email messages to intimidate and interfere with voters; created and disseminated a video containing disinformation about purported election infrastructure vulnerabilities; attempted to access, without authorization, several states’ voting-related websites; and successfully gained unauthorized access to a U.S. media company’s computer network that, if not for successful FBI and victim company efforts to mitigate, would have provided the conspirators another vehicle to disseminate false claims after the election.\"\n\nAs part of the process to bring Kazemi and Kashian to justice, the [Rewards for Justice Program](https://rewardsforjustice.net/terrorist-rewards/seyyed-kazemi/) offered a reward of up to $10M US Dollars for information on Kazemi and his involvement in the cyber-attacks during the 2020 elections. They offered the same for [Kashian](https://rewardsforjustice.net/terrorist-rewards/sajjad-kashian/).", "resolution_criteria": "This question will resolve as **Yes** if the U.S Department of Justice, or at least three other reputable media outlets, report a payment having been made to an individual or individuals in direct relation to the Rewards for Justice program targeted at Kazemi and Kashian, two Iranian hackers charged for participating in a disinformation campaign during the 2020 elections. The payment can be any or all of the allocated $10 million USD amount. \n\nIf no such payment or public announcement has been made by May 31, 2023, then this question will resolve negatively", "fine_print": "", "post_id": 10105, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1672468145.540559, "end_time": null, "forecaster_count": 67, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.06 ], "interval_upper_bounds": [ 0.13 ] } ], "latest": { "start_time": 1672468145.540559, "end_time": null, "forecaster_count": 67, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.06 ], "interval_upper_bounds": [ 0.13 ], "forecast_values": [ 0.94, 0.06 ], "means": [ 0.09855828345692576 ], "histogram": [ [ 0.0, 5.252123182215171, 0.5186572937136803, 0.0, 0.8216464686380602, 0.7653598682287445, 1.4633445963660576, 0.08709201066508168, 0.6444319296650869, 0.0, 0.6618352434968089, 0.7942179746654301, 0.0, 0.2118020448654148, 0.7324612079958936, 0.0011463879307081098, 0.7563308405188962, 0.0, 0.0, 0.005597961463592589, 0.08976136354394205, 0.010256932132203396, 0.2844637239593917, 0.3281498352869308, 0.0, 0.0797787163600839, 0.0, 0.0, 0.0, 0.0, 0.2303470210597229, 0.225526963475758, 0.0, 0.0007576017002229459, 0.0, 0.1201211938324433, 0.39773942714292565, 0.0, 0.0, 0.006584248247179228, 0.05032766519653908, 0.0, 0.0, 0.0, 0.0, 0.03035066010230634, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.004715380590217308, 0.05536264726386741, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.24585267888888213, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "peer_score": 5.927397838977797, "coverage": 0.999689708873838, "baseline_score": 74.23031909588961, "spot_peer_score": 2.1678724699464116, "peer_archived_score": 5.927397838977797, "baseline_archived_score": 74.23031909588961, "spot_peer_archived_score": 2.1678724699464116 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1672472653.037908, "end_time": null, "forecaster_count": 67, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1672472653.037908, "end_time": null, "forecaster_count": 67, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.995, 0.005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 1, "user_vote": null }, "forecasts_count": 139, "key_factors": [], "is_current_content_translated": false, "description": "On November 18, 2021, two Iranian nationals were charged for interference in the US 2020 election through their use of cyber-enabled misinformation and threat campaigns. \n\nThe [U.S. Department of Justice](https://www.justice.gov/opa/pr/two-iranian-nationals-charged-cyber-enabled-disinformation-and-threat-campaign-designed) writes:\n\n> \"An indictment was unsealed in New York today charging two Iranian nationals for their involvement in a cyber-enabled campaign to intimidate and influence American voters, and otherwise undermine voter confidence and sow discord, in connection with the 2020 U.S. presidential election.\"\n\nAccording to court documents, Seyyed Mohammad Hosein Musa Kazemi (سید محمد حسین موسی کاظمی), aka Mohammad Hosein Musa Kazem, aka Hosein Zamani, 24, and Sajjad Kashian (سجاد کاشیان), aka Kiarash Nabavi, 27, both of Iran, obtained confidential U.S. voter information from at least one state election website; sent threatening email messages to intimidate and interfere with voters; created and disseminated a video containing disinformation about purported election infrastructure vulnerabilities; attempted to access, without authorization, several states’ voting-related websites; and successfully gained unauthorized access to a U.S. media company’s computer network that, if not for successful FBI and victim company efforts to mitigate, would have provided the conspirators another vehicle to disseminate false claims after the election.\"\n\nAs part of the process to bring Kazemi and Kashian to justice, the [Rewards for Justice Program](https://rewardsforjustice.net/terrorist-rewards/seyyed-kazemi/) offered a reward of up to $10M US Dollars for information on Kazemi and his involvement in the cyber-attacks during the 2020 elections. They offered the same for [Kashian](https://rewardsforjustice.net/terrorist-rewards/sajjad-kashian/)." }, { "id": 10094, "title": "Will Russia control Kyiv on June 1, 2022?", "short_title": "Russia Controls Kyiv on June 1, 2022", "url_title": "Russia Controls Kyiv on June 1, 2022", "slug": "russia-controls-kyiv-on-june-1-2022", "author_id": 103275, "author_username": "christian", "coauthors": [], "created_at": "2022-03-04T01:17:55.292612Z", "published_at": "2022-03-04T02:00:00Z", "edited_at": "2025-09-05T17:29:19.989862Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-04T02:00:00Z", "comment_count": 91, "status": "resolved", "resolved": true, "actual_close_time": "2022-04-22T23:03:00Z", "scheduled_close_time": "2022-04-22T23:03:00Z", "scheduled_resolve_time": "2022-06-01T16:00:00Z", "actual_resolve_time": "2022-06-01T16:00:00Z", "open_time": "2022-03-04T02:00:00Z", "nr_forecasters": 832, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ] }, "question": { "id": 10094, "title": "Will Russia control Kyiv on June 1, 2022?", "created_at": "2022-03-04T01:17:55.292612Z", "open_time": "2022-03-04T02:00:00Z", "cp_reveal_time": "2022-03-04T06:56:35.696165Z", "spot_scoring_time": "2022-03-04T06:56:35.696165Z", "scheduled_resolve_time": "2022-06-01T16:00:00Z", "actual_resolve_time": "2022-06-01T16:00:00Z", "resolution_set_time": "2022-06-01T16:00:00Z", "scheduled_close_time": "2022-04-22T23:03:00Z", "actual_close_time": "2022-04-22T23:03:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Russia has continued shelling attacks against a number of Ukrainian cities since its invasion began in February 2022. Residents of the capital city of Kyiv have braced for the arrival of a 40-mile-long convoy of Russian tanks, armored vehicles, and towed artillery.", "resolution_criteria": "This question will resolve as \"Yes\" if Kyiv is under Russian military control on June 1, 2022. \n\nWe will consider being under Russian control if more than 50% of the city's raions are under the de facto control of the Russian military. \n\nResolution will be sourced from reputable media reports", "fine_print": "", "post_id": 10094, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1650665493.950497, "end_time": null, "forecaster_count": 832, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.02 ] } ], "latest": { "start_time": 1650665493.950497, "end_time": null, "forecaster_count": 832, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.02 ], "forecast_values": [ 0.99, 0.01 ], "means": [ 0.031032793447403395 ], "histogram": [ [ 0.0, 39.148637264819385, 5.419732936669986, 2.31892331047123, 0.4526076710882172, 2.5667998935738314, 0.03073351534132671, 0.24861136672788134, 0.00015224363248031702, 0.19170317183136407, 2.4513750351750434, 0.021490149609721544, 0.003523668830714486, 0.8115870733827661, 8.114462118307881e-06, 0.8417341093741139, 1.1255348179222718e-06, 0.00012846934383157896, 5.835476810520421e-06, 2.0556080643947075e-06, 0.0014095179375504957, 7.108216683445636e-11, 2.7889790008062275e-06, 9.234403921892382e-09, 3.8290314057283613e-07, 0.04959685035614646, 2.263399976719693e-06, 2.5020037164624467e-05, 0.9527992932404921, 0.0, 1.2753417139683941e-05, 0.4224531247223216, 9.087228537300587e-07, 4.337397026195755e-06, 1.17266130390019e-08, 0.000829043493897234, 0.2009457884976211, 0.0, 1.0044064124354713e-06, 1.2782039117341172e-09, 0.053860408396613484, 0.0, 0.0, 1.532088573445837e-07, 1.316103555749482e-07, 8.017251405518925e-08, 6.71187321628943e-09, 1.1315619699848339e-07, 1.1989434687023474e-10, 3.4703458512847157e-07, 6.31753605781924e-06, 3.9894597247345797e-07, 2.027860729329104e-07, 1.4757878279876274e-07, 0.0, 0.0005458893007009136, 1.0809674041805411e-08, 0.0, 0.0, 4.1459262379428965e-06, 1.6889326317767625e-07, 1.2257292004008437e-10, 4.2452725534179946e-10, 5.4773762139253105e-08, 6.032815589898363e-10, 9.161525658816489e-08, 2.0526181041072984e-06, 7.615941622591335e-07, 0.0, 0.0, 6.480415846392585e-07, 1.1024340515132041e-10, 3.164855639522665e-08, 0.0, 0.0, 1.4682012567254335e-09, 0.0, 0.0, 7.630746953079122e-12, 5.028079172692038e-12, 1.4162666497768152e-09, 2.7806338066377587e-12, 0.0, 0.0, 1.093711649418965e-11, 1.796447264621796e-06, 2.228308328624379e-08, 0.0, 3.7541772553276256e-10, 2.689322255870971e-09, 7.681738406176139e-08, 0.0, 0.0, 0.0, 0.0, 1.7821493625361227e-07, 0.0, 0.0, 0.0, 5.784246879152333e-07 ] ] }, "score_data": { "peer_score": 32.732348416371686, "coverage": 0.9999910512229396, "baseline_score": 69.46675859563345, "spot_peer_score": 62.050724122147074, "peer_archived_score": 32.732348416371686, "baseline_archived_score": 69.46675859563345, "spot_peer_archived_score": 62.050724122147074 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1650665494.060033, "end_time": null, "forecaster_count": 832, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1650665494.060033, "end_time": null, "forecaster_count": 832, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.995, 0.005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 36, "user_vote": null }, "forecasts_count": 2917, "key_factors": [], "is_current_content_translated": false, "description": "Russia has continued shelling attacks against a number of Ukrainian cities since its invasion began in February 2022. Residents of the capital city of Kyiv have braced for the arrival of a 40-mile-long convoy of Russian tanks, armored vehicles, and towed artillery." }, { "id": 10085, "title": "Will Finland join NATO before 2024?", "short_title": "Finnish NATO Membership by 2024", "url_title": "Finnish NATO Membership by 2024", "slug": "finnish-nato-membership-by-2024", "author_id": 118844, "author_username": "moscars", "coauthors": [], "created_at": "2022-03-03T04:09:22.840016Z", "published_at": "2022-03-06T05:00:00Z", "edited_at": "2025-09-05T17:29:19.535738Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-06T05:00:00Z", "comment_count": 128, "status": "resolved", "resolved": true, "actual_close_time": "2023-04-04T14:30:00Z", "scheduled_close_time": "2023-12-30T23:01:00Z", "scheduled_resolve_time": "2023-12-30T23:01:00Z", "actual_resolve_time": "2023-04-04T14:30:00Z", "open_time": "2022-03-06T05:00:00Z", "nr_forecasters": 879, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32595, "name": "2022-2023 Leaderboard", "slug": "2022_2023_leaderboard", "type": "leaderboard_tag" } ], "topic": [ { "id": 15873, "name": "Ukraine Conflict", "slug": "ukraine-conflict", "emoji": "🇺🇦⚔️", "type": "topic" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ] }, "question": { "id": 10085, "title": "Will Finland join NATO before 2024?", "created_at": "2022-03-03T04:09:22.840016Z", "open_time": "2022-03-06T05:00:00Z", "cp_reveal_time": "2022-03-06T08:10:50.495156Z", "spot_scoring_time": "2022-03-06T08:10:50.495156Z", "scheduled_resolve_time": "2023-12-30T23:01:00Z", "actual_resolve_time": "2023-04-04T14:30:00Z", "resolution_set_time": "2023-04-04T14:30:00Z", "scheduled_close_time": "2023-12-30T23:01:00Z", "actual_close_time": "2023-04-04T14:30:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "yes", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "*Related Question on Metaculus:*\n\n* [Will Sweden join NATO before 2024?](https://www.metaculus.com/questions/10084/sweden-to-join-nato-before-2024/)\n\n----\n\n[NATO](https://en.wikipedia.org/wiki/NATO) is an is an intergovernmental military alliance among 28 European countries and 2 North American countries. Established in the aftermath of World War II.\n\nNATO constitutes a system of collective security, whereby its independent member states agree to mutual defense in response to an attack by any external party. \n\n[Finland](https://en.wikipedia.org/wiki/Finland) maintained neutrality during the Cold War. But has since moved towards cooperation with NATO. For example by joining the [NATO Response Force](https://en.wikipedia.org/wiki/NATO_Response_Force).\n\n[France 24 reports](https://www.france24.com/en/live-news/20220301-ukraine-war-brings-sweden-finland-even-closer-to-nato)\n>The Russian invasion of Ukraine has upended the status quo in traditionally non-aligned Finland and Sweden, ushering in an \"historic\" surge in support for NATO, \"exceptional\" arms exports and defiance to Moscow's demands.\n\n> Stockholm and Helsinki have ruled out applying to join the NATO military alliance for the time being but the two countries have never been so close to taking the plunge, analysts say.\n\n> \"Anything is possible at the moment and the signal from NATO countries is that a membership application can be processed in a very short time-span,\" said Zebulon Carlander, defence analyst with the Society and Defence organisation in Sweden.", "resolution_criteria": "This question will resolve positively if an official statement by NATO, issued before the 1st of January 2024, declares that Finland has joined the organization and its membership has been ratified by member states.\n\n*[March 13, 2022: question edited, see changes in the fine print]*", "fine_print": "*Edit March 13 2022:\n\nChanged \"This question will resolve positively if an official statement by NATO, issued before the 1st of January 2024, declares that Finland has joined the organization\" to read \"This question will resolve positively if an official statement by NATO, issued before the 1st of January 2024, declares that Finland has joined the organization **and its membership has been ratified by member states.\"***", "post_id": 10085, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1680618638.110424, "end_time": null, "forecaster_count": 879, "interval_lower_bounds": [ 0.98 ], "centers": [ 0.99 ], "interval_upper_bounds": [ 0.999 ] } ], "latest": { "start_time": 1680618638.110424, "end_time": null, "forecaster_count": 879, "interval_lower_bounds": [ 0.98 ], "centers": [ 0.99 ], "interval_upper_bounds": [ 0.999 ], "forecast_values": [ 0.010000000000000009, 0.99 ], "means": [ 0.9627973728512977 ], "histogram": [ [ 0.026044877772086174, 0.021921127546836526, 0.0, 0.0, 0.0, 2.2367397453903067e-09, 5.8116911040169745e-09, 0.03277202369951895, 4.221432466521508e-10, 0.0, 0.11954198391206722, 1.2018902073598944e-09, 0.0, 0.0, 1.2631029718207792e-10, 1.3640405414240035e-09, 1.4370687945212095e-07, 0.0, 0.08099008625845268, 0.0, 4.101429061986445e-05, 0.00025010388969738364, 0.0, 0.0, 1.4062356746090004e-09, 0.08298322812492698, 1.0787710161181697e-08, 7.86531455788683e-09, 2.9702355330997018e-09, 0.0, 1.1107100480520434e-06, 1.3130918937367605e-07, 0.008668055127123011, 0.011238140878626974, 0.0, 0.00884360360369371, 0.009581375084424727, 0.0, 0.009022755803707911, 0.007338424389734781, 0.040739179990366754, 0.0003230432394621791, 1.078241718698089e-09, 6.590392508795712e-09, 5.75762772575051e-07, 2.853813590012069e-05, 0.002859316271095073, 0.020656263183412255, 2.094312086055619e-08, 7.381772134220132e-12, 0.05801726202242924, 0.03404463006483541, 6.600281691031704e-10, 1.7851123380867116e-11, 0.0, 0.001543283162303106, 7.55539907029122e-08, 0.009205432056802201, 0.0, 0.0424737034569643, 0.015526251220200592, 1.613121370256826e-06, 4.878553758805883e-09, 8.474587816632318e-09, 0.00011114538110913083, 0.05765543087269995, 0.04918504157032669, 0.0013564392425655305, 0.09506009270638396, 0.04440832902942363, 0.2709516808136458, 0.05245267211753537, 0.022317231847157712, 0.8184108811583128, 0.13880401082167423, 0.20448617717523415, 0.005667642927767307, 0.009649073674637427, 0.014266935969720973, 0.023800074686878607, 0.7289533157266794, 0.03863869932061002, 0.007380183985860344, 0.003319001409539554, 5.7979072498233066e-05, 0.551703014296393, 0.9213810067985417, 0.14936093425230734, 0.2246926803005994, 0.2634280749276181, 0.9362128955236515, 0.14300663249435383, 0.10682025610738907, 0.28502736958125063, 0.3780265687712401, 3.2407289942432724, 1.8068058021985194, 1.8032348814637928, 2.4018346339669776, 41.35342048264204 ] ] }, "score_data": { "peer_score": 17.16159933401532, "coverage": 0.5932628097644193, "baseline_score": 46.89186700554855, "spot_peer_score": 22.578925390364507, "peer_archived_score": 17.16159933401532, "baseline_archived_score": 46.89186700554855, "spot_peer_archived_score": 22.578925390364507 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1680197307.762775, "end_time": null, "forecaster_count": 870, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1680197307.762775, "end_time": null, "forecaster_count": 870, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.060995735388882144, 0.9390042646111179 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 53, "user_vote": null }, "forecasts_count": 3370, "key_factors": [], "is_current_content_translated": false, "description": "*Related Question on Metaculus:*\n\n* [Will Sweden join NATO before 2024?](https://www.metaculus.com/questions/10084/sweden-to-join-nato-before-2024/)\n\n----\n\n[NATO](https://en.wikipedia.org/wiki/NATO) is an is an intergovernmental military alliance among 28 European countries and 2 North American countries. Established in the aftermath of World War II.\n\nNATO constitutes a system of collective security, whereby its independent member states agree to mutual defense in response to an attack by any external party. \n\n[Finland](https://en.wikipedia.org/wiki/Finland) maintained neutrality during the Cold War. But has since moved towards cooperation with NATO. For example by joining the [NATO Response Force](https://en.wikipedia.org/wiki/NATO_Response_Force).\n\n[France 24 reports](https://www.france24.com/en/live-news/20220301-ukraine-war-brings-sweden-finland-even-closer-to-nato)\n>The Russian invasion of Ukraine has upended the status quo in traditionally non-aligned Finland and Sweden, ushering in an \"historic\" surge in support for NATO, \"exceptional\" arms exports and defiance to Moscow's demands.\n\n> Stockholm and Helsinki have ruled out applying to join the NATO military alliance for the time being but the two countries have never been so close to taking the plunge, analysts say.\n\n> \"Anything is possible at the moment and the signal from NATO countries is that a membership application can be processed in a very short time-span,\" said Zebulon Carlander, defence analyst with the Society and Defence organisation in Sweden." }, { "id": 10084, "title": "Will Sweden join NATO before 2024?", "short_title": "Swedish NATO Membership by 2024?", "url_title": "Swedish NATO Membership by 2024?", "slug": "swedish-nato-membership-by-2024", "author_id": 118844, "author_username": "moscars", "coauthors": [], "created_at": "2022-03-03T03:51:19.620520Z", "published_at": "2022-03-06T05:00:00Z", "edited_at": "2025-09-05T17:29:27.947209Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-06T05:00:00Z", "comment_count": 222, "status": "resolved", "resolved": true, "actual_close_time": "2023-12-30T23:01:00Z", "scheduled_close_time": "2023-12-30T23:01:00Z", "scheduled_resolve_time": "2023-12-31T23:00:00Z", "actual_resolve_time": "2023-12-31T23:00:00Z", "open_time": "2022-03-06T05:00:00Z", "nr_forecasters": 1168, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32595, "name": "2022-2023 Leaderboard", "slug": "2022_2023_leaderboard", "type": "leaderboard_tag" } ], "topic": [ { "id": 15873, "name": "Ukraine Conflict", "slug": "ukraine-conflict", "emoji": "🇺🇦⚔️", "type": "topic" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ] }, "question": { "id": 10084, "title": "Will Sweden join NATO before 2024?", "created_at": "2022-03-03T03:51:19.620520Z", "open_time": "2022-03-06T05:00:00Z", "cp_reveal_time": "2022-03-06T08:22:52.548482Z", "spot_scoring_time": "2022-03-06T08:22:52.548482Z", "scheduled_resolve_time": "2023-12-31T23:00:00Z", "actual_resolve_time": "2023-12-31T23:00:00Z", "resolution_set_time": "2023-12-31T23:00:00Z", "scheduled_close_time": "2023-12-30T23:01:00Z", "actual_close_time": "2023-12-30T23:01:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "[NATO](https://en.wikipedia.org/wiki/NATO) is an is an intergovernmental military alliance among 28 European countries and 2 North American countries. Established in the aftermath of World War II.\n\nNATO constitutes a system of collective security, whereby its independent member states agree to mutual defense in response to an attack by any external party. \n\n[Sweden](https://en.wikipedia.org/wiki/Sweden) has since 1905 been at peace, maintaining an official policy of neutrality in foreign affairs. Sweden was formally neutral through both world wars and the Cold War, although Sweden has since 2009 openly moved towards cooperation with NATO.\n\n[France 24 reports](https://www.france24.com/en/live-news/20220301-ukraine-war-brings-sweden-finland-even-closer-to-nato)\n>The Russian invasion of Ukraine has upended the status quo in traditionally non-aligned Finland and Sweden, ushering in an \"historic\" surge in support for NATO, \"exceptional\" arms exports and defiance to Moscow's demands.\n\n> Stockholm and Helsinki have ruled out applying to join the NATO military alliance for the time being but the two countries have never been so close to taking the plunge, analysts say.\n\n> \"Anything is possible at the moment and the signal from NATO countries is that a membership application can be processed in a very short time-span,\" said Zebulon Carlander, defence analyst with the Society and Defence organisation in Sweden.", "resolution_criteria": "This question will resolve positively if an official statement by NATO, issued before the January 1, 2024, declares that Sweden has joined NATO", "fine_print": "", "post_id": 10084, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1703975102.669144, "end_time": null, "forecaster_count": 1168, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ] } ], "latest": { "start_time": 1703975102.669144, "end_time": null, "forecaster_count": 1168, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ], "forecast_values": [ 0.99, 0.01 ], "means": [ 0.01689848896520125 ], "histogram": [ [ 30.353359350215747, 29.01636946902745, 0.9724584896400749, 1.4827354360238885, 0.6425269509731664, 1.6895844569889666, 0.3814832812147424, 0.06927894645666947, 0.009435219325152336, 0.14968803274227477, 0.4163452136945506, 0.011870183134786326, 0.02549169705252856, 0.01641725727886841, 5.42218205615816e-07, 0.00852374569369412, 0.0427950527738095, 0.027007755013946116, 0.07670017186322037, 0.02522010923131131, 0.20925529416670105, 0.023159522330762315, 1.896874768847879e-05, 0.0, 0.016211632221045692, 0.647643015998906, 0.0023548158252530696, 0.04108351998107128, 0.0018339414435459903, 0.0, 0.02908940936655935, 0.0, 0.004208643919947632, 0.004735862061118534, 0.012866762534084093, 0.00980904490508262, 1.2582566888467446e-13, 1.7389548078297525e-05, 0.0, 0.0033597018010381443, 0.0474517737233736, 0.015114672654620393, 0.009929353495440735, 0.060466868535774786, 1.1772839724125719e-12, 0.006690674923410654, 0.005893404262239988, 0.013931930308654736, 0.0019462595279102547, 0.002483701606448362, 0.02364404002283182, 0.0043839645408576735, 0.01901975208469001, 2.3698014282433007e-06, 0.003995519030253739, 0.005393469550949373, 0.02279078306619468, 0.008330327128996125, 0.0, 8.152691027356676e-07, 0.014636717736659742, 0.0010336790972719262, 5.358379687058725e-05, 0.00024312311538330077, 0.0015089655302253494, 0.013550236778581772, 0.004563614102147725, 0.0035250451009799493, 0.0013293506686323678, 0.009935595891597362, 0.018413237752435592, 3.50831349000803e-05, 0.005973969070706229, 0.00552406317418816, 0.000984804849502843, 0.020154932083509883, 0.005718300674314199, 0.00017371545196542105, 0.0048405953083042194, 0.0074391049661359, 0.0007810727802019727, 0.008028348115769454, 0.004942562661678259, 0.0016572071913411493, 0.0005344692710670412, 0.006432274266529869, 2.885385488816992e-06, 1.1882328858312965e-09, 0.00044037735274078666, 0.00016056490721283196, 0.0065466576579962235, 0.0007811409823700515, 0.00015443578861601068, 0.000684256508931723, 9.873170799280344e-08, 0.007149510629217898, 0.002067549470472024, 0.0020860156012483394, 0.001184678952424063, 0.01556874650250058 ] ] }, "score_data": { "peer_score": 14.388374636563949, "coverage": 0.9999643219635052, "baseline_score": -181.86156897477179, "spot_peer_score": 13.374585146703017, "peer_archived_score": 14.388374636563949, "baseline_archived_score": -181.86156897477179, "spot_peer_archived_score": 13.374585146703017 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1703975102.795608, "end_time": null, "forecaster_count": 1168, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1703975102.795608, "end_time": null, "forecaster_count": 1168, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.9986370605750976, 0.0013629394249024187 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 55, "user_vote": null }, "forecasts_count": 6492, "key_factors": [], "is_current_content_translated": false, "description": "[NATO](https://en.wikipedia.org/wiki/NATO) is an is an intergovernmental military alliance among 28 European countries and 2 North American countries. Established in the aftermath of World War II.\n\nNATO constitutes a system of collective security, whereby its independent member states agree to mutual defense in response to an attack by any external party. \n\n[Sweden](https://en.wikipedia.org/wiki/Sweden) has since 1905 been at peace, maintaining an official policy of neutrality in foreign affairs. Sweden was formally neutral through both world wars and the Cold War, although Sweden has since 2009 openly moved towards cooperation with NATO.\n\n[France 24 reports](https://www.france24.com/en/live-news/20220301-ukraine-war-brings-sweden-finland-even-closer-to-nato)\n>The Russian invasion of Ukraine has upended the status quo in traditionally non-aligned Finland and Sweden, ushering in an \"historic\" surge in support for NATO, \"exceptional\" arms exports and defiance to Moscow's demands.\n\n> Stockholm and Helsinki have ruled out applying to join the NATO military alliance for the time being but the two countries have never been so close to taking the plunge, analysts say.\n\n> \"Anything is possible at the moment and the signal from NATO countries is that a membership application can be processed in a very short time-span,\" said Zebulon Carlander, defence analyst with the Society and Defence organisation in Sweden." }, { "id": 10081, "title": "Will Ukraine join the European Union before 2024?", "short_title": "Ukraine in EU before 2024", "url_title": "Ukraine in EU before 2024", "slug": "ukraine-in-eu-before-2024", "author_id": 118874, "author_username": "stanulamstan", "coauthors": [], "created_at": "2022-03-02T21:14:16.554377Z", "published_at": "2022-03-06T05:00:00Z", "edited_at": "2025-09-05T17:28:57.892360Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-06T05:00:00Z", "comment_count": 66, "status": "resolved", "resolved": true, "actual_close_time": "2023-12-31T05:00:00Z", "scheduled_close_time": "2023-12-31T05:00:00Z", "scheduled_resolve_time": "2023-12-31T23:00:00Z", "actual_resolve_time": "2023-12-31T23:00:00Z", "open_time": "2022-03-06T05:00:00Z", "nr_forecasters": 791, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32595, "name": "2022-2023 Leaderboard", "slug": "2022_2023_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" }, { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" } ], "question_series": [ { "id": 1724, "type": "question_series", "name": "Verity", "slug": null, "header_image": "https://cdn.metaculus.com/verity.jpg", "prize_pool": null, "start_date": "2018-12-31T23:00:00Z", "close_date": "2119-12-30T23:00:00Z", "forecasting_end_date": "2032-12-21T05:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-11-21T00:44:28.209538Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ] }, "question": { "id": 10081, "title": "Will Ukraine join the European Union before 2024?", "created_at": "2022-03-02T21:14:16.554377Z", "open_time": "2022-03-06T05:00:00Z", "cp_reveal_time": "2022-03-06T08:07:06.957140Z", "spot_scoring_time": "2022-03-06T08:07:06.957140Z", "scheduled_resolve_time": "2023-12-31T23:00:00Z", "actual_resolve_time": "2023-12-31T23:00:00Z", "resolution_set_time": "2023-12-31T23:00:00Z", "scheduled_close_time": "2023-12-31T05:00:00Z", "actual_close_time": "2023-12-31T05:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "", "resolution_criteria": "*Related Question on Metaculus:*\n\n* [Will Ukraine join the EU before 2030?](https://www.metaculus.com/questions/10043/ukraine-joins-eu-before-2030/)\n\n----\n\nFollowing the [Russian invasion of Ukraine in 2022](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine), Ukrainian President Zelensky [urged](https://www.nytimes.com/2022/02/28/world/europe/ukraine-european-union-zelensky.html) the European Union to admit Ukraine as a member. Various [news](https://www.thenational.scot/news/19961538.ukraine-joined-eu-become-candidate-experts-lay-facts/) [outlets](https://www.nytimes.com/2022/03/01/world/europe/ukraine-european-union-membership.html)\n [have discussed](https://www.npr.org/2022/02/28/1083528087/ukraine-european-union) the prospect of Ukrainian membership in the European Union, voicing some degree of skepticism that it will happen in the near term.\n\n***Will Ukraine join the European Union by 2024?***\n\nThis question will resolve as **Yes** if Ukraine becomes a member state of the European Union at any time between March 1, 2022 to January 1, 2024. Official statements by the EU will be used for resolution.", "fine_print": "", "post_id": 10081, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1703949090.636728, "end_time": null, "forecaster_count": 791, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.001 ], "interval_upper_bounds": [ 0.01 ] } ], "latest": { "start_time": 1703949090.636728, "end_time": null, "forecaster_count": 791, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.001 ], "interval_upper_bounds": [ 0.01 ], "forecast_values": [ 0.999, 0.001 ], "means": [ 0.007251516631894205 ], "histogram": [ [ 38.996633988067, 14.0133383185589, 0.49854691449501715, 0.07892891424665424, 0.1516068593145601, 0.1667576997048916, 0.00014521530451778336, 0.0002048601002574116, 0.05265990522983892, 0.0011365771172664226, 0.07533275716339598, 4.181129620877866e-05, 0.000361798220132074, 0.00020167788714157219, 0.0010589694579212472, 7.960028700555749e-05, 5.222664848323732e-05, 4.0089909475083295e-08, 0.0002070125962333519, 0.0005480225732173515, 5.141140565771013e-05, 9.296583113857061e-05, 0.05806031463172374, 0.0010691134054082614, 0.6441660873559708, 0.004953916713984656, 1.6802898936651806e-06, 2.685446149628476e-06, 1.263475208220959e-05, 0.0, 5.2964571414558645e-05, 0.002783028286949395, 1.2800050302734572e-07, 0.0, 0.00046212556384732156, 4.0191702852988227e-07, 0.0, 0.0, 0.0, 0.0, 0.00012672546510705652, 4.510007854458207e-12, 1.1196245870337206e-06, 0.0, 1.1599513346690237e-09, 9.52655740304346e-05, 0.0, 0.0, 0.0, 1.0086465678643541e-06, 4.3746298712586e-05, 0.0, 4.784091790785445e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 8.35169959338798e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.00039071099012621073, 0.0, 0.0, 0.0, 1.9011977281123308e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 1.310156060478511e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 2.107457364879432e-09, 0.0, 3.2632437693414727e-06, 0.0, 3.33566025651353e-08, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 5.256722637208812e-06, 0.000679743618201343 ] ] }, "score_data": { "peer_score": 13.233114093796964, "coverage": 0.9999641214937875, "baseline_score": 97.56490101044146, "spot_peer_score": 68.25762246962022, "peer_archived_score": 13.233114093796964, "baseline_archived_score": 97.56490101044146, "spot_peer_archived_score": 68.25762246962022 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1703949090.721118, "end_time": null, "forecaster_count": 791, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1703949090.721118, "end_time": null, "forecaster_count": 791, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.9995, 0.0005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 19, "user_vote": null }, "forecasts_count": 1837, "key_factors": [], "is_current_content_translated": false, "description": "" }, { "id": 10080, "title": "Will Russia substantially restrict emigration by April 1, 2022?", "short_title": "Russian Border Closure by April 2022", "url_title": "Russian Border Closure by April 2022", "slug": "russian-border-closure-by-april-2022", "author_id": 104023, "author_username": "yagudin", "coauthors": [], "created_at": "2022-03-02T19:40:34.951993Z", "published_at": "2022-03-02T20:30:00Z", "edited_at": "2025-09-05T17:29:25.522914Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T20:30:00Z", "comment_count": 84, "status": "resolved", "resolved": true, "actual_close_time": "2022-03-22T04:00:00Z", "scheduled_close_time": "2022-03-22T04:00:00Z", "scheduled_resolve_time": "2022-04-03T00:39:00Z", "actual_resolve_time": "2022-04-03T00:39:00Z", "open_time": "2022-03-02T20:30:00Z", "nr_forecasters": 373, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ] }, "question": { "id": 10080, "title": "Will Russia substantially restrict emigration by April 1, 2022?", "created_at": "2022-03-02T19:40:34.951993Z", "open_time": "2022-03-02T20:30:00Z", "cp_reveal_time": "2022-03-02T21:19:21.852384Z", "spot_scoring_time": "2022-03-02T21:19:21.852384Z", "scheduled_resolve_time": "2022-04-03T00:39:00Z", "actual_resolve_time": "2022-04-03T00:39:00Z", "resolution_set_time": "2022-04-03T00:39:00Z", "scheduled_close_time": "2022-03-22T04:00:00Z", "actual_close_time": "2022-03-22T04:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "On February 24, 2022, Russia launched a so-called [\"special operation\" in Ukraine](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine). This caused a spike in emigration from Russia. Mediazona [reported](https://zona.media/article/2022/03/02/border) that some people have been interrogated upon leaving the country, which sometimes prevented them from flying out.", "resolution_criteria": "This question will resolve positively if at least three reputable media publicly report that a significant additional fraction of the Russian civilian population (= at least an additional 2% of population excluding people in military, police, and national guard, e.g., males of the age of conscription would suffice) are either forbidden from leaving the country or that’s it is technically impossible to leave. The state of the Russo-Belarusian border is immaterial to the resolution", "fine_print": "", "post_id": 10080, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1647920913.803034, "end_time": null, "forecaster_count": 372, "interval_lower_bounds": [ 0.2 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.4 ] } ], "latest": { "start_time": 1647920913.803034, "end_time": null, "forecaster_count": 372, "interval_lower_bounds": [ 0.2 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.4 ], "forecast_values": [ 0.7, 0.3 ], "means": [ 0.30030531038410807 ], "histogram": [ [ 0.0, 0.24708503329126802, 0.0, 0.0, 0.8117868334660265, 0.4770833300163637, 1.0, 0.607687547787893, 0.7911650354085884, 0.0, 0.4894663763132817, 1.1426832467649146e-08, 0.0010728872243309093, 0.03853909955777382, 0.0, 0.6419331524712647, 0.1482056674419044, 0.26707044886389375, 0.9649771829237637, 0.33490910131794965, 4.696794908043895, 0.08254217548744824, 0.3808170561408998, 1.3335995183416686e-05, 1.187454964886205, 2.3749116607232743, 0.16691875062875977, 0.7048478265844882, 1.2124969630495903, 0.0, 3.140445722683508, 0.09820808761725852, 0.4222651637111152, 1.8286022577243601, 0.034119170366863856, 1.1088658196988783, 0.5034724505306831, 0.7986676560024042, 1.6269352730375481, 0.4329459261294399, 2.043870727713444, 0.02001748244159673, 3.2860724666218965e-07, 0.9521523929039692, 0.9127492580820493, 0.9800581569101317, 0.03474689608371957, 0.3258235188564799, 0.5095260126037506, 0.336757830015463, 1.4161951844767833, 2.3760276283716387e-08, 0.01066942009149749, 0.20825656822180327, 0.36381824429326387, 0.3477785669644435, 0.06943531726685409, 0.06236240528592185, 0.0, 0.01246931079648922, 0.1571469408622471, 0.06113006081009274, 0.0070230248300726505, 0.008913817935821279, 0.0035007925735234934, 0.013020795307861236, 0.004985604274220453, 0.0017751615807951745, 0.0009127068670894005, 0.0015800073871954437, 0.006469379900651709, 0.00010278865013976043, 0.006090805448848039, 0.004706017618709557, 0.0, 0.016729634317794378, 0.0021503881470815245, 8.350294027370858e-07, 2.7427189184300948e-06, 1.3136002926705935e-06, 0.5420296074662639, 0.001034171066070996, 0.0, 0.002969777030871133, 1.702755473946672e-05, 0.0009747032571614477, 0.001209973626902837, 1.6029331893016595e-05, 1.8795798015294456e-05, 3.8040166518390285e-05, 0.002038158476117879, 6.5317719667633825e-06, 0.0, 0.0, 4.8689045079128446e-08, 7.67134221933344e-06, 1.6958923050597009e-06, 6.989489516771207e-06, 1.1979392896885365e-05, 0.0011448044718071892 ] ] }, "score_data": { "peer_score": 39.76717453182936, "coverage": 0.9999952445379708, "baseline_score": -44.155665935016906, "spot_peer_score": -17.525733721208628, "peer_archived_score": 39.76717453182936, "baseline_archived_score": -44.155665935016906, "spot_peer_archived_score": -17.525733721208628 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1647920913.84995, "end_time": null, "forecaster_count": 372, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1647920913.84995, "end_time": null, "forecaster_count": 372, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.7606751283112363, 0.23932487168876368 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 25, "user_vote": null }, "forecasts_count": 1102, "key_factors": [], "is_current_content_translated": false, "description": "On February 24, 2022, Russia launched a so-called [\"special operation\" in Ukraine](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine). This caused a spike in emigration from Russia. Mediazona [reported](https://zona.media/article/2022/03/02/border) that some people have been interrogated upon leaving the country, which sometimes prevented them from flying out." }, { "id": 10057, "title": "Will Russia control Chernihiv on June 1, 2022?", "short_title": "Russia Controls Chernihiv on June 1, 2022", "url_title": "Russia Controls Chernihiv on June 1, 2022", "slug": "russia-controls-chernihiv-on-june-1-2022", "author_id": 109158, "author_username": "Gaia", "coauthors": [], "created_at": "2022-03-02T01:50:40.351643Z", "published_at": "2022-03-02T03:00:00Z", "edited_at": "2025-09-05T17:29:26.877722Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T03:00:00Z", "comment_count": 40, "status": "resolved", "resolved": true, "actual_close_time": "2022-04-22T23:03:00Z", "scheduled_close_time": "2022-04-22T23:03:00Z", "scheduled_resolve_time": "2022-06-01T23:22:00Z", "actual_resolve_time": "2022-06-01T23:22:00Z", "open_time": "2022-03-02T03:00:00Z", "nr_forecasters": 383, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ] }, "question": { "id": 10057, "title": "Will Russia control Chernihiv on June 1, 2022?", "created_at": "2022-03-02T01:50:40.351643Z", "open_time": "2022-03-02T03:00:00Z", "cp_reveal_time": "2022-03-02T07:13:17.399711Z", "spot_scoring_time": "2022-03-02T07:13:17.399711Z", "scheduled_resolve_time": "2022-06-01T23:22:00Z", "actual_resolve_time": "2022-06-01T23:22:00Z", "resolution_set_time": "2022-06-01T23:22:00Z", "scheduled_close_time": "2022-04-22T23:03:00Z", "actual_close_time": "2022-04-22T23:03:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "", "resolution_criteria": "Russia has continued shelling attacks against a number of Ukrainian cities since its invasion began in February 2022. The [Siege of Chernihiv](https://en.wikipedia.org/wiki/Siege_of_Chernihiv) is ongoing. \n\n[According to Wikipedia](https://en.wikipedia.org/wiki/Siege_of_Chernihiv):\n\n> [On Feb 24] The Russian Ministry of Defense announced that it had surrounded Chernihiv and was laying siege to the city.\n\n> At 14:25 (UTC+2), the Russian Ministry of Defense announced that it had surrounded Chernihiv and was laying siege to the city.\n\n> On 26 February, Ukrainian forces claimed that they defeated a Russian force that attempted to take the city. Several Russian tanks were allegedly seized by Ukrainian forces. The Ukrainian government also claims that Russian BM-21 Grad rockets had hit hospitals and kindergartens in Chernihiv, though this claim was not independently verified.\n\n> On 27 February, Ukrainian officials claimed that Russian forces damaged much of Chernihiv's city center with missiles, including the destruction of a historic cinema. Russian forces later claimed that they had completely blockaded the city. Ukrainian sources also claimed that on 27 February, 56 Tankers were destroyed by the Ukrainian Army, containing fuel for Russian military units.\n\n***Will Russia control Chernihiv on June 1, 2022?***\n\nThis question will resolve positively if Chernihiv is under Russian military control on June 1, 2022. \n\nWe will consider being under Russian control if more than 50% of the city's raions are under the de facto control of the Russian military. \n\nResolution will be sourced from reputable media reports.", "fine_print": "", "post_id": 10057, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1650658957.545476, "end_time": null, "forecaster_count": 383, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.05 ] } ], "latest": { "start_time": 1650658957.545476, "end_time": null, "forecaster_count": 383, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.05 ], "forecast_values": [ 0.99, 0.01 ], "means": [ 0.0371774999380019 ], "histogram": [ [ 0.0, 20.52790093026961, 3.843689559418796, 2.8259548327110044, 0.7894501470521058, 3.3916820656242868, 1.0387551040699754, 0.426221208650591, 0.3503200207468142, 0.17489694193689476, 1.6250845631058173, 0.9266220078487161, 0.0004406879153659913, 0.09514671374662177, 0.0016451716600014968, 0.7850779867504011, 0.0003230113176762477, 0.0006115745499982138, 0.000406351439418028, 0.002464599832234345, 0.022985884220100845, 0.0, 4.176078526718808e-05, 7.70634960100318e-05, 0.00310294598378143, 0.027638282310450686, 0.0, 0.0, 0.02927103790726531, 0.0, 0.006353005194623696, 0.0, 0.0005837544430446243, 0.12284014948095215, 0.032879978280029684, 0.0034477179273545346, 1.0688444149335667e-05, 0.3594817777838078, 0.0, 0.0, 0.22601665838020524, 0.000661437134173317, 0.0, 1.136430768519096e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 2.7171034955282326e-05, 1.8418680021747e-05, 2.2950028641443074e-05, 6.019229147020444e-06, 3.4491423985125885e-07, 1.3622529902087661e-05, 3.48622313045874e-06, 2.4644133783047056e-05, 0.0, 0.0, 9.4415934840008e-06, 7.064341951491862e-05, 0.0, 1.6266837277402212e-05, 4.921404688426213e-06, 0.0, 0.0, 0.0004885971611458109, 0.0, 1.2829518261454208e-05, 2.406983606203194e-06, 1.277780728362205e-06, 2.066518827185216e-06, 8.323914535131989e-06, 2.7306114449732592e-06, 3.006508286186703e-06, 9.915903101478554e-06, 5.719390723707467e-07, 4.596221975970218e-06, 0.0, 0.0, 2.231252956273301e-06, 2.7727672123822296e-07, 0.0, 0.0, 4.718936101165337e-06, 4.753709047333292e-08, 4.001035472427503e-06, 9.066298794455706e-07, 1.912189660661185e-06, 0.0, 2.5161915029703133e-05, 2.5943310512901867e-06, 0.0, 5.147093066775201e-07, 0.0, 4.942817019542873e-06, 0.0, 0.0, 0.0, 2.086480805813034e-06 ] ] }, "score_data": { "peer_score": 58.34943906299124, "coverage": 0.9993249492106757, "baseline_score": -1.0019867380903182, "spot_peer_score": -27.030125078770208, "peer_archived_score": 58.34943906299124, "baseline_archived_score": -1.0019867380903182, "spot_peer_archived_score": -27.030125078770208 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1650658957.595547, "end_time": null, "forecaster_count": 383, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1650658957.595547, "end_time": null, "forecaster_count": 383, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.995, 0.005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 15, "user_vote": null }, "forecasts_count": 1394, "key_factors": [], "is_current_content_translated": false, "description": "" }, { "id": 10056, "title": "Will Russia control Kharkiv on June 1, 2022?", "short_title": "Russia Controls Kharkiv on June 1, 2022", "url_title": "Russia Controls Kharkiv on June 1, 2022", "slug": "russia-controls-kharkiv-on-june-1-2022", "author_id": 109158, "author_username": "Gaia", "coauthors": [], "created_at": "2022-03-02T01:45:01.513447Z", "published_at": "2022-03-02T04:00:00Z", "edited_at": "2025-09-05T17:28:53.341115Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T04:00:00Z", "comment_count": 33, "status": "resolved", "resolved": true, "actual_close_time": "2022-04-23T23:03:00Z", "scheduled_close_time": "2022-04-23T23:03:00Z", "scheduled_resolve_time": "2022-06-01T23:15:00Z", "actual_resolve_time": "2022-06-01T23:15:00Z", "open_time": "2022-03-02T04:00:00Z", "nr_forecasters": 511, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ], "question_series": [ { "id": 1724, "type": "question_series", "name": "Verity", "slug": null, "header_image": "https://cdn.metaculus.com/verity.jpg", "prize_pool": null, "start_date": "2018-12-31T23:00:00Z", "close_date": "2119-12-30T23:00:00Z", "forecasting_end_date": "2032-12-21T05:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-11-21T00:44:28.209538Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ] }, "question": { "id": 10056, "title": "Will Russia control Kharkiv on June 1, 2022?", "created_at": "2022-03-02T01:45:01.513447Z", "open_time": "2022-03-02T04:00:00Z", "cp_reveal_time": "2022-03-02T05:50:04.090573Z", "spot_scoring_time": "2022-03-02T05:50:04.090573Z", "scheduled_resolve_time": "2022-06-01T23:15:00Z", "actual_resolve_time": "2022-06-01T23:15:00Z", "resolution_set_time": "2022-06-01T23:15:00Z", "scheduled_close_time": "2022-04-23T23:03:00Z", "actual_close_time": "2022-04-23T23:03:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Russia has continued shelling attacks against a number of Ukrainian cities since its invasion began in February 2022. Kharkiv has experienced major attacks in the last several days, [wounding dozens](https://www.washingtonpost.com/world/2022/02/28/kharkiv-rockets-shelling-russia-ukraine-war/).", "resolution_criteria": "This question will resolve positively if Kharkiv is under Russian military control on June 1, 2022. \n\nWe will consider being under Russian control if more than 50% of the city's raions under the de facto control of the Russian military. \n\nResolution will be sourced from reputable media reports", "fine_print": "", "post_id": 10056, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1650754504.281505, "end_time": null, "forecaster_count": 511, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.03 ], "interval_upper_bounds": [ 0.06 ] } ], "latest": { "start_time": 1650754504.281505, "end_time": null, "forecaster_count": 511, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.03 ], "interval_upper_bounds": [ 0.06 ], "forecast_values": [ 0.97, 0.03 ], "means": [ 0.06655137911573283 ], "histogram": [ [ 0.0, 11.476893588652596, 6.101105054699083, 6.423570456623165, 3.597343690997568, 5.134955805043732, 0.5116883734988805, 0.5110096621611022, 1.2504185572095854, 0.139887858684047, 1.0008901066297888, 0.0, 0.20886130543153794, 0.02607306430017576, 0.754294056542269, 1.0920005459007474, 1.6151672405788657, 0.007773227963033085, 0.0, 0.0, 0.6160173863447567, 9.131692448899151e-05, 1.0000114178007558, 8.711574965150837e-06, 0.02003628973093911, 0.0014402613242206555, 0.000196654567768871, 0.009998610847230834, 0.00032727416626612826, 0.0, 0.07258852880938091, 0.0, 0.00013228990683515754, 1.002263840073878, 0.009361839834311766, 0.004967659377071063, 1.2037244521350444e-05, 0.2098889815650314, 0.0004978015218347476, 0.0, 0.0202085066590889, 0.0, 0.0, 0.0, 0.3627029093879397, 9.11755291218756e-06, 0.0, 7.590179748767034e-06, 0.19800158143401958, 0.0, 0.06273941188259706, 0.0, 0.00021868849627244401, 3.354160270186616e-06, 4.9654617414745495e-06, 1.872587150989553e-06, 2.348677040260931e-06, 1.3534995141891886e-06, 0.0, 0.007511263941523132, 0.26066420426437986, 8.325149734017983e-06, 1.4555048799471356e-06, 9.503339932167562e-06, 0.0, 1.343282873144508e-07, 6.776318013115325e-06, 3.09120086823022e-07, 2.74055490010484e-06, 8.784954812263839e-07, 4.431332521024174e-05, 0.0, 6.243208064444075e-06, 6.168220612955424e-07, 1.119908642060917e-06, 1.1720817324961932e-06, 1.1572379876051137e-07, 0.0, 0.0, 1.167043184168681e-06, 4.753530432879566e-07, 1.4247903833993627e-09, 4.864959258381671e-09, 1.5368669627091464e-06, 4.197887893859647e-09, 1.3188392564142386e-06, 0.0, 1.1903776105503957e-08, 3.7487810242657744e-08, 4.2632870607066414e-07, 2.8266664621679955e-06, 1.1575631343596039e-06, 3.5210288451557854e-07, 6.612889253496354e-07, 1.2473115468004015e-07, 2.2657601209970432e-07, 1.114550414511705e-06, 0.0, 0.0, 0.0005156173245710244 ] ] }, "score_data": { "peer_score": 58.560485851691524, "coverage": 0.9999654443668606, "baseline_score": 12.034909226029331, "spot_peer_score": 22.33996729031624, "peer_archived_score": 58.560485851691524, "baseline_archived_score": 12.034909226029331, "spot_peer_archived_score": 22.33996729031624 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1650754504.342364, "end_time": null, "forecaster_count": 511, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1650754504.342364, "end_time": null, "forecaster_count": 511, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.995, 0.005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 19, "user_vote": null }, "forecasts_count": 1750, "key_factors": [], "is_current_content_translated": false, "description": "Russia has continued shelling attacks against a number of Ukrainian cities since its invasion began in February 2022. Kharkiv has experienced major attacks in the last several days, [wounding dozens](https://www.washingtonpost.com/world/2022/02/28/kharkiv-rockets-shelling-russia-ukraine-war/)." }, { "id": 10055, "title": "Will Medvedchuk become president of Ukraine before 2024?", "short_title": "Viktor Medvedchuk as President of Ukraine", "url_title": "Viktor Medvedchuk as President of Ukraine", "slug": "viktor-medvedchuk-as-president-of-ukraine", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-02T00:45:27.014346Z", "published_at": "2022-03-02T04:00:00Z", "edited_at": "2025-09-05T17:29:26.255755Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T04:00:00Z", "comment_count": 25, "status": "resolved", "resolved": true, "actual_close_time": "2023-12-31T00:44:00Z", "scheduled_close_time": "2023-12-31T00:44:00Z", "scheduled_resolve_time": "2023-12-31T22:00:00Z", "actual_resolve_time": "2023-12-31T22:00:00Z", "open_time": "2022-03-02T04:00:00Z", "nr_forecasters": 530, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32595, "name": "2022-2023 Leaderboard", "slug": "2022_2023_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ] }, "question": { "id": 10055, "title": "Will Medvedchuk become president of Ukraine before 2024?", "created_at": "2022-03-02T00:45:27.014346Z", "open_time": "2022-03-02T04:00:00Z", "cp_reveal_time": "2022-03-02T07:32:50.423788Z", "spot_scoring_time": "2022-03-02T07:32:50.423788Z", "scheduled_resolve_time": "2023-12-31T22:00:00Z", "actual_resolve_time": "2023-12-31T22:00:00Z", "resolution_set_time": "2023-12-31T22:00:00Z", "scheduled_close_time": "2023-12-31T00:44:00Z", "actual_close_time": "2023-12-31T00:44:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "", "resolution_criteria": "As Wikipedia states:\n\n> “Viktor Volodymyrovych Medvedchuk is an Ukrainian politician, lawyer, business oligarch and [People's Deputy of Ukraine](https://en.wikipedia.org/wiki/People%27s_Deputy_of_Ukraine) from 29 August 2019. He is the chairman of the pro-Russia political organization [Ukrainian Choice](https://en.wikipedia.org/wiki/Ukrainian_Choice) and an opponent of Ukraine joining the European Union. Some commentators have called him Putin's closest ally in Ukraine.”\n\n[The Russian invasion of Ukraine](https://en.wikipedia.org/wiki/2022_Russian_invasion_of_Ukraine) could possibly lead to the installation of a puppet government or pro-Russian government in Ukraine. Thus we ask:\n\n***Will Medvedchuk become the president of Ukraine before 2024?***\n\nResolution will be based on reporting from reputable media sources. This question will also resolve positively if his presidency is a part of a government that has de facto control of Ukrainian territory, even if it is not internationally recognized.", "fine_print": "", "post_id": 10055, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1703964936.311173, "end_time": null, "forecaster_count": 530, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.001 ], "interval_upper_bounds": [ 0.01 ] } ], "latest": { "start_time": 1703964936.311173, "end_time": null, "forecaster_count": 530, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.001 ], "interval_upper_bounds": [ 0.01 ], "forecast_values": [ 0.999, 0.001 ], "means": [ 0.006228460257735575 ], "histogram": [ [ 31.48862453557074, 11.643665057607684, 0.4032019141005604, 0.07370213690427975, 1.9799623851197166e-06, 0.11556023301949486, 1.6773828749281894e-06, 0.08811582888490181, 0.004100499210582748, 0.041907459927513775, 0.0020436813534534287, 0.0045900331147462154, 0.004844443729766979, 3.97951947002169e-05, 0.6681430799705992, 0.00044234008229153085, 0.0, 0.0021553851439416126, 1.6988713099736967e-09, 2.4017015193729935e-08, 0.001594289335760407, 2.176052667215212e-07, 8.275314385609617e-06, 5.487615391024379e-06, 0.0, 0.002032020769499803, 0.0, 3.1377768011725123e-08, 0.0, 0.0, 2.7681016514175474e-09, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.6453800502214704e-08, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0004871567840937048, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "peer_score": 3.184583489359974, "coverage": 0.9999976288574233, "baseline_score": 98.37288404877347, "spot_peer_score": 3.0830797311290294, "peer_archived_score": 3.184583489359974, "baseline_archived_score": 98.37288404877347, "spot_peer_archived_score": 3.0830797311290294 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1703964936.384993, "end_time": null, "forecaster_count": 530, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1703964936.384993, "end_time": null, "forecaster_count": 530, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.9995, 0.0005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 11, "user_vote": null }, "forecasts_count": 1133, "key_factors": [], "is_current_content_translated": false, "description": "" }, { "id": 10053, "title": "By 2024, will Vladimir Putin be charged with war crimes by the International Criminal Court in connection to the Russian invasion of Ukraine?", "short_title": "Putin Charged for War Crimes 2024", "url_title": "Putin Charged for War Crimes 2024", "slug": "putin-charged-for-war-crimes-2024", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-02T00:41:10.198310Z", "published_at": "2022-03-02T04:00:00Z", "edited_at": "2025-09-05T17:29:27.682144Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T04:00:00Z", "comment_count": 110, "status": "resolved", "resolved": true, "actual_close_time": "2023-03-17T15:22:00Z", "scheduled_close_time": "2023-12-31T00:40:00Z", "scheduled_resolve_time": "2023-12-31T00:40:00Z", "actual_resolve_time": "2023-03-17T15:22:00Z", "open_time": "2022-03-02T04:00:00Z", "nr_forecasters": 716, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32595, "name": "2022-2023 Leaderboard", "slug": "2022_2023_leaderboard", "type": "leaderboard_tag" } ], "topic": [ { "id": 15873, "name": "Ukraine Conflict", "slug": "ukraine-conflict", "emoji": "🇺🇦⚔️", "type": "topic" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" }, { "id": 3688, "name": "Law", "slug": "law", "emoji": "⚖️", "description": "Law", "type": "category" } ], "question_series": [ { "id": 1724, "type": "question_series", "name": "Verity", "slug": null, "header_image": "https://cdn.metaculus.com/verity.jpg", "prize_pool": null, "start_date": "2018-12-31T23:00:00Z", "close_date": "2119-12-30T23:00:00Z", "forecasting_end_date": "2032-12-21T05:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-11-21T00:44:28.209538Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ] }, "question": { "id": 10053, "title": "By 2024, will Vladimir Putin be charged with war crimes by the International Criminal Court in connection to the Russian invasion of Ukraine?", "created_at": "2022-03-02T00:41:10.198310Z", "open_time": "2022-03-02T04:00:00Z", "cp_reveal_time": "2022-03-02T06:10:06.330879Z", "spot_scoring_time": "2022-03-02T06:10:06.330879Z", "scheduled_resolve_time": "2023-12-31T00:40:00Z", "actual_resolve_time": "2023-03-17T15:22:00Z", "resolution_set_time": "2023-03-17T15:22:00Z", "scheduled_close_time": "2023-12-31T00:40:00Z", "actual_close_time": "2023-03-17T15:22:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "yes", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "As [the New York Times](https://www.nytimes.com/live/2022/02/28/world/ukraine-russia-war) in connection to the Russian invasion of Ukraine reports:\n\n> \"President Volodymyr Zelensky of Ukraine called for an international tribunal to investigate Russia for war crimes.\"\n\nAlso Lithuania’s prime minister, Ingrida Simonyte, told the [Washington Post](https://www.theguardian.com/world/2022/feb): \n\n> “What Putin is doing is just a murder and nothing else, and I hope he will be in The Hague.”\n\nThe International Criminal Court sits in the Hague and prosecutes individuals for the international crimes of genocide, crimes against humanity, [war crimes](https://en.wikipedia.org/wiki/War_crime#Definition) and the crime of aggression. Its prosecutor has announced that he will launch an investigation into possible war crimes or crimes against humanity in Ukraine.", "resolution_criteria": "This question will resolve positively if Vladimir Putin is charged by January 1, 2024 by the International Criminal Tribunal in The Hague for any war crime in relation to Russia's 2022 invasion of Ukraine.\n\nWar crimes in this case will include any and all crimes that Vladimir Putin may commit during his offensive attack on Ukraine. This will include, but is not limited to, crimes against humanity, genocide, contempt of court, or the officially designated list of war crimes by the UN. \n\nThe UN lists for all crimes under the labels 'crimes against humanity' and 'war crimes' can be found [here](https://www.un.org/en/genocideprevention/crimes-against-humanity.shtml) and [here](https://www.un.org/en/genocideprevention/war-crimes.shtml), respectively.\n\n_Edit March 2, 2022: The ICC announcing either an indictment or an arrest warrant is sufficient for positive resolution._\n\n> _According to [Wikipedia](https://en.wikipedia.org/wiki/List_of_people_indicted_in_the_International_Criminal_Court):_\n\n> _An individual is **indicted** when a Pre-Trial Chamber issues either an arrest warrant or a summons after it finds that \"there are reasonable grounds to believe that the person has committed a crime within the jurisdiction of the Court\"._\n\n> _An **arrest warrant** is issued where it appears necessary \"to ensure the person's appearance at trial, to ensure that the person does not obstruct or endanger the investigation or the court proceedings, or, where applicable, to prevent the person from continuing with the commission of that crime or a related crime which is within the jurisdiction of the Court and which arises out of the same circumstances\"", "fine_print": "", "post_id": 10053, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1679070250.529255, "end_time": null, "forecaster_count": 719, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.95 ] } ], "latest": { "start_time": 1679070250.529255, "end_time": null, "forecaster_count": 719, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.25 ], "interval_upper_bounds": [ 0.95 ], "forecast_values": [ 0.75, 0.25 ], "means": [ 0.42292356530680725 ], "histogram": [ [ 0.38707336014108196, 4.26083870474694, 0.1181047861534245, 0.7448853734368965, 0.9680505225511428, 2.48475500892848, 0.9888877673138299, 0.0010891435665652163, 0.36527430594265087, 0.516116870887013, 2.895377367746748, 0.0, 0.7688050014775498, 0.2957332633057675, 0.3803484289532859, 2.362521636067671, 0.03938412931773739, 1.384603413690048, 0.008733724236235809, 0.180076312507555, 4.3090739101498965, 0.13604007038645935, 0.6210859995210865, 0.07468814354837337, 0.0020820385174301565, 2.180412672822679, 0.09639255593510529, 0.15317205956205615, 0.6122597188623033, 0.0, 2.8790434437172197, 0.0767076251312783, 0.09686693132809349, 0.07871634890607596, 0.2689308561733707, 0.3234715820312083, 0.7377941853789515, 0.3228652407455193, 9.748816964108677e-05, 0.03241736190114491, 1.4053829245681713, 0.004765394384439808, 0.7855432511211201, 0.13033131669762812, 0.033160631942830504, 0.08076780640798245, 0.008518620751586428, 0.030452169516913062, 0.3491840266292354, 0.03775010513533222, 0.08801343145871526, 0.07538410715838924, 0.031036662955191526, 0.0001201728224538009, 0.1293295482906272, 0.05379677669559802, 0.02522054415592879, 0.004918855240248987, 0.0, 0.012960018184740853, 0.01859728582586509, 0.0004414013408941955, 0.02619283298490959, 0.00044834579408603765, 0.00011633348519436907, 0.012585601147381092, 0.001585144597297838, 1.4745621777507335e-05, 0.02511961945405896, 0.00011098006589256953, 0.011704790918604612, 0.0007632055978368682, 0.000460568535048907, 0.0, 1.4208083239646697e-05, 2.0999615762939925, 0.0020702735764657806, 0.022460053275771143, 0.15658212489710244, 0.0009151916135431592, 0.013824228278094633, 1.720027126760477e-09, 0.893941007966547, 1.3083317349420009e-05, 4.174372226567351e-05, 0.0028467974886041848, 1.383066693695169e-08, 0.0, 6.852742343672751e-07, 6.706427031395623e-08, 1.996549547688817e-09, 0.0, 0.0, 0.0, 8.949572751836044e-05, 0.7556873293588371, 0.0, 0.0, 0.8610591276899714, 11.78284302317552 ] ] }, "score_data": { "peer_score": -1.214799201825676, "coverage": 0.5688347402317525, "baseline_score": -16.561676968976336, "spot_peer_score": 41.523442862470375, "peer_archived_score": -1.214799201825676, "baseline_archived_score": -16.561676968976336, "spot_peer_archived_score": 41.523442862470375 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1678789877.376006, "end_time": null, "forecaster_count": 715, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1678789877.376006, "end_time": null, "forecaster_count": 715, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.9096368917585222, 0.09036310824147774 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 27, "user_vote": null }, "forecasts_count": 1889, "key_factors": [], "is_current_content_translated": false, "description": "As [the New York Times](https://www.nytimes.com/live/2022/02/28/world/ukraine-russia-war) in connection to the Russian invasion of Ukraine reports:\n\n> \"President Volodymyr Zelensky of Ukraine called for an international tribunal to investigate Russia for war crimes.\"\n\nAlso Lithuania’s prime minister, Ingrida Simonyte, told the [Washington Post](https://www.theguardian.com/world/2022/feb): \n\n> “What Putin is doing is just a murder and nothing else, and I hope he will be in The Hague.”\n\nThe International Criminal Court sits in the Hague and prosecutes individuals for the international crimes of genocide, crimes against humanity, [war crimes](https://en.wikipedia.org/wiki/War_crime#Definition) and the crime of aggression. Its prosecutor has announced that he will launch an investigation into possible war crimes or crimes against humanity in Ukraine." }, { "id": 10052, "title": "Will NATO declare a No-Fly Zone anywhere in Ukraine before 2023?", "short_title": "NATO-Enforced NFZ in Ukraine 2022", "url_title": "NATO-Enforced NFZ in Ukraine 2022", "slug": "nato-enforced-nfz-in-ukraine-2022", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-02T00:37:33.249852Z", "published_at": "2022-03-02T04:00:00Z", "edited_at": "2025-09-05T17:29:03.189668Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T04:00:00Z", "comment_count": 18, "status": "resolved", "resolved": true, "actual_close_time": "2023-01-01T00:00:00Z", "scheduled_close_time": "2023-01-01T00:36:00Z", "scheduled_resolve_time": "2023-01-01T00:36:00Z", "actual_resolve_time": "2023-01-01T00:00:00Z", "open_time": "2022-03-02T04:00:00Z", "nr_forecasters": 562, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ], "question_series": [ { "id": 1724, "type": "question_series", "name": "Verity", "slug": null, "header_image": "https://cdn.metaculus.com/verity.jpg", "prize_pool": null, "start_date": "2018-12-31T23:00:00Z", "close_date": "2119-12-30T23:00:00Z", "forecasting_end_date": "2032-12-21T05:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-11-21T00:44:28.209538Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ] }, "question": { "id": 10052, "title": "Will NATO declare a No-Fly Zone anywhere in Ukraine before 2023?", "created_at": "2022-03-02T00:37:33.249852Z", "open_time": "2022-03-02T04:00:00Z", "cp_reveal_time": "2022-03-02T06:16:44.963412Z", "spot_scoring_time": "2022-03-02T06:16:44.963412Z", "scheduled_resolve_time": "2023-01-01T00:36:00Z", "actual_resolve_time": "2023-01-01T00:00:00Z", "resolution_set_time": "2023-01-01T00:00:00Z", "scheduled_close_time": "2023-01-01T00:36:00Z", "actual_close_time": "2023-01-01T00:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "There have been requests for a [NATO-enforced no-fly zone in Ukraine](https://www.bbc.co.uk/news/world-europe-60576443). Commentators have warned that this risks a war between the US and Russia, the world's largest nuclear powers.\n\nUS Press Secretary Jen Psaki [told Axios on February 28, 2022](https://www.axios.com/ukraine-no-fly-zone-zelensky-biden-russia-851f0309-902c-4215-b993-70cb042bf948.html) that a no-fly zone in Ukraine:\n\n> \"would require... implementation by the U.S. military\"\n\nPsaki continued:\n\n> \"That is definitely escalatory, that would potentially put us into a place where we're in a military conflict with Russia. That is not something the president wants to do.\"\n\nDespite Ukrainian President Zelenskyy's requests to NATO leaders that an NFZ be implemented, the NATO Secretary-General has [stated](https://www.axios.com/ukraine-no-fly-zone-zelensky-biden-russia-851f0309-902c-4215-b993-70cb042bf948.html) that NATO does not intend to move into Ukraine:\n\n> \"We have no intentions of moving into Ukraine neither on the ground or in the airspace,\" NATO Secretary-General Jens Stoltenberg told MSNBC on Monday. \"We have a responsibility to make sure that this doesn't spiral out of control that escalates even further into concern for full-fledged war in Europe involving NATO allies.\"\n\nThe UK also [appears reluctant](https://www.axios.com/ukraine-no-fly-zone-zelensky-biden-russia-851f0309-902c-4215-b993-70cb042bf948.html) to support an NFZ:\n\nUK Defense Secretary Ben Wallace has also ruled out the idea, saying that \"NATO would have to effectively declare war on Russia.\"", "resolution_criteria": "This question will resolve positively if NATO declares a No-Fly Zone over any part of Ukraine by December 31, 2022. \n\nThis question will be resolved based on a NATO government source or 5 reputable sources. No planes need to be shot down for this question to resolve positively", "fine_print": "", "post_id": 10052, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1672511309.667841, "end_time": null, "forecaster_count": 562, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ] } ], "latest": { "start_time": 1672511309.667841, "end_time": null, "forecaster_count": 562, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ], "forecast_values": [ 0.99, 0.01 ], "means": [ 0.012410794695092238 ], "histogram": [ [ 0.0, 44.16621576408807, 0.40816524952847677, 0.25299254208118327, 0.14693580577436663, 0.41859683727227814, 0.06508915800688077, 0.13012805181251402, 0.004686413625674794, 0.004169759021253488, 0.07729582404762136, 1.9976602484842222e-06, 0.0017404080734229846, 0.0, 3.906013385501189e-08, 0.0010306294531243145, 0.009176821947050263, 0.001590574514184814, 0.0010869753350645753, 3.7408458452268165e-10, 0.017912204952493863, 0.006896682091831251, 0.17341967030702127, 6.774206664216672e-05, 0.0, 0.00010002990401935, 0.0, 0.0011856338442079817, 0.0004267155654437706, 0.0, 0.0, 0.0, 0.0, 1.6174135023463826e-09, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.144782071872546e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.5769568150825453e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.025820112757933406, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 6.309491773794125e-05, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.3998293955196089e-05 ] ] }, "score_data": { "peer_score": 5.051931143755562, "coverage": 0.9999103844781396, "baseline_score": 96.59991744780729, "spot_peer_score": 3.5766908520269056, "peer_archived_score": 5.051931143755562, "baseline_archived_score": 96.59991744780729, "spot_peer_archived_score": 3.5766908520269056 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1672511309.721195, "end_time": null, "forecaster_count": 562, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1672511309.721195, "end_time": null, "forecaster_count": 562, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.995, 0.005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 13, "user_vote": null }, "forecasts_count": 1083, "key_factors": [], "is_current_content_translated": false, "description": "There have been requests for a [NATO-enforced no-fly zone in Ukraine](https://www.bbc.co.uk/news/world-europe-60576443). Commentators have warned that this risks a war between the US and Russia, the world's largest nuclear powers.\n\nUS Press Secretary Jen Psaki [told Axios on February 28, 2022](https://www.axios.com/ukraine-no-fly-zone-zelensky-biden-russia-851f0309-902c-4215-b993-70cb042bf948.html) that a no-fly zone in Ukraine:\n\n> \"would require... implementation by the U.S. military\"\n\nPsaki continued:\n\n> \"That is definitely escalatory, that would potentially put us into a place where we're in a military conflict with Russia. That is not something the president wants to do.\"\n\nDespite Ukrainian President Zelenskyy's requests to NATO leaders that an NFZ be implemented, the NATO Secretary-General has [stated](https://www.axios.com/ukraine-no-fly-zone-zelensky-biden-russia-851f0309-902c-4215-b993-70cb042bf948.html) that NATO does not intend to move into Ukraine:\n\n> \"We have no intentions of moving into Ukraine neither on the ground or in the airspace,\" NATO Secretary-General Jens Stoltenberg told MSNBC on Monday. \"We have a responsibility to make sure that this doesn't spiral out of control that escalates even further into concern for full-fledged war in Europe involving NATO allies.\"\n\nThe UK also [appears reluctant](https://www.axios.com/ukraine-no-fly-zone-zelensky-biden-russia-851f0309-902c-4215-b993-70cb042bf948.html) to support an NFZ:\n\nUK Defense Secretary Ben Wallace has also ruled out the idea, saying that \"NATO would have to effectively declare war on Russia.\"" }, { "id": 10051, "title": "Will the US sanction Russian oil or gas before 2023?", "short_title": "US to sanction Russian oil/gas before 2023?", "url_title": "US to sanction Russian oil/gas before 2023?", "slug": "us-to-sanction-russian-oilgas-before-2023", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-02T00:34:14.547638Z", "published_at": "2022-03-02T04:00:00Z", "edited_at": "2025-09-05T17:29:26.219504Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T04:00:00Z", "comment_count": 25, "status": "resolved", "resolved": true, "actual_close_time": "2022-03-08T18:12:00Z", "scheduled_close_time": "2022-08-31T23:33:00Z", "scheduled_resolve_time": "2022-08-31T23:33:00Z", "actual_resolve_time": "2022-03-08T18:12:00Z", "open_time": "2022-03-02T04:00:00Z", "nr_forecasters": 236, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32592, "name": "2022 Leaderboard", "slug": "2022_leaderboard", "type": "leaderboard_tag" } ], "topic": [ { "id": 15873, "name": "Ukraine Conflict", "slug": "ukraine-conflict", "emoji": "🇺🇦⚔️", "type": "topic" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ] }, "question": { "id": 10051, "title": "Will the US sanction Russian oil or gas before 2023?", "created_at": "2022-03-02T00:34:14.547638Z", "open_time": "2022-03-02T04:00:00Z", "cp_reveal_time": "2022-03-02T08:37:12.626154Z", "spot_scoring_time": "2022-03-02T08:37:12.626154Z", "scheduled_resolve_time": "2022-08-31T23:33:00Z", "actual_resolve_time": "2022-03-08T18:12:00Z", "resolution_set_time": "2022-03-08T18:12:00Z", "scheduled_close_time": "2022-08-31T23:33:00Z", "actual_close_time": "2022-03-08T18:12:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "yes", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Since the Russian invasion of Ukraine in February 2022, the United States has issued a number of economic sanctions against top Russian officials and on Russian trade, focusing primarily on cutting off Russian financial institutions and access to global capital. However, the US has yet to target one of Russia's most key industries, their petro-energy sector. \n\nThe US currently [relies heavily](https://www.forbes.com/sites/kenroberts/2022/02/24/russia-is-united-states-top-source-of-imported-gasoline/?sh=2df9c8f1b184) on Russian gas and oil imports:\n\n> In 2021, Russia accounted for 21% of all U.S. gasoline imports, with Canada second at 17%. By value, Russian imports increased 71.05%, which is slightly less than gasoline imports from the world, which increased 80.53%. The Russian total was $12.78 billion.\n\nAn anonymous senior official at the White House [told Politico on Feb 24, 2022](https://www.politico.com/news/2022/02/24/russia-sanctions-ukraine-invasion-00011431) that:\n\n> \"'no option is off the table,' but 'starting out with energy could actually benefit Putin and pad his pockets. Given high oil and gas prices, cutting off Russian oil and gas will drive prices up to Putin’s benefit. And as we have said repeatedly on the record, on background [and] off the record, our sanctions are designed to harm Russia’s economy, not ours.'\"\n\nThis question explores whether the US will reverse its decision to avoid sanctioning Russian oil and gas imports.", "resolution_criteria": "This question will resolve as the date when the United States sanctions on Russian oil or gas go into effect, in any form. These sanctions may be on the government of Russia or a Russian company, and do not need to apply to 100% of oil & gas products.\n\nResolution will be provided through at least three reputable news reports or an official announcement from the White House", "fine_print": "", "post_id": 10051, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1646857758.88606, "end_time": null, "forecaster_count": 301, "interval_lower_bounds": [ 0.99 ], "centers": [ 0.99 ], "interval_upper_bounds": [ 0.99 ] } ], "latest": { "start_time": 1646857758.88606, "end_time": null, "forecaster_count": 301, "interval_lower_bounds": [ 0.99 ], "centers": [ 0.99 ], "interval_upper_bounds": [ 0.99 ], "forecast_values": [ 0.010000000000000009, 0.99 ], "means": [ 0.9837760927753504 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 7.935363566830915e-08, 0.0, 0.0, 0.0, 0.0, 1.2007635431809053e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0008641869528873585, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.157055458593243e-07, 0.0, 0.0, 0.0, 2.3911581366346e-05, 5.863484656072405e-07, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 3.381210633117747e-07, 0.0, 0.0, 4.1144097661442645e-07, 0.0, 0.0, 0.00011131569195978018, 0.00017855227520491992, 0.0, 0.0, 3.6729297421399156e-06, 6.982343183757416e-06, 5.271481316458964e-06, 9.991761699471301e-05, 2.393667132245813e-05, 0.00011918048714059728, 5.899592792271533e-05, 0.0, 0.00012675972511453162, 3.4371467838986884e-05, 0.0012875168865094163, 0.0012074968753257723, 0.0, 0.0, 0.0, 0.00013110085190716917, 0.21490201076437906, 1.459596123276402e-05, 0.00012555692613217524, 0.00016841194353725837, 0.0003182868822154603, 0.1892547050233941, 0.00026823542818293607, 0.000531176836652659, 0.00014137845310803785, 0.0006540072588910192, 0.00016728952096961363, 0.0, 9.945407431189015e-06, 0.0002237279701921537, 0.11044338633720167, 0.5097107105269897, 0.0, 0.0003849032352067304, 0.0016264911311931725, 0.4720487028663645, 1.1535797314244252, 0.8157230637760873, 0.04411590145441294, 29.68240764115017 ] ] }, "score_data": { "peer_score": 0.37733377542510715, "coverage": 0.03592322795733022, "baseline_score": 2.0761411738869344, "spot_peer_score": -1.6945743161747013, "peer_archived_score": 0.37733377542510715, "baseline_archived_score": 2.0761411738869344, "spot_peer_archived_score": -1.6945743161747013 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1646760284.062685, "end_time": null, "forecaster_count": 234, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1646760284.062685, "end_time": null, "forecaster_count": 234, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.10242584057399551, 0.8975741594260045 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 14, "user_vote": null }, "forecasts_count": 465, "key_factors": [], "is_current_content_translated": false, "description": "Since the Russian invasion of Ukraine in February 2022, the United States has issued a number of economic sanctions against top Russian officials and on Russian trade, focusing primarily on cutting off Russian financial institutions and access to global capital. However, the US has yet to target one of Russia's most key industries, their petro-energy sector. \n\nThe US currently [relies heavily](https://www.forbes.com/sites/kenroberts/2022/02/24/russia-is-united-states-top-source-of-imported-gasoline/?sh=2df9c8f1b184) on Russian gas and oil imports:\n\n> In 2021, Russia accounted for 21% of all U.S. gasoline imports, with Canada second at 17%. By value, Russian imports increased 71.05%, which is slightly less than gasoline imports from the world, which increased 80.53%. The Russian total was $12.78 billion.\n\nAn anonymous senior official at the White House [told Politico on Feb 24, 2022](https://www.politico.com/news/2022/02/24/russia-sanctions-ukraine-invasion-00011431) that:\n\n> \"'no option is off the table,' but 'starting out with energy could actually benefit Putin and pad his pockets. Given high oil and gas prices, cutting off Russian oil and gas will drive prices up to Putin’s benefit. And as we have said repeatedly on the record, on background [and] off the record, our sanctions are designed to harm Russia’s economy, not ours.'\"\n\nThis question explores whether the US will reverse its decision to avoid sanctioning Russian oil and gas imports." }, { "id": 10050, "title": "Will there be a bilateral cease-fire or peace agreement in the Russo-Ukraine conflict before 2023?", "short_title": "Bilateral Ceasefire between Russia & Ukraine", "url_title": "Bilateral Ceasefire between Russia & Ukraine", "slug": "bilateral-ceasefire-between-russia-ukraine", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-02T00:30:32.834683Z", "published_at": "2022-03-02T04:00:00Z", "edited_at": "2025-09-05T17:29:27.747272Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T04:00:00Z", "comment_count": 142, "status": "resolved", "resolved": true, "actual_close_time": "2023-01-01T02:00:00Z", "scheduled_close_time": "2023-02-01T00:30:00Z", "scheduled_resolve_time": "2023-02-01T00:30:00Z", "actual_resolve_time": "2023-01-01T02:00:00Z", "open_time": "2022-03-02T04:00:00Z", "nr_forecasters": 917, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32595, "name": "2022-2023 Leaderboard", "slug": "2022_2023_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ], "question_series": [ { "id": 1724, "type": "question_series", "name": "Verity", "slug": null, "header_image": "https://cdn.metaculus.com/verity.jpg", "prize_pool": null, "start_date": "2018-12-31T23:00:00Z", "close_date": "2119-12-30T23:00:00Z", "forecasting_end_date": "2032-12-21T05:00:00Z", "html_metadata_json": null, "is_ongoing": true, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-11-21T00:44:28.209538Z", "score_type": "peer_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ] }, "question": { "id": 10050, "title": "Will there be a bilateral cease-fire or peace agreement in the Russo-Ukraine conflict before 2023?", "created_at": "2022-03-02T00:30:32.834683Z", "open_time": "2022-03-02T04:00:00Z", "cp_reveal_time": "2022-03-02T06:36:44.554391Z", "spot_scoring_time": "2022-03-02T06:36:44.554391Z", "scheduled_resolve_time": "2023-02-01T00:30:00Z", "actual_resolve_time": "2023-01-01T02:00:00Z", "resolution_set_time": "2023-01-01T02:00:00Z", "scheduled_close_time": "2023-02-01T00:30:00Z", "actual_close_time": "2023-01-01T02:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "*Related Questions on Metaculus:*\n\n* [Will Putin and Zelenskyy meet to discuss the peaceful resolution of the Russian-Ukrainian conflict before 2023?](https://www.metaculus.com/questions/10046/ukraine--russia-presidential-peace-talks/)\n\n* [If Putin and Zelenskyy meet to discuss the peaceful resolution of the Russian-Ukrainian conflict in 2022, when will they first meet?](https://www.metaculus.com/questions/10262/ru-ua-peace-talks-with-presidents/)\n\n----\n\nOn Feb 28, 2022 [Ukrainian and Russian officials started cease-fire talks on the Belarusian border](https://thehill.com/policy/international/596081-ceasefire-talks-begin-between-ukraine-russian-officials).", "resolution_criteria": "This question will resolve as **Yes** if a bilateral cease-fire has gone into effect and stood for 30 days, beginning at any point between March 1, 2022 to December 31, 2022. A ceasefire is bilateral if it applies to the majorities of combatants on both the Russian and Ukrainian sides, respectively. A cease-fire is deemed to have stood as long as no reliable sources report that the cease-fire has broken down or is no longer effective. This question will resolve as **No** if no cease-fire has gone into effect and been sustained for 30 days by 2023.\n\nThe ceasefire must apply to all military operations in all official and disputed Ukrainian and Russian territory. In other words, a limited ceasefire (such as granting safety to humanitarian corridors or specific regions) is insufficient to resolve the question as Yes.\n\n*(See the edit history in the fine print below)*", "fine_print": "_Edit March 2, 2022: The resolution criterion regarding negative resolution \"if an announced cease-fire breaks down in 2022 before lasting 30 days\" has been edited to read: \"if all the announced cease-fires in 2022 break down before lasting 30 days.\"_\n\n*Edit July 28, 2022 by casens: I added a clarification that the ceasefire must apply to all military operations, and that limited ceasefires are not sufficient.*", "post_id": 10050, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1672673030.959774, "end_time": null, "forecaster_count": 920, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ] } ], "latest": { "start_time": 1672673030.959774, "end_time": null, "forecaster_count": 920, "interval_lower_bounds": [ 0.01 ], "centers": [ 0.01 ], "interval_upper_bounds": [ 0.01 ], "forecast_values": [ 0.99, 0.01 ], "means": [ 0.023886901748835728 ], "histogram": [ [ 0.0, 52.14094141909803, 2.0095126221798107, 1.4191645767072023, 0.13461511919128902, 0.9579853531404103, 0.1530069810340645, 0.0925280869309513, 0.12738726786904309, 0.010888696458512365, 0.23278033790063146, 0.12363474758890627, 0.0006405065629638846, 0.07650065885317571, 0.003166620584802753, 0.12437948184326544, 0.12086244440342543, 0.0002697115809261626, 0.00017477373079534378, 0.003250946171202463, 0.005824649057121068, 6.678126049748434e-05, 0.0003453949541032451, 0.07072221913307813, 0.00023009843183171254, 0.0042251586618339, 6.644196469266795e-05, 0.00021070239201806065, 0.00027176471920857726, 0.0, 0.017934066455492004, 1.198923041919551e-05, 0.42663438890277944, 0.4799221382297071, 4.076232275273549e-05, 0.0006995314684425125, 8.045267412617586e-06, 0.009759253314130257, 0.11149755803200162, 0.0072010587146403016, 0.005301249170836696, 2.803467180911816e-05, 0.0014636817337024565, 0.0010908578768535817, 0.0002417045445700604, 0.0012665260463263748, 0.0, 0.0004925470110808299, 0.004308412314328502, 0.001974262851951862, 0.02010651265558255, 1.784565493413382e-08, 1.564033663563706e-05, 8.304416893923015e-05, 0.00011557460268766308, 0.00011840828456173474, 0.003379683087017473, 7.88856680117724e-07, 0.0, 5.724962873795863e-05, 0.00018920669841487154, 3.1845261274257435e-05, 8.239597550446988e-06, 1.1789650633834043e-05, 1.8357125596826454e-05, 8.490165465907615e-05, 2.345573348512668e-05, 9.161909934001658e-06, 7.28877004415748e-05, 2.763376435456557e-05, 0.000983791862827829, 1.0051005154209215e-05, 6.170298932717496e-06, 3.07175925717648e-05, 9.017793014176195e-06, 0.00011085073400320203, 2.3128606709646674e-05, 7.720608853513451e-06, 1.0518681066645795e-06, 1.041963757979542e-05, 5.934606813036326e-05, 4.174271982985579e-05, 1.5754981850565842e-06, 7.054839658447195e-07, 2.0741314264532454e-11, 1.11488554129922e-05, 1.0423632233107654e-06, 1.1494619567066684e-07, 9.497043488560465e-07, 4.321139884930614e-06, 2.3688563531981513e-05, 2.7768843737026583e-06, 1.091031714436576e-09, 3.945870071617328e-06, 0.0, 1.059837007877273e-05, 0.0, 0.0, 1.0376454322948709e-06, 0.2551373117475802 ] ] }, "score_data": { "peer_score": 55.43385532778128, "coverage": 0.9078764904728863, "baseline_score": 32.53707562630204, "spot_peer_score": 17.493024204849668, "peer_archived_score": 55.43385532778128, "baseline_archived_score": 32.53707562630204, "spot_peer_archived_score": 17.493024204849668 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1672405702.099122, "end_time": null, "forecaster_count": 914, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1672405702.099122, "end_time": null, "forecaster_count": 914, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.995, 0.005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 56, "user_vote": null }, "forecasts_count": 3359, "key_factors": [], "is_current_content_translated": false, "description": "*Related Questions on Metaculus:*\n\n* [Will Putin and Zelenskyy meet to discuss the peaceful resolution of the Russian-Ukrainian conflict before 2023?](https://www.metaculus.com/questions/10046/ukraine--russia-presidential-peace-talks/)\n\n* [If Putin and Zelenskyy meet to discuss the peaceful resolution of the Russian-Ukrainian conflict in 2022, when will they first meet?](https://www.metaculus.com/questions/10262/ru-ua-peace-talks-with-presidents/)\n\n----\n\nOn Feb 28, 2022 [Ukrainian and Russian officials started cease-fire talks on the Belarusian border](https://thehill.com/policy/international/596081-ceasefire-talks-begin-between-ukraine-russian-officials)." }, { "id": 10047, "title": "Will any member of NATO call for Hungary to be expelled before 2024?", "short_title": "NATO Member to Call for Hungary's Expulsion", "url_title": "NATO Member to Call for Hungary's Expulsion", "slug": "nato-member-to-call-for-hungarys-expulsion", "author_id": 113121, "author_username": "AlyssaStevens", "coauthors": [], "created_at": "2022-03-02T00:19:31.869895Z", "published_at": "2022-03-02T04:00:00Z", "edited_at": "2025-09-05T17:29:27.393983Z", "curation_status": "approved", "curation_status_updated_at": "2022-03-02T04:00:00Z", "comment_count": 22, "status": "resolved", "resolved": true, "actual_close_time": "2023-12-31T00:08:00Z", "scheduled_close_time": "2023-12-31T00:08:00Z", "scheduled_resolve_time": "2024-01-01T10:01:00Z", "actual_resolve_time": "2024-01-01T10:01:00Z", "open_time": "2022-03-02T04:00:00Z", "nr_forecasters": 478, "html_metadata_json": null, "projects": { "leaderboard_tag": [ { "id": 32595, "name": "2022-2023 Leaderboard", "slug": "2022_2023_leaderboard", "type": "leaderboard_tag" } ], "topic": [ { "id": 15873, "name": "Ukraine Conflict", "slug": "ukraine-conflict", "emoji": "🇺🇦⚔️", "type": "topic" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": "forecaster", "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "tournament": [ { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 1426, "type": "tournament", "name": "Ukraine Conflict", "slug": "ukraine-conflict", "header_image": "https://cdn.metaculus.com/ukraine-flag-big-2.webp", "prize_pool": "10000.00", "start_date": "2022-02-25T00:00:00Z", "close_date": "2024-07-02T00:00:00Z", "forecasting_end_date": "2024-01-01T00:22:00Z", "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-06-12T08:40:57.715704Z", "score_type": "relative_legacy_tournament", "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3687, "name": "Geopolitics", "slug": "geopolitics", "emoji": "🌍", "description": "Geopolitics", "type": "category" } ] }, "question": { "id": 10047, "title": "Will any member of NATO call for Hungary to be expelled before 2024?", "created_at": "2022-03-02T00:19:31.869895Z", "open_time": "2022-03-02T04:00:00Z", "cp_reveal_time": "2022-03-02T09:22:19.533770Z", "spot_scoring_time": "2022-03-02T09:22:19.533770Z", "scheduled_resolve_time": "2024-01-01T10:01:00Z", "actual_resolve_time": "2024-01-01T10:01:00Z", "resolution_set_time": "2024-01-01T10:01:00Z", "scheduled_close_time": "2023-12-31T00:08:00Z", "actual_close_time": "2023-12-31T00:08:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": { "type": "binary" }, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "As [Politico](https://www.politico.eu/article/hungary-foreign-minister-peter-szijjarto-weapon-transit-ukraine/) reports:\n\n> \"Hungary will not allow the transit of lethal weapons to Ukraine through its territory.\"\n>[...]\n>\"Hungarian Prime Minister Viktor Orbán — who is facing a tough parliamentary election on April 3, 2022 — has insisted over the past days that his country must “stay out” of the conflict and that Hungary itself will not supply weapons to its neighbor.\"\n\nThough it does not contain an explicit procedure for expulsion, according to an [analysis by Just Security](https://www.justsecurity.org/66574/can-turkey-be-expelled-from-nato/) NATO member states can by unanimous agreement, effectively expel a member state for material breach of the treaty:\n\nShould the conditions for the existence of a material breach be satisfied, NATO’s member states would be entitled, by unanimous agreement, to suspend the operation of the treaty in whole or in part or to terminate it either in their relations with the defaulting state or among them all (Article 60(2) of the Vienna Convention). For these purposes, a unanimous decision of the North Atlantic Council, excluding the defaulting state, would suffice. No further procedural requirements apply, including those laid down in Article 65 of the Vienna Convention.", "resolution_criteria": "This question will resolve as \"Yes\" if at least one head of state or head of government in a NATO member country calls for Hungary to be expelled from NATO, at any time from March 1, 2022 to January 1, 2024. This does not need to occur through a formal legal process or through the invocation of Article 60(2).\n\nThis question will resolve based on reputable media reports.\n\n_Edit March 2, 2022: \"Senior government official\" has now been updated to read \"head of state or head of government.\"", "fine_print": "", "post_id": 10047, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1703948778.588997, "end_time": null, "forecaster_count": 478, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.002 ], "interval_upper_bounds": [ 0.01 ] } ], "latest": { "start_time": 1703948778.588997, "end_time": null, "forecaster_count": 478, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.002 ], "interval_upper_bounds": [ 0.01 ], "forecast_values": [ 0.998, 0.002 ], "means": [ 0.012377450882325444 ], "histogram": [ [ 27.14771959609565, 11.4243893545379, 0.5404928131608165, 0.7091815093914152, 0.4635710552755855, 0.23309593210260976, 0.13129506232669588, 0.12238395407362795, 0.005547589228477603, 0.3598123477130346, 0.40933480715071263, 0.0483528851086816, 0.04118672085931458, 0.010643211616306587, 0.0005285606148309117, 0.18512925939521005, 1.401645736329318e-07, 0.007725636157716774, 0.051262059025795434, 0.006746649423862155, 0.032472350603985484, 0.0021042170357292245, 0.0024291069697865678, 5.6562454807895885e-05, 0.008909368109046243, 0.028915486142273364, 7.841169560610904e-05, 0.0, 1.888485802457411e-05, 0.0, 0.0004215383730768969, 0.0, 0.0001587255321163459, 0.00797187545849759, 0.019863872207893495, 4.507785617050944e-09, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0010809502855451537, 0.0001078366925096218, 2.1929399391996007e-05, 0.0, 0.0, 0.0, 0.0, 0.1305606728244874, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0021399400516814216, 0.0, 0.0, 0.0, 0.030855668603742028, 0.0, 0.0, 0.0, 0.0, 0.0, 0.023460412968987068, 0.0, 0.0, 0.0, 0.0010112363761392979, 0.0, 0.0, 0.0, 0.0, 0.03728979851233271, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": { "peer_score": 4.560203076695408, "coverage": 0.9999957856686232, "baseline_score": 92.32877411922584, "spot_peer_score": 6.507389678604946, "peer_archived_score": 4.560203076695408, "baseline_archived_score": 92.32877411922584, "spot_peer_archived_score": 6.507389678604946 }, "movement": null }, "metaculus_prediction": { "history": [ { "start_time": 1703948778.821741, "end_time": null, "forecaster_count": 478, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null } ], "latest": { "start_time": 1703948778.821741, "end_time": null, "forecaster_count": 478, "interval_lower_bounds": null, "centers": null, "interval_upper_bounds": null, "forecast_values": [ 0.9995, 0.0005 ], "means": null, "histogram": null }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 13, "user_vote": null }, "forecasts_count": 1099, "key_factors": [], "is_current_content_translated": false, "description": "As [Politico](https://www.politico.eu/article/hungary-foreign-minister-peter-szijjarto-weapon-transit-ukraine/) reports:\n\n> \"Hungary will not allow the transit of lethal weapons to Ukraine through its territory.\"\n>[...]\n>\"Hungarian Prime Minister Viktor Orbán — who is facing a tough parliamentary election on April 3, 2022 — has insisted over the past days that his country must “stay out” of the conflict and that Hungary itself will not supply weapons to its neighbor.\"\n\nThough it does not contain an explicit procedure for expulsion, according to an [analysis by Just Security](https://www.justsecurity.org/66574/can-turkey-be-expelled-from-nato/) NATO member states can by unanimous agreement, effectively expel a member state for material breach of the treaty:\n\nShould the conditions for the existence of a material breach be satisfied, NATO’s member states would be entitled, by unanimous agreement, to suspend the operation of the treaty in whole or in part or to terminate it either in their relations with the defaulting state or among them all (Article 60(2) of the Vienna Convention). For these purposes, a unanimous decision of the North Atlantic Council, excluding the defaulting state, would suffice. No further procedural requirements apply, including those laid down in Article 65 of the Vienna Convention." } ] }