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=5620
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 6412,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=5640",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=5600",
    "results": [
        {
            "id": 3041,
            "title": "Will Chandrayaan-2 softly land on the moon in September 2019?",
            "short_title": "Chandrayaan 2 Lands on Moon?",
            "url_title": "Chandrayaan 2 Lands on Moon?",
            "slug": "chandrayaan-2-lands-on-moon",
            "author_id": 107899,
            "author_username": "ParanormalDoctor",
            "coauthors": [],
            "created_at": "2019-08-21T20:18:06.550524Z",
            "published_at": "2019-08-24T22:00:00Z",
            "edited_at": "2025-09-05T17:29:22.524193Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-24T22:00:00Z",
            "comment_count": 26,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-09-05T22:00:00Z",
            "scheduled_close_time": "2019-09-05T22:00:00Z",
            "scheduled_resolve_time": "2019-10-05T02:49:00Z",
            "actual_resolve_time": "2019-10-05T02:49:00Z",
            "open_time": "2019-08-24T22:00:00Z",
            "nr_forecasters": 38,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_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": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    },
                    {
                        "id": 3701,
                        "name": "Technology",
                        "slug": "technology",
                        "emoji": "⚙️",
                        "description": "Technology",
                        "type": "category"
                    },
                    {
                        "id": 3695,
                        "name": "Space",
                        "slug": "space",
                        "emoji": "🚀",
                        "description": "Space",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 3041,
                "title": "Will Chandrayaan-2 softly land on the moon in September 2019?",
                "created_at": "2019-08-21T20:18:06.550524Z",
                "open_time": "2019-08-24T22:00:00Z",
                "cp_reveal_time": "2019-08-26T12:09:25.742856Z",
                "spot_scoring_time": "2019-08-26T12:09:25.742856Z",
                "scheduled_resolve_time": "2019-10-05T02:49:00Z",
                "actual_resolve_time": "2019-10-05T02:49:00Z",
                "resolution_set_time": "2019-10-05T02:49:00Z",
                "scheduled_close_time": "2019-09-05T22:00:00Z",
                "actual_close_time": "2019-09-05T22: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": "[Chandrayaan-2](https://en.wikipedia.org/wiki/Chandrayaan-2) is India's second lunar exploration mission after [Chandrayaan-1](https://en.wikipedia.org/wiki/Chandrayaan-1). Developed by the Indian Space Research Organisation (ISRO), the mission was launched from the second launch pad at Satish Dhawan Space Centre on 22 July 2019 at 2.43 PM IST (09:13 UTC) to the Moon by a Geosynchronous Satellite Launch Vehicle Mark III (GSLV Mk III). It consists of a lunar orbiter, a lander, and a lunar rover named Pragyan, all of which were developed in India. The main scientific objective is to map the location and abundance of lunar water.\n\nThe lander and the rover will land on the near side of the Moon, in the south polar region at a latitude of about 70° south on 7 September 2019.\n\nThe Israeli lander was not successful, and crashed to the lunar surface after a telemetry error. Will the Chandrayaan-2 succeed?\n\n**Will Chandrayaan-2 softly land on the moon on any day in September 2019?**",
                "resolution_criteria": "The question resolves positively if the lander is sufficiently intact upon landing so that the carried rover, [the Pragyan rover](https://en.wikipedia.org/wiki/Pragyan_(rover)), has functioning control and motor dynamics for at least 1 hour after impact.",
                "fine_print": "",
                "post_id": 3041,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1567718074.230154,
                                "end_time": null,
                                "forecaster_count": 38,
                                "interval_lower_bounds": [
                                    0.6
                                ],
                                "centers": [
                                    0.65
                                ],
                                "interval_upper_bounds": [
                                    0.67
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1567718074.230154,
                            "end_time": null,
                            "forecaster_count": 38,
                            "interval_lower_bounds": [
                                0.6
                            ],
                            "centers": [
                                0.65
                            ],
                            "interval_upper_bounds": [
                                0.67
                            ],
                            "forecast_values": [
                                0.35,
                                0.65
                            ],
                            "means": [
                                0.6356774984437897
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1011216878911307,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.45875031368367064,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5506534361945985,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.159841791744277,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8547966972334589,
                                    0.0,
                                    1.7085850710140642,
                                    0.005716411657967498,
                                    0.31210550135292425,
                                    1.4617088649528234,
                                    0.914402486020691,
                                    0.9215931031121718,
                                    0.0,
                                    0.18409965808495726,
                                    0.3420534270455593,
                                    0.1298586955044776,
                                    0.12346715865021085,
                                    0.0,
                                    0.16438976427023788,
                                    0.24089438918197048,
                                    0.14634721205825776,
                                    0.019676189570906492,
                                    0.0,
                                    0.848390712889754,
                                    0.09293152494368159,
                                    0.06718452183420129,
                                    0.0,
                                    0.029639045211680565,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.583984291384137,
                            "coverage": 0.9913230641358703,
                            "baseline_score": -75.25515448857021,
                            "spot_peer_score": 2.7283889062359,
                            "peer_archived_score": 5.583984291384137,
                            "baseline_archived_score": -75.25515448857021,
                            "spot_peer_archived_score": 2.7283889062359
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1567679371.750046,
                                "end_time": null,
                                "forecaster_count": 38,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1567679371.750046,
                            "end_time": null,
                            "forecaster_count": 38,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.4025518832102746,
                                0.5974481167897254
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 9,
                "user_vote": null
            },
            "forecasts_count": 64,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Chandrayaan-2](https://en.wikipedia.org/wiki/Chandrayaan-2) is India's second lunar exploration mission after [Chandrayaan-1](https://en.wikipedia.org/wiki/Chandrayaan-1). Developed by the Indian Space Research Organisation (ISRO), the mission was launched from the second launch pad at Satish Dhawan Space Centre on 22 July 2019 at 2.43 PM IST (09:13 UTC) to the Moon by a Geosynchronous Satellite Launch Vehicle Mark III (GSLV Mk III). It consists of a lunar orbiter, a lander, and a lunar rover named Pragyan, all of which were developed in India. The main scientific objective is to map the location and abundance of lunar water.\n\nThe lander and the rover will land on the near side of the Moon, in the south polar region at a latitude of about 70° south on 7 September 2019.\n\nThe Israeli lander was not successful, and crashed to the lunar surface after a telemetry error. Will the Chandrayaan-2 succeed?\n\n**Will Chandrayaan-2 softly land on the moon on any day in September 2019?**"
        },
        {
            "id": 3038,
            "title": "[Short Fuse] Will no Prime Minister of Italy be named in August 2019?",
            "short_title": "",
            "url_title": "",
            "slug": "short-fuse-will-no-prime-minister-of-italy-be-named-in-august-2019",
            "author_id": 105951,
            "author_username": "Sylvain",
            "coauthors": [],
            "created_at": "2019-08-21T08:35:44.409132Z",
            "published_at": "2019-08-22T13:00:00Z",
            "edited_at": "2025-09-05T17:29:01.949598Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-22T13:00:00Z",
            "comment_count": 21,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-08-29T07:00:00Z",
            "scheduled_close_time": "2019-08-31T21:59:00Z",
            "scheduled_resolve_time": "2019-08-31T21:59:00Z",
            "actual_resolve_time": "2019-08-29T07:00:00Z",
            "open_time": "2019-08-22T13:00:00Z",
            "nr_forecasters": 35,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_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": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 3038,
                "title": "[Short Fuse] Will no Prime Minister of Italy be named in August 2019?",
                "created_at": "2019-08-21T08:35:44.409132Z",
                "open_time": "2019-08-22T13:00:00Z",
                "cp_reveal_time": "2019-08-22T20:16:58.856586Z",
                "spot_scoring_time": "2019-08-22T20:16:58.856586Z",
                "scheduled_resolve_time": "2019-08-31T21:59:00Z",
                "actual_resolve_time": "2019-08-29T07:00:00Z",
                "resolution_set_time": "2019-08-29T07:00:00Z",
                "scheduled_close_time": "2019-08-31T21:59:00Z",
                "actual_close_time": "2019-08-29T07: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": "On the 20th of August 2019, the PM of Italy resigned ([AFP](https://news.yahoo.com/d-day-italian-government-pm-conte-resignation-mooted-023109857.html)).\n\nNow a new coalition must be formed, to allow the [President of Italy](https://en.wikipedia.org/wiki/President_of_Italy#Role) to name a new Prime Minister.\n\nQuestion: **Will the President of Italy fail to name a new Prime Minister before the end of August 2019?**\n\nResolution shall be by credible media report. The end of August is 2019-08-31 23:59:59, Rome time.\n\nIn case of negative resolution, this will retroactively close 1 hour before the official announcement.",
                "fine_print": "",
                "post_id": 3038,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1567143748.34997,
                                "end_time": null,
                                "forecaster_count": 37,
                                "interval_lower_bounds": [
                                    0.01
                                ],
                                "centers": [
                                    0.04
                                ],
                                "interval_upper_bounds": [
                                    0.1
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1567143748.34997,
                            "end_time": null,
                            "forecaster_count": 37,
                            "interval_lower_bounds": [
                                0.01
                            ],
                            "centers": [
                                0.04
                            ],
                            "interval_upper_bounds": [
                                0.1
                            ],
                            "forecast_values": [
                                0.96,
                                0.04
                            ],
                            "means": [
                                0.08426467626410297
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    5.128028306804979,
                                    0.0,
                                    0.0,
                                    0.2761168848762875,
                                    1.258518306861837,
                                    0.0,
                                    0.7773919346032045,
                                    0.5457812878195709,
                                    0.0,
                                    0.9377674830734415,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2230884754427727,
                                    0.06290448966866473,
                                    0.0,
                                    0.0,
                                    0.19976240866306647,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14090675707744726,
                                    0.4984944939190113,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09622124116773499,
                                    0.0,
                                    0.07525773466807735,
                                    0.0,
                                    0.10972487483863327,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08228629620173637,
                                    0.0,
                                    0.016860822722490777,
                                    0.0,
                                    0.012897629776795667,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03216066299931179,
                                    0.006202750040840664,
                                    0.0,
                                    0.0,
                                    0.11040663447643079,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03860646978477285,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04583246801941605,
                                    0.0,
                                    0.0,
                                    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.422797961675132,
                            "coverage": 0.715336496909701,
                            "baseline_score": -2.8339697234468817,
                            "spot_peer_score": 13.995465677216867,
                            "peer_archived_score": 6.422797961675132,
                            "baseline_archived_score": -2.8339697234468817,
                            "spot_peer_archived_score": 13.995465677216867
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1567045782.558638,
                                "end_time": null,
                                "forecaster_count": 35,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1567045782.558638,
                            "end_time": null,
                            "forecaster_count": 35,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.6587077076500296,
                                0.3412922923499704
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 8,
                "user_vote": null
            },
            "forecasts_count": 114,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 3035,
            "title": "Will Tulsi Gabbard drop out before the Hawaii primary?",
            "short_title": "",
            "url_title": "",
            "slug": "will-tulsi-gabbard-drop-out-before-the-hawaii-primary",
            "author_id": 100345,
            "author_username": "EvanHarper",
            "coauthors": [],
            "created_at": "2019-08-17T18:21:49.610531Z",
            "published_at": "2019-08-19T22:00:00Z",
            "edited_at": "2025-09-05T17:28:55.244541Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-19T22:00:00Z",
            "comment_count": 31,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2020-03-19T14:30:00Z",
            "scheduled_close_time": "2020-04-03T16:00:00Z",
            "scheduled_resolve_time": "2020-04-03T16:00:00Z",
            "actual_resolve_time": "2020-03-19T14:30:00Z",
            "open_time": "2019-08-19T22:00:00Z",
            "nr_forecasters": 100,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_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": 3685,
                        "name": "Elections",
                        "slug": "elections",
                        "emoji": "🗳️",
                        "description": "Elections",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 3035,
                "title": "Will Tulsi Gabbard drop out before the Hawaii primary?",
                "created_at": "2019-08-17T18:21:49.610531Z",
                "open_time": "2019-08-19T22:00:00Z",
                "cp_reveal_time": "2019-08-20T19:49:47.070983Z",
                "spot_scoring_time": "2019-08-20T19:49:47.070983Z",
                "scheduled_resolve_time": "2020-04-03T16:00:00Z",
                "actual_resolve_time": "2020-03-19T14:30:00Z",
                "resolution_set_time": "2020-03-19T14:30:00Z",
                "scheduled_close_time": "2020-04-03T16:00:00Z",
                "actual_close_time": "2020-03-19T14: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": "",
                "resolution_criteria": "Hawaii Congresswoman Tusli Gabbard, a former Honolulu city councilor and Hawaii state representative, declared her Democratic presidential primary candidacy early in 2019. Though once considered a rising star by the party establishment, she has since become a pariah for what she sees as \"stand[ing] strong against [...] neolibs and neocons dragging us from one regime change war to the next\"; others in the party have seen her as a supporters of authoritarians abroad.\n\nAs of mid-August 2019, Gabbard stands at about 1% in the polling averages. It is still early, but the field is crowded and many other strong candidates have a path to the nomination.\n\nHawaii's primary will be well along in the voting, on April 4, 2020, about three months before the party convention.\n\n**Will Tulsi Gabbard have dropped out of the Presidential race before voting opens in Hawaii's primary election?**\n\nThis resolves positive if before the 2020 Hawaii Democratic primary, Tulsi Gabbard has claimed to no longer intend to participate in as a candidate in the 2020 presidential elections. The 2020 Hawaii primary is currently scheduled for April 4, 2020, but this could change. Resolution should be supported by credible news reports.",
                "fine_print": "",
                "post_id": 3035,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1584629875.982104,
                                "end_time": null,
                                "forecaster_count": 99,
                                "interval_lower_bounds": [
                                    0.21
                                ],
                                "centers": [
                                    0.4
                                ],
                                "interval_upper_bounds": [
                                    0.5
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1584629875.982104,
                            "end_time": null,
                            "forecaster_count": 99,
                            "interval_lower_bounds": [
                                0.21
                            ],
                            "centers": [
                                0.4
                            ],
                            "interval_upper_bounds": [
                                0.5
                            ],
                            "forecast_values": [
                                0.6,
                                0.4
                            ],
                            "means": [
                                0.4254716132271179
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.2970756975148425,
                                    0.0,
                                    0.007821688261774155,
                                    0.0,
                                    0.7752926901367718,
                                    0.0,
                                    0.6633302110538752,
                                    0.0,
                                    0.859060954280857,
                                    0.46665897609187307,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3658241735790676,
                                    0.0,
                                    0.0,
                                    0.019257120874992883,
                                    0.0,
                                    0.42455253374799096,
                                    0.9440788859299192,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06029862714898469,
                                    0.0,
                                    0.0,
                                    0.5418018867219165,
                                    0.0,
                                    0.791954347747491,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.041456195532145274,
                                    0.7905968075893933,
                                    0.6780863148943913,
                                    0.0,
                                    0.0,
                                    1.8212517956111576,
                                    0.11769900774096624,
                                    0.0,
                                    0.8162129203468208,
                                    0.0,
                                    1.0289191290282398,
                                    0.00577600594719291,
                                    0.07606673398096518,
                                    0.0,
                                    0.10344361232451159,
                                    2.619068909212074,
                                    0.1514322993678171,
                                    0.30116815527470003,
                                    0.0,
                                    0.06962124386259223,
                                    0.18191927831510826,
                                    0.0064036003922876925,
                                    0.001524981872424075,
                                    0.0,
                                    0.026640596278617843,
                                    0.6287171325174871,
                                    0.0,
                                    0.0,
                                    0.001315880072289434,
                                    0.0008075971130011883,
                                    0.14229194644921092,
                                    0.0,
                                    0.03740273695036656,
                                    0.0,
                                    0.0,
                                    0.0311439998759112,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16108292790828693,
                                    0.012498957873914782,
                                    0.0,
                                    0.016262027726336725,
                                    0.0,
                                    0.0,
                                    0.025156130494044394,
                                    0.0001963403728513482,
                                    0.0009587555935714907,
                                    0.0,
                                    0.0022953016071686487,
                                    0.03362666764955342,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002203309685334179,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20530181675532808,
                                    0.0,
                                    0.0,
                                    0.0006727592223594752,
                                    2.047766092334414
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 4.641208141476951,
                            "coverage": 0.9337000876094196,
                            "baseline_score": 6.664474127753447,
                            "spot_peer_score": 25.664208659621586,
                            "peer_archived_score": 4.641208141476951,
                            "baseline_archived_score": 6.664474127753447,
                            "spot_peer_archived_score": 25.664208659621586
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1584402901.851317,
                                "end_time": null,
                                "forecaster_count": 99,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1584402901.851317,
                            "end_time": null,
                            "forecaster_count": 99,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.721128120802474,
                                0.278871879197526
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 9,
                "user_vote": null
            },
            "forecasts_count": 313,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 3030,
            "title": "Will Kirsten Gillibrand drop out before the New York primary?",
            "short_title": "",
            "url_title": "",
            "slug": "will-kirsten-gillibrand-drop-out-before-the-new-york-primary",
            "author_id": 100345,
            "author_username": "EvanHarper",
            "coauthors": [],
            "created_at": "2019-08-13T18:43:32.898809Z",
            "published_at": "2019-08-15T22:00:00Z",
            "edited_at": "2025-09-05T17:29:24.497999Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-15T22:00:00Z",
            "comment_count": 15,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-08-28T21:30:00Z",
            "scheduled_close_time": "2020-04-27T16:00:00Z",
            "scheduled_resolve_time": "2020-04-27T16:00:00Z",
            "actual_resolve_time": "2019-08-28T21:30:00Z",
            "open_time": "2019-08-15T22:00:00Z",
            "nr_forecasters": 31,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_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": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 3030,
                "title": "Will Kirsten Gillibrand drop out before the New York primary?",
                "created_at": "2019-08-13T18:43:32.898809Z",
                "open_time": "2019-08-15T22:00:00Z",
                "cp_reveal_time": "2019-08-16T21:50:14.217141Z",
                "spot_scoring_time": "2019-08-16T21:50:14.217141Z",
                "scheduled_resolve_time": "2020-04-27T16:00:00Z",
                "actual_resolve_time": "2019-08-28T21:30:00Z",
                "resolution_set_time": "2019-08-28T21:30:00Z",
                "scheduled_close_time": "2020-04-27T16:00:00Z",
                "actual_close_time": "2019-08-28T21: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": "",
                "resolution_criteria": "Kirsten Gillibrand, junior United States Senator for New York and former New York congresswoman, launched her Democratic presidential primary candidacy early in 2019. She has a \"soaring national profile in the U.S. Senate\" (Politico) and a particular appeal to college-educated women, but has struggled to break 1% in polling. It is still early, but the field is crowded and many other strong candidates have a path to the nomination.\n\nBy 28 April 2020, when New York's primary is expected to take place, most of the Democratic primary electorate will have already voted and the party convention will be just two-and-a-half months away.\n\n**Will Kirsten Gillibrand have dropped out of the Presidential race before voting opens in New York's primary election?**\n\nThis resolves positive if before the 2020 New York Democratic primary, Kirsten Gillibrand has claimed to no longer intend to participate in as a candidate in the 2020 presidential elections. The 2020 New York Democratic primary is currently expected for Tuesday, April 28, 2020, but this could change. Resolution should be supported by credible news reports.",
                "fine_print": "",
                "post_id": 3030,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1567028524.419733,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.84
                                ],
                                "centers": [
                                    0.9
                                ],
                                "interval_upper_bounds": [
                                    0.96
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1567028524.419733,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.84
                            ],
                            "centers": [
                                0.9
                            ],
                            "interval_upper_bounds": [
                                0.96
                            ],
                            "forecast_values": [
                                0.09999999999999998,
                                0.9
                            ],
                            "means": [
                                0.8931118274731848
                            ],
                            "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,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12856727458371708,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.17748291552827444,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11160910633783082,
                                    0.014369596090439076,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4887786429344815,
                                    0.08253138866588176,
                                    0.019746017729336655,
                                    0.0,
                                    0.0,
                                    0.26893032268036543,
                                    0.0,
                                    0.0,
                                    0.5724472223148853,
                                    0.8355804261814468,
                                    0.9096780712946189,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.040463113133740285,
                                    1.7344757185266053,
                                    0.0,
                                    0.1799995535041516,
                                    0.09630553750946041,
                                    0.0,
                                    1.4050369633677868,
                                    0.46866138545748215,
                                    0.0,
                                    0.0,
                                    2.290764274725917
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 0.2427403432568231,
                            "coverage": 0.05058985068788268,
                            "baseline_score": 3.403854107628927,
                            "spot_peer_score": 9.21679048151627,
                            "peer_archived_score": 0.2427403432568231,
                            "baseline_archived_score": 3.403854107628927,
                            "spot_peer_archived_score": 9.21679048151627
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1566922617.247897,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1566922617.247897,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.28399028368513424,
                                0.7160097163148658
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 6,
                "user_vote": null
            },
            "forecasts_count": 46,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 3029,
            "title": "[Short Fuse] Will more than 10% of flights departing from Hong Kong Intl. Airport be cancelled on the 16th of August 2019?",
            "short_title": "",
            "url_title": "",
            "slug": "short-fuse-will-more-than-10-of-flights-departing-from-hong-kong-intl-airport-be-cancelled-on-the-16th-of-august-2019",
            "author_id": 105951,
            "author_username": "Sylvain",
            "coauthors": [],
            "created_at": "2019-08-13T14:13:00.367179Z",
            "published_at": "2019-08-14T09:00:00Z",
            "edited_at": "2025-09-05T17:28:49.531877Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-14T09:00:00Z",
            "comment_count": 17,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-08-15T20:00:00Z",
            "scheduled_close_time": "2019-08-15T20:00:00Z",
            "scheduled_resolve_time": "2019-08-17T15:52:00Z",
            "actual_resolve_time": "2019-08-17T15:52:00Z",
            "open_time": "2019-08-14T09:00:00Z",
            "nr_forecasters": 24,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_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": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 3029,
                "title": "[Short Fuse] Will more than 10% of flights departing from Hong Kong Intl. Airport be cancelled on the 16th of August 2019?",
                "created_at": "2019-08-13T14:13:00.367179Z",
                "open_time": "2019-08-14T09:00:00Z",
                "cp_reveal_time": "2019-08-14T16:37:44.339655Z",
                "spot_scoring_time": "2019-08-14T16:37:44.339655Z",
                "scheduled_resolve_time": "2019-08-17T15:52:00Z",
                "actual_resolve_time": "2019-08-17T15:52:00Z",
                "resolution_set_time": "2019-08-17T15:52:00Z",
                "scheduled_close_time": "2019-08-15T20:00:00Z",
                "actual_close_time": "2019-08-15T20: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": "The Hong Kong protesters have recently started occupying Hong Kong Intl. Airport, disrupting many flights.\n\nAccording to the Hong Kong Intl. Airport's [website](https://www.hongkongairport.com/en/flights/departures/passenger.page), on the 12th of August 2019, 118 of 522 departing flights (23%) had been cancelled. As of writing, for the 13th of August, 218 of 511 departing flights were cancelled (43%). For the 14th of August, 56 of 510 departing flights were already cancelled (11%).\n\nQuestion: **On the 16th of August, will the Hong Kong Intl. Airport's [website](https://www.hongkongairport.com/en/flights/departures/passenger.page) list >= 10% of departing flights as \"Cancelled\"?**\n\nResolution:\n\n + The percentages are to be computed from the \"Status\" column of the [linked page](https://www.hongkongairport.com/en/flights/departures/passenger.page) for the relevant day (the website is on HK time), counting number of lines with \"Cancelled\", and the total number of lines. \n + Sadly the website only lists flights from the previous day onward, so the numbers will have to be checked on the 17th at the latest.\n + Failure to retrieve the numbers for any reason resolves ambiguous.\n + **Less than 250 departing flights being scheduled for the 16th resolves ambiguous.**",
                "fine_print": "",
                "post_id": 3029,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1565895967.143421,
                                "end_time": null,
                                "forecaster_count": 24,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.08
                                ],
                                "interval_upper_bounds": [
                                    0.13
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1565895967.143421,
                            "end_time": null,
                            "forecaster_count": 24,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.08
                            ],
                            "interval_upper_bounds": [
                                0.13
                            ],
                            "forecast_values": [
                                0.92,
                                0.08
                            ],
                            "means": [
                                0.10739481529831141
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.5187470996717524,
                                    1.0550794007083677,
                                    0.0,
                                    0.8187405983507441,
                                    0.0,
                                    0.9268943635580345,
                                    0.9019935026160223,
                                    0.0,
                                    1.7954987593011562,
                                    0.0,
                                    0.0,
                                    0.7287651222345652,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20549066020331952,
                                    0.0,
                                    0.49998100826092995,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5827013185393793,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04213280279121279,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0697448631166007,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1497213340679702,
                                    0.020262579152652255,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 8.307979288501874,
                            "coverage": 0.9824271474452246,
                            "baseline_score": 66.70856004274341,
                            "spot_peer_score": 8.136049063567192,
                            "peer_archived_score": 8.307979288501874,
                            "baseline_archived_score": 66.70856004274341,
                            "spot_peer_archived_score": 8.136049063567192
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1565890665.238658,
                                "end_time": null,
                                "forecaster_count": 24,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1565890665.238658,
                            "end_time": null,
                            "forecaster_count": 24,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.7690540053795298,
                                0.23094599462047014
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 4,
                "user_vote": null
            },
            "forecasts_count": 55,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 3026,
            "title": "Will Tom Brady retire when his current contract is up?",
            "short_title": "",
            "url_title": "",
            "slug": "will-tom-brady-retire-when-his-current-contract-is-up",
            "author_id": 103907,
            "author_username": "darkives",
            "coauthors": [],
            "created_at": "2019-08-12T15:21:27.158405Z",
            "published_at": "2019-08-15T22:00:00Z",
            "edited_at": "2025-09-05T17:28:59.540098Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-15T22:00:00Z",
            "comment_count": 2,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-10-11T21:00:00Z",
            "scheduled_close_time": "2019-10-11T21:00:00Z",
            "scheduled_resolve_time": "2023-02-07T12:47:00Z",
            "actual_resolve_time": "2023-02-07T12:47:00Z",
            "open_time": "2019-08-15T22:00:00Z",
            "nr_forecasters": 37,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32602,
                        "name": "2016-2025 Leaderboard",
                        "slug": "2016_2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "category": [
                    {
                        "id": 3696,
                        "name": "Sports & Entertainment",
                        "slug": "sports-entertainment",
                        "emoji": "🏀",
                        "description": "Sports & Entertainment",
                        "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"
                    }
                ],
                "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"
                }
            },
            "question": {
                "id": 3026,
                "title": "Will Tom Brady retire when his current contract is up?",
                "created_at": "2019-08-12T15:21:27.158405Z",
                "open_time": "2019-08-15T22:00:00Z",
                "cp_reveal_time": "2019-08-17T18:36:58.203534Z",
                "spot_scoring_time": "2019-08-17T18:36:58.203534Z",
                "scheduled_resolve_time": "2023-02-07T12:47:00Z",
                "actual_resolve_time": "2023-02-07T12:47:00Z",
                "resolution_set_time": "2023-02-07T12:47:00Z",
                "scheduled_close_time": "2019-10-11T21:00:00Z",
                "actual_close_time": "2019-10-11T21: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": "[Tom Brady](https://en.wikipedia.org/wiki/Tom_Brady) is 42 years old and is about to start yet another season as the quarterback for the NFL's New England Patriots. Brady already holds the NFL records for being the oldest QB to lead the league in passing, the oldest player to be named MVP of the Super Bowl, and the oldest quarterback to start in—not to mention win—the Super Bowl (which he did earlier this year, at age 41). He is also the [tenth-oldest quarterback](http://www.oldest.org/sports/nfl-quarterbacks/) ever to play in the league.\n\nThe Patriots have recently [extended](https://www.espn.com/nfl/story/_/id/27321411/source-pats-extend-brady-qb-gets-23m-19) Brady's contract through the end of the 2021–2022 season, at which time he would be 44 years old. He has long talked about wanting to play into his mid-40s, and [some](https://nesn.com/2019/08/why-former-nfl-qb-can-see-tom-brady-playing-until-hes-50-years-old/) have suggested that he could play until he is 50 years old. More analysis is [here](https://fivethirtyeight.com/features/tom-brady-and-drew-brees-have-blown-up-the-qb-aging-curve-what-comes-next/).\n\n*Therefore it is asked, will Tom Brady retire on or before the expiration of his current contract?*\n\nThis question will resolve positively if Tom Brady does not play in a single regular-season game in the 2022–2023 NFL season, for any reason. It will resolve negatively if he does play in at least one regular-season game in the 2022–2023 NFL season. The question will resolve ambiguously if there is no 2022–2023 NFL season.",
                "fine_print": "",
                "post_id": 3026,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1570813183.713377,
                                "end_time": null,
                                "forecaster_count": 37,
                                "interval_lower_bounds": [
                                    0.53
                                ],
                                "centers": [
                                    0.55
                                ],
                                "interval_upper_bounds": [
                                    0.65
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1570813183.713377,
                            "end_time": null,
                            "forecaster_count": 37,
                            "interval_lower_bounds": [
                                0.53
                            ],
                            "centers": [
                                0.55
                            ],
                            "interval_upper_bounds": [
                                0.65
                            ],
                            "forecast_values": [
                                0.44999999999999996,
                                0.55
                            ],
                            "means": [
                                0.5658995987794505
                            ],
                            "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,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3386586773479101,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4977796731925345,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09622124116773499,
                                    0.0,
                                    0.0,
                                    0.03216066299931179,
                                    0.0,
                                    0.5457812878195709,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18961981014242568,
                                    0.41205019373819135,
                                    0.0,
                                    1.563001608937523,
                                    0.7777618131431029,
                                    1.5070081580639596,
                                    0.7669602887940145,
                                    0.0,
                                    0.0,
                                    0.8464681131236458,
                                    0.2211126005258973,
                                    0.0,
                                    0.016860822722490777,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.122583559835128,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5975016895580821,
                                    0.0,
                                    0.0,
                                    0.30611848541644116,
                                    0.06290448966866473,
                                    0.5261737699151915,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24849146739470301,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 2.8600398434118532,
                            "coverage": 0.9991725612102869,
                            "baseline_score": -14.810085022211293,
                            "spot_peer_score": 12.483171616741027,
                            "peer_archived_score": 2.8600398434118532,
                            "baseline_archived_score": -14.810085022211293,
                            "spot_peer_archived_score": 12.483171616741027
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1570722979.441468,
                                "end_time": null,
                                "forecaster_count": 36,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1570722979.441468,
                            "end_time": null,
                            "forecaster_count": 36,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.5738457768401675,
                                0.42615422315983253
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 2,
                "user_vote": null
            },
            "forecasts_count": 60,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 3021,
            "title": "Will the significant discrepancies in Hubble parameter determinations be resolved by 2030 within the ΛCDM standard cosmological model?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-significant-discrepancies-in-hubble-parameter-determinations-be-resolved-by-2030-within-the-cdm-standard-cosmological-model",
            "author_id": 110219,
            "author_username": "jrdmb",
            "coauthors": [],
            "created_at": "2019-08-09T23:17:12.382509Z",
            "published_at": "2019-08-18T22:00:00Z",
            "edited_at": "2025-11-02T08:43:25.368078Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-18T22:00:00Z",
            "comment_count": 11,
            "status": "open",
            "resolved": false,
            "actual_close_time": null,
            "scheduled_close_time": "2030-01-01T08:00:00Z",
            "scheduled_resolve_time": "2030-01-01T08:00:00Z",
            "actual_resolve_time": null,
            "open_time": "2019-08-18T22:00:00Z",
            "nr_forecasters": 48,
            "html_metadata_json": null,
            "projects": {
                "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": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3695,
                        "name": "Space",
                        "slug": "space",
                        "emoji": "🚀",
                        "description": "Space",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 3021,
                "title": "Will the significant discrepancies in Hubble parameter determinations be resolved by 2030 within the ΛCDM standard cosmological model?",
                "created_at": "2019-08-09T23:17:12.382509Z",
                "open_time": "2019-08-18T22:00:00Z",
                "cp_reveal_time": "2019-08-20T22:00:00Z",
                "spot_scoring_time": "2019-08-20T22:00:00Z",
                "scheduled_resolve_time": "2030-01-01T08:00:00Z",
                "actual_resolve_time": null,
                "resolution_set_time": null,
                "scheduled_close_time": "2030-01-01T08:00:00Z",
                "actual_close_time": "2030-01-01T08:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "open",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": null,
                "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": "The Hubble \"constant\", \\(H_0\\), is basically the _current_ expansion rate of the universe (the expansion rate varies with time).\nTwo main ways to [determine the value of \\(H_0\\)](https://en.wikipedia.org/wiki/Hubble%27s_law#Measured_values_of_the_Hubble_constant) are based on different approaches contrasting early universe vs late universe methodologies. The issue is that the values determined by these two independent methods have now widened to the point where there is a significant statistical difference of approximately 4 to 5 sigma between the two, despite the increasing precision of each method's results over time. This difference is now widely considered among experts as having become a problem for the [ΛCDM standard model of cosmology](https://en.wikipedia.org/wiki/Lambda-CDM_model) (or even, among some, as a crisis). Continuing observational projects and theoretical work have been dedicated at attempts to understand and resolve the discrepancy.\n\nA mid-July 2019 [workshop at the Kavli Institute for Theoretical Physics at UCSB](https://www.kitp.ucsb.edu/activities/enervac-c19) was convened to bring together both experimental and theoretical researchers in the field to review and assess the current state of affairs and identify promising next steps at resolution. The coordinators for this event drafted a paper [Tensions between the Early and the Late Universe](https://arxiv.org/abs/1907.10625) summarizing the event proceedings.  An image from this paper plotting the different values determined by the various methods is [at this link](https://i.imgur.com/iDBM8hD.jpg). \n\nVideos and slides of the talks are available [at this conference website link](http://online.kitp.ucsb.edu/online/enervac-c19/).  There are also a number of excellent recent science media articles about this issue, e.g. (in descending published date order) by [Natalie Wolchover](https://www.quantamagazine.org/cosmologists-debate-how-fast-the-universe-is-expanding-20190808/), [Emily Conover](https://www.sciencenews.org/article/debate-universe-expansion-rate-hubble-constant-physics-crisis), [Josh Sokol](https://www.sciencemag.org/news/2019/07/debate-intensifies-over-speed-expanding-universe), and [Davide Castelvecchi](https://www.nature.com/articles/d41586-019-02198-z). There is also a [twitter hashtag](https://twitter.com/search?q=kitp_h0ttakes&src=typed_query&f=live) devoted to the workshop activity with, e.g., some of the participants tweeting their live reactions during the workshop.\n\nSome examples of areas under investigation for a possible eventual resolution include: (a) identifying and correcting systematic errors in the various determination methods, (b) an [early dark energy](https://arxiv.org/abs/1811.04083) injection prior to recombination, (c) [nonstandard neutrino physics](https://arxiv.org/abs/1902.00534), (d) gravity modifications, and in general (e) searching for a discovery of new physics that modifies or replaces the current [ΛCDM standard model of cosmology](https://en.wikipedia.org/wiki/Lambda-CDM_model). As an overview for possible ways forward, a new paper, [The Hubble Hunter's Guide](https://arxiv.org/abs/1908.03663), attempts \"to consider the broadest possible set of potential cosmological solutions to reconcile\" the opposing observations.\n\nThe question asks:\n\n**By 01-Jan-2030, will the source(s) of the current tension in H0 results be resolved without a need to replace the ΛCDM standard cosmological model?**\n\nA [criteria that was suggested for determining consensus on a resolution](https://www.metaculus.com/questions/3021/will-the-significant-discrepancies-in-the-measured-values-of-the-hubble-constant-h_0-be-resolved-by-2030/#comment-15872) is to poll researchers working on this issue near the question close date, asking what sigma they ascribe to the discrepancy, assuming ΛCDM. A positive resolution results if the mean of replies by at least 5 polled cosmologists is < 2 sigma. A mean of > 4 sigma resolves as negative; between 2 and 3 is an indeterminate resolution.  \n\nFootnote: Examples of early universe methods - Planck, DES+BAO+BBN versus late time methods - SH0ES, CCHP, H0LiCOW, MIRAS, Megamasers, Surface Brightness Fluctuations. See [this graphic](https://i.imgur.com/iDBM8hD.jpg) for an illustrative plot of the differences. More information on these methods is in the [conference summary paper](https://arxiv.org/abs/1907.10625). Note that by 2030, H_0 determinations from [gravitational wave standard sirens](https://arxiv.org/abs/1812.07775) is likely to have become a robust late time method.",
                "fine_print": "",
                "post_id": 3021,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1763580532.895676,
                                "end_time": 1765154857.878497,
                                "forecaster_count": 36,
                                "interval_lower_bounds": [
                                    0.4
                                ],
                                "centers": [
                                    0.48
                                ],
                                "interval_upper_bounds": [
                                    0.57
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1763580532.895676,
                            "end_time": 1765154857.878497,
                            "forecaster_count": 36,
                            "interval_lower_bounds": [
                                0.4
                            ],
                            "centers": [
                                0.48
                            ],
                            "interval_upper_bounds": [
                                0.57
                            ],
                            "forecast_values": [
                                0.52,
                                0.48
                            ],
                            "means": [
                                0.49054984245660804
                            ],
                            "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,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.028709986438327752,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.15306473011963811,
                                    0.0,
                                    0.05855889144026411,
                                    1.216998672059816,
                                    0.0,
                                    0.1595550832731236,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5415065023169958,
                                    1.257002740095615,
                                    0.03493560780589553,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6490564168471212,
                                    0.0,
                                    0.0,
                                    1.1618420150470017,
                                    0.0,
                                    0.31488450481778163,
                                    1.6311082373406398,
                                    0.041937583413620604,
                                    0.492383508225005,
                                    0.0,
                                    0.0,
                                    0.44760345783570343,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5698735640813313,
                                    0.0,
                                    0.1045235772690511,
                                    0.06379755489040283,
                                    0.0,
                                    0.3325315572279212,
                                    0.0,
                                    0.7745776596494143,
                                    0.3678794411714424,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0975061826010293,
                                    0.0,
                                    0.0,
                                    0.010195728329581903,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1728287984.919192,
                                "end_time": null,
                                "forecaster_count": 46,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1728287984.919192,
                            "end_time": null,
                            "forecaster_count": 46,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.604139863591679,
                                0.395860136408321
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 14,
                "user_vote": null
            },
            "forecasts_count": 147,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2985,
            "title": "Will the Chinese police or military intervene in Hong Kong in August 2019?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-chinese-police-or-military-intervene-in-hong-kong-in-august-2019",
            "author_id": 105951,
            "author_username": "Sylvain",
            "coauthors": [],
            "created_at": "2019-08-07T08:01:06.436422Z",
            "published_at": "2019-08-09T22:00:00Z",
            "edited_at": "2025-09-05T17:29:06.842211Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-09T22:00:00Z",
            "comment_count": 65,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-08-31T06:59:00Z",
            "scheduled_close_time": "2019-08-31T06:59:00Z",
            "scheduled_resolve_time": "2019-09-07T11:55:00Z",
            "actual_resolve_time": "2019-09-07T11:55:00Z",
            "open_time": "2019-08-09T22:00:00Z",
            "nr_forecasters": 75,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_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"
                    },
                    {
                        "id": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2985,
                "title": "Will the Chinese police or military intervene in Hong Kong in August 2019?",
                "created_at": "2019-08-07T08:01:06.436422Z",
                "open_time": "2019-08-09T22:00:00Z",
                "cp_reveal_time": "2019-08-10T13:43:55.536500Z",
                "spot_scoring_time": "2019-08-10T13:43:55.536500Z",
                "scheduled_resolve_time": "2019-09-07T11:55:00Z",
                "actual_resolve_time": "2019-09-07T11:55:00Z",
                "resolution_set_time": "2019-09-07T11:55:00Z",
                "scheduled_close_time": "2019-08-31T06:59:00Z",
                "actual_close_time": "2019-08-31T06:59: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": "Since the 31st of March 2019, Hong Kong has been the stage of mass protests initially against a bill that would facilitate extraditions to China ([wikipedia](https://en.wikipedia.org/wiki/2019_Hong_Kong_anti-extradition_bill_protests)).\n\nOn the 6th of August 2019, Chinese officials hardened their rethoric (Reuters: [1](https://www.reuters.com/article/us-hongkong-protests-china-office/china-warns-hong-kong-protesters-not-to-play-with-fire-idUSKCN1UW0L3), [2](https://www.reuters.com/article/us-hongkong-protests/hong-kong-facing-worst-crisis-since-handover-senior-china-official-idUSKCN1UX089), [3](https://www.reuters.com/article/us-hongkong-protests-china/chinese-official-says-hong-kong-facing-biggest-crisis-since-1997-idUSKCN1UX07K)) but still did not mention the possibility of direct intervention from the mainland.\n\n[This article](https://www.lemonde.fr/international/article/2019/08/06/a-hongkong-une-intervention-par-la-force-est-de-plus-en-plus-probable_5497189_3210.html)(fr) identifies three entities under direct chinese authorities which could intervene in Hong Kong:\n\n - The [People's Armed Police](https://en.wikipedia.org/wiki/People%27s_Armed_Police) (PAP), a paramilitary police under the authority of the [Central Military Commission](https://en.wikipedia.org/wiki/Central_Military_Commission_(China)).\n - The [People's Liberation Army](https://en.wikipedia.org/wiki/People%27s_Liberation_Army) (PLA), a military force with 5000 troops stationned in Hong Kong. Hong Kong law allows its intervention by request of the Hong Kong government.\n - The [Chinese Police](https://en.wikipedia.org/wiki/Public_security_bureau_(China)), which could reinforce the equivalent [Hong Kong Police Force](https://en.wikipedia.org/wiki/Hong_Kong_Police_Force).\n\nQuestion: Will either [PLA](https://en.wikipedia.org/wiki/People%27s_Liberation_Army), [PAP](https://en.wikipedia.org/wiki/People%27s_Armed_Police), or [mainland police](https://en.wikipedia.org/wiki/Public_security_bureau_(China)) personnel physically intervene to oppose protesters in Hong Kong before septembre 1st 2019?\n\nPositive resolution will be by either: \n\n 1. The Chinese or Hong Kong government (or any such government affiliated body) declaring this has happened.\n 2. A UN Security Council permanent member government declaring this has happened.\n 3. Overwhelming media report this has happened (at least 5 separate first hand accounts, preferably with photographic evidence).\n\nPhysical intervention is taken here to mean that at least some personnel of the Chinese police or PLA or PAP is involved in the controlling, dispersing, or arresting people who are involved in a riot, demonstration, or protest in Hong Kong. These personnel may or may not be requested to assist by Hong Kong government, or the Hong Kong police. \n\nThe question resolves negatively if evidence in accordance with the above three criteria of the Chinese police or military intervening in August are not found before the end of 7th of September, 2019.\n\nPositive resolution retroactively closes the question 24 hours before the events.",
                "fine_print": "",
                "post_id": 2985,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1567234153.970256,
                                "end_time": null,
                                "forecaster_count": 75,
                                "interval_lower_bounds": [
                                    0.01
                                ],
                                "centers": [
                                    0.03
                                ],
                                "interval_upper_bounds": [
                                    0.09
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1567234153.970256,
                            "end_time": null,
                            "forecaster_count": 75,
                            "interval_lower_bounds": [
                                0.01
                            ],
                            "centers": [
                                0.03
                            ],
                            "interval_upper_bounds": [
                                0.09
                            ],
                            "forecast_values": [
                                0.97,
                                0.03
                            ],
                            "means": [
                                0.06505800085736577
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    5.463188532521916,
                                    1.185554290982925,
                                    2.1865010565654583,
                                    1.0938294068183714,
                                    0.17917004356812524,
                                    0.644984825271051,
                                    0.6118322949123771,
                                    0.4274130675954733,
                                    0.7862531831696383,
                                    1.0953352682886952,
                                    0.0,
                                    0.04145990502278528,
                                    0.06430137558421471,
                                    0.20079456988580613,
                                    0.29577140563707605,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.015174815764353458,
                                    0.08057739024921623,
                                    0.0,
                                    0.48600712851827554,
                                    0.007309381265023569,
                                    0.0,
                                    0.008260129174133244,
                                    0.0,
                                    0.0,
                                    0.013550184787389273,
                                    0.0,
                                    0.5653425099083469,
                                    0.0,
                                    0.008001115468569263,
                                    0.176921206317764,
                                    0.0,
                                    0.04961809028037504,
                                    0.045388810230191125,
                                    0.00047118769608376065,
                                    0.0,
                                    0.0,
                                    0.012062988077826794,
                                    0.0,
                                    0.0009797596903721119,
                                    0.0,
                                    0.0,
                                    0.008335175629822337,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002007702400494954,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0029327142690001094,
                                    0.0,
                                    0.005537830714382468,
                                    0.0,
                                    0.0,
                                    0.025725976524552732,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.028403737957569904,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.002443062932311581,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.004095049893788444,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": 13.0798272794593,
                            "coverage": 0.9997933897413918,
                            "baseline_score": 44.507843663683865,
                            "spot_peer_score": 13.24491897352914,
                            "peer_archived_score": 13.0798272794593,
                            "baseline_archived_score": 44.507843663683865,
                            "spot_peer_archived_score": 13.24491897352914
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1567227305.393039,
                                "end_time": null,
                                "forecaster_count": 75,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1567227305.393039,
                            "end_time": null,
                            "forecaster_count": 75,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8794064265888103,
                                0.12059357341118966
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 19,
                "user_vote": null
            },
            "forecasts_count": 339,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2982,
            "title": "By May 2020, will a single language model obtain an average score equal to or greater than 90% on the SuperGLUE benchmark?",
            "short_title": "SuperGLUE 90% benchmark",
            "url_title": "SuperGLUE 90% benchmark",
            "slug": "superglue-90-benchmark",
            "author_id": 100597,
            "author_username": "ghabs",
            "coauthors": [],
            "created_at": "2019-08-05T21:37:48.536915Z",
            "published_at": "2019-08-09T22:00:00Z",
            "edited_at": "2025-09-05T17:29:08.785797Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-09T22:00:00Z",
            "comment_count": 28,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-12-30T08:00:00Z",
            "scheduled_close_time": "2019-12-30T08:00:00Z",
            "scheduled_resolve_time": "2020-05-03T13:55:00Z",
            "actual_resolve_time": "2020-05-03T13:55:00Z",
            "open_time": "2019-08-09T22:00:00Z",
            "nr_forecasters": 74,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15869,
                        "name": "Artificial Intelligence",
                        "slug": "ai",
                        "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"
                    }
                ],
                "question_series": [
                    {
                        "id": 2344,
                        "type": "question_series",
                        "name": "AI Technical Benchmarks",
                        "slug": "ai-technical-benchmarks",
                        "header_image": "https://cdn.metaculus.com/technical.png",
                        "prize_pool": null,
                        "start_date": null,
                        "close_date": null,
                        "forecasting_end_date": null,
                        "html_metadata_json": null,
                        "is_ongoing": true,
                        "user_permission": null,
                        "created_at": "2023-11-08T16:55:29.484707Z",
                        "edited_at": "2025-11-22T20:04:18.980942Z",
                        "score_type": "relative_legacy_tournament",
                        "default_permission": "forecaster",
                        "visibility": "normal",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "exclude_and_show"
                    }
                ],
                "default_project": {
                    "id": 2344,
                    "type": "question_series",
                    "name": "AI Technical Benchmarks",
                    "slug": "ai-technical-benchmarks",
                    "header_image": "https://cdn.metaculus.com/technical.png",
                    "prize_pool": null,
                    "start_date": null,
                    "close_date": null,
                    "forecasting_end_date": null,
                    "html_metadata_json": null,
                    "is_ongoing": true,
                    "user_permission": null,
                    "created_at": "2023-11-08T16:55:29.484707Z",
                    "edited_at": "2025-11-22T20:04:18.980942Z",
                    "score_type": "relative_legacy_tournament",
                    "default_permission": "forecaster",
                    "visibility": "normal",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "exclude_and_show"
                },
                "category": [
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3694,
                        "name": "Artificial Intelligence",
                        "slug": "artificial-intelligence",
                        "emoji": "🤖",
                        "description": "Artificial Intelligence",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2982,
                "title": "By May 2020, will a single language model obtain an average score equal to or greater than 90% on the SuperGLUE benchmark?",
                "created_at": "2019-08-05T21:37:48.536915Z",
                "open_time": "2019-08-09T22:00:00Z",
                "cp_reveal_time": "2019-08-10T17:21:09.391677Z",
                "spot_scoring_time": "2019-08-10T17:21:09.391677Z",
                "scheduled_resolve_time": "2020-05-03T13:55:00Z",
                "actual_resolve_time": "2020-05-03T13:55:00Z",
                "resolution_set_time": "2020-05-03T13:55:00Z",
                "scheduled_close_time": "2019-12-30T08:00:00Z",
                "actual_close_time": "2019-12-30T08: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": "The [SuperGlue Benchmark](https://super.gluebenchmark.com/) measures progress in language understanding tasks. \n\nThe original benchmark, GLUE (General Language Understanding Evaluation) is a collection of language understanding tasks built on established existing datasets and selected to cover a diverse range of dataset sizes, text genres, and degrees of difficulty. The tasks were sourced from a survey of ML researchers, and it was launched in mid 2018. [Several models](https://gluebenchmark.com/leaderboard/) have now surpassed the GLUE human baseline.\n\nThe new SuperGLUE benchmark contains a set of more [difficult language understanding tasks](https://super.gluebenchmark.com/tasks). Human Level performance on the SuperGlue baseline is 89.8. The current best performing ML model as of July 19th, 2019 is BERT++ with a score of 71.5. Will language model performance have progressed enough that by next year one will have superhuman performance on the SuperGLUE benchmark?",
                "resolution_criteria": "This question will be resolved as true if, according to the public [SuperGLUE benchmark leaderboard](https://super.gluebenchmark.com/leaderboard), a single entry has a score of 90% or higher. This question closes and resolves retroactively 48 hours before the first such score is listed on the SuperGLUE benchmark leaderboard.",
                "fine_print": "",
                "post_id": 2982,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1577677546.601461,
                                "end_time": null,
                                "forecaster_count": 74,
                                "interval_lower_bounds": [
                                    0.78
                                ],
                                "centers": [
                                    0.85
                                ],
                                "interval_upper_bounds": [
                                    0.92
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1577677546.601461,
                            "end_time": null,
                            "forecaster_count": 74,
                            "interval_lower_bounds": [
                                0.78
                            ],
                            "centers": [
                                0.85
                            ],
                            "interval_upper_bounds": [
                                0.92
                            ],
                            "forecast_values": [
                                0.15000000000000002,
                                0.85
                            ],
                            "means": [
                                0.8201479472137156
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.31549987370221994,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09467292063321112,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.08734309772970561,
                                    0.0010381920838562959,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0007555144087175598,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0021274407994285806,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34906719769614464,
                                    0.0,
                                    0.016788208467603552,
                                    0.0,
                                    0.0031076199278334622,
                                    0.03281106341016026,
                                    0.0,
                                    0.3745786180276855,
                                    0.0,
                                    0.028094076707128768,
                                    0.3079906308771785,
                                    0.21995282972580607,
                                    0.5475369850104072,
                                    0.0,
                                    0.27088342809749516,
                                    0.014358311246418655,
                                    0.0,
                                    0.0,
                                    0.9433465922480667,
                                    0.0,
                                    0.226567834348389,
                                    0.0,
                                    0.033167896481265315,
                                    0.4381179308298777,
                                    0.0,
                                    1.4417409578468379,
                                    0.0,
                                    0.22244923589486904,
                                    0.7899978921399792,
                                    0.4247058044294796,
                                    1.1149032126031555,
                                    0.10251256047355009,
                                    0.0,
                                    1.1400831566851481,
                                    0.0,
                                    1.4941961636554155,
                                    0.052577289157086836,
                                    0.7396859422001165,
                                    0.1293948440529297,
                                    0.259288350972328,
                                    1.36014622047527,
                                    0.11089172218023127,
                                    0.04393255368134378,
                                    0.0,
                                    1.9754107431391417
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": -14.769284271601716,
                            "coverage": 0.9996862401864272,
                            "baseline_score": -125.68161743673791,
                            "spot_peer_score": 20.189043420344188,
                            "peer_archived_score": -14.769284271601716,
                            "baseline_archived_score": -125.68161743673791,
                            "spot_peer_archived_score": 20.189043420344188
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1577677455.830178,
                                "end_time": null,
                                "forecaster_count": 74,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1577677455.830178,
                            "end_time": null,
                            "forecaster_count": 74,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.6282165645549345,
                                0.3717834354450655
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 12,
                "user_vote": null
            },
            "forecasts_count": 199,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The [SuperGlue Benchmark](https://super.gluebenchmark.com/) measures progress in language understanding tasks. \n\nThe original benchmark, GLUE (General Language Understanding Evaluation) is a collection of language understanding tasks built on established existing datasets and selected to cover a diverse range of dataset sizes, text genres, and degrees of difficulty. The tasks were sourced from a survey of ML researchers, and it was launched in mid 2018. [Several models](https://gluebenchmark.com/leaderboard/) have now surpassed the GLUE human baseline.\n\nThe new SuperGLUE benchmark contains a set of more [difficult language understanding tasks](https://super.gluebenchmark.com/tasks). Human Level performance on the SuperGlue baseline is 89.8. The current best performing ML model as of July 19th, 2019 is BERT++ with a score of 71.5. Will language model performance have progressed enough that by next year one will have superhuman performance on the SuperGLUE benchmark?"
        },
        {
            "id": 2976,
            "title": "Will there be more ArXiv AI publications in the “Computation and Language” subcategory than in the “Computer Vision and Pattern Recognition” subcategory in the calendar year 2019?",
            "short_title": "",
            "url_title": "",
            "slug": "will-there-be-more-arxiv-ai-publications-in-the-computation-and-language-subcategory-than-in-the-computer-vision-and-pattern-recognition-subcategory-in-the-calendar-year-2019",
            "author_id": 104761,
            "author_username": "Tamay",
            "coauthors": [],
            "created_at": "2019-08-05T20:11:44.630058Z",
            "published_at": "2019-08-09T22:00:00Z",
            "edited_at": "2025-09-05T17:29:27.357886Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-09T22:00:00Z",
            "comment_count": 7,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-12-31T23:00:00Z",
            "scheduled_close_time": "2019-12-31T23:00:00Z",
            "scheduled_resolve_time": "2020-02-04T13:12:00Z",
            "actual_resolve_time": "2020-02-04T13:12:00Z",
            "open_time": "2019-08-09T22:00:00Z",
            "nr_forecasters": 53,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15869,
                        "name": "Artificial Intelligence",
                        "slug": "ai",
                        "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"
                    }
                ],
                "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": 3694,
                        "name": "Artificial Intelligence",
                        "slug": "artificial-intelligence",
                        "emoji": "🤖",
                        "description": "Artificial Intelligence",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2976,
                "title": "Will there be more ArXiv AI publications in the “Computation and Language” subcategory than in the “Computer Vision and Pattern Recognition” subcategory in the calendar year 2019?",
                "created_at": "2019-08-05T20:11:44.630058Z",
                "open_time": "2019-08-09T22:00:00Z",
                "cp_reveal_time": "2019-08-11T19:58:16.422720Z",
                "spot_scoring_time": "2019-08-11T19:58:16.422720Z",
                "scheduled_resolve_time": "2020-02-04T13:12:00Z",
                "actual_resolve_time": "2020-02-04T13:12:00Z",
                "resolution_set_time": "2020-02-04T13:12:00Z",
                "scheduled_close_time": "2019-12-31T23:00:00Z",
                "actual_close_time": "2019-12-31T23: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": "According to analysis in the [2018 AI Index report](http://cdn.aiindex.org/2018/AI%20Index%202018%20Annual%20Report.pdf), publications on arXiv in the subcategory “Computer Vision and Pattern Recognition” have represented a plurality of AI publications since 2014. \n\nIn 2017 36.74% of AI publications on arXiv were in “Computer Vision and Pattern Recognition” and  14.42% were in “Computation and Language”.\n\n> **Source**\n> arXiv.org is an online archive of research articles in the fields of physics, mathematics, computer science, quantitative biology, quantitative finance, statistics, electrical engineering and systems science, and economics. arXiv is owned and operated by Cornell University. See more information on arXiv.org.\n\n> **Methodology**\n> The keywords we selected, and their respective categories, are below: Artificial intelligence (cs.AI)\nComputation and language (cs.CL)\nComputer vision and pattern recognition (cs.CV)\nMachine learning (cs.LG)\nNeural and evolutionary computing (cs.NE)\nRobotics (cs.RO)\nMachine learning in stats (stats.ML)\nFor most categories, arXiv provided data years 1999 — 2017. For our analysis, we decided to start at the year 2010 in order to include Machine Learning in Stats, which did not exist on arXiv prior. To see other categories’ submission rates on arXiv, see arXiv.orgs submission statistics.\n\n> **Nuance**\n\n> - Categories are self-identified by authors — those shown are selected as the “primary” category.\nTherefore, it is worth noting that there is not one streamlined categorization process. Additionally,\nthe Artificial intelligence or Machine learning categories may be categorized by other subfields /\nkeywords.\n> - arXiv team members have shared that participation on arXiv can breed more participation —\nmeaning that an increase in a subcategory on arXiv could drive over-indexed participation by certain communities.\n> - Growth of papers on arXiv does not reflect actual growth of papers on that topic. Some growth can be attributed to arXiv.org’s efforts to increase their paper count, or to the increasing importance of dissemination by AI communities.\n\n**Will there be more ArXiv AI publications in the “Computation and Language” subcategory than in the “Computer Vision and Pattern Recognition” subcategory in the calendar year 2019?**\n\n-----\n\n**Resolution**\n\nThe question will resolve as per the data published by the 2020 AI Index annual report. If the methodology substantially changes relative to the 2018 report, the question resolves ambiguous.\n\n**Data**\n\nRaw data for analysis was provided to AI Index team by representatives at arXiv.org. [Historical data can be accessed here](https://docs.google.com/spreadsheets/d/1k6aqXLjNcvU1X6IVuyyQMERrF9TmPst1qktvdOV_vZk/edit?usp=sharing). Please make a copy if you wish to edit it.",
                "fine_print": "",
                "post_id": 2976,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1577823549.753058,
                                "end_time": null,
                                "forecaster_count": 53,
                                "interval_lower_bounds": [
                                    0.01
                                ],
                                "centers": [
                                    0.02
                                ],
                                "interval_upper_bounds": [
                                    0.05
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1577823549.753058,
                            "end_time": null,
                            "forecaster_count": 53,
                            "interval_lower_bounds": [
                                0.01
                            ],
                            "centers": [
                                0.02
                            ],
                            "interval_upper_bounds": [
                                0.05
                            ],
                            "forecast_values": [
                                0.98,
                                0.02
                            ],
                            "means": [
                                0.05435733608356417
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    5.26317544153727,
                                    1.5743956757474835,
                                    1.4039228718640948,
                                    0.0,
                                    1.5696122416603266,
                                    0.0927320298236634,
                                    0.029058259890870124,
                                    1.0,
                                    0.016279767023399463,
                                    0.10387815857946961,
                                    0.0,
                                    0.0,
                                    0.001873194738889857,
                                    0.3551866365553954,
                                    0.10227296739520486,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9333198310231191,
                                    0.0028344812846873564,
                                    0.0,
                                    0.05386841605942722,
                                    0.0,
                                    0.0,
                                    0.4854536982631921,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0038950098074189703,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07504299001539197,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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.3510088646367855,
                            "coverage": 0.999678244358379,
                            "baseline_score": 91.07682675961476,
                            "spot_peer_score": 1.3050048706286708,
                            "peer_archived_score": 5.3510088646367855,
                            "baseline_archived_score": 91.07682675961476,
                            "spot_peer_archived_score": 1.3050048706286708
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1577789074.711991,
                                "end_time": null,
                                "forecaster_count": 52,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1577789074.711991,
                            "end_time": null,
                            "forecaster_count": 52,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8187063742372369,
                                0.18129362576276312
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 4,
                "user_vote": null
            },
            "forecasts_count": 97,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2975,
            "title": "[Short Fuse] During the 7 days starting August 7th 2019, will the Google search volume for \"Hong Kong protest\" spike to at least 25% of its all time peak?",
            "short_title": "",
            "url_title": "",
            "slug": "short-fuse-during-the-7-days-starting-august-7th-2019-will-the-google-search-volume-for-hong-kong-protest-spike-to-at-least-25-of-its-all-time-peak",
            "author_id": 105951,
            "author_username": "Sylvain",
            "coauthors": [],
            "created_at": "2019-08-05T10:27:12.125307Z",
            "published_at": "2019-08-06T13:00:00Z",
            "edited_at": "2025-09-05T17:29:19.870091Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-06T13:00:00Z",
            "comment_count": 14,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-08-10T16:59:00Z",
            "scheduled_close_time": "2019-08-10T16:59:00Z",
            "scheduled_resolve_time": "2019-08-13T08:38:00Z",
            "actual_resolve_time": "2019-08-13T08:38:00Z",
            "open_time": "2019-08-06T13:00:00Z",
            "nr_forecasters": 27,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_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"
                    },
                    {
                        "id": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2975,
                "title": "[Short Fuse] During the 7 days starting August 7th 2019, will the Google search volume for \"Hong Kong protest\" spike to at least 25% of its all time peak?",
                "created_at": "2019-08-05T10:27:12.125307Z",
                "open_time": "2019-08-06T13:00:00Z",
                "cp_reveal_time": "2019-08-07T08:34:35.753805Z",
                "spot_scoring_time": "2019-08-07T08:34:35.753805Z",
                "scheduled_resolve_time": "2019-08-13T08:38:00Z",
                "actual_resolve_time": "2019-08-13T08:38:00Z",
                "resolution_set_time": "2019-08-13T08:38:00Z",
                "scheduled_close_time": "2019-08-10T16:59:00Z",
                "actual_close_time": "2019-08-10T16:59: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": "",
                "resolution_criteria": "Since the 31st of March 2019, Hong Kong has been the stage of mass protests initially against a bill that would facilitate extraditions to China ([wikipedia](https://en.wikipedia.org/wiki/2019_Hong_Kong_anti-extradition_bill_protests)).\n\nAs a proxy for the popularity of the protests, we can look at the daily Google search volume for \"Hong Kong protest\" in Hong Kong ([Google Trends](https://trends.google.com/trends/explore?date=today%203-m&geo=HK&q=Hong%20Kong%20protest)).\n\nQuestion: Between wednesday the 7th of August 2019 and Tuesday the 13th of August 2019 (incl.), **will the daily Google search volume for \"Hong Kong protest\" in Hong Kong go to at least 25% of the 12th of June 2019 value** (the record as of writing)?\n\nPrecisions:\n\n - Resolves positive if the [linked](https://trends.google.com/trends/explore?date=today%203-m&geo=HK&q=Hong%20Kong%20protest) Google Trends shows any day in the relevant period with a search volume >= 25% of the 12th of June peak.\n\n - Resolves negative if no day satisfies this criterion.\n\n - In case of positive resolution, the question will be retroactively closed to the day before the day triggering resolution.\n\n - Google Trends being inaccessible or fundamentally changing their methodology resolves ambiguous.",
                "fine_print": "",
                "post_id": 2975,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1565454213.792099,
                                "end_time": null,
                                "forecaster_count": 26,
                                "interval_lower_bounds": [
                                    0.7
                                ],
                                "centers": [
                                    0.8
                                ],
                                "interval_upper_bounds": [
                                    0.85
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1565454213.792099,
                            "end_time": null,
                            "forecaster_count": 26,
                            "interval_lower_bounds": [
                                0.7
                            ],
                            "centers": [
                                0.8
                            ],
                            "interval_upper_bounds": [
                                0.85
                            ],
                            "forecast_values": [
                                0.19999999999999996,
                                0.8
                            ],
                            "means": [
                                0.7713626497616073
                            ],
                            "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,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16823478873740735,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.29345347581623216,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.4246972034401506,
                                    0.016588932653428593,
                                    0.0,
                                    0.0,
                                    0.90572503390162,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.4375318170643618,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5479137837468852,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0736949279422285,
                                    0.7100454187995411,
                                    0.057099978657575844,
                                    0.0,
                                    0.94127453555522,
                                    0.5342541811581952,
                                    0.25733870929039265,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14417292188463762,
                                    0.08601202193743229,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11577783732075647
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 1.5388704008681522,
                            "coverage": 0.9774616492359601,
                            "baseline_score": 67.45928310977824,
                            "spot_peer_score": -3.5318095270980394,
                            "peer_archived_score": 1.5388704008681522,
                            "baseline_archived_score": 67.45928310977824,
                            "spot_peer_archived_score": -3.5318095270980394
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1565436332.005135,
                                "end_time": null,
                                "forecaster_count": 26,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1565436332.005135,
                            "end_time": null,
                            "forecaster_count": 26,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.3542487235821391,
                                0.6457512764178609
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 4,
                "user_vote": null
            },
            "forecasts_count": 73,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2971,
            "title": "British Pound / Euro parity before January 1st, 2020?",
            "short_title": "",
            "url_title": "",
            "slug": "british-pound-euro-parity-before-january-1st-2020",
            "author_id": 105951,
            "author_username": "Sylvain",
            "coauthors": [],
            "created_at": "2019-08-02T13:19:32.930568Z",
            "published_at": "2019-08-04T22:00:00Z",
            "edited_at": "2025-09-05T17:29:22.566635Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-08-04T22:00:00Z",
            "comment_count": 14,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-08-31T21:59:00Z",
            "scheduled_close_time": "2019-08-31T21:59:00Z",
            "scheduled_resolve_time": "2019-12-29T16:50:00Z",
            "actual_resolve_time": "2019-12-29T16:50:00Z",
            "open_time": "2019-08-04T22:00:00Z",
            "nr_forecasters": 65,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_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": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2971,
                "title": "British Pound / Euro parity before January 1st, 2020?",
                "created_at": "2019-08-02T13:19:32.930568Z",
                "open_time": "2019-08-04T22:00:00Z",
                "cp_reveal_time": "2019-08-05T15:18:48.434973Z",
                "spot_scoring_time": "2019-08-05T15:18:48.434973Z",
                "scheduled_resolve_time": "2019-12-29T16:50:00Z",
                "actual_resolve_time": "2019-12-29T16:50:00Z",
                "resolution_set_time": "2019-12-29T16:50:00Z",
                "scheduled_close_time": "2019-08-31T21:59:00Z",
                "actual_close_time": "2019-08-31T21:59: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": "The Great British Pound (GBP) recently fell to its lowest level against the Euro (EUR) in two years. It is currently (2nd of August 2019) trading at around €1.093.\n\n**Will the GBP trade at equal to, or less than, €1.000 at any time before January 1st, 2020?**\n\nCurrent and historical rates are available from [XE Currency Data](https://www.xe.com/currencycharts/?from=GBP&to=EUR&view=10Y). Resolution should be based on figures XE Currency Data. \n\n<small>This question was inspired by (and partly copied from) [this question](https://www.metaculus.com/questions/1639/british-pound--us-dollar-parity-before-2020/), by [Jgalt](https://www.metaculus.com/accounts/profile/101465/) [the Prolific](https://www.metaculus.com/questions/?search=author:Jgalt).</small>",
                "fine_print": "",
                "post_id": 2971,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1567288237.821908,
                                "end_time": null,
                                "forecaster_count": 65,
                                "interval_lower_bounds": [
                                    0.35
                                ],
                                "centers": [
                                    0.44
                                ],
                                "interval_upper_bounds": [
                                    0.6
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1567288237.821908,
                            "end_time": null,
                            "forecaster_count": 65,
                            "interval_lower_bounds": [
                                0.35
                            ],
                            "centers": [
                                0.44
                            ],
                            "interval_upper_bounds": [
                                0.6
                            ],
                            "forecast_values": [
                                0.56,
                                0.44
                            ],
                            "means": [
                                0.46586498643885554
                            ],
                            "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,
                                    0.0,
                                    0.19030380486090423,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9390855208355224,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.021936199508452464,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6831013776873005,
                                    0.0,
                                    0.007627804446244337,
                                    0.0,
                                    0.0,
                                    0.7873088509592306,
                                    0.5241070816719129,
                                    1.2261997585980402,
                                    0.0,
                                    1.1605509209276816,
                                    0.02464062427608051,
                                    0.3456744826662608,
                                    0.9419698011368195,
                                    0.22205743285900253,
                                    0.0,
                                    0.0053330571903923785,
                                    0.457422476445143,
                                    0.04705968077438683,
                                    0.09850035746144059,
                                    0.5990421518185429,
                                    0.20566286060455888,
                                    0.0,
                                    0.23780856719893356,
                                    0.8277659250785193,
                                    0.46377886088088194,
                                    0.37113480134217347,
                                    0.17332214147892827,
                                    0.011600507024289436,
                                    0.0,
                                    0.07539365390346586,
                                    0.0,
                                    0.0,
                                    0.6891859573672638,
                                    0.0,
                                    0.1073881054056872,
                                    0.004442640210629016,
                                    0.013291901200468375,
                                    1.3751216917690594,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9540906258768597,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4269214684219575,
                                    0.0,
                                    0.007446731347793363,
                                    0.0,
                                    0.0,
                                    0.23954639433616837,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16247035089338988,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0017816650318877032
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 7.346742193275526,
                            "coverage": 0.998403012280855,
                            "baseline_score": -8.386756814429498,
                            "spot_peer_score": 25.93379461334352,
                            "peer_archived_score": 7.346742193275526,
                            "baseline_archived_score": -8.386756814429498,
                            "spot_peer_archived_score": 25.93379461334352
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1567287573.55068,
                                "end_time": null,
                                "forecaster_count": 64,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1567287573.55068,
                            "end_time": null,
                            "forecaster_count": 64,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.6345770635728665,
                                0.3654229364271336
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 8,
                "user_vote": null
            },
            "forecasts_count": 144,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2962,
            "title": "Short Fuse: Will more than 1000 protesters be arrested in Moscow on the 3rd of August 2019?",
            "short_title": "",
            "url_title": "",
            "slug": "short-fuse-will-more-than-1000-protesters-be-arrested-in-moscow-on-the-3rd-of-august-2019",
            "author_id": 105951,
            "author_username": "Sylvain",
            "coauthors": [],
            "created_at": "2019-07-29T09:48:55.966378Z",
            "published_at": "2019-07-29T22:00:00Z",
            "edited_at": "2025-09-05T17:29:07.005886Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-07-29T22:00:00Z",
            "comment_count": 32,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-08-02T21:59:00Z",
            "scheduled_close_time": "2019-08-02T21:59:00Z",
            "scheduled_resolve_time": "2019-08-06T16:19:00Z",
            "actual_resolve_time": "2019-08-06T16:19:00Z",
            "open_time": "2019-07-29T22:00:00Z",
            "nr_forecasters": 55,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_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": 3685,
                        "name": "Elections",
                        "slug": "elections",
                        "emoji": "🗳️",
                        "description": "Elections",
                        "type": "category"
                    },
                    {
                        "id": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2962,
                "title": "Short Fuse: Will more than 1000 protesters be arrested in Moscow on the 3rd of August 2019?",
                "created_at": "2019-07-29T09:48:55.966378Z",
                "open_time": "2019-07-29T22:00:00Z",
                "cp_reveal_time": "2019-07-30T17:42:15.100040Z",
                "spot_scoring_time": "2019-07-30T17:42:15.100040Z",
                "scheduled_resolve_time": "2019-08-06T16:19:00Z",
                "actual_resolve_time": "2019-08-06T16:19:00Z",
                "resolution_set_time": "2019-08-06T16:19:00Z",
                "scheduled_close_time": "2019-08-02T21:59:00Z",
                "actual_close_time": "2019-08-02T21:59:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": {
                    "type": "binary"
                },
                "resolution": "ambiguous",
                "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": "On the 27th of July, 2019, more than 1000 protesters were arrested in Moscow ([Guardian](https://www.theguardian.com/world/2019/jul/27/moscow-police-arrest-up-to-200-ahead-of-election-protest)) They were protesting the exclusion of opposition candidates from upcoming elections.\n\nOpposition leaders said they would call for another protest on the 3rd of Augsust, 2019 ([Guardian again](https://www.theguardian.com/world/2019/jul/29/russian-opposition-leader-alexei-navalny-may-have-been-poisoned-says-doctor)).\n\nWill more than 1000 protesters be arrested in Moscow on the 3rd of August, 2019?\n\n + Resolution is by credible media report.\n + Failure to locate one before the 7th of August, 2019 triggers ambiguous resolution.\n + 1000 arrests resolves positive (because of rounding issues).",
                "fine_print": "",
                "post_id": 2962,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1564782998.043974,
                                "end_time": null,
                                "forecaster_count": 55,
                                "interval_lower_bounds": [
                                    0.46
                                ],
                                "centers": [
                                    0.56
                                ],
                                "interval_upper_bounds": [
                                    0.63
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1564782998.043974,
                            "end_time": null,
                            "forecaster_count": 55,
                            "interval_lower_bounds": [
                                0.46
                            ],
                            "centers": [
                                0.56
                            ],
                            "interval_upper_bounds": [
                                0.63
                            ],
                            "forecast_values": [
                                0.43999999999999995,
                                0.56
                            ],
                            "means": [
                                0.5479152341050082
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.05265139568081303,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.01921436943183433,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04701448451617251,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2964071166065468,
                                    0.06549491799116114,
                                    0.0,
                                    0.0,
                                    0.7731700922121313,
                                    0.054281235971013364,
                                    0.01420841581464255,
                                    0.021023750426407768,
                                    0.0,
                                    0.3928366359987717,
                                    0.06219887857903413,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.318369497824595,
                                    0.30999457281726844,
                                    0.4236871445251884,
                                    0.0,
                                    0.28599398949733934,
                                    0.8286337937321855,
                                    0.012080067640697419,
                                    0.0,
                                    0.2633209197377979,
                                    0.0,
                                    1.0056272719534896,
                                    0.5449610153571014,
                                    1.342237833021295,
                                    0.0,
                                    0.006966037356848386,
                                    1.157617125952138,
                                    0.002473836920010813,
                                    0.13119983239354882,
                                    0.75974680042022,
                                    0.0,
                                    0.8829408146124169,
                                    0.0016348593756712248,
                                    0.6595493454573285,
                                    0.49263115236833466,
                                    0.0,
                                    0.7081278126566147,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.041854423028354265,
                                    0.09855120940124697,
                                    0.0,
                                    0.07277615171478852,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1892877821448119,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1564768611.596483,
                                "end_time": null,
                                "forecaster_count": 55,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1564768611.596483,
                            "end_time": null,
                            "forecaster_count": 55,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.6392879350825931,
                                0.360712064917407
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 9,
                "user_vote": null
            },
            "forecasts_count": 102,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2961,
            "title": "Will Brexit happen by end of day, October 31st, 2019?",
            "short_title": "",
            "url_title": "",
            "slug": "will-brexit-happen-by-end-of-day-october-31st-2019",
            "author_id": 103798,
            "author_username": "CredibleHulk",
            "coauthors": [],
            "created_at": "2019-07-25T05:01:21.776275Z",
            "published_at": "2019-07-30T22:00:00Z",
            "edited_at": "2025-09-05T17:28:54.940016Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-07-30T22:00:00Z",
            "comment_count": 89,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-10-01T07:00:00Z",
            "scheduled_close_time": "2019-10-01T07:00:00Z",
            "scheduled_resolve_time": "2019-11-01T00:13:00Z",
            "actual_resolve_time": "2019-11-01T00:13:00Z",
            "open_time": "2019-07-30T22:00:00Z",
            "nr_forecasters": 191,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_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": 3689,
                        "name": "Politics",
                        "slug": "politics",
                        "emoji": "🏛️",
                        "description": "Politics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2961,
                "title": "Will Brexit happen by end of day, October 31st, 2019?",
                "created_at": "2019-07-25T05:01:21.776275Z",
                "open_time": "2019-07-30T22:00:00Z",
                "cp_reveal_time": "2019-07-31T08:06:03.207853Z",
                "spot_scoring_time": "2019-07-31T08:06:03.207853Z",
                "scheduled_resolve_time": "2019-11-01T00:13:00Z",
                "actual_resolve_time": "2019-11-01T00:13:00Z",
                "resolution_set_time": "2019-11-01T00:13:00Z",
                "scheduled_close_time": "2019-10-01T07:00:00Z",
                "actual_close_time": "2019-10-01T07: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": "New Conservative leader, Boris Johnson, proclaimed in [his first speech](https://www.gov.uk/government/speeches/boris-johnsons-first-speech-as-prime-minister-24-july-2019) as Prime Minister:\n\n> We are going to fulfill the repeated promises of parliament to the people and come out of the EU on October 31, no ifs or buts. \n> And we will do a new deal, a better deal that will maximise the opportunities of Brexit while allowing us to develop a new and exciting partnership with the rest of Europe.\n\nSo, the question is: **will Brexit - an event after which UK is no longer part of the EU - occur by the end of the day (UTC) October 31, 2019**? \n\nThe question resolves positively if UK is no longer part of the European Union by the end of the day October 31, and negatively if it still remains substantially in its current status. For the purposes of the question, the cutoff point is defined as the moment when the treaties of the EU cease to apply to the UK. This can happen, for example: by withdrawal agreement between UK and EU, or by the end of the negotiating period as set out by Article 50 of the Lisbon Treaty (provided it is not extended further without any change in status happening - in this case the resolution is negative), repeal of the 1972 European Communities Act, etc. If the agreement specifies that the UK is no longer part of the EU, and is in force by October 31, the resolution is positive even if implementation of some parts of the agreement - e.g. trade deals or customs regime or visa policy - is happening past October 31.\n\nIf the UK leaves the EU but parts of the UK remain in the EU (e.g. Scotland, Northern Ireland) with some kind of special status, the resolution is still positive as long as the main part of the UK - the one inheriting the current government structure - leaves the EU. \n\nIf there is the substantial change in status, but the links with EU are not severed completely, e.g. if some special status for the whole UK is introduced which is intermediate between full membership and full withdrawal, the resolution is ambiguous.",
                "fine_print": "",
                "post_id": 2961,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1569910866.003895,
                                "end_time": null,
                                "forecaster_count": 191,
                                "interval_lower_bounds": [
                                    0.17
                                ],
                                "centers": [
                                    0.25
                                ],
                                "interval_upper_bounds": [
                                    0.38
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1569910866.003895,
                            "end_time": null,
                            "forecaster_count": 191,
                            "interval_lower_bounds": [
                                0.17
                            ],
                            "centers": [
                                0.25
                            ],
                            "interval_upper_bounds": [
                                0.38
                            ],
                            "forecast_values": [
                                0.75,
                                0.25
                            ],
                            "means": [
                                0.2903683654446946
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    1.5297142437952116,
                                    0.0,
                                    0.0,
                                    1.066563652711015,
                                    0.27132479604843945,
                                    0.0,
                                    0.08263241516218323,
                                    0.19113985371206785,
                                    0.0,
                                    0.14291354306009624,
                                    0.12056393927775555,
                                    0.0,
                                    0.16198120628186854,
                                    0.9147450040509701,
                                    1.5889111213524485,
                                    0.0,
                                    0.5027580462916257,
                                    0.8335235989627637,
                                    0.3018177488892571,
                                    3.056416085230831,
                                    0.2775707034981127,
                                    0.0,
                                    0.008064569391464462,
                                    0.006439460126342894,
                                    2.585397473026379,
                                    0.1552782598743536,
                                    0.0,
                                    0.37438534976492976,
                                    0.0,
                                    2.1814434864764403,
                                    0.0,
                                    0.024215314322517265,
                                    1.3047061990991842,
                                    0.29071177900874545,
                                    0.1270244849692564,
                                    0.6432725315089324,
                                    0.8244517745128807,
                                    0.4076171195058656,
                                    0.03927096972828341,
                                    0.4328395258062344,
                                    0.1413378702368554,
                                    0.6650581819471951,
                                    0.0,
                                    0.49391200139934144,
                                    0.8970150667997376,
                                    0.13609652695614322,
                                    0.002020314967495334,
                                    0.0,
                                    0.008523827320834646,
                                    1.2824398445149734,
                                    0.0713659029381079,
                                    0.0008376664606130166,
                                    0.0035417995582632212,
                                    0.0010914207827751603,
                                    0.32608507421832134,
                                    9.808425773824185e-05,
                                    0.0,
                                    0.0,
                                    0.003570955081234241,
                                    0.7975157950650722,
                                    5.433864113013448e-05,
                                    0.003898276203516692,
                                    0.0,
                                    0.009512737669173994,
                                    0.0,
                                    0.002791980259598111,
                                    0.0012687546903562988,
                                    0.0008779288729133037,
                                    0.0,
                                    0.012087391690166094,
                                    0.018250497693322106,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0012833409547668025,
                                    0.0,
                                    0.0009447215209881793,
                                    0.0016547977650078235,
                                    0.0,
                                    0.002518346663161375,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.00010838084391114424,
                                    0.0,
                                    3.179589559183407e-05,
                                    0.0,
                                    0.0,
                                    0.0037950271657873308,
                                    0.0004732622146258682,
                                    0.0,
                                    0.0,
                                    0.8058098374982003
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 17.727043382880307,
                            "coverage": 0.9996775693026947,
                            "baseline_score": -0.19451713305798152,
                            "spot_peer_score": 15.078474496799334,
                            "peer_archived_score": 17.727043382880307,
                            "baseline_archived_score": -0.19451713305798152,
                            "spot_peer_archived_score": 15.078474496799334
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1569880590.029383,
                                "end_time": null,
                                "forecaster_count": 190,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1569880590.029383,
                            "end_time": null,
                            "forecaster_count": 190,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.7283377317021595,
                                0.2716622682978404
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 45,
                "user_vote": null
            },
            "forecasts_count": 535,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2951,
            "title": "Will the US FDA grant Neuralink permission to implant a brain-machine interface device in a human before 1 January 2022?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-us-fda-grant-neuralink-permission-to-implant-a-brain-machine-interface-device-in-a-human-before-1-january-2022",
            "author_id": 101465,
            "author_username": "Jgalt",
            "coauthors": [],
            "created_at": "2019-07-19T07:57:37.101375Z",
            "published_at": "2019-07-21T22:00:00Z",
            "edited_at": "2025-09-05T17:28:45.251175Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-07-21T22:00:00Z",
            "comment_count": 16,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2020-05-31T23:00:00Z",
            "scheduled_close_time": "2020-05-31T23:00:00Z",
            "scheduled_resolve_time": "2022-01-01T10:26:00Z",
            "actual_resolve_time": "2022-01-01T10:26:00Z",
            "open_time": "2019-07-21T22:00:00Z",
            "nr_forecasters": 111,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32602,
                        "name": "2016-2025 Leaderboard",
                        "slug": "2016_2025_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15865,
                        "name": "Health & Pandemics",
                        "slug": "biosecurity",
                        "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"
                    }
                ],
                "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": 3699,
                        "name": "Natural Sciences",
                        "slug": "natural-sciences",
                        "emoji": "🔬",
                        "description": "Natural Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3700,
                        "name": "Social Sciences",
                        "slug": "social-sciences",
                        "emoji": "🧑‍🤝‍🧑",
                        "description": "Social Sciences",
                        "type": "category"
                    },
                    {
                        "id": 3691,
                        "name": "Health & Pandemics",
                        "slug": "health-pandemics",
                        "emoji": "🦠",
                        "description": "Health & Pandemics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2951,
                "title": "Will the US FDA grant Neuralink permission to implant a brain-machine interface device in a human before 1 January 2022?",
                "created_at": "2019-07-19T07:57:37.101375Z",
                "open_time": "2019-07-21T22:00:00Z",
                "cp_reveal_time": "2019-07-23T12:51:45.079862Z",
                "spot_scoring_time": "2019-07-23T12:51:45.079862Z",
                "scheduled_resolve_time": "2022-01-01T10:26:00Z",
                "actual_resolve_time": "2022-01-01T10:26:00Z",
                "resolution_set_time": "2022-01-01T10:26:00Z",
                "scheduled_close_time": "2020-05-31T23:00:00Z",
                "actual_close_time": "2020-05-31T23: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": "[Neuralink Corporation](https://en.wikipedia.org/wiki/Neuralink) is an American neurotechnology company founded in 2016 by serial entrepreneur Elon Musk and others, developing implantable brain–machine interfaces (BMIs).\n\nSince its founding, the company has hired several high-profile neuroscientists from various universities. By July 2019, it had received $158 million in funding (of which $100 million from Musk) and was employing a staff of 90 employees. \n\nAt that time, Neuralink announced that it was working on a “sewing machine-like” robot capable of implanting very thin \"threads\" into the brain, demonstrated a system that read information from a lab rat's brain via thousands of electrodes (many times more than the current maximum for systems used in human brains), and Musk announced an aspirational goal to start experiments with humans in 2020, pending FDA approval.\n\nIn the short term, the company aims to develop brain-machine interfaces to assist individuals with serious physical or neurological conditions; but [the longer term goal of the company is to enable human-AI symbiosis and grant superhuman cognition to anyone who wants it, as well as a form of digital immortality.](https://www.nbcnews.com/mach/tech/elon-musk-wants-hook-your-brain-directly-computers-starting-next-ncna1030631) \n\nNeedless to say, if these more ambitious developments are actually possible, this technology would enable a radically different future to emerge. Enhancing human cognition may be the most important thing we could ever possibly do.\n\n>Elon Musk: [\"From a long-term existential standpoint... the purpose of Neuralink is to create a high-bandwidth interface to the brain such that we can be symbiotic with AI.\"](https://youtu.be/x5pgAM26wuM?t=34) (See 00:35 in the video.)\n\n>[\"It will enable anyone who wants to have superhuman cognition... anyone who wants.\"](https://youtu.be/x5pgAM26wuM?t=175) (See 02:55 in the video.)\n\n>[\"You will be essentially snapshotted into a computer at any time. If your biological self dies, you could probably just upload into a new unit. Literally.\"](https://youtu.be/x5pgAM26wuM?t=353) (See 05:55 in the video.)\n\n [You can watch the company's July 2019 presentation here,](https://www.youtube.com/watch?v=jndwB7kq0qM) and read their paper [*An integrated brain-machine interface platform with thousands of channels* here.](https://www.biorxiv.org/content/10.1101/703801v1)\n\nThis question asks: **Before 1 January 2022, will the US Food and Drug Administration grant regulatory approval allowing any device developed in whole or in part by Neuralink Corporation to be implanted into the brain of a living human?** \n\nYou can find information on [the FDA's Regulatory Overview for Neurological Devices here.](https://www.fda.gov/medical-devices/neurological-devices/regulatory-overview-neurological-devices)\n\nThe implantation surgery need not actually occur by that date (or at all) in order for this question to resolve positively; this question focuses solely on whether regulatory approval will be obtained before 1 January 2022.\n\nNote that any such regulatory approval that allows the implantation of any qualifying device in the brain of a living human will trigger a positive resolution, including (but not limited to) the grant of an Investigational Device Exemption or a Humanitarian Device Exemption. In particular, note that this question *does not* require full regulatory approval to market and sell any device to the public in order for a positive resolution. \n\nResolves ambiguously if the FDA is abolished before 2022, or if its role is changed such that regulatory approval is no longer required for this procedure.",
                "fine_print": "",
                "post_id": 2951,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1590965764.428478,
                                "end_time": null,
                                "forecaster_count": 111,
                                "interval_lower_bounds": [
                                    0.33
                                ],
                                "centers": [
                                    0.43
                                ],
                                "interval_upper_bounds": [
                                    0.6
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1590965764.428478,
                            "end_time": null,
                            "forecaster_count": 111,
                            "interval_lower_bounds": [
                                0.33
                            ],
                            "centers": [
                                0.43
                            ],
                            "interval_upper_bounds": [
                                0.6
                            ],
                            "forecast_values": [
                                0.5700000000000001,
                                0.43
                            ],
                            "means": [
                                0.44789054155877733
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0012777297525129875,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.009052612779617527,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1168138966875893,
                                    0.20364401319225228,
                                    0.2539793376921865,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05394012483250061,
                                    0.0,
                                    0.050818736331491046,
                                    0.0,
                                    0.6731540683337138,
                                    0.0,
                                    0.6465215070074652,
                                    0.0,
                                    0.0,
                                    0.1697910558505667,
                                    0.0,
                                    0.08546918156289493,
                                    0.011644850398709309,
                                    0.0,
                                    0.3630683300616948,
                                    0.1504520240904137,
                                    0.4786646024796032,
                                    0.926543153201368,
                                    0.39432346727398176,
                                    0.5036251324945065,
                                    0.031285956977252366,
                                    0.007606139693958915,
                                    0.09534046223090815,
                                    0.41938968555336215,
                                    0.3458321441750802,
                                    1.6913002085009223,
                                    0.909057215044549,
                                    0.5031857206643682,
                                    0.2825800630293709,
                                    1.0973000049748294,
                                    0.21142084656823737,
                                    0.0835291313141029,
                                    1.848390431412506,
                                    0.0028936459631670685,
                                    0.4000044048442896,
                                    0.0,
                                    0.33231478197166764,
                                    0.21531488242907412,
                                    0.0,
                                    0.09546689853885983,
                                    0.00024861979022640563,
                                    0.00037450610935029166,
                                    0.0,
                                    0.00830339255342807,
                                    0.11636289631403954,
                                    0.7866092875343912,
                                    0.10132293348253502,
                                    0.0,
                                    0.0,
                                    0.1623735286001365,
                                    0.0018491798440457433,
                                    0.0011204819585764027,
                                    0.0,
                                    0.0,
                                    0.8547987861086183,
                                    0.17192630290685013,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.6677962848269474,
                                    0.01733698749193995,
                                    0.0008489144539234564,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0003077680909476925,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.018719018711750256
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 18.206106940124524,
                            "coverage": 0.9993501885036546,
                            "baseline_score": 23.575975277249025,
                            "spot_peer_score": -14.205106498180596,
                            "peer_archived_score": 18.206106940124524,
                            "baseline_archived_score": 23.575975277249025,
                            "spot_peer_archived_score": -14.205106498180596
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1590965764.485665,
                                "end_time": null,
                                "forecaster_count": 111,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1590965764.485665,
                            "end_time": null,
                            "forecaster_count": 111,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.7298867569861589,
                                0.27011324301384104
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 21,
                "user_vote": null
            },
            "forecasts_count": 206,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2947,
            "title": "Will Cory Booker drop out before the New Jersey primary?",
            "short_title": "",
            "url_title": "",
            "slug": "will-cory-booker-drop-out-before-the-new-jersey-primary",
            "author_id": 100345,
            "author_username": "EvanHarper",
            "coauthors": [],
            "created_at": "2019-07-16T17:18:08.059679Z",
            "published_at": "2019-07-19T22:00:00Z",
            "edited_at": "2025-09-05T17:29:29.165480Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-07-19T22:00:00Z",
            "comment_count": 20,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2020-01-13T15:00:00Z",
            "scheduled_close_time": "2020-06-01T16:00:00Z",
            "scheduled_resolve_time": "2020-06-01T16:00:00Z",
            "actual_resolve_time": "2020-01-13T15:00:00Z",
            "open_time": "2019-07-19T22:00:00Z",
            "nr_forecasters": 71,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_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": 3685,
                        "name": "Elections",
                        "slug": "elections",
                        "emoji": "🗳️",
                        "description": "Elections",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2947,
                "title": "Will Cory Booker drop out before the New Jersey primary?",
                "created_at": "2019-07-16T17:18:08.059679Z",
                "open_time": "2019-07-19T22:00:00Z",
                "cp_reveal_time": "2019-07-20T20:09:32.447719Z",
                "spot_scoring_time": "2019-07-20T20:09:32.447719Z",
                "scheduled_resolve_time": "2020-06-01T16:00:00Z",
                "actual_resolve_time": "2020-01-13T15:00:00Z",
                "resolution_set_time": "2020-01-13T15:00:00Z",
                "scheduled_close_time": "2020-06-01T16:00:00Z",
                "actual_close_time": "2020-01-13T15:00: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": "",
                "resolution_criteria": "Junior Senator from New Jersey and former Newark Mayor Cory Booker declared his Democratic presidential primary candidacy early in 2019, bringing a strong resume and an impressive number of endorsements from New Jersey politicians. As of mid-July 2019 he stands at around 2% in the polling averages. It is still early, but the field is crowded and many other strong candidates have a path to the nomination.\n\nNew Jersey's primary will be in the very last round of voting, on \nJune 2, 2020, less than two months from the party convention. \n\n**Will Cory Booker have dropped out of the Presidential race before voting opens in New Jersey's primary election?**\n\nThis resolves positive if before the [2020 New Jersey Democratic primary](https://ballotpedia.org/New_Jersey_elections,_2020), Cory Booker has claimed to no longer intend to participate in as a candidate in the 2020 presidential elections. The 2020 New Jersey primary is currently scheduled for June 2, 2020, but this could change. Resolution should be supported by credible news reports.",
                "fine_print": "",
                "post_id": 2947,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1578938297.182077,
                                "end_time": null,
                                "forecaster_count": 73,
                                "interval_lower_bounds": [
                                    0.93
                                ],
                                "centers": [
                                    0.99
                                ],
                                "interval_upper_bounds": [
                                    0.99
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1578938297.182077,
                            "end_time": null,
                            "forecaster_count": 73,
                            "interval_lower_bounds": [
                                0.93
                            ],
                            "centers": [
                                0.99
                            ],
                            "interval_upper_bounds": [
                                0.99
                            ],
                            "forecast_values": [
                                0.010000000000000009,
                                0.99
                            ],
                            "means": [
                                0.9476175856675463
                            ],
                            "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,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0014387166970790141,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21974500785423062,
                                    0.009278412992667157,
                                    0.010630758385185048,
                                    0.0,
                                    0.2923425824509644,
                                    0.0,
                                    0.0,
                                    0.24596271568940553,
                                    0.0005292742945254508,
                                    0.0,
                                    0.0,
                                    0.0008008874097028448,
                                    0.12449382001227789,
                                    0.0,
                                    0.357714886772481,
                                    0.016844327316899138,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.36424214948003075,
                                    0.1848243905632059,
                                    0.3700306976932953,
                                    0.0,
                                    0.4502118393382578,
                                    0.8813000502319591,
                                    0.023560770382044207,
                                    0.0,
                                    0.7168768769873621,
                                    0.0,
                                    0.9672136678119272,
                                    0.0,
                                    0.16087437282333197,
                                    0.4801032618269796,
                                    9.71410720871954
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 2.7696720886714967,
                            "coverage": 0.5589868366041949,
                            "baseline_score": 42.716584231078876,
                            "spot_peer_score": 8.901021161194643,
                            "peer_archived_score": 2.7696720886714967,
                            "baseline_archived_score": 42.716584231078876,
                            "spot_peer_archived_score": 8.901021161194643
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1578863024.911288,
                                "end_time": null,
                                "forecaster_count": 71,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1578863024.911288,
                            "end_time": null,
                            "forecaster_count": 71,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.29759428367467444,
                                0.7024057163253256
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 7,
                "user_vote": null
            },
            "forecasts_count": 149,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2946,
            "title": "Will Pete Buttigieg drop out before the Indiana primary?",
            "short_title": "",
            "url_title": "",
            "slug": "will-pete-buttigieg-drop-out-before-the-indiana-primary",
            "author_id": 100345,
            "author_username": "EvanHarper",
            "coauthors": [],
            "created_at": "2019-07-16T17:09:47.568652Z",
            "published_at": "2019-07-19T22:00:00Z",
            "edited_at": "2025-09-05T17:29:28.493415Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-07-19T22:00:00Z",
            "comment_count": 19,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2020-03-01T22:00:00Z",
            "scheduled_close_time": "2020-03-02T11:00:00Z",
            "scheduled_resolve_time": "2020-03-02T11:00:00Z",
            "actual_resolve_time": "2020-03-01T22:00:00Z",
            "open_time": "2019-07-19T22:00:00Z",
            "nr_forecasters": 88,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_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": 3685,
                        "name": "Elections",
                        "slug": "elections",
                        "emoji": "🗳️",
                        "description": "Elections",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2946,
                "title": "Will Pete Buttigieg drop out before the Indiana primary?",
                "created_at": "2019-07-16T17:09:47.568652Z",
                "open_time": "2019-07-19T22:00:00Z",
                "cp_reveal_time": "2019-07-20T20:28:24.699589Z",
                "spot_scoring_time": "2019-07-20T20:28:24.699589Z",
                "scheduled_resolve_time": "2020-03-02T11:00:00Z",
                "actual_resolve_time": "2020-03-01T22:00:00Z",
                "resolution_set_time": "2020-03-01T22:00:00Z",
                "scheduled_close_time": "2020-03-02T11:00:00Z",
                "actual_close_time": "2020-03-01T22:00: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": "",
                "resolution_criteria": "Mayor Pete Buttigieg of South Bend, Indiana declared his Democratic presidential primary candidacy early in 2019 and enjoyed an impressive rise in name recognition and campaign contributions. As of mid-July 2019 he stands at around 5% in the polling averages. It is still early, but the field is crowded and many other strong candidates have a path to the nomination.\n\nBy May 5, 2020, when Indiana's primary is scheduled to take place, most of the Democratic primary electorate will have already voted and the party convention will be little more than two months away. \n\n**Will Pete Buttigieg have dropped out of the Presidential race before voting opens in Indiana's primary election?**\n\nThis resolves positive if before the [2020 Indiana Democratic primary](https://en.wikipedia.org/wiki/2020_Indiana_Democratic_primary), Pete Buttigieg has claimed to no longer intend to participate in as a candidate in the 2020 presidential elections. The 2020 Indiana Democratic primary is currently scheduled for Tuesday, May 5, 2020, but this could change. Resolution should be supported by credible news reports.",
                "fine_print": "",
                "post_id": 2946,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1583149674.582548,
                                "end_time": null,
                                "forecaster_count": 104,
                                "interval_lower_bounds": [
                                    0.97
                                ],
                                "centers": [
                                    0.99
                                ],
                                "interval_upper_bounds": [
                                    0.99
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1583149674.582548,
                            "end_time": null,
                            "forecaster_count": 104,
                            "interval_lower_bounds": [
                                0.97
                            ],
                            "centers": [
                                0.99
                            ],
                            "interval_upper_bounds": [
                                0.99
                            ],
                            "forecast_values": [
                                0.010000000000000009,
                                0.99
                            ],
                            "means": [
                                0.9028787114285396
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.26016650842083966,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11102065352498955,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05404549225539285,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.030505902341853606,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.18621073016301756,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.043753561040211525,
                                    0.07077817475951166,
                                    0.0,
                                    0.05560924297135293,
                                    0.0,
                                    0.03801266836034276,
                                    0.023232872951579053,
                                    0.006725247141668953,
                                    0.0,
                                    0.05856620427841561,
                                    0.034051608766759243,
                                    0.0,
                                    0.0004313678789822718,
                                    0.0,
                                    0.0,
                                    0.009795384893174396,
                                    0.10426859196711712,
                                    0.0,
                                    0.0003484655971083416,
                                    0.0,
                                    0.5990572729270456,
                                    0.0,
                                    0.0,
                                    0.006102727274174003,
                                    0.12688779978152373,
                                    0.13481906871305474,
                                    0.011638038313524245,
                                    0.017710014220618613,
                                    0.0,
                                    0.0032604075626956166,
                                    0.31930226272082635,
                                    0.015025011589918305,
                                    0.0006780988485040473,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0008798480225827365,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07938111777515505,
                                    0.0,
                                    0.004996290501363098,
                                    0.0,
                                    0.06569640313383635,
                                    0.008907929426231849,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0767035139161819,
                                    0.0,
                                    0.0,
                                    0.9061648019957719,
                                    0.0,
                                    0.15652296915695596,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.021415944081596642,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5453235555547468,
                                    0.0,
                                    0.9520407294279846,
                                    0.0,
                                    13.76017362034014
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": -1.1900296663902157,
                            "coverage": 0.9972146109051112,
                            "baseline_score": 7.705099236510151,
                            "spot_peer_score": 34.62969874451886,
                            "peer_archived_score": -1.1900296663902157,
                            "baseline_archived_score": 7.705099236510151,
                            "spot_peer_archived_score": 34.62969874451886
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1583000261.290068,
                                "end_time": null,
                                "forecaster_count": 88,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1583000261.290068,
                            "end_time": null,
                            "forecaster_count": 88,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.6747623441460076,
                                0.32523765585399245
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 11,
                "user_vote": null
            },
            "forecasts_count": 188,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2945,
            "title": "Will Facebook's Libra initiative launch by Oct 1st 2020?",
            "short_title": "",
            "url_title": "",
            "slug": "will-facebooks-libra-initiative-launch-by-oct-1st-2020",
            "author_id": 100597,
            "author_username": "ghabs",
            "coauthors": [],
            "created_at": "2019-07-16T15:26:51.413149Z",
            "published_at": "2019-07-19T22:00:00Z",
            "edited_at": "2025-09-05T17:29:28.022300Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-07-19T22:00:00Z",
            "comment_count": 11,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2020-05-01T07:01:00Z",
            "scheduled_close_time": "2020-05-01T07:01:00Z",
            "scheduled_resolve_time": "2020-10-01T15:55:00Z",
            "actual_resolve_time": "2020-10-01T15:55:00Z",
            "open_time": "2019-07-19T22:00:00Z",
            "nr_forecasters": 117,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32593,
                        "name": "2016-2020 Leaderboard",
                        "slug": "2016_2020_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": 3698,
                        "name": "Economy & Business",
                        "slug": "economy-business",
                        "emoji": "💼",
                        "description": "Economy & Business",
                        "type": "category"
                    },
                    {
                        "id": 3692,
                        "name": "Computing and Math",
                        "slug": "computing-and-math",
                        "emoji": "💻",
                        "description": "Computing and Math",
                        "type": "category"
                    },
                    {
                        "id": 3693,
                        "name": "Cryptocurrencies",
                        "slug": "cryptocurrencies",
                        "emoji": "💰",
                        "description": "Cryptocurrencies",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2945,
                "title": "Will Facebook's Libra initiative launch by Oct 1st 2020?",
                "created_at": "2019-07-16T15:26:51.413149Z",
                "open_time": "2019-07-19T22:00:00Z",
                "cp_reveal_time": "2019-07-20T20:54:10.046525Z",
                "spot_scoring_time": "2019-07-20T20:54:10.046525Z",
                "scheduled_resolve_time": "2020-10-01T15:55:00Z",
                "actual_resolve_time": "2020-10-01T15:55:00Z",
                "resolution_set_time": "2020-10-01T15:55:00Z",
                "scheduled_close_time": "2020-05-01T07:01:00Z",
                "actual_close_time": "2020-05-01T07: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": "",
                "resolution_criteria": "*Related question: [What will be the daily volume of Facebook's Libra coin by Oct 1st 2020?](https://www.metaculus.com/questions/2796/what-will-be-the-daily-volume-of-facebooks-libra-by-october-1st-2020/#comment-15220)*\n\nAmid the hype of the new Facebook cryptocurrency initiative Libra, there has been a corresponding backlash, with [hearings in Congress](https://www.cnet.com/news/facebook-libra-cryptocurrency-hearings-with-congress-day-1-watch-here-live/) about anti-competitive behavior and potential anti-trust violations.\n\nFacebook's been known to move fast and break things, but given the scale of the opposition to their payments play, we now ask:\n\n**Will Facebook's Libra initiative launch by Oct 1st 2020?**\n\nThis will resolve true if a member of the general public in the U.S. can buy and sell Libra.",
                "fine_print": "",
                "post_id": 2945,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1588304660.634137,
                                "end_time": null,
                                "forecaster_count": 117,
                                "interval_lower_bounds": [
                                    0.12
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.25
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1588304660.634137,
                            "end_time": null,
                            "forecaster_count": 117,
                            "interval_lower_bounds": [
                                0.12
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.25
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.2151367394297402
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.5673249925897341,
                                    0.06364744615133527,
                                    0.5963399298559716,
                                    0.013089915845658233,
                                    0.4044283844767874,
                                    0.0,
                                    0.3880264910248475,
                                    0.08684250309709093,
                                    1.7891985688512095,
                                    0.2335427925116661,
                                    0.6233959591626815,
                                    1.2334028180572858,
                                    0.00047396543246213844,
                                    0.0,
                                    0.7961275510579275,
                                    1.0882440894423937,
                                    0.004376574145253002,
                                    0.0,
                                    0.4090332216095946,
                                    3.019484564193631,
                                    0.01651575048362396,
                                    0.8917285896579988,
                                    0.2645246477336361,
                                    0.3371960228839652,
                                    2.66379363593446,
                                    0.3258578252658501,
                                    0.027172461172235523,
                                    0.9143090796443093,
                                    0.0,
                                    1.2953294838807163,
                                    0.03567378931004735,
                                    0.09716230492436287,
                                    0.39727478074669237,
                                    0.0,
                                    0.0006409544199756206,
                                    0.05031263680835779,
                                    0.19176158248209751,
                                    0.004798613526973252,
                                    0.0021847845343716758,
                                    0.04833851964908954,
                                    0.000964722097288496,
                                    0.0017563493248750701,
                                    0.0003806171923127999,
                                    0.00040296782964322874,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7553110426595832,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.34305671981917313,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1537569890038847
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 9.130226695493548,
                            "coverage": 0.9996859377604334,
                            "baseline_score": 64.79328892871501,
                            "spot_peer_score": 0.28115052737803237,
                            "peer_archived_score": 9.130226695493548,
                            "baseline_archived_score": 64.79328892871501,
                            "spot_peer_archived_score": 0.28115052737803237
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1588304660.673557,
                                "end_time": null,
                                "forecaster_count": 117,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1588304660.673557,
                            "end_time": null,
                            "forecaster_count": 117,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.9084559396117685,
                                0.09154406038823151
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 11,
                "user_vote": null
            },
            "forecasts_count": 260,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2939,
            "title": "Before 30 November 2019, will Germany's Bundestag adopt a bill that would impose a fine on parents who refuse a measles vaccine for their children?",
            "short_title": "",
            "url_title": "",
            "slug": "before-30-november-2019-will-germanys-bundestag-adopt-a-bill-that-would-impose-a-fine-on-parents-who-refuse-a-measles-vaccine-for-their-children",
            "author_id": 103777,
            "author_username": "datscilly",
            "coauthors": [],
            "created_at": "2019-07-11T15:52:01.585536Z",
            "published_at": "2019-07-14T22:00:00Z",
            "edited_at": "2025-09-05T17:28:52.435075Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-07-14T22:00:00Z",
            "comment_count": 10,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-11-14T09:38:00Z",
            "scheduled_close_time": "2019-11-29T19:00:00Z",
            "scheduled_resolve_time": "2019-11-29T19:00:00Z",
            "actual_resolve_time": "2019-11-14T09:38:00Z",
            "open_time": "2019-07-14T22:00:00Z",
            "nr_forecasters": 55,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "topic": [
                    {
                        "id": 15865,
                        "name": "Health & Pandemics",
                        "slug": "biosecurity",
                        "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"
                    }
                ],
                "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": 3688,
                        "name": "Law",
                        "slug": "law",
                        "emoji": "⚖️",
                        "description": "Law",
                        "type": "category"
                    },
                    {
                        "id": 3691,
                        "name": "Health & Pandemics",
                        "slug": "health-pandemics",
                        "emoji": "🦠",
                        "description": "Health & Pandemics",
                        "type": "category"
                    }
                ]
            },
            "question": {
                "id": 2939,
                "title": "Before 30 November 2019, will Germany's Bundestag adopt a bill that would impose a fine on parents who refuse a measles vaccine for their children?",
                "created_at": "2019-07-11T15:52:01.585536Z",
                "open_time": "2019-07-14T22:00:00Z",
                "cp_reveal_time": "2019-07-15T23:23:06.127991Z",
                "spot_scoring_time": "2019-07-15T23:23:06.127991Z",
                "scheduled_resolve_time": "2019-11-29T19:00:00Z",
                "actual_resolve_time": "2019-11-14T09:38:00Z",
                "resolution_set_time": "2019-11-14T09:38:00Z",
                "scheduled_close_time": "2019-11-29T19:00:00Z",
                "actual_close_time": "2019-11-14T09:38: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": "",
                "resolution_criteria": "*This question was generated from the [IARPA Global Forecasting Challenge 2](https://www.iarpa.gov/challenges/gfchallenge2.html).*\n\nIn the wake of the recent measles outbreak across Europe (<a href = \"https://www.euronews.com/2019/05/07/how-growing-numbers-of-eu-countries-are-making-vaccines-mandatory\"target=\"_blank\">EuroNews</a>), German Health Minister Jens Spahn has drafted legislation imposing a fine on parents who refuse the measles vaccine for their children (<a href = \"https://www.theguardian.com/world/2019/may/06/german-parents-face-fine-for-refusing-measles-vaccination\"target=\"_blank\">TheGuardian</a>). Adoption by the Bundestag entails passing three readings before proceeding to the next stage of the legislative process (<a href = \"https://www.bundestag.de/en/parliament/function/legislation/passage-245704\"target=\"_blank\">Bundestag</a>, <a href = \"https://www.constituteproject.org/constitution/German_Federal_Republic_2012.pdf\"target=\"_blank\">GermanConstitution</a>).",
                "fine_print": "",
                "post_id": 2939,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1573758616.539188,
                                "end_time": null,
                                "forecaster_count": 56,
                                "interval_lower_bounds": [
                                    0.66
                                ],
                                "centers": [
                                    0.75
                                ],
                                "interval_upper_bounds": [
                                    0.9
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1573758616.539188,
                            "end_time": null,
                            "forecaster_count": 56,
                            "interval_lower_bounds": [
                                0.66
                            ],
                            "centers": [
                                0.75
                            ],
                            "interval_upper_bounds": [
                                0.9
                            ],
                            "forecast_values": [
                                0.25,
                                0.75
                            ],
                            "means": [
                                0.7556214172204577
                            ],
                            "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,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0391375041447012,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0023132514010442214,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09866774843688,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5279101453648812,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2674291063988385,
                                    0.21238487673162387,
                                    0.0,
                                    0.0,
                                    0.7889389963905753,
                                    0.4903956854177925,
                                    0.011105103786689123,
                                    0.43264905425924255,
                                    0.0,
                                    0.350826734248749,
                                    0.9409419404306867,
                                    0.10613859356368884,
                                    0.0,
                                    0.5338394326564748,
                                    0.9877815486623769,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2898717268244653,
                                    1.1582572395889859,
                                    0.013286097205509028,
                                    0.049233607049991815,
                                    0.39618411090454325,
                                    0.043962607759905424,
                                    1.8559195666234167,
                                    0.3293788085854289,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1226831864486109,
                                    0.0,
                                    0.0,
                                    1.8161110159876654,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6075504276319101
                                ]
                            ]
                        },
                        "score_data": {
                            "peer_score": 6.439019812267921,
                            "coverage": 0.8882604552405089,
                            "baseline_score": 38.7704251110483,
                            "spot_peer_score": 9.296441005280295,
                            "peer_archived_score": 6.439019812267921,
                            "baseline_archived_score": 38.7704251110483,
                            "spot_peer_archived_score": 9.296441005280295
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1571077902.182642,
                                "end_time": null,
                                "forecaster_count": 47,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1571077902.182642,
                            "end_time": null,
                            "forecaster_count": 47,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.4895491356420467,
                                0.5104508643579533
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 6,
                "user_vote": null
            },
            "forecasts_count": 110,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        },
        {
            "id": 2938,
            "title": "Will Oman be removed from the EU list of non-cooperative tax jurisdictions between 20 June 2019 and 31 October 2019?",
            "short_title": "",
            "url_title": "",
            "slug": "will-oman-be-removed-from-the-eu-list-of-non-cooperative-tax-jurisdictions-between-20-june-2019-and-31-october-2019",
            "author_id": 103777,
            "author_username": "datscilly",
            "coauthors": [],
            "created_at": "2019-07-11T15:49:32.082805Z",
            "published_at": "2019-07-14T22:00:00Z",
            "edited_at": "2025-09-05T17:28:56.302208Z",
            "curation_status": "approved",
            "curation_status_updated_at": "2019-07-14T22:00:00Z",
            "comment_count": 3,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2019-10-31T18:00:00Z",
            "scheduled_close_time": "2019-10-31T18:00:00Z",
            "scheduled_resolve_time": "2019-11-01T20:24:00Z",
            "actual_resolve_time": "2019-11-01T20:24:00Z",
            "open_time": "2019-07-14T22:00:00Z",
            "nr_forecasters": 43,
            "html_metadata_json": null,
            "projects": {
                "leaderboard_tag": [
                    {
                        "id": 32603,
                        "name": "2019 Leaderboard",
                        "slug": "2019_leaderboard",
                        "type": "leaderboard_tag"
                    }
                ],
                "category": [
                    {
                        "id": 3688,
                        "name": "Law",
                        "slug": "law",
                        "emoji": "⚖️",
                        "description": "Law",
                        "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"
                    }
                ],
                "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"
                }
            },
            "question": {
                "id": 2938,
                "title": "Will Oman be removed from the EU list of non-cooperative tax jurisdictions between 20 June 2019 and 31 October 2019?",
                "created_at": "2019-07-11T15:49:32.082805Z",
                "open_time": "2019-07-14T22:00:00Z",
                "cp_reveal_time": "2019-07-16T22:00:00Z",
                "spot_scoring_time": "2019-07-16T22:00:00Z",
                "scheduled_resolve_time": "2019-11-01T20:24:00Z",
                "actual_resolve_time": "2019-11-01T20:24:00Z",
                "resolution_set_time": "2019-11-01T20:24:00Z",
                "scheduled_close_time": "2019-10-31T18:00:00Z",
                "actual_close_time": "2019-10-31T18: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": "*This question was generated from the [IARPA Global Forecasting Challenge 2](https://www.iarpa.gov/challenges/gfchallenge2.html).*\n\nThe EU list of non-cooperative tax jurisdictions (also called the \"EU blacklist of tax havens\") was established by the Finance Ministers of EU Member States to indicate countries that fail to meet agreed upon \"tax good governance\" standards. This question will be resolved based on the information listed on the <a href = \"https://ec.europa.eu/taxation_customs/tax-common-eu-list_en#heading_3\"target=\"_blank\">EU blacklist</a>.",
                "fine_print": "",
                "post_id": 2938,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1572528075.588957,
                                "end_time": null,
                                "forecaster_count": 43,
                                "interval_lower_bounds": [
                                    0.01
                                ],
                                "centers": [
                                    0.03
                                ],
                                "interval_upper_bounds": [
                                    0.1
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1572528075.588957,
                            "end_time": null,
                            "forecaster_count": 43,
                            "interval_lower_bounds": [
                                0.01
                            ],
                            "centers": [
                                0.03
                            ],
                            "interval_upper_bounds": [
                                0.1
                            ],
                            "forecast_values": [
                                0.97,
                                0.03
                            ],
                            "means": [
                                0.06609048077888188
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    5.170207635983329,
                                    0.2819752713399747,
                                    0.675012195184357,
                                    0.3716977847515252,
                                    1.0969401860227508,
                                    0.0,
                                    0.16704452539469472,
                                    0.0,
                                    0.6485715918345254,
                                    1.0824074519185105,
                                    0.0,
                                    0.0,
                                    0.3395232167316722,
                                    0.0,
                                    1.0248498275103295,
                                    0.0,
                                    0.0038586475818220903,
                                    0.0,
                                    0.0,
                                    0.0200067169715049,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04535037156571558,
                                    0.0,
                                    0.0,
                                    0.31550088559652456,
                                    0.0,
                                    0.05985794318764461,
                                    0.0,
                                    0.0,
                                    0.03913203907098744,
                                    0.028511763448086522,
                                    0.03353515913390628,
                                    0.0,
                                    0.17369500829995657,
                                    0.0,
                                    0.0,
                                    0.01328166791512114,
                                    0.0,
                                    0.008023442444365229,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.024016566893208465,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": -0.9688480119211041,
                            "coverage": 0.9997926980542781,
                            "baseline_score": 49.81442333520289,
                            "spot_peer_score": 6.109024394817648,
                            "peer_archived_score": -0.9688480119211041,
                            "baseline_archived_score": 49.81442333520289,
                            "spot_peer_archived_score": 6.109024394817648
                        },
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [
                            {
                                "start_time": 1572528075.613063,
                                "end_time": null,
                                "forecaster_count": 43,
                                "interval_lower_bounds": null,
                                "centers": null,
                                "interval_upper_bounds": null
                            }
                        ],
                        "latest": {
                            "start_time": 1572528075.613063,
                            "end_time": null,
                            "forecaster_count": 43,
                            "interval_lower_bounds": null,
                            "centers": null,
                            "interval_upper_bounds": null,
                            "forecast_values": [
                                0.8105562513919248,
                                0.18944374860807525
                            ],
                            "means": null,
                            "histogram": null
                        },
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "forecaster",
            "vote": {
                "score": 3,
                "user_vote": null
            },
            "forecasts_count": 83,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": ""
        }
    ]
}