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

{
    "count": 5895,
    "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=900",
    "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=860",
    "results": [
        {
            "id": 35934,
            "title": "Will the Project 2025 Tracker spreadsheet mark the objective of expelling transgender people who are currently in the military as complete on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-project-2025-tracker-spreadsheet-mark-the-objective-of-expelling-transgender-people-who-are-currently-in-the-military-as-complete-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:13.264143Z",
            "published_at": "2025-03-14T22:00:00Z",
            "edited_at": "2025-09-05T17:28:47.141826Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 87,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-14T23:00:00Z",
            "scheduled_close_time": "2025-03-14T23:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T01:52:00Z",
            "open_time": "2025-03-14T22:00:00Z",
            "nr_forecasters": 31,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35368,
                "title": "Will the Project 2025 Tracker spreadsheet mark the objective of expelling transgender people who are currently in the military as complete on April 1, 2025?",
                "created_at": "2025-03-08T04:57:13.264143Z",
                "open_time": "2025-03-14T22:00:00Z",
                "cp_reveal_time": "2025-03-14T23:00:00Z",
                "spot_scoring_time": "2025-03-14T23:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T01:52:00Z",
                "resolution_set_time": "2025-04-02T01:53:18.558509Z",
                "scheduled_close_time": "2025-03-14T23:00:00Z",
                "actual_close_time": "2025-03-14T23:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/).",
                "resolution_criteria": "This question resolves as **Yes** if the Project 2025 objective to \"expel transgender people who are currently in the military\" is marked as complete according to [this spreadsheet](https://docs.google.com/spreadsheets/d/1QGG6wNHna-1tt91yXNkOauAJJ7snobFjfEnmxlmzhl4/edit?gid=0#gid=0) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35934,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741991868.748865,
                                "end_time": null,
                                "forecaster_count": 31,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.35
                                ],
                                "interval_upper_bounds": [
                                    0.6
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741991868.748865,
                            "end_time": null,
                            "forecaster_count": 31,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.35
                            ],
                            "interval_upper_bounds": [
                                0.6
                            ],
                            "forecast_values": [
                                0.65,
                                0.35
                            ],
                            "means": [
                                0.4294536615404026
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16103927879919655,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5667911627135067,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.347017510998058,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.31000350982900177,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20405281724241883,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.272864249737528,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5012578620643631,
                                    0.0,
                                    0.7586143445231218,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1836394386094319,
                                    0.46211900267680595,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8616137745260806,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.021585930219435643,
                                    0.0,
                                    0.9134389029481002,
                                    0.0,
                                    0.0,
                                    0.015708539450405595,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20851081619995687,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.10527918291777463,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0646131558445074,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6896218051583209,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 28.387948057207332,
                            "peer_score": 19.748111995858245,
                            "coverage": 0.9693910400072734,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9693910400072734,
                            "spot_peer_score": 28.000529122339273,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": 28.387948057207332,
                            "peer_archived_score": 19.748111995858245,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 28.000529122339273,
                            "spot_baseline_archived_score": 37.85116232537298
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 87,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/)."
        },
        {
            "id": 35933,
            "title": "Will the Project 2025 Tracker spreadsheet mark the objective of eliminating the Low-Income Heat and Energy Assistance Program as complete on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-project-2025-tracker-spreadsheet-mark-the-objective-of-eliminating-the-low-income-heat-and-energy-assistance-program-as-complete-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:13.231940Z",
            "published_at": "2025-03-14T22:00:00Z",
            "edited_at": "2025-09-05T17:28:51.834300Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 88,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-14T23:00:00Z",
            "scheduled_close_time": "2025-03-14T23:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-01T02:26:00Z",
            "open_time": "2025-03-14T22:00:00Z",
            "nr_forecasters": 33,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35367,
                "title": "Will the Project 2025 Tracker spreadsheet mark the objective of eliminating the Low-Income Heat and Energy Assistance Program as complete on April 1, 2025?",
                "created_at": "2025-03-08T04:57:13.231940Z",
                "open_time": "2025-03-14T22:00:00Z",
                "cp_reveal_time": "2025-03-14T23:00:00Z",
                "spot_scoring_time": "2025-03-14T23:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T02:26:00Z",
                "resolution_set_time": "2025-04-01T02:28:45.539570Z",
                "scheduled_close_time": "2025-03-14T23:00:00Z",
                "actual_close_time": "2025-03-14T23:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/).",
                "resolution_criteria": "This question resolves as **Yes** if the Project 2025 objective to \"eliminate the Low-Income Heat and Energy Assistance Program\" is marked as complete according to [this spreadsheet](https://docs.google.com/spreadsheets/d/1QGG6wNHna-1tt91yXNkOauAJJ7snobFjfEnmxlmzhl4/edit?gid=0#gid=0) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35933,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741992270.165106,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": [
                                    0.05
                                ],
                                "centers": [
                                    0.15
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741992270.165106,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": [
                                0.05
                            ],
                            "centers": [
                                0.15
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.85,
                                0.15
                            ],
                            "means": [
                                0.14502328268953263
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.9782475220515998,
                                    0.10223706135307076,
                                    1.1136385207363744,
                                    1.142094904162476,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0444224126266184,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2755291706065535,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.860597777135791,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1526470900215915,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.3309518216528762,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": 76.86915148711815,
                            "peer_score": 0.7143647061150064,
                            "coverage": 0.975947814186414,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.975947814186414,
                            "spot_peer_score": -1.0316269691441207,
                            "spot_baseline_score": 76.55347463629771,
                            "baseline_archived_score": 76.86915148711815,
                            "peer_archived_score": 0.7143647061150064,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -1.0316269691441207,
                            "spot_baseline_archived_score": 76.55347463629771
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 88,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/)."
        },
        {
            "id": 35932,
            "title": "Will the Project 2025 Tracker spreadsheet mark the objective of reducing regulations on cryptocurrencies as complete on April 1, 2025?",
            "short_title": "reduce regulations on cryptocurrencies?",
            "url_title": "reduce regulations on cryptocurrencies?",
            "slug": "reduce-regulations-on-cryptocurrencies",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:13.044231Z",
            "published_at": "2025-03-14T22:00:00Z",
            "edited_at": "2025-09-05T17:28:50.741000Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 91,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-14T23:00:00Z",
            "scheduled_close_time": "2025-03-14T23:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T01:53:00Z",
            "open_time": "2025-03-14T22:00:00Z",
            "nr_forecasters": 33,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35366,
                "title": "Will the Project 2025 Tracker spreadsheet mark the objective of reducing regulations on cryptocurrencies as complete on April 1, 2025?",
                "created_at": "2025-03-08T04:57:13.044231Z",
                "open_time": "2025-03-14T22:00:00Z",
                "cp_reveal_time": "2025-03-14T23:00:00Z",
                "spot_scoring_time": "2025-03-14T23:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T01:53:00Z",
                "resolution_set_time": "2025-04-02T01:54:01.992666Z",
                "scheduled_close_time": "2025-03-14T23:00:00Z",
                "actual_close_time": "2025-03-14T23:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep\\_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/).",
                "resolution_criteria": "This question resolves as **Yes** if the Project 2025 objective to \"reduce regulations on cryptocurrencies\" is marked as complete according to [this spreadsheet](https://docs.google.com/spreadsheets/d/1QGG6wNHna-1tt91yXNkOauAJJ7snobFjfEnmxlmzhl4/edit?gid=0#gid=0) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35932,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741991853.717623,
                                "end_time": null,
                                "forecaster_count": 33,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741991853.717623,
                            "end_time": null,
                            "forecaster_count": 33,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.2855823380245172
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0541425161069094,
                                    0.1349426696819013,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6070562315077696,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3871049438229868,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    3.859821631505014,
                                    0.0,
                                    0.0,
                                    0.47494197203925326,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6980965657768824,
                                    0.0,
                                    0.5643273795547298,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.31286391742790765,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1976105664975124,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7094578864260854,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": 64.1794611197488,
                            "peer_score": 8.745612873636547,
                            "coverage": 0.9814747144116296,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9814747144116296,
                            "spot_peer_score": 10.996178091648101,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 64.1794611197488,
                            "peer_archived_score": 8.745612873636547,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 10.996178091648101,
                            "spot_baseline_archived_score": 67.80719051126377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 88,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "At the time of this question, the objective was marked as \"in progress.\" The 2025 Tracker is a project of the Keep\\_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/)."
        },
        {
            "id": 35931,
            "title": "Will the Project 2025 Tracker classify at least 120 objectives as \"Done\" on April 1, 2025?",
            "short_title": "project 2025 tracker",
            "url_title": "project 2025 tracker",
            "slug": "project-2025-tracker",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:13.004059Z",
            "published_at": "2025-03-14T22:00:00Z",
            "edited_at": "2025-09-05T17:29:04.150359Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 90,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-14T23:00:00Z",
            "scheduled_close_time": "2025-03-14T23:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T01:54:00Z",
            "open_time": "2025-03-14T22:00:00Z",
            "nr_forecasters": 34,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35365,
                "title": "Will the Project 2025 Tracker classify at least 120 objectives as \"Done\" on April 1, 2025?",
                "created_at": "2025-03-08T04:57:13.004059Z",
                "open_time": "2025-03-14T22:00:00Z",
                "cp_reveal_time": "2025-03-14T23:00:00Z",
                "spot_scoring_time": "2025-03-14T23:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T01:54:00Z",
                "resolution_set_time": "2025-04-02T01:55:09.636193Z",
                "scheduled_close_time": "2025-03-14T23:00:00Z",
                "actual_close_time": "2025-03-14T23:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The 2025 Tracker is a project of the Keep\\_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/).",
                "resolution_criteria": "This question resolves as **Yes** if the [Project 2025 Tracker](https://www.project2025.observer/) has ≥120 Objectives classified as Done when accessed by Metaculus on or after April 1, 2025. If it is less than 120, this resolves as **No**.",
                "fine_print": "",
                "post_id": 35931,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741991841.979925,
                                "end_time": null,
                                "forecaster_count": 34,
                                "interval_lower_bounds": [
                                    0.626
                                ],
                                "centers": [
                                    0.7
                                ],
                                "interval_upper_bounds": [
                                    0.78
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741991841.979925,
                            "end_time": null,
                            "forecaster_count": 34,
                            "interval_lower_bounds": [
                                0.626
                            ],
                            "centers": [
                                0.7
                            ],
                            "interval_upper_bounds": [
                                0.78
                            ],
                            "forecast_values": [
                                0.30000000000000004,
                                0.7
                            ],
                            "means": [
                                0.6527437806824413
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5830692761263615,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16026094357950826,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04966152601580348,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14114485879589025,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.33758333840214994,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12228728963659696,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02168896019109956,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6258703594580037,
                                    0.0,
                                    0.7685977471107392,
                                    0.0,
                                    0.9172371287241657,
                                    0.7483442229688544,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1104656366926784,
                                    0.5300417658031267,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.44474253673992,
                                    0.0,
                                    0.0,
                                    0.2294539435535619,
                                    0.0,
                                    0.007978922554691365,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.374278796822252,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": -60.3118278253375,
                            "peer_score": -12.036657762843149,
                            "coverage": 0.9868809052970676,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9868809052970676,
                            "spot_peer_score": -19.251921313678587,
                            "spot_baseline_score": -73.69655941662059,
                            "baseline_archived_score": -60.3118278253375,
                            "peer_archived_score": -12.036657762843149,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -19.251921313678587,
                            "spot_baseline_archived_score": -73.69655941662059
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 89,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The 2025 Tracker is a project of the Keep\\_Track subreddit and is explained [here](https://www.reddit.com/r/Keep_Track/comments/1ii7tbr/project_2025_tracker_is_now_live/)."
        },
        {
            "id": 35930,
            "title": "Will Doge's Agency Efficiency Leaderboard have the Department of State ranked highest in Least Total Savings on April 1, 2025?",
            "short_title": "Dept of state in doge rankings",
            "url_title": "Dept of state in doge rankings",
            "slug": "dept-of-state-in-doge-rankings",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.972337Z",
            "published_at": "2025-03-14T22:00:00Z",
            "edited_at": "2025-09-05T17:29:27.487498Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 90,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-14T23:00:00Z",
            "scheduled_close_time": "2025-03-14T23:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-01T11:34:00Z",
            "open_time": "2025-03-14T22:00:00Z",
            "nr_forecasters": 34,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35364,
                "title": "Will Doge's Agency Efficiency Leaderboard have the Department of State ranked highest in Least Total Savings on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.972337Z",
                "open_time": "2025-03-14T22:00:00Z",
                "cp_reveal_time": "2025-03-14T23:00:00Z",
                "spot_scoring_time": "2025-03-14T23:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T11:34:00Z",
                "resolution_set_time": "2025-04-01T11:37:17.543113Z",
                "scheduled_close_time": "2025-03-14T23:00:00Z",
                "actual_close_time": "2025-03-14T23:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "The American Conservative: [The Inside Story of DOGE’s State Department Reforms](https://www.theamericanconservative.com/the-inside-story-of-doges-state-department-reforms/)",
                "resolution_criteria": "This question resolves as **Yes** if the Department of Government Efficiency's Agency Efficiency Leaderboard has the Department of State ranked highest in Least Total Savings at [this link](https://doge.gov/savings) when checked by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35930,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741992086.994296,
                                "end_time": null,
                                "forecaster_count": 34,
                                "interval_lower_bounds": [
                                    0.3
                                ],
                                "centers": [
                                    0.6
                                ],
                                "interval_upper_bounds": [
                                    0.71
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741992086.994296,
                            "end_time": null,
                            "forecaster_count": 34,
                            "interval_lower_bounds": [
                                0.3
                            ],
                            "centers": [
                                0.6
                            ],
                            "interval_upper_bounds": [
                                0.71
                            ],
                            "forecast_values": [
                                0.4,
                                0.6
                            ],
                            "means": [
                                0.5289432560660728
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04136994682833595,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5830692761263615,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0970616176356494,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8402148505771252,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2294539435535619,
                                    0.0,
                                    0.9172371287241657,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.16026094357950826,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.5341485247545688,
                                    0.0,
                                    0.01207354803198191,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.077682619753848,
                                    0.6403200895653883,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21480748546832676,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9608783822753273,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8641288963012548,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": -66.58115827907686,
                            "peer_score": 10.172656056231459,
                            "coverage": 0.9926801700062222,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9926801700062222,
                            "spot_peer_score": 22.17329083078831,
                            "spot_baseline_score": -32.19280948873623,
                            "baseline_archived_score": -66.58115827907686,
                            "peer_archived_score": 10.172656056231459,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 22.17329083078831,
                            "spot_baseline_archived_score": -32.19280948873623
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 89,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "The American Conservative: [The Inside Story of DOGE’s State Department Reforms](https://www.theamericanconservative.com/the-inside-story-of-doges-state-department-reforms/)"
        },
        {
            "id": 35929,
            "title": "Will Doge claim a total savings of $150 billion or more on April 1, 2025?",
            "short_title": "doge claim savings 150 billion?",
            "url_title": "doge claim savings 150 billion?",
            "slug": "doge-claim-savings-150-billion",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.939960Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:29:08.283969Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 78,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T01:55:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 27,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35363,
                "title": "Will Doge claim a total savings of $150 billion or more on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.939960Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T01:55:00Z",
                "resolution_set_time": "2025-04-02T01:56:54.708550Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "NY Post: [Tech guru admired by Elon Musk estimates ‘over $100 billion’ in taxpayer money is being wasted or stolen](https://nypost.com/2025/02/25/us-news/tech-guru-admired-by-elon-musk-estimates-over-100-billion-in-taxpayer-money-is-being-wasted-or-stolen/)",
                "resolution_criteria": "This question resolves as **Yes** if the Department of Government Efficiency [claims](https://doge.gov/savings) a total estimated savings of greater than or equal to $150 billion when checked by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35929,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834724.382115,
                                "end_time": null,
                                "forecaster_count": 27,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.45
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834724.382115,
                            "end_time": null,
                            "forecaster_count": 27,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.45
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.26735385471611
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.5409042167201155,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8737431354065597,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.585560056558079,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.5194253659383787,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4790788822584277,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.11123030328809189,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20380305925474834,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9724602874510355,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5414109223414629,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9846094743671302,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.022778484283569433,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04091934181495329,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03130111324493288,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 17.441106299480474,
                            "peer_score": 22.048004992044877,
                            "coverage": 0.973439456952943,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.973439456952943,
                            "spot_peer_score": 33.14412710835056,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 17.441106299480474,
                            "peer_archived_score": 22.048004992044877,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 33.14412710835056,
                            "spot_baseline_archived_score": 67.80719051126377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 77,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "NY Post: [Tech guru admired by Elon Musk estimates ‘over $100 billion’ in taxpayer money is being wasted or stolen](https://nypost.com/2025/02/25/us-news/tech-guru-admired-by-elon-musk-estimates-over-100-billion-in-taxpayer-money-is-being-wasted-or-stolen/)"
        },
        {
            "id": 35928,
            "title": "Will Doge's Agency Efficiency Leaderboard have the Environmental Protection Agency ranked #1 in Most Total Savings on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-doges-agency-efficiency-leaderboard-have-the-environmental-protection-agency-ranked-1-in-most-total-savings-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.904390Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:28:51.862350Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 80,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T01:57:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35362,
                "title": "Will Doge's Agency Efficiency Leaderboard have the Environmental Protection Agency ranked #1 in Most Total Savings on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.904390Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T01:57:00Z",
                "resolution_set_time": "2025-04-02T01:58:17.225433Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "USA Today: ['65 – or so – percent': Donald Trump says EPA administrator planning major cuts](https://www.usatoday.com/story/news/politics/2025/02/26/donald-trump-epa-doge-lee-zeldin-job-cuts/80524919007/)",
                "resolution_criteria": "This question resolves as **Yes** if the Department of Government Efficiency's Agency Efficiency Leaderboard has the Environmental Protection Agency ranked #1 in Most Total Savings at [this link](https://doge.gov/savings) when checked by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35928,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834716.306984,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.175
                                ],
                                "centers": [
                                    0.3
                                ],
                                "interval_upper_bounds": [
                                    0.33433333333333337
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834716.306984,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.175
                            ],
                            "centers": [
                                0.3
                            ],
                            "interval_upper_bounds": [
                                0.33433333333333337
                            ],
                            "forecast_values": [
                                0.7,
                                0.3
                            ],
                            "means": [
                                0.2833529393040302
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20257539269556146,
                                    0.0,
                                    0.04289084712097685,
                                    0.0,
                                    0.0,
                                    0.2859842958080928,
                                    0.0,
                                    0.49919970777631545,
                                    0.0,
                                    0.0,
                                    0.6803385023255489,
                                    0.0,
                                    0.9105903213533636,
                                    0.0,
                                    0.0,
                                    1.1293731102067914,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02591031830222411,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.7071573393859127,
                                    0.0,
                                    0.250282548042939,
                                    0.6149678299500161,
                                    0.0,
                                    0.5257244506372711,
                                    0.3190127781780022,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14645117361277293,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12637014538023153,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.35834256537117526,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09207380390900106,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.28307053233759993,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0834637171802499,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": 54.10086979917679,
                            "peer_score": 18.228661532690186,
                            "coverage": 0.9744298833608628,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9744298833608628,
                            "spot_peer_score": 7.400786945399366,
                            "spot_baseline_score": 48.542682717024164,
                            "baseline_archived_score": 54.10086979917679,
                            "peer_archived_score": 18.228661532690186,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 7.400786945399366,
                            "spot_baseline_archived_score": 48.542682717024164
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 79,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "USA Today: ['65 – or so – percent': Donald Trump says EPA administrator planning major cuts](https://www.usatoday.com/story/news/politics/2025/02/26/donald-trump-epa-doge-lee-zeldin-job-cuts/80524919007/)"
        },
        {
            "id": 35927,
            "title": "Will Doge's Agency Efficiency Leaderboard have the General Services Administration ranked #1 in Most Total Savings on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-doges-agency-efficiency-leaderboard-have-the-general-services-administration-ranked-1-in-most-total-savings-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.742691Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:28:57.326624Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 80,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T01:58:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35361,
                "title": "Will Doge's Agency Efficiency Leaderboard have the General Services Administration ranked #1 in Most Total Savings on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.742691Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T01:58:00Z",
                "resolution_set_time": "2025-04-02T01:59:59.007083Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "NPR: [GSA staff facing massive cuts and fears of 'nonstop' surveillance](https://www.npr.org/2025/02/11/nx-s1-5293258/trump-gsa-budget-cuts-doge)",
                "resolution_criteria": "This question resolves as **Yes** if the Department of Government Efficiency's Agency Efficiency Leaderboard has the General Services Administration ranked #1 in Most Total Savings at [this link](https://doge.gov/savings) when checked by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35927,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834726.304551,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.25
                                ],
                                "centers": [
                                    0.3
                                ],
                                "interval_upper_bounds": [
                                    0.5
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834726.304551,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.25
                            ],
                            "centers": [
                                0.3
                            ],
                            "interval_upper_bounds": [
                                0.5
                            ],
                            "forecast_values": [
                                0.7,
                                0.3
                            ],
                            "means": [
                                0.3800369778798961
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04289084712097685,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19330086451826228,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.44816710576384877,
                                    0.8277762550959286,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.6858925485129101,
                                    0.0,
                                    0.4013068821831965,
                                    0.0,
                                    0.0,
                                    1.3989561937313888,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09641283329043687,
                                    0.0,
                                    0.0,
                                    0.9105903213533636,
                                    0.0,
                                    0.2133370696640648,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.250282548042939,
                                    0.0,
                                    0.0,
                                    0.02591031830222411,
                                    0.0,
                                    0.49919970777631545,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6803385023255489,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7113790196050258,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.898038362287616,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": 39.30182233840767,
                            "peer_score": 6.558434640690425,
                            "coverage": 0.972653144134416,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.972653144134416,
                            "spot_peer_score": 15.858737307281302,
                            "spot_baseline_score": 48.542682717024164,
                            "baseline_archived_score": 39.30182233840767,
                            "peer_archived_score": 6.558434640690425,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 15.858737307281302,
                            "spot_baseline_archived_score": 48.542682717024164
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 79,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "NPR: [GSA staff facing massive cuts and fears of 'nonstop' surveillance](https://www.npr.org/2025/02/11/nx-s1-5293258/trump-gsa-budget-cuts-doge)"
        },
        {
            "id": 35926,
            "title": "Will Doge's Agency Efficiency Leaderboard have the Department of Education ranked #1 in Most Total Savings on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-doges-agency-efficiency-leaderboard-have-the-department-of-education-ranked-1-in-most-total-savings-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.710554Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:29:02.074658Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 79,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T02:00:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 28,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35360,
                "title": "Will Doge's Agency Efficiency Leaderboard have the Department of Education ranked #1 in Most Total Savings on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.710554Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:00:00Z",
                "resolution_set_time": "2025-04-02T02:00:39.573865Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.85,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Higher Ed Dive: [DOGE blocked from accessing Education Department’s sensitive student data until March 10](https://www.highereddive.com/news/judge-blocks-doge-access-education-department-data/740792/)",
                "resolution_criteria": "This question resolves as **Yes** if the Department of Government Efficiency's Agency Efficiency Leaderboard has the Department of Education ranked #1 in Most Total Savings at [this link](https://doge.gov/savings) when checked by Metaculus on or after April 1, 2025.",
                "fine_print": "",
                "post_id": 35926,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834710.644117,
                                "end_time": null,
                                "forecaster_count": 28,
                                "interval_lower_bounds": [
                                    0.289
                                ],
                                "centers": [
                                    0.65
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834710.644117,
                            "end_time": null,
                            "forecaster_count": 28,
                            "interval_lower_bounds": [
                                0.289
                            ],
                            "centers": [
                                0.65
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.35,
                                0.65
                            ],
                            "means": [
                                0.531287356762568
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9462524413216661,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.101114410893536,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8249082519936364,
                                    0.0,
                                    0.44071068269949837,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2748574657272404,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0755566623209275,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.29960928926580743,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.244761911527331,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7220981257260533,
                                    0.4921720506514511,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.025686948593843,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.05830818042997517,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.5911164755131355,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": -66.21839119873074,
                            "peer_score": 1.0454264315504516,
                            "coverage": 0.9759880838791528,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9759880838791528,
                            "spot_peer_score": 2.175520023390418,
                            "spot_baseline_score": -51.45731728297583,
                            "baseline_archived_score": -66.21839119873074,
                            "peer_archived_score": 1.0454264315504516,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 2.175520023390418,
                            "spot_baseline_archived_score": -51.45731728297583
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 78,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Higher Ed Dive: [DOGE blocked from accessing Education Department’s sensitive student data until March 10](https://www.highereddive.com/news/judge-blocks-doge-access-education-department-data/740792/)"
        },
        {
            "id": 35925,
            "title": "Will Github rank in the top 50 global websites according to Ahrefs on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-github-rank-in-the-top-50-global-websites-according-to-ahrefs-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.677953Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:29:22.473150Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 80,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T02:00:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35359,
                "title": "Will Github rank in the top 50 global websites according to Ahrefs on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.677953Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:00:00Z",
                "resolution_set_time": "2025-04-02T02:01:53.976563Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "According to the resolution source, ranking is determined as follows: \"The top 1000 most visited websites in the World by Ahrefs organic search traffic estimates. Updated monthly.\"",
                "resolution_criteria": "This question resolves as **Yes** if Github has a rank of ≤50 at [Ahrefs](https://ahrefs.com/websites) (in the top 50, in other words) when accessed by Metaculus on or after April 1, 2025. Ensure ranking display is set to Worldwide and All Categories.",
                "fine_print": "Resolves according to what rank is displayed at the resolution date, regardless of when the traffic stats are from.",
                "post_id": 35925,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834733.520759,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.4
                                ],
                                "centers": [
                                    0.5363333333333333
                                ],
                                "interval_upper_bounds": [
                                    0.65
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834733.520759,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.4
                            ],
                            "centers": [
                                0.5363333333333333
                            ],
                            "interval_upper_bounds": [
                                0.65
                            ],
                            "forecast_values": [
                                0.46366666666666667,
                                0.5363333333333333
                            ],
                            "means": [
                                0.513039282366453
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.1687033331669892,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09207380390900106,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1365585819355109,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2547471642053736,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.033872059528572265,
                                    0.15228046368245562,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.43589991024459757,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.296742350588431,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.49919970777631545,
                                    0.0,
                                    0.3190127781780022,
                                    0.9105903213533636,
                                    0.0,
                                    0.0,
                                    0.8277762550959286,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5035187872155226,
                                    0.0,
                                    0.19330086451826228,
                                    0.0,
                                    0.0,
                                    0.4013068821831965,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2204285967221349,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5546969869327895,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.28307053233759993,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": -29.37306135701523,
                            "peer_score": 33.4561267031548,
                            "coverage": 0.9705595013830395,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9705595013830395,
                            "spot_peer_score": 47.55665143503603,
                            "spot_baseline_score": 10.120182534020305,
                            "baseline_archived_score": -29.37306135701523,
                            "peer_archived_score": 33.4561267031548,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 47.55665143503603,
                            "spot_baseline_archived_score": 10.120182534020305
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 79,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "According to the resolution source, ranking is determined as follows: \"The top 1000 most visited websites in the World by Ahrefs organic search traffic estimates. Updated monthly.\""
        },
        {
            "id": 35924,
            "title": "Will ChatGPT rank in the top 10 global websites according to Semrush on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-chatgpt-rank-in-the-top-10-global-websites-according-to-semrush-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.645297Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:29:06.251711Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 80,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-03T01:21:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35358,
                "title": "Will ChatGPT rank in the top 10 global websites according to Semrush on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.645297Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-03T01:21:00Z",
                "resolution_set_time": "2025-04-03T01:23:51.022142Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "According to the resolution source, \" In January chatgpt.com received 4.67B visits with the average session duration 08:24. Compared to December traffic to chatgpt.com has decreased by -2.41%.\"",
                "resolution_criteria": "This question resolves as **Yes** if ChatGPT has a Global Rank: Worldwide of ≤10 at [Semrush](https://www.semrush.com/website/chatgpt.com/overview/) (in the top 10, in other words) when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "Resolves according to what rank is displayed at the resolution date, regardless of when the traffic stats are from.",
                "post_id": 35924,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834725.050138,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.75
                                ],
                                "centers": [
                                    0.8
                                ],
                                "interval_upper_bounds": [
                                    0.85
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834725.050138,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.75
                            ],
                            "centers": [
                                0.8
                            ],
                            "interval_upper_bounds": [
                                0.85
                            ],
                            "forecast_values": [
                                0.19999999999999996,
                                0.8
                            ],
                            "means": [
                                0.7114437532642304
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09207380390900106,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.2240085184861953,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.4013068821831965,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.250282548042939,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.053094864755261,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22042859672213486,
                                    0.0,
                                    0.033872059528572265,
                                    0.3190127781780022,
                                    0.9105903213533636,
                                    0.6803385023255489,
                                    0.0,
                                    0.0,
                                    0.49919970777631545,
                                    0.0,
                                    0.44816710576384877,
                                    0.0,
                                    0.0,
                                    3.063066562257688,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9541308193971554,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.13420630889482474,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 72.48265623830196,
                            "peer_score": 19.32604841239834,
                            "coverage": 0.9756035802761711,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9756035802761711,
                            "spot_peer_score": 22.675197250323556,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 72.48265623830196,
                            "peer_archived_score": 19.32604841239834,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 22.675197250323556,
                            "spot_baseline_archived_score": 67.80719051126377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 79,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "According to the resolution source, \" In January chatgpt.com received 4.67B visits with the average session duration 08:24. Compared to December traffic to chatgpt.com has decreased by -2.41%.\""
        },
        {
            "id": 35923,
            "title": "Will the Deftones release a new album before April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-deftones-release-a-new-album-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.612792Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:29:00.023615Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 80,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T23:23:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35357,
                "title": "Will the Deftones release a new album before April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.612792Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T23:23:00Z",
                "resolution_set_time": "2025-04-02T23:24:39.616540Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "[Chino Moreno: Deftones “Getting Very Close” to Releasing New Music](https://consequence.net/2025/02/deftones-new-album-very-close-2025-update/)",
                "resolution_criteria": "This question resolves as **Yes** if the Deftones release a new album after the launch of this question and before April 1, 2025, according to their [discography at genius.com](https://genius.com/artists/Deftones/albums)",
                "fine_print": "Question may resolve based on other credible sources should there be reason to believe the resolution source is not being timely updated.",
                "post_id": 35923,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834741.261991,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.095
                                ],
                                "centers": [
                                    0.2
                                ],
                                "interval_upper_bounds": [
                                    0.25
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834741.261991,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.095
                            ],
                            "centers": [
                                0.2
                            ],
                            "interval_upper_bounds": [
                                0.25
                            ],
                            "forecast_values": [
                                0.8,
                                0.2
                            ],
                            "means": [
                                0.23381897941930482
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9371536042477027,
                                    0.0,
                                    0.7511534702699268,
                                    0.0,
                                    0.9105903213533636,
                                    1.3935310707277817,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.31489077680617433,
                                    0.0,
                                    0.033872059528572265,
                                    0.0,
                                    0.0,
                                    1.0751680600754505,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.35834256537117526,
                                    1.2830705323376,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.5700102153501857,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22042859672213486,
                                    0.5546969869327895,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.053094864755261,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8277762550959286,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": 73.7249637419928,
                            "peer_score": 1.1208079013755914,
                            "coverage": 0.9772703486018712,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9772703486018712,
                            "spot_peer_score": 3.393992552400687,
                            "spot_baseline_score": 67.80719051126377,
                            "baseline_archived_score": 73.7249637419928,
                            "peer_archived_score": 1.1208079013755914,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 3.393992552400687,
                            "spot_baseline_archived_score": 67.80719051126377
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 79,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "[Chino Moreno: Deftones “Getting Very Close” to Releasing New Music](https://consequence.net/2025/02/deftones-new-album-very-close-2025-update/)"
        },
        {
            "id": 35922,
            "title": "Will Spanish Prime Minister Pedro Sánchez have a higher approval rating than Turkey's President Recep Tayyip Erdoğan on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-spanish-prime-minister-pedro-sanchez-have-a-higher-approval-rating-than-turkeys-president-recep-tayyip-erdogan-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.447182Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:28:52.752808Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 80,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T02:02:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35356,
                "title": "Will Spanish Prime Minister Pedro Sánchez have a higher approval rating than Turkey's President Recep Tayyip Erdoğan on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.447182Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:02:00Z",
                "resolution_set_time": "2025-04-02T02:03:30.027972Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\"",
                "resolution_criteria": "This question resolves as **Yes** if Pedro Sánchez has a higher approval rating than Recep Tayyip Erdoğan according to [Morning Consult](https://pro.morningconsult.com/trackers/global-leader-approval) when checked by Metaculus on or after April 1, 2025. If this not the case (including due to a tie), this resolves as **No**.",
                "fine_print": "",
                "post_id": 35922,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834723.245478,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.4
                                ],
                                "centers": [
                                    0.45
                                ],
                                "interval_upper_bounds": [
                                    0.55
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834723.245478,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.4
                            ],
                            "centers": [
                                0.45
                            ],
                            "interval_upper_bounds": [
                                0.55
                            ],
                            "forecast_values": [
                                0.55,
                                0.45
                            ],
                            "means": [
                                0.4685215648970986
                            ],
                            "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,
                                    1.2448197473550149,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.033872059528572265,
                                    0.62542688428954,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.8104402425198125,
                                    0.9105903213533636,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04289084712097685,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.1524603524531234,
                                    0.0,
                                    0.0,
                                    2.226239889280728,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2110594023760083,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22042859672213486,
                                    0.35738393081092334,
                                    0.44816710576384877,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": -10.806903714195684,
                            "peer_score": -4.328526920195091,
                            "coverage": 0.9821302872233921,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9821302872233921,
                            "spot_peer_score": -1.4288165801046424,
                            "spot_baseline_score": -15.200309344504996,
                            "baseline_archived_score": -10.806903714195684,
                            "peer_archived_score": -4.328526920195091,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -1.4288165801046424,
                            "spot_baseline_archived_score": -15.200309344504996
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 79,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\""
        },
        {
            "id": 35921,
            "title": "Will Australian Prime Minister Anthony Albanese have a higher approval rating than US President Donald Trump on April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-australian-prime-minister-anthony-albanese-have-a-higher-approval-rating-than-us-president-donald-trump-on-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.410867Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:29:21.232026Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 79,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T02:03:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 28,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35355,
                "title": "Will Australian Prime Minister Anthony Albanese have a higher approval rating than US President Donald Trump on April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.410867Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:03:00Z",
                "resolution_set_time": "2025-04-02T02:04:50.943855Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\"",
                "resolution_criteria": "This question resolves as **Yes** if Anthony Albanese has a higher approval rating than US President Donald Trump according to [Morning Consult](https://pro.morningconsult.com/trackers/global-leader-approval) when checked by Metaculus on or after April 1, 2025. If this not the case (including due to a tie), this resolves as **No**.",
                "fine_print": "",
                "post_id": 35921,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834738.484114,
                                "end_time": null,
                                "forecaster_count": 28,
                                "interval_lower_bounds": [
                                    0.324
                                ],
                                "centers": [
                                    0.45
                                ],
                                "interval_upper_bounds": [
                                    0.6
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834738.484114,
                            "end_time": null,
                            "forecaster_count": 28,
                            "interval_lower_bounds": [
                                0.324
                            ],
                            "centers": [
                                0.45
                            ],
                            "interval_upper_bounds": [
                                0.6
                            ],
                            "forecast_values": [
                                0.55,
                                0.45
                            ],
                            "means": [
                                0.47417493273571404
                            ],
                            "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.12237051261030621,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.9095423364255001,
                                    0.8249082519936364,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.2593830684343312,
                                    0.0,
                                    0.5482154774436659,
                                    0.0,
                                    0.0,
                                    1.0149670300209221,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8149870381409913,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3108648595307786,
                                    0.9090545283477725,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7910469104158988,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.35250077814618447,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7471400545026624,
                                    0.4921720506514511,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": -45.76371239075389,
                            "peer_score": -3.671331765826721,
                            "coverage": 0.9872009347544773,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9872009347544773,
                            "spot_peer_score": 14.799440445765828,
                            "spot_baseline_score": -15.200309344504996,
                            "baseline_archived_score": -45.76371239075389,
                            "peer_archived_score": -3.671331765826721,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 14.799440445765828,
                            "spot_baseline_archived_score": -15.200309344504996
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 78,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Resolution source updates monthly. According to Morning Consult for January 2025: \"The latest approval ratings are based on data collected from Jan. 21-27, 2025. Ratings reflect a trailing seven-day simple moving average of views among adults in each country surveyed.\""
        },
        {
            "id": 35920,
            "title": "Will the United States impose any new tariffs on India before April 1, 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-the-united-states-impose-any-new-tariffs-on-india-before-april-1-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.378281Z",
            "published_at": "2025-03-13T02:00:00Z",
            "edited_at": "2025-09-05T17:29:08.032177Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 80,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-13T03:00:00Z",
            "scheduled_close_time": "2025-03-13T03:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-01T11:19:00Z",
            "open_time": "2025-03-13T02:00:00Z",
            "nr_forecasters": 29,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35354,
                "title": "Will the United States impose any new tariffs on India before April 1, 2025?",
                "created_at": "2025-03-08T04:57:12.378281Z",
                "open_time": "2025-03-13T02:00:00Z",
                "cp_reveal_time": "2025-03-13T03:00:00Z",
                "spot_scoring_time": "2025-03-13T03:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-01T11:19:00Z",
                "resolution_set_time": "2025-04-01T11:19:51.271241Z",
                "scheduled_close_time": "2025-03-13T03:00:00Z",
                "actual_close_time": "2025-03-13T03:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 1.0,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "Reuters: [All of Donald Trump's tariff threats](https://www.reuters.com/world/us/all-donald-trumps-tariff-threats-2025-01-28/)",
                "resolution_criteria": "This question resolves as **Yes** if the US government officially announces the implementation of any new tariff on imports from India after the launch of this question and before April 1, 2025. Otherwise resolves as No.",
                "fine_print": "Please note that a mere intention to impose a tariff will not count. If a tariff is announced but does not go into effect, [such as happened](https://www.globaltradeandsanctionslaw.com/trump-2-0-u-s-tariffs-on-china-take-effect-mexico-and-canada-granted-30-day-pause/) with Mexico and Canada, it will not count. Tariff must specifically target India in order to count, so a global tariff on a particular good would not count unless India is specifically targeted.",
                "post_id": 35920,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741834717.491505,
                                "end_time": null,
                                "forecaster_count": 29,
                                "interval_lower_bounds": [
                                    0.1
                                ],
                                "centers": [
                                    0.144
                                ],
                                "interval_upper_bounds": [
                                    0.2
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741834717.491505,
                            "end_time": null,
                            "forecaster_count": 29,
                            "interval_lower_bounds": [
                                0.1
                            ],
                            "centers": [
                                0.144
                            ],
                            "interval_upper_bounds": [
                                0.2
                            ],
                            "forecast_values": [
                                0.856,
                                0.144
                            ],
                            "means": [
                                0.2157793562476193
                            ],
                            "histogram": [
                                [
                                    0.35834256537117526,
                                    0.0,
                                    0.0,
                                    0.1687033331669892,
                                    0.8277762550959286,
                                    0.482039165292421,
                                    0.28307053233759993,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.001436018312866,
                                    0.0,
                                    0.3190127781780022,
                                    0.0,
                                    0.5546969869327895,
                                    1.4481611817626001,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.3020739812308801,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3015968551108629,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.04289084712097685,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12637014538023153,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.14645117361277293,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.06460822876323534,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.1306522096286833,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.09207380390900106,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6338233183670307,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0
                                ]
                            ]
                        },
                        "score_data": {
                            "baseline_score": 64.37131662642184,
                            "peer_score": 64.61673895319758,
                            "coverage": 0.9934238258335322,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9934238258335322,
                            "spot_peer_score": 46.283751001185934,
                            "spot_baseline_score": 77.56827017390599,
                            "baseline_archived_score": 64.37131662642184,
                            "peer_archived_score": 64.61673895319758,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 46.283751001185934,
                            "spot_baseline_archived_score": 77.56827017390599
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 79,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "Reuters: [All of Donald Trump's tariff threats](https://www.reuters.com/world/us/all-donald-trumps-tariff-threats-2025-01-28/)"
        },
        {
            "id": 35919,
            "title": "Will a Chinese model have a higher Arena Score than all Google models on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-chinese-model-have-a-higher-arena-score-than-all-google-models-on-the-chatbot-arena-leaderboard-at-the-end-of-the-1st-quarter-of-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.342901Z",
            "published_at": "2025-03-12T21:00:00Z",
            "edited_at": "2025-09-05T17:28:57.853045Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-12T22:00:00Z",
            "scheduled_close_time": "2025-03-12T22:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T02:11:00Z",
            "open_time": "2025-03-12T21:00:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35353,
                "title": "Will a Chinese model have a higher Arena Score than all Google models on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
                "created_at": "2025-03-08T04:57:12.342901Z",
                "open_time": "2025-03-12T21:00:00Z",
                "cp_reveal_time": "2025-03-12T22:00:00Z",
                "spot_scoring_time": "2025-03-12T22:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:11:00Z",
                "resolution_set_time": "2025-04-02T02:12:07.110161Z",
                "scheduled_close_time": "2025-03-12T22:00:00Z",
                "actual_close_time": "2025-03-12T22:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.5,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "CNBC: [China wants to dominate in AI — and some of its models are already beating their U.S. rivals](https://www.cnbc.com/2024/12/17/chinese-ai-models-are-popular-globally-and-are-beating-us-rivals-in-some-areas.html)",
                "resolution_criteria": "This question resolves as **Yes** if a Chinese model has a higher Arena Score than all models with Google as their Organization at the [Chatbot Arena Leaderboard](https://lmarena.ai/?leaderboard) in the \"Overall\" category when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "A Chinese model is defined as one whose Organization is headquartered in the People's Republic of China or conducts a majority of its R&D activities in the PRC. At the time of this question, models that qualified under this definition were Yi-Lightning, from 01 AI; Qwen2.5-plus-1127, from Alibaba; and GLM-4-Plus, from Zhipu AI.",
                "post_id": 35919,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741815941.087174,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.25
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741815941.087174,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.25
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.75,
                                0.25
                            ],
                            "means": [
                                0.3338413167105589
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6939525952509218,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02581358824615143,
                                    0.0,
                                    1.1304888208986543,
                                    0.0,
                                    0.0,
                                    1.2171749402627514,
                                    0.0,
                                    0.12856727458371708,
                                    0.0,
                                    0.0,
                                    1.936677333048813,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    0.8242561112693736,
                                    0.0,
                                    0.0,
                                    0.3058323220141224,
                                    0.0,
                                    0.5946400878857521,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19073805166550978,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0492373430437701,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.019746017729336655,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8355804261814468,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.872722618486101,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": 54.487951191924566,
                            "peer_score": 20.390176185299314,
                            "coverage": 0.9450707261429893,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9450707261429893,
                            "spot_peer_score": 22.467694319192166,
                            "spot_baseline_score": 58.496250072115615,
                            "baseline_archived_score": 54.487951191924566,
                            "peer_archived_score": 20.390176185299314,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 22.467694319192166,
                            "spot_baseline_archived_score": 58.496250072115615
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": -1,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "CNBC: [China wants to dominate in AI — and some of its models are already beating their U.S. rivals](https://www.cnbc.com/2024/12/17/chinese-ai-models-are-popular-globally-and-are-beating-us-rivals-in-some-areas.html)"
        },
        {
            "id": 35918,
            "title": "Will a Chinese model have a higher Arena Score than all OpenAI models on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-chinese-model-have-a-higher-arena-score-than-all-openai-models-on-the-chatbot-arena-leaderboard-at-the-end-of-the-1st-quarter-of-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.305999Z",
            "published_at": "2025-03-12T21:00:00Z",
            "edited_at": "2025-09-05T17:29:01.666569Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-12T22:00:00Z",
            "scheduled_close_time": "2025-03-12T22:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T02:10:00Z",
            "open_time": "2025-03-12T21:00:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35352,
                "title": "Will a Chinese model have a higher Arena Score than all OpenAI models on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
                "created_at": "2025-03-08T04:57:12.305999Z",
                "open_time": "2025-03-12T21:00:00Z",
                "cp_reveal_time": "2025-03-12T22:00:00Z",
                "spot_scoring_time": "2025-03-12T22:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:10:00Z",
                "resolution_set_time": "2025-04-02T02:11:19.052117Z",
                "scheduled_close_time": "2025-03-12T22:00:00Z",
                "actual_close_time": "2025-03-12T22:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.5,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "CNBC: [China wants to dominate in AI — and some of its models are already beating their U.S. rivals](https://www.cnbc.com/2024/12/17/chinese-ai-models-are-popular-globally-and-are-beating-us-rivals-in-some-areas.html)",
                "resolution_criteria": "This question resolves as **Yes** if a Chinese model has a higher Arena Score than all models with OpenAI as their Organization at the [Chatbot Arena Leaderboard](https://lmarena.ai/?leaderboard) in the \"Overall\" category when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "A Chinese model is defined as one whose Organization is headquartered in the People's Republic of China or conducts a majority of its R&D activities in the PRC. At the time of this question, models that qualified under this definition were Yi-Lightning, from 01 AI; Qwen2.5-plus-1127, from Alibaba; and GLM-4-Plus, from Zhipu AI.",
                "post_id": 35918,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741816220.097905,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.2
                                ],
                                "centers": [
                                    0.26066666666666666
                                ],
                                "interval_upper_bounds": [
                                    0.3
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741816220.097905,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.2
                            ],
                            "centers": [
                                0.26066666666666666
                            ],
                            "interval_upper_bounds": [
                                0.3
                            ],
                            "forecast_values": [
                                0.7393333333333334,
                                0.26066666666666666
                            ],
                            "means": [
                                0.2889407847092709
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.02581358824615143,
                                    0.0,
                                    0.9147633448549574,
                                    0.24311673443421403,
                                    0.0,
                                    0.551296799193389,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8182851626977582,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.0,
                                    1.1102680066304433,
                                    0.7620908974955233,
                                    0.8355804261814468,
                                    0.3058323220141224,
                                    0.0,
                                    1.4686805127934779,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8459033425465498,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.19073805166550978,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6939525952509218,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.059105746561956225,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": 49.88904821013175,
                            "peer_score": 7.682274838621522,
                            "coverage": 0.950475276377466,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.950475276377466,
                            "spot_peer_score": 9.945784644464544,
                            "spot_baseline_score": 56.42968647784669,
                            "baseline_archived_score": 49.88904821013175,
                            "peer_archived_score": 7.682274838621522,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 9.945784644464544,
                            "spot_baseline_archived_score": 56.42968647784669
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": -1,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "CNBC: [China wants to dominate in AI — and some of its models are already beating their U.S. rivals](https://www.cnbc.com/2024/12/17/chinese-ai-models-are-popular-globally-and-are-beating-us-rivals-in-some-areas.html)"
        },
        {
            "id": 35917,
            "title": "Will a Chinese model have a higher Arena Score than all Anthropic models on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-chinese-model-have-a-higher-arena-score-than-all-anthropic-models-on-the-chatbot-arena-leaderboard-at-the-end-of-the-1st-quarter-of-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:12.018359Z",
            "published_at": "2025-03-12T21:00:00Z",
            "edited_at": "2025-09-05T17:29:01.127318Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-12T22:00:00Z",
            "scheduled_close_time": "2025-03-12T22:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T02:07:00Z",
            "open_time": "2025-03-12T21:00:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35351,
                "title": "Will a Chinese model have a higher Arena Score than all Anthropic models on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
                "created_at": "2025-03-08T04:57:12.018359Z",
                "open_time": "2025-03-12T21:00:00Z",
                "cp_reveal_time": "2025-03-12T22:00:00Z",
                "spot_scoring_time": "2025-03-12T22:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:07:00Z",
                "resolution_set_time": "2025-04-02T02:09:14.123297Z",
                "scheduled_close_time": "2025-03-12T22:00:00Z",
                "actual_close_time": "2025-03-12T22:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "yes",
                "include_bots_in_aggregates": true,
                "question_weight": 0.5,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "CNBC: [China wants to dominate in AI — and some of its models are already beating their U.S. rivals](https://www.cnbc.com/2024/12/17/chinese-ai-models-are-popular-globally-and-are-beating-us-rivals-in-some-areas.html)",
                "resolution_criteria": "This question resolves as **Yes** if a Chinese model has a higher Arena Score than all models with Anthropic as their Organization at the [Chatbot Arena Leaderboard](https://lmarena.ai/?leaderboard) in the \"Overall\" category when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "A Chinese model is defined as one whose Organization is headquartered in the People's Republic of China or conducts a majority of its R&D activities in the PRC. At the time of this question, models that qualified under this definition were Yi-Lightning, from 01 AI; Qwen2.5-plus-1127, from Alibaba; and GLM-4-Plus, from Zhipu AI.",
                "post_id": 35917,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741816508.916659,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.3
                                ],
                                "centers": [
                                    0.65
                                ],
                                "interval_upper_bounds": [
                                    0.8140000000000001
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741816508.916659,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.3
                            ],
                            "centers": [
                                0.65
                            ],
                            "interval_upper_bounds": [
                                0.8140000000000001
                            ],
                            "forecast_values": [
                                0.35,
                                0.65
                            ],
                            "means": [
                                0.580379874959213
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.03268672417676853,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.46798954652739155,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.07966489627546133,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.1907676524634683,
                                    0.0,
                                    0.0,
                                    0.21572547604369705,
                                    0.0,
                                    0.0,
                                    0.27308960725456716,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.44032828738811125,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.014369596090439076,
                                    0.0,
                                    0.8355804261814468,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0492373430437701,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38043555332875517,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.41744142835195325,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6308407491715394,
                                    0.0,
                                    0.0,
                                    0.02581358824615143,
                                    0.0,
                                    0.0,
                                    1.7620908974955234,
                                    0.0,
                                    0.9147633448549574,
                                    0.0,
                                    1.0946024136724206,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": -28.732296656167133,
                            "peer_score": 7.183410420161858,
                            "coverage": 0.9561314841773774,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9561314841773774,
                            "spot_peer_score": 45.3061137772759,
                            "spot_baseline_score": 37.85116232537298,
                            "baseline_archived_score": -28.732296656167133,
                            "peer_archived_score": 7.183410420161858,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 45.3061137772759,
                            "spot_baseline_archived_score": 37.85116232537298
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": -1,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "CNBC: [China wants to dominate in AI — and some of its models are already beating their U.S. rivals](https://www.cnbc.com/2024/12/17/chinese-ai-models-are-popular-globally-and-are-beating-us-rivals-in-some-areas.html)"
        },
        {
            "id": 35916,
            "title": "Will a Chinese model have a higher Arena Score than all xAI models on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-chinese-model-have-a-higher-arena-score-than-all-xai-models-on-the-chatbot-arena-leaderboard-at-the-end-of-the-1st-quarter-of-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:11.987503Z",
            "published_at": "2025-03-12T21:00:00Z",
            "edited_at": "2025-09-05T17:29:20.944103Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-12T22:00:00Z",
            "scheduled_close_time": "2025-03-12T22:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T02:05:00Z",
            "open_time": "2025-03-12T21:00:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35350,
                "title": "Will a Chinese model have a higher Arena Score than all xAI models on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
                "created_at": "2025-03-08T04:57:11.987503Z",
                "open_time": "2025-03-12T21:00:00Z",
                "cp_reveal_time": "2025-03-12T22:00:00Z",
                "spot_scoring_time": "2025-03-12T22:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T02:05:00Z",
                "resolution_set_time": "2025-04-02T02:07:04.788856Z",
                "scheduled_close_time": "2025-03-12T22:00:00Z",
                "actual_close_time": "2025-03-12T22:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.5,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "CNBC: [China wants to dominate in AI — and some of its models are already beating their U.S. rivals](https://www.cnbc.com/2024/12/17/chinese-ai-models-are-popular-globally-and-are-beating-us-rivals-in-some-areas.html)",
                "resolution_criteria": "This question resolves as **Yes** if a Chinese model has a higher Arena Score than all models with xAI as their Organization at the [Chatbot Arena Leaderboard](https://lmarena.ai/?leaderboard) in the \"Overall\" category when accessed by Metaculus on or after April 1, 2025.",
                "fine_print": "A Chinese model is defined as one whose Organization is headquartered in the People's Republic of China or conducts a majority of its R&D activities in the PRC. At the time of this question, models that qualified under this definition were Yi-Lightning, from 01 AI; Qwen2.5-plus-1127, from Alibaba; and GLM-4-Plus, from Zhipu AI.",
                "post_id": 35916,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741816750.991128,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.18
                                ],
                                "centers": [
                                    0.265
                                ],
                                "interval_upper_bounds": [
                                    0.35
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741816750.991128,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.18
                            ],
                            "centers": [
                                0.265
                            ],
                            "interval_upper_bounds": [
                                0.35
                            ],
                            "forecast_values": [
                                0.735,
                                0.265
                            ],
                            "means": [
                                0.31969060276398203
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6939525952509218,
                                    0.0,
                                    0.19073805166550978,
                                    0.0,
                                    0.0,
                                    1.4326620733562097,
                                    0.0,
                                    0.0,
                                    0.6864664069476883,
                                    0.0,
                                    1.1066703119248278,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.38611797857690094,
                                    0.8355804261814468,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.6051339464916539,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.7938662847247857,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3415440718595426,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.014369596090439076,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.24311673443421403,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.6308407491715394,
                                    0.0,
                                    0.0,
                                    0.019746017729336655,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.844622286161405,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": 55.12544628785064,
                            "peer_score": 16.19451035281957,
                            "coverage": 0.9617691966560152,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9617691966560152,
                            "spot_peer_score": 15.504862232537954,
                            "spot_baseline_score": 55.58161550616397,
                            "baseline_archived_score": 55.12544628785064,
                            "peer_archived_score": 16.19451035281957,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": 15.504862232537954,
                            "spot_baseline_archived_score": 55.58161550616397
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": -1,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "CNBC: [China wants to dominate in AI — and some of its models are already beating their U.S. rivals](https://www.cnbc.com/2024/12/17/chinese-ai-models-are-popular-globally-and-are-beating-us-rivals-in-some-areas.html)"
        },
        {
            "id": 35915,
            "title": "Will a Grok model be ranked #1 overall on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
            "short_title": "",
            "url_title": "",
            "slug": "will-a-grok-model-be-ranked-1-overall-on-the-chatbot-arena-leaderboard-at-the-end-of-the-1st-quarter-of-2025",
            "author_id": 115975,
            "author_username": "johnnycaffeine",
            "coauthors": [],
            "created_at": "2025-03-08T04:57:11.956500Z",
            "published_at": "2025-03-12T21:00:00Z",
            "edited_at": "2025-09-05T17:29:08.166774Z",
            "curation_status": "approved",
            "curation_status_updated_at": null,
            "comment_count": 83,
            "status": "resolved",
            "resolved": true,
            "actual_close_time": "2025-03-12T22:00:00Z",
            "scheduled_close_time": "2025-03-12T22:00:00Z",
            "scheduled_resolve_time": "2025-04-01T00:00:00Z",
            "actual_resolve_time": "2025-04-02T00:29:00Z",
            "open_time": "2025-03-12T21:00:00Z",
            "nr_forecasters": 32,
            "html_metadata_json": null,
            "projects": {
                "tournament": [
                    {
                        "id": 32627,
                        "type": "tournament",
                        "name": "Q1 AI Forecasting Benchmark Tournament",
                        "slug": "aibq1",
                        "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                        "prize_pool": "30000.00",
                        "start_date": "2025-01-20T01:38:25Z",
                        "close_date": "2025-05-17T00:00:00Z",
                        "forecasting_end_date": "2025-05-15T00:00:00Z",
                        "html_metadata_json": null,
                        "is_ongoing": false,
                        "user_permission": null,
                        "created_at": "2025-01-05T18:44:23.854392Z",
                        "edited_at": "2025-07-29T15:58:08.536152Z",
                        "score_type": "spot_peer_tournament",
                        "default_permission": "viewer",
                        "visibility": "not_in_main_feed",
                        "is_current_content_translated": false,
                        "bot_leaderboard_status": "include"
                    }
                ],
                "default_project": {
                    "id": 32627,
                    "type": "tournament",
                    "name": "Q1 AI Forecasting Benchmark Tournament",
                    "slug": "aibq1",
                    "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1.webp",
                    "prize_pool": "30000.00",
                    "start_date": "2025-01-20T01:38:25Z",
                    "close_date": "2025-05-17T00:00:00Z",
                    "forecasting_end_date": "2025-05-15T00:00:00Z",
                    "html_metadata_json": null,
                    "is_ongoing": false,
                    "user_permission": null,
                    "created_at": "2025-01-05T18:44:23.854392Z",
                    "edited_at": "2025-07-29T15:58:08.536152Z",
                    "score_type": "spot_peer_tournament",
                    "default_permission": "viewer",
                    "visibility": "not_in_main_feed",
                    "is_current_content_translated": false,
                    "bot_leaderboard_status": "include"
                }
            },
            "question": {
                "id": 35349,
                "title": "Will a Grok model be ranked #1 overall on the Chatbot Arena Leaderboard at the end of the 1st Quarter of 2025?",
                "created_at": "2025-03-08T04:57:11.956500Z",
                "open_time": "2025-03-12T21:00:00Z",
                "cp_reveal_time": "2025-03-12T22:00:00Z",
                "spot_scoring_time": "2025-03-12T22:00:00Z",
                "scheduled_resolve_time": "2025-04-01T00:00:00Z",
                "actual_resolve_time": "2025-04-02T00:29:00Z",
                "resolution_set_time": "2025-04-02T00:30:08.399527Z",
                "scheduled_close_time": "2025-03-12T22:00:00Z",
                "actual_close_time": "2025-03-12T22:00:00Z",
                "type": "binary",
                "options": null,
                "group_variable": "",
                "status": "resolved",
                "possibilities": null,
                "resolution": "no",
                "include_bots_in_aggregates": true,
                "question_weight": 0.7,
                "default_score_type": "peer",
                "default_aggregation_method": "recency_weighted",
                "label": "",
                "unit": "",
                "open_upper_bound": false,
                "open_lower_bound": false,
                "inbound_outcome_count": null,
                "scaling": {
                    "range_min": null,
                    "range_max": null,
                    "nominal_min": null,
                    "nominal_max": null,
                    "zero_point": null,
                    "open_upper_bound": false,
                    "open_lower_bound": false,
                    "inbound_outcome_count": null,
                    "continuous_range": null
                },
                "group_rank": null,
                "description": "As of December 25, 2024, this was ranked #8, specifically with the model \"Grok-2-08-13.\"",
                "resolution_criteria": "This question resolves as **Yes** if a model name containing \"grok\" is in the number 1 Overall rank (ties count) at the [Chatbot Arena Leaderboard](https://lmarena.ai/?leaderboard) when accessed by Metaculus on or after April 1, 2025. If this is not the case, this question resolves as **No**.",
                "fine_print": "",
                "post_id": 35915,
                "aggregations": {
                    "recency_weighted": {
                        "history": [
                            {
                                "start_time": 1741816125.863244,
                                "end_time": null,
                                "forecaster_count": 32,
                                "interval_lower_bounds": [
                                    0.25
                                ],
                                "centers": [
                                    0.6
                                ],
                                "interval_upper_bounds": [
                                    0.75
                                ]
                            }
                        ],
                        "latest": {
                            "start_time": 1741816125.863244,
                            "end_time": null,
                            "forecaster_count": 32,
                            "interval_lower_bounds": [
                                0.25
                            ],
                            "centers": [
                                0.6
                            ],
                            "interval_upper_bounds": [
                                0.75
                            ],
                            "forecast_values": [
                                0.4,
                                0.6
                            ],
                            "means": [
                                0.4782634653456255
                            ],
                            "histogram": [
                                [
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.21572547604369705,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.22984421799326482,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.98714116529552,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.8499500222718859,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.20791464384729125,
                                    0.0,
                                    0.6939525952509218,
                                    0.0,
                                    0.0,
                                    0.9640006878987275,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.3230490088069313,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.12856727458371708,
                                    0.3058323220141224,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.763185273980395,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.059105746561956225,
                                    0.0,
                                    0.0,
                                    0.0,
                                    1.0,
                                    0.3415440718595426,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.0,
                                    2.439213459039704,
                                    0.0,
                                    0.02581358824615143,
                                    0.16798662710965054,
                                    0.0,
                                    0.0,
                                    0.0,
                                    0.019746017729336655,
                                    0.0,
                                    0.0,
                                    0.10285533203360596,
                                    0.0,
                                    0.0,
                                    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": {
                            "baseline_score": -1.2400429070888617,
                            "peer_score": 8.717655296057249,
                            "coverage": 0.9667657513750924,
                            "relative_legacy_score": 0.0,
                            "weighted_coverage": 0.9667657513750924,
                            "spot_peer_score": -11.571976425744468,
                            "spot_baseline_score": -32.19280948873623,
                            "baseline_archived_score": -1.2400429070888617,
                            "peer_archived_score": 8.717655296057249,
                            "relative_legacy_archived_score": 0.0,
                            "spot_peer_archived_score": -11.571976425744468,
                            "spot_baseline_archived_score": -32.19280948873623
                        },
                        "movement": null
                    },
                    "unweighted": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "single_aggregation": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    },
                    "metaculus_prediction": {
                        "history": [],
                        "latest": null,
                        "score_data": {},
                        "movement": null
                    }
                }
            },
            "user_permission": "viewer",
            "vote": {
                "score": 0,
                "user_vote": null
            },
            "forecasts_count": 82,
            "key_factors": [],
            "is_current_content_translated": false,
            "description": "As of December 25, 2024, this was ranked #8, specifically with the model \"Grok-2-08-13.\""
        }
    ]
}