Posts List Oldapi View
We shared this request example with FAB participants: url_qparams = { "limit": count, "offset": offset, "has_group": "false", "order_by": "-activity", "forecast_type": "binary", "project": tournament_id, "status": "open", "type": "forecast", "include_description": "true", } url = f"{api_info.base_url}/questions/" response = requests.get( url, headers={"Authorization": f"Token {api_info.token}"}, params=url_qparams )
But we don't want to support all these parameters, and the ones relevant are: - order_by - status - project - forecast_type - we ignore this, but assume it's binary - FAB only supports binary for now.
GET /api2/questions/?format=api&offset=1460
{ "count": 6319, "next": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=1480", "previous": "http://www.metaculus.com/api2/questions/?format=api&limit=20&offset=1440", "results": [ { "id": 35267, "title": "¿Ganará el FC Barcelona tanto la Liga F como la Champions League Femenina en la temporada 2024/25?", "short_title": "¿Barcelona gana Liga F y Champions Femenina 2024/25?", "url_title": "¿Barcelona gana Liga F y Champions Femenina 2024/25?", "slug": "barcelona-gana-liga-f-y-champions-femenina-202425", "author_id": 118208, "author_username": "kikollan", "coauthors": [], "created_at": "2025-02-17T14:06:55.511804Z", "published_at": "2025-02-27T13:35:15Z", "edited_at": "2025-09-05T17:29:25.860420Z", "curation_status": "approved", "curation_status_updated_at": "2025-02-27T13:35:15Z", "comment_count": 3, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-17T22:00:00Z", "scheduled_close_time": "2025-05-17T22:00:00Z", "scheduled_resolve_time": "2025-05-25T21:59:00Z", "actual_resolve_time": "2025-05-25T17:05:00Z", "open_time": "2025-02-27T12:56:00Z", "nr_forecasters": 267, "html_metadata_json": null, "projects": { "community": [ { "id": 3625, "name": "Torneo Kiko Llaneras 🔮", "type": "community", "slug": "kiko", "description": "Kiko Llaneras se especializa en analizar, explicar y predecir eventos diversos, desde elecciones a mundiales de fútbol. Tiene un doctorado en Ingeniería y lidera el equipo de datos y visualización en el diario El País.\r\n\r\nAutor del libro: ['Think Clearly: Eight Simple Rules to Succeed in the Data Age'](https://kiko.llaneras.es/en/piensa-claro). \r\n\r\nPuedes leer más sobre Kiko en [su página web](http://kiko.llaneras.es).\r\n\r\n***\r\n\r\n### \\$5.000 en Premios\r\n\r\nAunque te animamos a seguir actualizando tus predicciones para contribuir a una mayor visión en 2025, **solo las actualizaciones hechas antes del 13 de marzo de 2025, 11:59 PM PT se contabilizarán para las clasificaciones del torneo**. Cuando todas las preguntas se resuelvan, **repartiremos los \\$5.000 entre los pronosticadores más exactos**. La serie finalizará el 7 de enero de 2026, y **los premios se distribuirán después de esa fecha**.\r\n\r\n***\r\n\r\n### Más sobre Metaculus\r\n\r\n¿Quieres saber más sobre predicciones y su utilidad? [→](https://www.metaculus.com/notebooks/28701/why-forecasting-an-introduction-for-first-timers/)\r\n\r\nPara entender cómo funciona la plataforma, consulta el FAQ [→](https://www.metaculus.com/faq/)\r\n\r\n**Otros torneos de Metaculus**\r\n\r\n¿Te interesa participar en más torneos de predicción?\r\n\r\n* **Bridgewater Associates —** Regístrate para hacer predicciones, explorar oportunidades profesionales y competir por \\$25.000: [→](https://www.metaculus.com/bridgewater/)\r\n* **AI Forecasting Benchmark Series** — Una comparativa del state-of-the-art en predicción IA con los mejores pronosticadores humanos. Construye un bot y compite por \\$30.000: [→](https://www.metaculus.com/aib/)\r\n\r\n***\r\n\r\nLa siguiente tabla de clasificación es solo para fines informativos. Realiza un seguimiento de todos los pronósticos realizados en el torneo y su precisión. Sin embargo, solo los pronósticos que se hayan realizado antes del 13 de marzo a las 12:59 PM PT determinarán los ganadores reales y los pagos de premios.", "order": 1, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-16_at_9.54.15PM.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/053aa174f3e23c72d0553477c85b9ca1_400x400.jpeg", "followers_count": 244, "default_permission": "forecaster", "visibility": "normal", "created_by": null } ], "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "category": [ { "id": 3696, "name": "Sports & Entertainment", "slug": "sports-entertainment", "emoji": "🏀", "description": "Sports & Entertainment", "type": "category" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34751, "title": "¿Ganará el FC Barcelona tanto la Liga F como la Champions League Femenina en la temporada 2024/25?", "created_at": "2025-02-17T14:06:55.512164Z", "open_time": "2025-02-27T12:56:00Z", "cp_reveal_time": "2025-02-27T12:56:00Z", "spot_scoring_time": "2025-03-14T07:53:00Z", "scheduled_resolve_time": "2025-05-25T21:59:00Z", "actual_resolve_time": "2025-05-25T17:05:00Z", "resolution_set_time": "2025-05-25T17:09:05.351699Z", "scheduled_close_time": "2025-05-17T22:00:00Z", "actual_close_time": "2025-05-17T22:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": 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": "El Barcelona es uno de los clubes más exitosos en el fútbol femenino, compitiendo en la Liga F (Primera División Femenina española) y en la UEFA Women's Champions League. En los últimos años, han dominado tanto las competiciones nacionales como las europeas, consolidando su reputación como una potencia en el fútbol femenino.\n\nEn la temporada 2023/24, el FC Barcelona ganó tanto la Liga F como la Champions League Femenina. A febrero de 2025, lideran la clasificación de la Liga F, mostrando una racha invicta y un fuerte registro goleador. En la UEFA Women's Champions League, el Barcelona ha avanzado a las fases eliminatorias y sigue siendo uno de los contendientes más fuertes.", "resolution_criteria": "La pregunta se resolverá como **Sí** si el FC Barcelona gana tanto la Liga F como la UEFA Women's Champions League en la temporada 2024/25. Se resolverá como **No** si no ganan uno o ambos títulos. La resolución se basará en los resultados oficiales publicados en las páginas web de la Liga F y la UEFA.", "fine_print": "", "post_id": 35267, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1747515785.239879, "end_time": null, "forecaster_count": 264, "interval_lower_bounds": [ 0.6 ], "centers": [ 0.65 ], "interval_upper_bounds": [ 0.8 ] } ], "latest": { "start_time": 1747515785.239879, "end_time": null, "forecaster_count": 264, "interval_lower_bounds": [ 0.6 ], "centers": [ 0.65 ], "interval_upper_bounds": [ 0.8 ], "forecast_values": [ 0.35, 0.65 ], "means": [ 0.6672564958946529 ], "histogram": [ [ 0.4210721752208345, 0.0, 0.0, 0.46947350023897494, 0.0, 0.0, 0.0, 0.0007115415038325515, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.3869558273737294e-07, 0.0, 0.0, 1.5856605612638057e-05, 0.0, 0.0, 0.0026169156484428095, 0.0, 0.0013543602880388302, 0.0, 0.016184674723821908, 0.29575799907433165, 0.0, 0.05684616484319729, 0.0017138329682599958, 0.0, 0.3312590914726765, 0.01489868640761828, 0.09047851955411709, 0.022280012624513457, 4.7943289404733e-06, 0.22940919279770733, 0.07840730668455731, 0.03114733789420676, 0.10944629986644958, 0.0008862315025061413, 0.42914003713654125, 0.0014022027046408957, 0.01552923603821057, 0.0, 0.0, 1.4166784426625347, 0.0166653939637524, 0.0011577881876666419, 0.25983041516824745, 0.008997824226985552, 0.5813461411857258, 0.014280761044646173, 0.11043337989556207, 2.7439851615108e-05, 0.00014600373970352745, 0.037518827662987725, 1.3534875424117778, 0.49490431709212857, 0.0, 0.5432348913922195, 4.99601797546755, 0.6419308376206665, 1.1816628863786511, 0.4433143206460722, 0.5933327436107364, 1.1013136643923582, 0.5404375474399061, 0.12846764789003395, 0.023328469146678285, 0.7305877890548504, 2.4011552355955574, 0.29677516979794344, 0.12173104883259177, 0.0, 0.09884453709385095, 0.5732232557020442, 0.2193345812797774, 0.0, 1.616829073426778, 0.0, 1.9157317665566547, 0.010613220762220415, 0.011594387302868922, 0.02959485507143155, 0.0, 0.24099922165280435, 0.017570723604513186, 0.0, 0.8050448672596139, 0.0, 0.31435695651377316, 0.6615234856053025, 0.005257620088536201, 3.848221855882203e-05, 0.020676449485192858, 0.0, 3.6118944173823517e-07, 0.0, 0.00020303947963779757, 3.798480503107628 ] ] }, "score_data": { "baseline_score": -29.2277173302961, "peer_score": 37.25386159683008, "coverage": 0.9979679646734568, "relative_legacy_score": 0.0, "weighted_coverage": 0.9979679646734568, "spot_peer_score": 35.931343946149774, "spot_baseline_score": -32.19280948873623, "baseline_archived_score": -29.2277173302961, "peer_archived_score": 37.25386159683008, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 35.931343946149774, "spot_baseline_archived_score": -32.19280948873623 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 13, "user_vote": null }, "forecasts_count": 424, "key_factors": [], "is_current_content_translated": false, "description": "El Barcelona es uno de los clubes más exitosos en el fútbol femenino, compitiendo en la Liga F (Primera División Femenina española) y en la UEFA Women's Champions League. En los últimos años, han dominado tanto las competiciones nacionales como las europeas, consolidando su reputación como una potencia en el fútbol femenino.\n\nEn la temporada 2023/24, el FC Barcelona ganó tanto la Liga F como la Champions League Femenina. A febrero de 2025, lideran la clasificación de la Liga F, mostrando una racha invicta y un fuerte registro goleador. En la UEFA Women's Champions League, el Barcelona ha avanzado a las fases eliminatorias y sigue siendo uno de los contendientes más fuertes." }, { "id": 35266, "title": "¿Será Kylian Mbappé el máximo goleador en LaLiga EA Sports 2024/25?", "short_title": "¿Mbappé máximo goleador en LaLiga 2024/25?", "url_title": "¿Mbappé máximo goleador en LaLiga 2024/25?", "slug": "mbappe-maximo-goleador-en-laliga-202425", "author_id": 118208, "author_username": "kikollan", "coauthors": [], "created_at": "2025-02-17T13:54:37.659293Z", "published_at": "2025-02-27T13:35:03Z", "edited_at": "2025-10-07T09:17:27.659065Z", "curation_status": "approved", "curation_status_updated_at": "2025-02-27T13:35:03Z", "comment_count": 2, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-23T22:00:00Z", "scheduled_close_time": "2025-05-23T22:00:00Z", "scheduled_resolve_time": "2025-05-25T21:59:00Z", "actual_resolve_time": "2025-05-26T10:29:00Z", "open_time": "2025-02-27T12:56:00Z", "nr_forecasters": 263, "html_metadata_json": null, "projects": { "community": [ { "id": 3625, "name": "Torneo Kiko Llaneras 🔮", "type": "community", "slug": "kiko", "description": "Kiko Llaneras se especializa en analizar, explicar y predecir eventos diversos, desde elecciones a mundiales de fútbol. Tiene un doctorado en Ingeniería y lidera el equipo de datos y visualización en el diario El País.\r\n\r\nAutor del libro: ['Think Clearly: Eight Simple Rules to Succeed in the Data Age'](https://kiko.llaneras.es/en/piensa-claro). \r\n\r\nPuedes leer más sobre Kiko en [su página web](http://kiko.llaneras.es).\r\n\r\n***\r\n\r\n### \\$5.000 en Premios\r\n\r\nAunque te animamos a seguir actualizando tus predicciones para contribuir a una mayor visión en 2025, **solo las actualizaciones hechas antes del 13 de marzo de 2025, 11:59 PM PT se contabilizarán para las clasificaciones del torneo**. Cuando todas las preguntas se resuelvan, **repartiremos los \\$5.000 entre los pronosticadores más exactos**. La serie finalizará el 7 de enero de 2026, y **los premios se distribuirán después de esa fecha**.\r\n\r\n***\r\n\r\n### Más sobre Metaculus\r\n\r\n¿Quieres saber más sobre predicciones y su utilidad? [→](https://www.metaculus.com/notebooks/28701/why-forecasting-an-introduction-for-first-timers/)\r\n\r\nPara entender cómo funciona la plataforma, consulta el FAQ [→](https://www.metaculus.com/faq/)\r\n\r\n**Otros torneos de Metaculus**\r\n\r\n¿Te interesa participar en más torneos de predicción?\r\n\r\n* **Bridgewater Associates —** Regístrate para hacer predicciones, explorar oportunidades profesionales y competir por \\$25.000: [→](https://www.metaculus.com/bridgewater/)\r\n* **AI Forecasting Benchmark Series** — Una comparativa del state-of-the-art en predicción IA con los mejores pronosticadores humanos. Construye un bot y compite por \\$30.000: [→](https://www.metaculus.com/aib/)\r\n\r\n***\r\n\r\nLa siguiente tabla de clasificación es solo para fines informativos. Realiza un seguimiento de todos los pronósticos realizados en el torneo y su precisión. Sin embargo, solo los pronósticos que se hayan realizado antes del 13 de marzo a las 12:59 PM PT determinarán los ganadores reales y los pagos de premios.", "order": 1, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-16_at_9.54.15PM.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/053aa174f3e23c72d0553477c85b9ca1_400x400.jpeg", "followers_count": 244, "default_permission": "forecaster", "visibility": "normal", "created_by": null } ], "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "category": [ { "id": 3696, "name": "Sports & Entertainment", "slug": "sports-entertainment", "emoji": "🏀", "description": "Sports & Entertainment", "type": "category" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34750, "title": "¿Será Kylian Mbappé el máximo goleador en LaLiga EA Sports 2024/25?", "created_at": "2025-02-17T13:54:37.659945Z", "open_time": "2025-02-27T12:56:00Z", "cp_reveal_time": "2025-02-27T12:56:00Z", "spot_scoring_time": "2025-03-14T07:53:00Z", "scheduled_resolve_time": "2025-05-25T21:59:00Z", "actual_resolve_time": "2025-05-26T10:29:00Z", "resolution_set_time": "2025-05-26T10:32:05.458554Z", "scheduled_close_time": "2025-05-23T22:00:00Z", "actual_close_time": "2025-05-23T22:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "yes", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": 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": "El Trofeo Pichichi se otorga al máximo goleador de LaLiga cada temporada. A febrero de 2025, la lucha por el Trofeo Pichichi en la temporada 2024/25 de LaLiga es particularmente competitiva. El delantero del FC Barcelona Robert Lewandowski lidera la tabla de goleadores con 20 goles, seguido de cerca por Kylian Mbappé del Real Madrid, que ha anotado 17 veces. Otros contendientes destacados incluyen a Raphinha (Barcelona) y Ante Budimir (Osasuna), ambos con 13 goles.\n\nEn temporadas recientes, el máximo goleador ha sido Robert Lewandowski con el Barcelona (2023/24), Karim Benzema con el Real Madrid (2021/22 y 2022/23) y Lionel Messi, Barcelona (2019/20 y 2020/21).", "resolution_criteria": "La pregunta se resolverá como **Sí** si Kylian Mbappé aparece como el jugador con más goles en la clasificación oficial de goleadores al final de la temporada 2024/25, según [<u>la página web oficial de LaLiga</u>](https://www.laliga.com/leaderboard/todos-los-lideres?stat_competition=laliga-easports\\&stat=total_goals_ranking). Se resolverá como **No** si cualquier otro jugador tiene más goles.", "fine_print": "	•\tSi la página web oficial de LaLiga no está disponible, se utilizará una fuente alternativa fiable.\n\n	•\tEsta pregunta se resolverá igualmente como **Sí** si Mbappé está empatado en el primer puesto.", "post_id": 35266, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1748034013.314166, "end_time": null, "forecaster_count": 259, "interval_lower_bounds": [ 0.36 ], "centers": [ 0.95 ], "interval_upper_bounds": [ 0.99 ] } ], "latest": { "start_time": 1748034013.314166, "end_time": null, "forecaster_count": 259, "interval_lower_bounds": [ 0.36 ], "centers": [ 0.95 ], "interval_upper_bounds": [ 0.99 ], "forecast_values": [ 0.050000000000000044, 0.95 ], "means": [ 0.7594809277910719 ], "histogram": [ [ 0.06451970401079653, 0.4881964318502168, 0.0, 0.00958118693807439, 0.0, 0.002372997587178298, 0.0, 0.008397943366378462, 0.018125582046684033, 0.0, 0.5685138401761083, 0.0, 0.28013867646389146, 0.22217143984245982, 0.2943329189486736, 0.6155385587691509, 1.6794528219318023e-05, 0.15499851573107168, 0.14542058492547988, 0.08970634032901267, 0.6375988748984656, 0.049703383431530586, 0.23117443548180058, 0.0, 0.2679019654457968, 1.0578214643720876, 0.2134437880956631, 0.4805634811663014, 0.2948451667043397, 0.0, 0.5585380997029644, 2.786032975763727e-07, 0.21038174180002348, 0.026389923768778193, 0.002041680567197402, 0.6798628221774653, 0.022889335015776762, 0.04986073254192941, 0.003341457858114797, 0.005349798147469943, 0.21002844460263115, 0.003678748844760006, 0.00029938924069437286, 0.0, 0.0, 0.048036212340750846, 0.00020805588560307228, 0.0, 0.0, 0.00013881417517250117, 0.23008303434138605, 0.0017181732975541254, 0.020508387632822016, 0.0, 0.0, 0.2197617724684291, 0.018926495479444014, 0.0, 0.0, 0.0006631478759239737, 0.2650972585804847, 0.0071112829903169665, 6.328981002634307e-06, 0.00026935803844470925, 0.00593027071473204, 0.017462649136148166, 0.0, 0.0, 0.0008777999819317832, 0.0, 0.011396571071487605, 0.0, 0.0, 0.0, 2.035926805039111e-05, 0.012983607863256126, 0.00011239659220433349, 4.873744478987215e-05, 1.521122464080353e-05, 0.0, 0.11372843993543624, 0.0, 0.0, 9.728922265083948e-05, 0.0, 0.00012067505416524075, 0.5662660487626252, 0.0, 0.0022575459027606073, 0.0, 1.866362932330237, 0.5305441475202485, 0.40869227668576885, 4.2157700768496827e-07, 0.4659079378315071, 4.11658130438521, 1.8248541262350253, 0.0, 1.1993914385967748, 10.765615975514995 ] ] }, "score_data": { "baseline_score": -86.38865592827278, "peer_score": 9.313970363785076, "coverage": 0.9981611798766115, "relative_legacy_score": 0.0, "weighted_coverage": 0.9981611798766115, "spot_peer_score": 1.9149044010033796, "spot_baseline_score": -100.0, "baseline_archived_score": -86.38865592827278, "peer_archived_score": 9.313970363785076, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 1.9149044010033796, "spot_baseline_archived_score": -100.0 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": -1, "user_vote": null }, "forecasts_count": 481, "key_factors": [], "is_current_content_translated": false, "description": "El Trofeo Pichichi se otorga al máximo goleador de LaLiga cada temporada. A febrero de 2025, la lucha por el Trofeo Pichichi en la temporada 2024/25 de LaLiga es particularmente competitiva. El delantero del FC Barcelona Robert Lewandowski lidera la tabla de goleadores con 20 goles, seguido de cerca por Kylian Mbappé del Real Madrid, que ha anotado 17 veces. Otros contendientes destacados incluyen a Raphinha (Barcelona) y Ante Budimir (Osasuna), ambos con 13 goles.\n\nEn temporadas recientes, el máximo goleador ha sido Robert Lewandowski con el Barcelona (2023/24), Karim Benzema con el Real Madrid (2021/22 y 2022/23) y Lionel Messi, Barcelona (2019/20 y 2020/21)." }, { "id": 35265, "title": "¿Ganará el Atlético de Madrid la EA Sports LaLiga 2024/25?", "short_title": "¿Atlético campeón de LaLiga 2024/25?", "url_title": "¿Atlético campeón de LaLiga 2024/25?", "slug": "atletico-campeon-de-laliga-202425", "author_id": 118208, "author_username": "kikollan", "coauthors": [], "created_at": "2025-02-17T13:44:02.557552Z", "published_at": "2025-02-27T13:34:51Z", "edited_at": "2025-09-05T17:28:51.825758Z", "curation_status": "approved", "curation_status_updated_at": "2025-02-27T13:34:51Z", "comment_count": 3, "status": "resolved", "resolved": true, "actual_close_time": "2025-05-23T22:00:00Z", "scheduled_close_time": "2025-05-23T22:00:00Z", "scheduled_resolve_time": "2025-05-25T21:59:00Z", "actual_resolve_time": "2025-05-26T10:32:00Z", "open_time": "2025-02-27T12:56:00Z", "nr_forecasters": 266, "html_metadata_json": null, "projects": { "community": [ { "id": 3625, "name": "Torneo Kiko Llaneras 🔮", "type": "community", "slug": "kiko", "description": "Kiko Llaneras se especializa en analizar, explicar y predecir eventos diversos, desde elecciones a mundiales de fútbol. Tiene un doctorado en Ingeniería y lidera el equipo de datos y visualización en el diario El País.\r\n\r\nAutor del libro: ['Think Clearly: Eight Simple Rules to Succeed in the Data Age'](https://kiko.llaneras.es/en/piensa-claro). \r\n\r\nPuedes leer más sobre Kiko en [su página web](http://kiko.llaneras.es).\r\n\r\n***\r\n\r\n### \\$5.000 en Premios\r\n\r\nAunque te animamos a seguir actualizando tus predicciones para contribuir a una mayor visión en 2025, **solo las actualizaciones hechas antes del 13 de marzo de 2025, 11:59 PM PT se contabilizarán para las clasificaciones del torneo**. Cuando todas las preguntas se resuelvan, **repartiremos los \\$5.000 entre los pronosticadores más exactos**. La serie finalizará el 7 de enero de 2026, y **los premios se distribuirán después de esa fecha**.\r\n\r\n***\r\n\r\n### Más sobre Metaculus\r\n\r\n¿Quieres saber más sobre predicciones y su utilidad? [→](https://www.metaculus.com/notebooks/28701/why-forecasting-an-introduction-for-first-timers/)\r\n\r\nPara entender cómo funciona la plataforma, consulta el FAQ [→](https://www.metaculus.com/faq/)\r\n\r\n**Otros torneos de Metaculus**\r\n\r\n¿Te interesa participar en más torneos de predicción?\r\n\r\n* **Bridgewater Associates —** Regístrate para hacer predicciones, explorar oportunidades profesionales y competir por \\$25.000: [→](https://www.metaculus.com/bridgewater/)\r\n* **AI Forecasting Benchmark Series** — Una comparativa del state-of-the-art en predicción IA con los mejores pronosticadores humanos. Construye un bot y compite por \\$30.000: [→](https://www.metaculus.com/aib/)\r\n\r\n***\r\n\r\nLa siguiente tabla de clasificación es solo para fines informativos. Realiza un seguimiento de todos los pronósticos realizados en el torneo y su precisión. Sin embargo, solo los pronósticos que se hayan realizado antes del 13 de marzo a las 12:59 PM PT determinarán los ganadores reales y los pagos de premios.", "order": 1, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-16_at_9.54.15PM.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/053aa174f3e23c72d0553477c85b9ca1_400x400.jpeg", "followers_count": 244, "default_permission": "forecaster", "visibility": "normal", "created_by": null } ], "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "category": [ { "id": 3696, "name": "Sports & Entertainment", "slug": "sports-entertainment", "emoji": "🏀", "description": "Sports & Entertainment", "type": "category" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34749, "title": "¿Ganará el Atlético de Madrid la EA Sports LaLiga 2024/25?", "created_at": "2025-02-17T13:44:02.557986Z", "open_time": "2025-02-27T12:56:00Z", "cp_reveal_time": "2025-02-27T12:56:00Z", "spot_scoring_time": "2025-03-14T07:53:00Z", "scheduled_resolve_time": "2025-05-25T21:59:00Z", "actual_resolve_time": "2025-05-26T10:32:00Z", "resolution_set_time": "2025-05-26T10:36:12.371677Z", "scheduled_close_time": "2025-05-23T22:00:00Z", "actual_close_time": "2025-05-23T22:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": 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": "LaLiga es la división principal del fútbol español y está considerada como una de las mejores competiciones a nivel mundial. Mientras que el FC Barcelona y el Real Madrid compiten constantemente por el título, el Atlético de Madrid está bien posicionado a febrero de 2025. El equipo, bajo la dirección del entrenador de larga trayectoria Diego Simeone, ha demostrado una gran forma a lo largo de la temporada, manteniendo una batalla cerrada en la parte alta de la tabla. A febrero de 2025, el Atlético de Madrid se encuentra [<u>entre los tres primeros de LaLiga</u>](https://as.com/resultados/futbol/primera/clasificacion/), junto con el Real Madrid y el Barcelona. También están compitiendo en la Copa del Rey y en la UEFA Champions League, lo que puede suponer un desafío adicional. Ganar LaLiga marcaría el primer título doméstico del Atlético desde la temporada 2020/21.", "resolution_criteria": "La pregunta se resolverá como **Sí** si el Atlético de Madrid termina la temporada 2024/25 en primer lugar en la tabla de LaLiga. Se resolverá como **No** si no lo hacen. La resolución se basará en la clasificación oficial publicada por LaLiga al final de la temporada.", "fine_print": "", "post_id": 35265, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1748021935.252165, "end_time": null, "forecaster_count": 262, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.004 ], "interval_upper_bounds": [ 0.02 ] } ], "latest": { "start_time": 1748021935.252165, "end_time": null, "forecaster_count": 262, "interval_lower_bounds": [ 0.001 ], "centers": [ 0.004 ], "interval_upper_bounds": [ 0.02 ], "forecast_values": [ 0.996, 0.004 ], "means": [ 0.0425738696180717 ], "histogram": [ [ 18.389293338422377, 4.584840510769935, 1.0508042235606398, 0.2329671996193064, 0.41348090297242307, 0.7778552781110112, 0.8242397926659213, 0.7342385551814863, 0.9323548323456847, 0.08865481059565208, 0.2435555231558632, 0.0005388032840142226, 0.21740611350676667, 0.09787701737882892, 0.004308268113541897, 0.3468316186901613, 0.4199767800141204, 9.368831936180171e-05, 0.0014560603654234126, 0.022715931938083557, 0.3107055501450019, 8.738596316235714e-07, 0.0, 8.617214393427791e-06, 6.901105352030574e-07, 0.34997116190775723, 0.003974896323836773, 0.04461356913126322, 0.0033626181168912067, 0.0, 0.018106844061313777, 3.1818516384490214e-05, 0.00559202358605434, 0.012297126297671695, 0.0, 0.0005951731671972084, 0.0, 0.0, 0.08727537132274264, 0.09050363130641977, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.007523560036691747, 0.0007567980958844826, 0.0, 0.0, 5.099265459078445e-06, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.015846296307009206, 4.81390886110318e-05, 0.0017877624891444975, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.053938277532004496, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.48496722342766363 ] ] }, "score_data": { "baseline_score": 90.01616552837702, "peer_score": 17.426129112449534, "coverage": 0.9981639259661453, "relative_legacy_score": 0.0, "weighted_coverage": 0.9981639259661453, "spot_peer_score": 12.742535435920884, "spot_baseline_score": 83.18772411916731, "baseline_archived_score": 90.01616552837702, "peer_archived_score": 17.426129112449534, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 12.742535435920884, "spot_baseline_archived_score": 83.18772411916731 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": -12, "user_vote": null }, "forecasts_count": 448, "key_factors": [], "is_current_content_translated": false, "description": "LaLiga es la división principal del fútbol español y está considerada como una de las mejores competiciones a nivel mundial. Mientras que el FC Barcelona y el Real Madrid compiten constantemente por el título, el Atlético de Madrid está bien posicionado a febrero de 2025. El equipo, bajo la dirección del entrenador de larga trayectoria Diego Simeone, ha demostrado una gran forma a lo largo de la temporada, manteniendo una batalla cerrada en la parte alta de la tabla. A febrero de 2025, el Atlético de Madrid se encuentra [<u>entre los tres primeros de LaLiga</u>](https://as.com/resultados/futbol/primera/clasificacion/), junto con el Real Madrid y el Barcelona. También están compitiendo en la Copa del Rey y en la UEFA Champions League, lo que puede suponer un desafío adicional. Ganar LaLiga marcaría el primer título doméstico del Atlético desde la temporada 2020/21." }, { "id": 35264, "title": "¿Ganará el Liverpool la UEFA Champions League 2024/25?", "short_title": "¿Liverpool campeón de la Champions 24/25?", "url_title": "¿Liverpool campeón de la Champions 24/25?", "slug": "liverpool-campeon-de-la-champions-2425", "author_id": 118208, "author_username": "kikollan", "coauthors": [], "created_at": "2025-02-17T13:39:15.088686Z", "published_at": "2025-02-27T12:57:52Z", "edited_at": "2025-09-05T17:28:49.816784Z", "curation_status": "approved", "curation_status_updated_at": "2025-02-27T12:57:52Z", "comment_count": 16, "status": "resolved", "resolved": true, "actual_close_time": "2025-03-11T22:43:00Z", "scheduled_close_time": "2025-05-29T22:00:00Z", "scheduled_resolve_time": "2025-05-31T21:59:00Z", "actual_resolve_time": "2025-03-11T22:43:00Z", "open_time": "2025-02-27T12:56:00Z", "nr_forecasters": 304, "html_metadata_json": null, "projects": { "community": [ { "id": 3625, "name": "Torneo Kiko Llaneras 🔮", "type": "community", "slug": "kiko", "description": "Kiko Llaneras se especializa en analizar, explicar y predecir eventos diversos, desde elecciones a mundiales de fútbol. Tiene un doctorado en Ingeniería y lidera el equipo de datos y visualización en el diario El País.\r\n\r\nAutor del libro: ['Think Clearly: Eight Simple Rules to Succeed in the Data Age'](https://kiko.llaneras.es/en/piensa-claro). \r\n\r\nPuedes leer más sobre Kiko en [su página web](http://kiko.llaneras.es).\r\n\r\n***\r\n\r\n### \\$5.000 en Premios\r\n\r\nAunque te animamos a seguir actualizando tus predicciones para contribuir a una mayor visión en 2025, **solo las actualizaciones hechas antes del 13 de marzo de 2025, 11:59 PM PT se contabilizarán para las clasificaciones del torneo**. Cuando todas las preguntas se resuelvan, **repartiremos los \\$5.000 entre los pronosticadores más exactos**. La serie finalizará el 7 de enero de 2026, y **los premios se distribuirán después de esa fecha**.\r\n\r\n***\r\n\r\n### Más sobre Metaculus\r\n\r\n¿Quieres saber más sobre predicciones y su utilidad? [→](https://www.metaculus.com/notebooks/28701/why-forecasting-an-introduction-for-first-timers/)\r\n\r\nPara entender cómo funciona la plataforma, consulta el FAQ [→](https://www.metaculus.com/faq/)\r\n\r\n**Otros torneos de Metaculus**\r\n\r\n¿Te interesa participar en más torneos de predicción?\r\n\r\n* **Bridgewater Associates —** Regístrate para hacer predicciones, explorar oportunidades profesionales y competir por \\$25.000: [→](https://www.metaculus.com/bridgewater/)\r\n* **AI Forecasting Benchmark Series** — Una comparativa del state-of-the-art en predicción IA con los mejores pronosticadores humanos. Construye un bot y compite por \\$30.000: [→](https://www.metaculus.com/aib/)\r\n\r\n***\r\n\r\nLa siguiente tabla de clasificación es solo para fines informativos. Realiza un seguimiento de todos los pronósticos realizados en el torneo y su precisión. Sin embargo, solo los pronósticos que se hayan realizado antes del 13 de marzo a las 12:59 PM PT determinarán los ganadores reales y los pagos de premios.", "order": 1, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-16_at_9.54.15PM.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/053aa174f3e23c72d0553477c85b9ca1_400x400.jpeg", "followers_count": 244, "default_permission": "forecaster", "visibility": "normal", "created_by": null } ], "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "category": [ { "id": 3696, "name": "Sports & Entertainment", "slug": "sports-entertainment", "emoji": "🏀", "description": "Sports & Entertainment", "type": "category" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34748, "title": "¿Ganará el Liverpool la UEFA Champions League 2024/25?", "created_at": "2025-02-17T13:39:15.089083Z", "open_time": "2025-02-27T12:56:00Z", "cp_reveal_time": "2025-02-27T12:56:00Z", "spot_scoring_time": "2025-03-14T07:53:00Z", "scheduled_resolve_time": "2025-05-31T21:59:00Z", "actual_resolve_time": "2025-03-11T22:43:00Z", "resolution_set_time": "2025-03-12T00:28:12.071874Z", "scheduled_close_time": "2025-05-29T22:00:00Z", "actual_close_time": "2025-03-11T22:43:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": 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": "La UEFA Champions League, anteriormente conocida como Copa de Europa, es la competición de fútbol de clubes más prestigiosa de Europa. El Liverpool tiene una rica historia en el torneo, habiéndolo ganado seis veces (1977, 1978, 1981, 1984, 2005 y 2019). La edición 2024/25 presenta un nuevo formato con 36 equipos en una fase de liga, seguida de rondas eliminatorias. La final se jugará el 31 de mayo de 2025 en el Allianz Arena de Múnich.\n\nA febrero de 2025, el Liverpool es considerado uno de los favoritos para el título. Bajo el liderazgo del nuevo entrenador Arne Slot, el equipo ha tenido un [<u>rendimiento excepcional en la fase de liga</u>](https://es.wikipedia.org/wiki/Liga_de_Campeones_de_la_UEFA_2024-25#Fase_de_Liga), terminando en lo más alto de la tabla con 21 puntos (7 victorias y 1 derrota), marcando 17 goles y encajando solo 5. Esto les aseguró la clasificación directa para los octavos de final, evitando la ronda de playoff requerida para los equipos peor clasificados. Otros principales contendientes incluyen al Real Madrid, FC Barcelona, Bayern Múnich y Paris Saint-Germain, todos los cuales también han avanzado desde la fase de liga y los playoffs de la fase eliminatoria.", "resolution_criteria": "La pregunta se resolverá como **Sí** si el Liverpool gana la final de la Champions League 2024-2025. Se resolverá como **No** si no ganan. La resolución se basará en el resultado oficial publicado por la UEFA.", "fine_print": "", "post_id": 35264, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1741733524.371741, "end_time": null, "forecaster_count": 303, "interval_lower_bounds": [ 0.02 ], "centers": [ 0.13 ], "interval_upper_bounds": [ 0.2 ] } ], "latest": { "start_time": 1741733524.371741, "end_time": null, "forecaster_count": 303, "interval_lower_bounds": [ 0.02 ], "centers": [ 0.13 ], "interval_upper_bounds": [ 0.2 ], "forecast_values": [ 0.87, 0.13 ], "means": [ 0.16397158022262398 ], "histogram": [ [ 6.4203486731708095, 0.7444277970929636, 1.2593856184617365, 0.4666793228647305, 0.06016952469422246, 1.3067941798363283, 0.07187624858969492, 0.40420197602146163, 0.7658776290033602, 0.056898434293024144, 1.9889803874961516, 1.3863800092599168, 0.2385480666240065, 1.7750496569505176, 0.3392236507376681, 1.9194760920722937, 2.376333263396374, 0.32756341846542036, 1.643483507626181, 0.4303109902233876, 1.1912421754225293, 0.03735474713870982, 2.0701666566265815, 0.0026911951443596587, 0.37801994201303235, 1.7829550992573997, 0.11373692630184225, 0.0059838598577089935, 0.40072788098732876, 0.0, 0.017039914528208782, 0.5743044404676625, 0.003064272341025771, 0.3687982957499493, 1.6638838143825552e-05, 0.277913132845656, 0.0007400031179391562, 0.2449024807258415, 8.743302928697153e-05, 9.300504854137839e-05, 8.215562976413503e-05, 0.0, 0.0003633797217476514, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.02575392849331612, 0.0, 0.0, 0.0, 0.0005773737151979949, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.12125777290929587, 0.0, 0.0, 0.0, 0.0, 0.2773764447939043, 0.0, 0.0, 0.38875049103580406, 0.0, 0.0, 2.0364344610324519e-07, 0.0, 0.0, 0.0, 0.003955876443114921, 0.0, 0.0, 0.0, 0.0, 0.10288440164882456, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9433354909374169 ] ] }, "score_data": { "baseline_score": 10.254727939916238, "peer_score": 1.4509653047059101, "coverage": 0.13408558286277122, "relative_legacy_score": 0.0, "weighted_coverage": 0.9874918752680851, "spot_peer_score": 13.163213766242942, "spot_baseline_score": 76.55347463629771, "baseline_archived_score": 10.254727939916238, "peer_archived_score": 1.4509653047059101, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 13.163213766242942, "spot_baseline_archived_score": 76.55347463629771 }, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": -16, "user_vote": null }, "forecasts_count": 454, "key_factors": [], "is_current_content_translated": false, "description": "La UEFA Champions League, anteriormente conocida como Copa de Europa, es la competición de fútbol de clubes más prestigiosa de Europa. El Liverpool tiene una rica historia en el torneo, habiéndolo ganado seis veces (1977, 1978, 1981, 1984, 2005 y 2019). La edición 2024/25 presenta un nuevo formato con 36 equipos en una fase de liga, seguida de rondas eliminatorias. La final se jugará el 31 de mayo de 2025 en el Allianz Arena de Múnich.\n\nA febrero de 2025, el Liverpool es considerado uno de los favoritos para el título. Bajo el liderazgo del nuevo entrenador Arne Slot, el equipo ha tenido un [<u>rendimiento excepcional en la fase de liga</u>](https://es.wikipedia.org/wiki/Liga_de_Campeones_de_la_UEFA_2024-25#Fase_de_Liga), terminando en lo más alto de la tabla con 21 puntos (7 victorias y 1 derrota), marcando 17 goles y encajando solo 5. Esto les aseguró la clasificación directa para los octavos de final, evitando la ronda de playoff requerida para los equipos peor clasificados. Otros principales contendientes incluyen al Real Madrid, FC Barcelona, Bayern Múnich y Paris Saint-Germain, todos los cuales también han avanzado desde la fase de liga y los playoffs de la fase eliminatoria." }, { "id": 35263, "title": "¿Superará Vox el 27% de intención de voto entre los jóvenes en España a finales de 2025?", "short_title": "¿Vox >27% voto joven 2025?", "url_title": "¿Vox >27% voto joven 2025?", "slug": "vox-27-voto-joven-2025", "author_id": 118208, "author_username": "kikollan", "coauthors": [], "created_at": "2025-02-17T13:21:35.190563Z", "published_at": "2025-02-27T13:31:49Z", "edited_at": "2025-11-10T00:06:04.638911Z", "curation_status": "approved", "curation_status_updated_at": "2025-02-27T13:31:49Z", "comment_count": 1, "status": "open", "resolved": false, "actual_close_time": null, "scheduled_close_time": "2025-11-30T22:57:00Z", "scheduled_resolve_time": "2025-12-31T22:59:00Z", "actual_resolve_time": null, "open_time": "2025-02-27T13:30:00Z", "nr_forecasters": 285, "html_metadata_json": null, "projects": { "community": [ { "id": 3625, "name": "Torneo Kiko Llaneras 🔮", "type": "community", "slug": "kiko", "description": "Kiko Llaneras se especializa en analizar, explicar y predecir eventos diversos, desde elecciones a mundiales de fútbol. Tiene un doctorado en Ingeniería y lidera el equipo de datos y visualización en el diario El País.\r\n\r\nAutor del libro: ['Think Clearly: Eight Simple Rules to Succeed in the Data Age'](https://kiko.llaneras.es/en/piensa-claro). \r\n\r\nPuedes leer más sobre Kiko en [su página web](http://kiko.llaneras.es).\r\n\r\n***\r\n\r\n### \\$5.000 en Premios\r\n\r\nAunque te animamos a seguir actualizando tus predicciones para contribuir a una mayor visión en 2025, **solo las actualizaciones hechas antes del 13 de marzo de 2025, 11:59 PM PT se contabilizarán para las clasificaciones del torneo**. Cuando todas las preguntas se resuelvan, **repartiremos los \\$5.000 entre los pronosticadores más exactos**. La serie finalizará el 7 de enero de 2026, y **los premios se distribuirán después de esa fecha**.\r\n\r\n***\r\n\r\n### Más sobre Metaculus\r\n\r\n¿Quieres saber más sobre predicciones y su utilidad? [→](https://www.metaculus.com/notebooks/28701/why-forecasting-an-introduction-for-first-timers/)\r\n\r\nPara entender cómo funciona la plataforma, consulta el FAQ [→](https://www.metaculus.com/faq/)\r\n\r\n**Otros torneos de Metaculus**\r\n\r\n¿Te interesa participar en más torneos de predicción?\r\n\r\n* **Bridgewater Associates —** Regístrate para hacer predicciones, explorar oportunidades profesionales y competir por \\$25.000: [→](https://www.metaculus.com/bridgewater/)\r\n* **AI Forecasting Benchmark Series** — Una comparativa del state-of-the-art en predicción IA con los mejores pronosticadores humanos. Construye un bot y compite por \\$30.000: [→](https://www.metaculus.com/aib/)\r\n\r\n***\r\n\r\nLa siguiente tabla de clasificación es solo para fines informativos. Realiza un seguimiento de todos los pronósticos realizados en el torneo y su precisión. Sin embargo, solo los pronósticos que se hayan realizado antes del 13 de marzo a las 12:59 PM PT determinarán los ganadores reales y los pagos de premios.", "order": 1, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-16_at_9.54.15PM.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/053aa174f3e23c72d0553477c85b9ca1_400x400.jpeg", "followers_count": 244, "default_permission": "forecaster", "visibility": "normal", "created_by": null } ], "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" } ] }, "question": { "id": 34747, "title": "¿Superará Vox el 27% de intención de voto entre los jóvenes en España a finales de 2025?", "created_at": "2025-02-17T13:21:35.191003Z", "open_time": "2025-02-27T13:30:00Z", "cp_reveal_time": "2025-02-27T13:30:00Z", "spot_scoring_time": "2025-03-14T07:53:00Z", "scheduled_resolve_time": "2025-12-31T22:59:00Z", "actual_resolve_time": null, "resolution_set_time": null, "scheduled_close_time": "2025-11-30T22:57:00Z", "actual_close_time": "2025-11-30T22:57:00Z", "type": "binary", "options": null, "group_variable": "", "status": "open", "possibilities": null, "resolution": null, "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": 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": "Vox es un partido político fundado en 2013 en España, clasificado por politólogos y medios de comunicación como un partido de extrema derecha o populista de derecha. En los últimos años, su apoyo entre los votantes jóvenes ha atraído una atención significativa. Según [<u>recientes encuestas de 40dB.</u>](https://ep00.epimg.net/infografias/encuestas40db/2025/02-barometro/2025_02_barometro_voto.pdf) publicadas por El País, Vox recibe un 27% de apoyo entre los votantes de 18 a 24 años, su porcentaje más alto en todos los grupos de edad. Esto es notablemente superior a su apoyo entre los grupos demográficos de mayor edad, que oscila entre el 10 y el 19%.\n\nEste patrón de mayor apoyo juvenil a los partidos de extrema derecha [<u>no es exclusivo de España</u>](https://elpais.com/internacional/2024-06-15/el-voto-de-los-jovenes-a-la-extrema-derecha-crece-en-los-cinco-mayores-paises-de-la-ue.html), ya que el RN de Marine Le Pen en Francia y AfD en Alemania también han experimentado un aumento del apoyo juvenil en los últimos años.", "resolution_criteria": "La pregunta se resolverá como **Sí** si, según la última encuesta de 2025 realizada por la empresa 40dB., la intención directa de voto para Vox entre los jóvenes de 18 a 24 años es superior al 27%. Se resolverá como **No** si es del 27% o menos.", "fine_print": "	•\tLa encuesta relevante probablemente será publicada por [<u>El País</u>](https://elpais.com/noticias/barometro-el-pais/).\n\n	•\tLa intención de voto se refiere específicamente al grupo de edad de 18-24 años y a los datos de intención directa de voto, tal como se presentan en la encuesta de 40dB. Puedes consultar [<u>este ejemplo</u>](https://ep00.epimg.net/infografias/encuestas40db/2025/02-barometro/2025_02_barometro_voto.pdf). Si esa franja no está disponible, se usará otra cercana para representar el voto de los jóvenes.\n\n	•\tSi la última encuesta de 2025 de 40dB se publica antes del 1 de octubre de 2025, esta pregunta será **anulada**.", "post_id": 35263, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1762851012.474, "end_time": 1763027428.688, "forecaster_count": 50, "interval_lower_bounds": [ 0.501 ], "centers": [ 0.61 ], "interval_upper_bounds": [ 0.65 ] } ], "latest": { "start_time": 1762851012.474, "end_time": 1763027428.688, "forecaster_count": 50, "interval_lower_bounds": [ 0.501 ], "centers": [ 0.61 ], "interval_upper_bounds": [ 0.65 ], "forecast_values": [ 0.39, 0.61 ], "means": [ 0.5618095349626743 ], "histogram": [ [ 0.5725848918671207, 0.26540318263127977, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2223942771812562, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.009837259930117102, 0.1533679428866179, 0.0, 0.0, 0.0, 0.47401681106756194, 0.006275715278433752, 0.0, 0.0, 0.0, 0.0, 0.0034934892766462, 0.0, 0.004800587348436423, 0.20314358457038237, 0.0, 0.0, 0.022373468330351386, 0.7965850150192525, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.023413487787231745, 0.405590699809534, 0.017059162801949267, 0.8108744392338665, 0.0, 0.0, 0.007946689641207845, 0.0, 0.0, 0.0, 0.0, 2.218497649702471, 0.7243712686228254, 1.5541459864739142, 0.12830902167827668, 0.0, 1.406557106415486, 0.0, 0.0, 0.0, 0.0, 0.052446473270009945, 0.0, 0.0, 0.18527705034115113, 0.43776641345902195, 0.11276426577691565, 0.0, 0.0, 0.0, 0.0, 0.806208236854164, 0.0, 0.0, 0.0, 0.0, 0.7492086006196257, 0.0, 0.0, 0.0, 0.0, 0.24311673443421425, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.031256855951900246 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": -12, "user_vote": null }, "forecasts_count": 672, "key_factors": [], "is_current_content_translated": false, "description": "Vox es un partido político fundado en 2013 en España, clasificado por politólogos y medios de comunicación como un partido de extrema derecha o populista de derecha. En los últimos años, su apoyo entre los votantes jóvenes ha atraído una atención significativa. Según [<u>recientes encuestas de 40dB.</u>](https://ep00.epimg.net/infografias/encuestas40db/2025/02-barometro/2025_02_barometro_voto.pdf) publicadas por El País, Vox recibe un 27% de apoyo entre los votantes de 18 a 24 años, su porcentaje más alto en todos los grupos de edad. Esto es notablemente superior a su apoyo entre los grupos demográficos de mayor edad, que oscila entre el 10 y el 19%.\n\nEste patrón de mayor apoyo juvenil a los partidos de extrema derecha [<u>no es exclusivo de España</u>](https://elpais.com/internacional/2024-06-15/el-voto-de-los-jovenes-a-la-extrema-derecha-crece-en-los-cinco-mayores-paises-de-la-ue.html), ya que el RN de Marine Le Pen en Francia y AfD en Alemania también han experimentado un aumento del apoyo juvenil en los últimos años." }, { "id": 35262, "title": "¿Terminará el PSOE el 2025 por delante del PP en el promedio de las encuestas?", "short_title": "¿PSOE delante del PP en encuestas al final de 2025?", "url_title": "¿PSOE delante del PP en encuestas al final de 2025?", "slug": "psoe-delante-del-pp-en-encuestas-al-final-de-2025", "author_id": 118208, "author_username": "kikollan", "coauthors": [], "created_at": "2025-02-17T13:14:38.463757Z", "published_at": "2025-02-27T13:29:38Z", "edited_at": "2025-11-10T06:29:44.086485Z", "curation_status": "approved", "curation_status_updated_at": "2025-02-27T13:29:38Z", "comment_count": 1, "status": "open", "resolved": false, "actual_close_time": null, "scheduled_close_time": "2025-11-30T22:59:00Z", "scheduled_resolve_time": "2025-12-31T22:59:00Z", "actual_resolve_time": null, "open_time": "2025-02-27T12:56:00Z", "nr_forecasters": 304, "html_metadata_json": null, "projects": { "community": [ { "id": 3625, "name": "Torneo Kiko Llaneras 🔮", "type": "community", "slug": "kiko", "description": "Kiko Llaneras se especializa en analizar, explicar y predecir eventos diversos, desde elecciones a mundiales de fútbol. Tiene un doctorado en Ingeniería y lidera el equipo de datos y visualización en el diario El País.\r\n\r\nAutor del libro: ['Think Clearly: Eight Simple Rules to Succeed in the Data Age'](https://kiko.llaneras.es/en/piensa-claro). \r\n\r\nPuedes leer más sobre Kiko en [su página web](http://kiko.llaneras.es).\r\n\r\n***\r\n\r\n### \\$5.000 en Premios\r\n\r\nAunque te animamos a seguir actualizando tus predicciones para contribuir a una mayor visión en 2025, **solo las actualizaciones hechas antes del 13 de marzo de 2025, 11:59 PM PT se contabilizarán para las clasificaciones del torneo**. Cuando todas las preguntas se resuelvan, **repartiremos los \\$5.000 entre los pronosticadores más exactos**. La serie finalizará el 7 de enero de 2026, y **los premios se distribuirán después de esa fecha**.\r\n\r\n***\r\n\r\n### Más sobre Metaculus\r\n\r\n¿Quieres saber más sobre predicciones y su utilidad? [→](https://www.metaculus.com/notebooks/28701/why-forecasting-an-introduction-for-first-timers/)\r\n\r\nPara entender cómo funciona la plataforma, consulta el FAQ [→](https://www.metaculus.com/faq/)\r\n\r\n**Otros torneos de Metaculus**\r\n\r\n¿Te interesa participar en más torneos de predicción?\r\n\r\n* **Bridgewater Associates —** Regístrate para hacer predicciones, explorar oportunidades profesionales y competir por \\$25.000: [→](https://www.metaculus.com/bridgewater/)\r\n* **AI Forecasting Benchmark Series** — Una comparativa del state-of-the-art en predicción IA con los mejores pronosticadores humanos. Construye un bot y compite por \\$30.000: [→](https://www.metaculus.com/aib/)\r\n\r\n***\r\n\r\nLa siguiente tabla de clasificación es solo para fines informativos. Realiza un seguimiento de todos los pronósticos realizados en el torneo y su precisión. Sin embargo, solo los pronósticos que se hayan realizado antes del 13 de marzo a las 12:59 PM PT determinarán los ganadores reales y los pagos de premios.", "order": 1, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-16_at_9.54.15PM.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/053aa174f3e23c72d0553477c85b9ca1_400x400.jpeg", "followers_count": 244, "default_permission": "forecaster", "visibility": "normal", "created_by": null } ], "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" } ] }, "question": { "id": 34746, "title": "Will the PSOE finish 2025 ahead of the PP in the polls average?", "created_at": "2025-02-17T13:14:38.464125Z", "open_time": "2025-02-27T12:56:00Z", "cp_reveal_time": "2025-02-27T12:56:00Z", "spot_scoring_time": "2025-03-14T07:53:00Z", "scheduled_resolve_time": "2025-12-31T22:59:00Z", "actual_resolve_time": null, "resolution_set_time": null, "scheduled_close_time": "2025-11-30T22:59:00Z", "actual_close_time": "2025-11-30T22:59:00Z", "type": "binary", "options": null, "group_variable": "", "status": "open", "possibilities": null, "resolution": null, "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": 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 Spanish Socialist Workers' Party (PSOE) and the Popular Party (PP) are the two main political parties in Spain. In the general election in July 2023, the PP won with 33.1% of the vote, while the PSOE received 31.7%. Despite coming in second place, the PSOE managed to form a government through coalition agreements. Currently, according to [ <u>Politico's Poll of Polls</u> ](https://www.politico.eu/europe-poll-of-polls/spain/), the PP leads with 34% while the PSOE stands at 28%. There are no general elections scheduled for 2025, so these numbers could fluctuate significantly if an election is called.", "resolution_criteria": "The question will be resolved as **Yes** if, according to the graph of the average of polls for the General Elections in Spain, maintained by [ <u>Politico Poll of Polls</u> ](https://www.politico.eu/europe-poll-of-polls/spain/), the PSOE is ahead of the PP in the average voting intention for December 31, 2025. It will be resolved as **No** if the PP is ahead of the PSOE or if they are tied.", "fine_print": "• Any changes to Politico’s methodology will not affect the resolution of the question.\n\n • If Politico has not published a value for December 31, 2025 by January 7, 2025, this question will be resolved based on the most recent value for 2025, as long as it is after November 30, 2025. If no such value is published by December 31, 2025, this question will be **void**.", "post_id": 35262, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1762756173.582207, "end_time": 1763027545.079, "forecaster_count": 59, "interval_lower_bounds": [ 0.04 ], "centers": [ 0.06 ], "interval_upper_bounds": [ 0.09 ] } ], "latest": { "start_time": 1762756173.582207, "end_time": 1763027545.079, "forecaster_count": 59, "interval_lower_bounds": [ 0.04 ], "centers": [ 0.06 ], "interval_upper_bounds": [ 0.09 ], "forecast_values": [ 0.94, 0.06 ], "means": [ 0.100311409473074 ], "histogram": [ [ 1.2718858167072788, 0.045113666448411936, 0.4423371246046035, 1.6858330864930893, 0.5986401893170287, 2.1178577439881945, 1.4794480515821145, 1.2234183517155377, 0.7960510906417095, 0.8653303454990936, 0.4064641005214064, 0.010901356066657217, 0.15069944379352904, 0.21003032880132952, 0.0, 0.00926838856481337, 0.003409649605783329, 0.012720747494406942, 0.0, 0.0, 0.005344667174111027, 0.0018980425029571785, 0.0, 0.0, 0.0, 1.5103543736478393, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0012543399915659996, 0.0, 0.6249752706799355, 0.0, 0.0, 0.0, 0.0, 0.2575373740337294, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.07561306189923878, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.06190426115630072, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": -3, "user_vote": null }, "forecasts_count": 746, "key_factors": [], "is_current_content_translated": false, "description": "The Spanish Socialist Workers' Party (PSOE) and the Popular Party (PP) are the two main political parties in Spain. In the general election in July 2023, the PP won with 33.1% of the vote, while the PSOE received 31.7%. Despite coming in second place, the PSOE managed to form a government through coalition agreements. Currently, according to [ <u>Politico's Poll of Polls</u> ](https://www.politico.eu/europe-poll-of-polls/spain/), the PP leads with 34% while the PSOE stands at 28%. There are no general elections scheduled for 2025, so these numbers could fluctuate significantly if an election is called." }, { "id": 35261, "title": "¿Seguirá Pedro Sánchez siendo presidente de España a finales de 2025?", "short_title": "¿Sánchez presidente a finales de 2025?", "url_title": "¿Sánchez presidente a finales de 2025?", "slug": "sanchez-presidente-a-finales-de-2025", "author_id": 118208, "author_username": "kikollan", "coauthors": [], "created_at": "2025-02-17T12:23:37.402849Z", "published_at": "2025-02-27T12:57:46Z", "edited_at": "2025-11-10T15:28:03.023281Z", "curation_status": "approved", "curation_status_updated_at": "2025-02-27T12:57:46Z", "comment_count": 4, "status": "open", "resolved": false, "actual_close_time": null, "scheduled_close_time": "2025-11-30T22:59:00Z", "scheduled_resolve_time": "2025-12-31T22:59:00Z", "actual_resolve_time": null, "open_time": "2025-02-27T12:56:00Z", "nr_forecasters": 472, "html_metadata_json": null, "projects": { "community": [ { "id": 3625, "name": "Torneo Kiko Llaneras 🔮", "type": "community", "slug": "kiko", "description": "Kiko Llaneras se especializa en analizar, explicar y predecir eventos diversos, desde elecciones a mundiales de fútbol. Tiene un doctorado en Ingeniería y lidera el equipo de datos y visualización en el diario El País.\r\n\r\nAutor del libro: ['Think Clearly: Eight Simple Rules to Succeed in the Data Age'](https://kiko.llaneras.es/en/piensa-claro). \r\n\r\nPuedes leer más sobre Kiko en [su página web](http://kiko.llaneras.es).\r\n\r\n***\r\n\r\n### \\$5.000 en Premios\r\n\r\nAunque te animamos a seguir actualizando tus predicciones para contribuir a una mayor visión en 2025, **solo las actualizaciones hechas antes del 13 de marzo de 2025, 11:59 PM PT se contabilizarán para las clasificaciones del torneo**. Cuando todas las preguntas se resuelvan, **repartiremos los \\$5.000 entre los pronosticadores más exactos**. La serie finalizará el 7 de enero de 2026, y **los premios se distribuirán después de esa fecha**.\r\n\r\n***\r\n\r\n### Más sobre Metaculus\r\n\r\n¿Quieres saber más sobre predicciones y su utilidad? [→](https://www.metaculus.com/notebooks/28701/why-forecasting-an-introduction-for-first-timers/)\r\n\r\nPara entender cómo funciona la plataforma, consulta el FAQ [→](https://www.metaculus.com/faq/)\r\n\r\n**Otros torneos de Metaculus**\r\n\r\n¿Te interesa participar en más torneos de predicción?\r\n\r\n* **Bridgewater Associates —** Regístrate para hacer predicciones, explorar oportunidades profesionales y competir por \\$25.000: [→](https://www.metaculus.com/bridgewater/)\r\n* **AI Forecasting Benchmark Series** — Una comparativa del state-of-the-art en predicción IA con los mejores pronosticadores humanos. Construye un bot y compite por \\$30.000: [→](https://www.metaculus.com/aib/)\r\n\r\n***\r\n\r\nLa siguiente tabla de clasificación es solo para fines informativos. Realiza un seguimiento de todos los pronósticos realizados en el torneo y su precisión. Sin embargo, solo los pronósticos que se hayan realizado antes del 13 de marzo a las 12:59 PM PT determinarán los ganadores reales y los pagos de premios.", "order": 1, "header_image": "https://metaculus-web-media.s3.amazonaws.com/Screenshot_2024-09-16_at_9.54.15PM.png", "header_logo": "https://metaculus-web-media.s3.amazonaws.com/053aa174f3e23c72d0553477c85b9ca1_400x400.jpeg", "followers_count": 244, "default_permission": "forecaster", "visibility": "normal", "created_by": null } ], "leaderboard_tag": [ { "id": 32607, "name": "2025 Leaderboard", "slug": "2025_leaderboard", "type": "leaderboard_tag" } ], "site_main": [ { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 144, "type": "site_main", "name": "Metaculus Community", "slug": null, "header_image": null, "prize_pool": null, "start_date": null, "close_date": null, "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": null, "user_permission": null, "created_at": "2023-11-08T16:55:29.484707Z", "edited_at": "2025-07-18T17:28:18.838588Z", "score_type": null, "default_permission": "forecaster", "visibility": "normal", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" }, "category": [ { "id": 3689, "name": "Politics", "slug": "politics", "emoji": "🏛️", "description": "Politics", "type": "category" } ] }, "question": { "id": 34745, "title": "¿Seguirá Pedro Sánchez siendo presidente de España a finales de 2025?", "created_at": "2025-02-17T12:23:37.403270Z", "open_time": "2025-02-27T12:56:00Z", "cp_reveal_time": "2025-02-27T12:56:00Z", "spot_scoring_time": "2025-03-14T07:53:00Z", "scheduled_resolve_time": "2025-12-31T22:59:00Z", "actual_resolve_time": null, "resolution_set_time": null, "scheduled_close_time": "2025-11-30T22:59:00Z", "actual_close_time": "2025-11-30T22:59:00Z", "type": "binary", "options": null, "group_variable": "", "status": "open", "possibilities": null, "resolution": null, "include_bots_in_aggregates": false, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": 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": "Pedro Sánchez es el líder del Partido Socialista Obrero Español (PSOE) y ha estado ejerciendo como Presidente del Gobierno de España desde junio de 2018. Sánchez ha gestionado un [<u>gobierno de coalición desde 2020</u>](https://es.wikipedia.org/wiki/Segundo_gobierno_de_Pedro_S%C3%A1nchez), con una [<u>configuración diferente tras las elecciones de 2023</u>](https://es.wikipedia.org/wiki/Tercer_gobierno_de_Pedro_S%C3%A1nchez). En la actualidad, no hay elecciones generales programadas antes de finales de 2025. Para que Sánchez sea destituido, tendría que dimitir o enfrentarse a una [<u>moción de censura</u>](https://es.wikipedia.org/wiki/Moci%C3%B3n_de_censura_\\(Espa%C3%B1a\\)), un proceso exigente en el sistema político español, ya que requiere una mayoría alternativa.", "resolution_criteria": "La pregunta se resolverá como **Sí** si Pedro Sánchez ocupa el cargo de Presidente del Gobierno de España al final del día 31 de diciembre de 2025. Se resolverá como **No** si no ocupa ese cargo en ese momento. La confirmación se basará en fuentes oficiales.", "fine_print": "* La pregunta no considera si Sánchez ha anunciado su futura dimisión, solo si ocupa oficialmente el cargo al final del día 31 de diciembre de 2025.\n\n	•\tSi Sánchez no ocupa el cargo, pero es el Presidente en funciones al final del día 31 de diciembre de 2025, esta pregunta se resolverá igualmente como **No**.", "post_id": 35261, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1762813953.103, "end_time": 1762995349.225, "forecaster_count": 64, "interval_lower_bounds": [ 0.979 ], "centers": [ 0.99 ], "interval_upper_bounds": [ 0.999 ] } ], "latest": { "start_time": 1762813953.103, "end_time": 1762995349.225, "forecaster_count": 64, "interval_lower_bounds": [ 0.979 ], "centers": [ 0.99 ], "interval_upper_bounds": [ 0.999 ], "forecast_values": [ 0.010000000000000009, 0.99 ], "means": [ 0.9781082249487922 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.029367576745184032, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0009118819655545162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.08784023401054611, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0450032524825526, 0.009247748063936412, 0.0, 0.0, 0.13533528323661267, 0.0, 0.6582376502325117, 0.0, 0.23632165058305657, 0.0, 0.05744804915347027, 0.6210818020514814, 0.017510773042305337, 1.8801509632115363, 2.2067849823831542, 8.520384339726364 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "forecaster", "vote": { "score": 63, "user_vote": null }, "forecasts_count": 1120, "key_factors": [], "is_current_content_translated": false, "description": "Pedro Sánchez es el líder del Partido Socialista Obrero Español (PSOE) y ha estado ejerciendo como Presidente del Gobierno de España desde junio de 2018. Sánchez ha gestionado un [<u>gobierno de coalición desde 2020</u>](https://es.wikipedia.org/wiki/Segundo_gobierno_de_Pedro_S%C3%A1nchez), con una [<u>configuración diferente tras las elecciones de 2023</u>](https://es.wikipedia.org/wiki/Tercer_gobierno_de_Pedro_S%C3%A1nchez). En la actualidad, no hay elecciones generales programadas antes de finales de 2025. Para que Sánchez sea destituido, tendría que dimitir o enfrentarse a una [<u>moción de censura</u>](https://es.wikipedia.org/wiki/Moci%C3%B3n_de_censura_\\(Espa%C3%B1a\\)), un proceso exigente en el sistema político español, ya que requiere una mayoría alternativa." }, { "id": 35245, "title": "Will the state of Rhode Island have any recreational marijuana dispensaries on April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-state-of-rhode-island-have-any-recreational-marijuana-dispensaries-on-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T05:10:33.818896Z", "published_at": "2025-02-19T10:00:00Z", "edited_at": "2025-09-05T17:29:07.273764Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 10, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-19T18:05:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-02-19T18:05:00Z", "open_time": "2025-02-19T10:00:00Z", "nr_forecasters": 3, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34733, "title": "Will the state of Rhode Island have any recreational marijuana dispensaries on April 1, 2025?", "created_at": "2025-02-15T05:10:33.818896Z", "open_time": "2025-02-19T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-02-19T18:05:00Z", "resolution_set_time": "2025-02-19T18:09:25.650275Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-19T18:05:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "annulled", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Rhode Island legalized marijuana for recreational purposes [in 2022](https://governor.ri.gov/press-releases/governor-mckee-signs-legislation-legalizing-and-safely-regulating-recreational).", "resolution_criteria": "This question resolves as **Yes** if Weedmaps shows one or more recreational marijuana dispensary in Rhode Island, [at this link](https://weedmaps.com/dispensaries/in/united-states/rhode-island) when accessed by Metaculus on or after April 1, 2025.", "fine_print": "Dispensaries listed as being for medical patients only do not count, nor do dispensaries that are in neighboring states.", "post_id": 35245, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1739988134.06099, "end_time": null, "forecaster_count": 3, "interval_lower_bounds": [ 0.97 ], "centers": [ 0.97 ], "interval_upper_bounds": [ 0.98 ] } ], "latest": { "start_time": 1739988134.06099, "end_time": null, "forecaster_count": 3, "interval_lower_bounds": [ 0.97 ], "centers": [ 0.97 ], "interval_upper_bounds": [ 0.98 ], "forecast_values": [ 0.030000000000000027, 0.97 ], "means": [ 0.9689399726887542 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.48092170020263214, 0.0, 1.0, 0.7277212189012763, 0.0 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 7, "key_factors": [], "is_current_content_translated": false, "description": "Rhode Island legalized marijuana for recreational purposes [in 2022](https://governor.ri.gov/press-releases/governor-mckee-signs-legislation-legalizing-and-safely-regulating-recreational)." }, { "id": 35242, "title": "Will Nikola Corporation file for bankruptcy before April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-nikola-corporation-file-for-bankruptcy-before-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T05:08:36.767397Z", "published_at": "2025-02-19T10:00:00Z", "edited_at": "2025-09-05T17:28:53.208519Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 17, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-20T02:41:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-02-20T02:41:00Z", "open_time": "2025-02-19T10:00:00Z", "nr_forecasters": 9, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34730, "title": "Will Nikola Corporation file for bankruptcy before April 1, 2025?", "created_at": "2025-02-15T05:08:36.767397Z", "open_time": "2025-02-19T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-02-20T02:41:00Z", "resolution_set_time": "2025-02-20T02:42:40.947714Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-20T02:41:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "annulled", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Elektrek: [Nikola (NKLA) confirms more layoffs as it desperately tries to avoid bankruptcy](https://electrek.co/2024/12/12/nikola-nkla-confirms-more-layoffs-as-it-desperately-tries-to-avoid-bankruptcy/)", "resolution_criteria": "This question will resolve as **Yes** if Nikola Corporation files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before April 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.", "fine_print": "", "post_id": 35242, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740015460.736476, "end_time": null, "forecaster_count": 9, "interval_lower_bounds": [ 0.999 ], "centers": [ 0.999 ], "interval_upper_bounds": [ 0.999 ] } ], "latest": { "start_time": 1740015460.736476, "end_time": null, "forecaster_count": 9, "interval_lower_bounds": [ 0.999 ], "centers": [ 0.999 ], "interval_upper_bounds": [ 0.999 ], "forecast_values": [ 0.0010000000000000009, 0.999 ], "means": [ 0.999 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 4.575935522516369 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 12, "key_factors": [], "is_current_content_translated": false, "description": "Elektrek: [Nikola (NKLA) confirms more layoffs as it desperately tries to avoid bankruptcy](https://electrek.co/2024/12/12/nikola-nkla-confirms-more-layoffs-as-it-desperately-tries-to-avoid-bankruptcy/)" }, { "id": 35241, "title": "Will the Trump administration impose new tariffs on the EU before April 7, 2025?", "short_title": "", "url_title": "", "slug": "will-the-trump-administration-impose-new-tariffs-on-the-eu-before-april-7-2025", "author_id": 228596, "author_username": "BenWilson", "coauthors": [], "created_at": "2025-02-15T05:08:36.746726Z", "published_at": "2025-02-18T16:00:00Z", "edited_at": "2025-09-05T17:29:00.686358Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 16, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-20T17:00:00Z", "scheduled_close_time": "2025-02-20T17:00:00Z", "scheduled_resolve_time": "2025-04-07T00:00:00Z", "actual_resolve_time": "2025-04-07T18:50:00Z", "open_time": "2025-02-18T16:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34729, "title": "Will the Trump administration impose new tariffs on the EU before April 7, 2025?", "created_at": "2025-02-15T05:08:36.746726Z", "open_time": "2025-02-18T16:00:00Z", "cp_reveal_time": "2025-02-20T17:00:00Z", "spot_scoring_time": "2025-02-20T17:00:00Z", "scheduled_resolve_time": "2025-04-07T00:00:00Z", "actual_resolve_time": "2025-04-07T18:50:00Z", "resolution_set_time": "2025-04-07T18:51:02.545480Z", "scheduled_close_time": "2025-02-20T17:00:00Z", "actual_close_time": "2025-02-20T17: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": "The new US administration under President Donald J. Trump is aggressively using new tariffs to achieve its policy goals. In the first month of his presidency, the Trump administration [imposed](https://www.whitehouse.gov/fact-sheets/2025/02/fact-sheet-president-donald-j-trump-imposes-tariffs-on-imports-from-canada-mexico-and-china/) a 25% tariff on imports from Canada and Mexico, which were both [postponed](https://www.bbc.com/news/articles/c87d5rlee52o) after agreeing upon new border security measures. An additional [10% tariff](https://www.whitehouse.gov/fact-sheets/2025/02/fact-sheet-president-donald-j-trump-imposes-tariffs-on-imports-from-canada-mexico-and-china/) was also introduced on imports from China.\n\nTrump has already [threatened](https://www.bbc.com/news/articles/cn4zgx808g7o) the EU with tariffs at the beginning of February 2025, mostly because of the fact that currently, the EU imposes a [10% tariff](https://www.reuters.com/business/autos-transportation/bmw-ceo-proposes-cutting-eu-tariff-us-vehicle-imports-25-2025-01-28/) on US cars imported to the bloc, while the US imposes a 2.5% tariff on the EU automotive industry, making US carmakers less competitive in the European markets. The EU also maintains [higher tariffs](https://www.wilsoncenter.org/article/transatlantic-trade-tensions-looming-us-eu-showdown) than the US on some agricultural products, such as beef and pork.\n\nIn 2018, the US [imposed](https://policy.trade.ec.europa.eu/eu-trade-relationships-country-and-region/countries-and-regions/united-states_en) tariffs of 25% on steel and 10% on aluminum imports from the EU under Section 232 of the [Trade Expansion Act](https://www.govinfo.gov/content/pkg/STATUTE-76/pdf/STATUTE-76-Pg872.pdf), citing national security concerns. These tariffs [were lifted](https://www.piie.com/blogs/trade-and-investment-policy-watch/2021/biden-and-europe-remove-trumps-steel-and-aluminum) under the Biden administration, but on February 12 they [were reannounced](https://www.reuters.com/markets/eu-should-negotiate-avert-trade-war-germany-says-bloc-ministers-meet-2025-02-12/) by the Trump administration to be imposed from March 12, 2025.", "resolution_criteria": "This question will resolve as **Yes** if any new US tariffs targeting the EU take effect and stay in effect for at least seven days before April 7, 2025, according to official [White House](https://www.whitehouse.gov/news/) or EU press releases, or other [credible sources](https://www.metaculus.com/faq/#definitions).", "fine_print": "* Any tariff that was not in effect on February 14, 2025 counts.\n* The whole EU has to be targeted by tariffs. If at least one EU member state is not included, this question will *not* resolve as **Yes**.\n* The tariff rate or tariff scope (i.e. which industries are being targetted) is immaterial to the question resolution. If tariffs are postponed after they took effect or canceled after being in effect (even for a short time), the question will still resolve positively.\n* The tariffs have to be in effect for a total of seven days. If they come into effect, are paused, and then resume, the total number of days will be used to resolve this question.", "post_id": 35241, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740067322.611198, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.75 ], "centers": [ 0.8 ], "interval_upper_bounds": [ 0.835 ] } ], "latest": { "start_time": 1740067322.611198, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.75 ], "centers": [ 0.8 ], "interval_upper_bounds": [ 0.835 ], "forecast_values": [ 0.19999999999999996, 0.8 ], "means": [ 0.7943916649795835 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.11506274851461015, 0.0, 0.0, 0.0, 0.3960520319014228, 1.552004751230057, 0.0, 0.0, 0.0, 0.0, 0.8502051036716037, 0.0, 0.0, 1.0, 0.0, 0.9771590999979107, 0.0, 0.0, 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": 68.55050604940575, "peer_score": 1.9615254749551732, "coverage": 0.9862669968713168, "relative_legacy_score": 0.0, "weighted_coverage": 0.9862669968713168, "spot_peer_score": 1.9447087359982322, "spot_baseline_score": 67.80719051126377, "baseline_archived_score": 68.55050604940575, "peer_archived_score": 1.9615254749551732, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 1.9447087359982322, "spot_baseline_archived_score": 67.80719051126377 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 29, "key_factors": [], "is_current_content_translated": false, "description": "The new US administration under President Donald J. Trump is aggressively using new tariffs to achieve its policy goals. In the first month of his presidency, the Trump administration [imposed](https://www.whitehouse.gov/fact-sheets/2025/02/fact-sheet-president-donald-j-trump-imposes-tariffs-on-imports-from-canada-mexico-and-china/) a 25% tariff on imports from Canada and Mexico, which were both [postponed](https://www.bbc.com/news/articles/c87d5rlee52o) after agreeing upon new border security measures. An additional [10% tariff](https://www.whitehouse.gov/fact-sheets/2025/02/fact-sheet-president-donald-j-trump-imposes-tariffs-on-imports-from-canada-mexico-and-china/) was also introduced on imports from China.\n\nTrump has already [threatened](https://www.bbc.com/news/articles/cn4zgx808g7o) the EU with tariffs at the beginning of February 2025, mostly because of the fact that currently, the EU imposes a [10% tariff](https://www.reuters.com/business/autos-transportation/bmw-ceo-proposes-cutting-eu-tariff-us-vehicle-imports-25-2025-01-28/) on US cars imported to the bloc, while the US imposes a 2.5% tariff on the EU automotive industry, making US carmakers less competitive in the European markets. The EU also maintains [higher tariffs](https://www.wilsoncenter.org/article/transatlantic-trade-tensions-looming-us-eu-showdown) than the US on some agricultural products, such as beef and pork.\n\nIn 2018, the US [imposed](https://policy.trade.ec.europa.eu/eu-trade-relationships-country-and-region/countries-and-regions/united-states_en) tariffs of 25% on steel and 10% on aluminum imports from the EU under Section 232 of the [Trade Expansion Act](https://www.govinfo.gov/content/pkg/STATUTE-76/pdf/STATUTE-76-Pg872.pdf), citing national security concerns. These tariffs [were lifted](https://www.piie.com/blogs/trade-and-investment-policy-watch/2021/biden-and-europe-remove-trumps-steel-and-aluminum) under the Biden administration, but on February 12 they [were reannounced](https://www.reuters.com/markets/eu-should-negotiate-avert-trade-war-germany-says-bloc-ministers-meet-2025-02-12/) by the Trump administration to be imposed from March 12, 2025." }, { "id": 35240, "title": "Will Julian Assange receive a pardon before April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-julian-assange-receive-a-pardon-before-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T05:08:36.722225Z", "published_at": "2025-02-18T02:00:00Z", "edited_at": "2025-09-05T17:29:00.060633Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 12, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-20T03:00:00Z", "scheduled_close_time": "2025-02-20T03:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-01T01:51:00Z", "open_time": "2025-02-18T02:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34728, "title": "Will Julian Assange receive a pardon before April 1, 2025?", "created_at": "2025-02-15T05:08:36.722225Z", "open_time": "2025-02-18T02:00:00Z", "cp_reveal_time": "2025-02-20T03:00:00Z", "spot_scoring_time": "2025-02-20T03:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-01T01:51:00Z", "resolution_set_time": "2025-04-01T01:53:17.278970Z", "scheduled_close_time": "2025-02-20T03:00:00Z", "actual_close_time": "2025-02-20T03: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": "Telegraph: [Trump to consider pardon for Assange if he wins election](https://www.telegraph.co.uk/world-news/2024/05/29/trump-to-consider-pardon-for-assange-if-he-wins-election/)", "resolution_criteria": "This question resolves as **Yes** if before April 1, 2025, Julian Assange is publicly reported to have received a presidential pardon from Donald J. Trump. Otherwise resolves as **No**.", "fine_print": "Only pardons will count, not other forms of clemency.", "post_id": 35240, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740011287.653047, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.03 ], "centers": [ 0.04 ], "interval_upper_bounds": [ 0.05 ] } ], "latest": { "start_time": 1740011287.653047, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.03 ], "centers": [ 0.04 ], "interval_upper_bounds": [ 0.05 ], "forecast_values": [ 0.96, 0.04 ], "means": [ 0.03882224183970705 ], "histogram": [ [ 0.0, 0.11506274851461015, 0.2392546405498639, 1.6024882897328385, 1.0834729528466882, 1.8502051036716036, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 84.34439896049922, "peer_score": 0.07339049152117136, "coverage": 0.8793843918362982, "relative_legacy_score": 0.0, "weighted_coverage": 0.8793843918362982, "spot_peer_score": -0.6837411915726546, "spot_baseline_score": 94.11063109464314, "baseline_archived_score": 84.34439896049922, "peer_archived_score": 0.07339049152117136, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -0.6837411915726546, "spot_baseline_archived_score": 94.11063109464314 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 1, "user_vote": null }, "forecasts_count": 20, "key_factors": [], "is_current_content_translated": false, "description": "Telegraph: [Trump to consider pardon for Assange if he wins election](https://www.telegraph.co.uk/world-news/2024/05/29/trump-to-consider-pardon-for-assange-if-he-wins-election/)" }, { "id": 35233, "title": "In its March update, will Similarweb report deepseek.com being ranked in the top 50 globally?", "short_title": "", "url_title": "", "slug": "in-its-march-update-will-similarweb-report-deepseekcom-being-ranked-in-the-top-50-globally", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T05:08:36.423153Z", "published_at": "2025-02-15T04:00:00Z", "edited_at": "2025-09-05T17:29:23.700077Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 19, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-17T05:00:00Z", "scheduled_close_time": "2025-02-17T05:00:00Z", "scheduled_resolve_time": "2025-03-02T00:00:00Z", "actual_resolve_time": "2025-03-13T12:23:00Z", "open_time": "2025-02-15T04:00:00Z", "nr_forecasters": 10, "html_metadata_json": null, "projects": { "question_series": [ { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } ], "default_project": { "id": 32631, "type": "question_series", "name": "Pro Forecasters - AI Forecasting Benchmark 2025 Q1", "slug": "pro-benchmark-q12025", "header_image": "https://metaculus-web-media.s3.amazonaws.com/hires-q1_IPFp1SQ.webp", "prize_pool": null, "start_date": "2025-01-17T06:00:00Z", "close_date": "2025-04-08T18:00:00Z", "forecasting_end_date": null, "html_metadata_json": null, "is_ongoing": false, "user_permission": null, "created_at": "2025-01-10T22:19:31.310481Z", "edited_at": "2025-10-30T16:42:30.258978Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "exclude_and_show" } }, "question": { "id": 34721, "title": "In its March update, will Similarweb report deepseek.com being ranked in the top 50 globally?", "created_at": "2025-02-15T05:08:36.423153Z", "open_time": "2025-02-15T04:00:00Z", "cp_reveal_time": "2025-02-17T05:00:00Z", "spot_scoring_time": "2025-02-17T05:00:00Z", "scheduled_resolve_time": "2025-03-02T00:00:00Z", "actual_resolve_time": "2025-03-13T12:23:00Z", "resolution_set_time": "2025-03-13T12:26:21.097493Z", "scheduled_close_time": "2025-02-17T05:00:00Z", "actual_close_time": "2025-02-17T05: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": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "[ChatGPT website traffic hits a new high, ranking sixth in the world](https://www.panewslab.com/en/articledetails/m015gje2.html)", "resolution_criteria": "This question resolves as **Yes** if, in its update timestamped in March 2025, which will be accessed by Metaculus on or after March 1, 2025, deepseek appears in the top 50 at the [Similarweb Top Websites Ranking](https://www.similarweb.com/top-websites/).", "fine_print": "When accessing the rankings, ensure it is set to All Categories and Worldwide.", "post_id": 35233, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1739767721.963539, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.09 ], "centers": [ 0.1 ], "interval_upper_bounds": [ 0.15 ] } ], "latest": { "start_time": 1739767721.963539, "end_time": null, "forecaster_count": 10, "interval_lower_bounds": [ 0.09 ], "centers": [ 0.1 ], "interval_upper_bounds": [ 0.15 ], "forecast_values": [ 0.9, 0.1 ], "means": [ 0.12426806227244538 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.2392546405498639, 0.49027544292935926, 0.0, 0.11506274851461015, 0.5965892957781368, 1.0289337933218743, 0.0, 0.0, 0.0, 0.5701627105501564, 1.0, 0.0, 0.0, 0.0, 0.0, 0.8502051036716037, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": -191.87134029382725, "peer_score": 3.213146296210557, "coverage": 0.8054879935771699, "relative_legacy_score": 0.0, "weighted_coverage": 0.8054879935771699, "spot_peer_score": -2.9694529731029315, "spot_baseline_score": -232.19280948873623, "baseline_archived_score": -191.87134029382725, "peer_archived_score": 3.213146296210557, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -2.9694529731029315, "spot_baseline_archived_score": -232.19280948873623 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 33, "key_factors": [], "is_current_content_translated": false, "description": "[ChatGPT website traffic hits a new high, ranking sixth in the world](https://www.panewslab.com/en/articledetails/m015gje2.html)" }, { "id": 35208, "title": "Will Vladimir Putin travel outside of Russia before April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-vladimir-putin-travel-outside-of-russia-before-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T04:48:04.366008Z", "published_at": "2025-02-21T10:00:00Z", "edited_at": "2025-09-05T17:29:25.186740Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 83, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-21T11:00:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T17:53:00Z", "open_time": "2025-02-21T10:00:00Z", "nr_forecasters": 26, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32627, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "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": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 34696, "title": "Will Vladimir Putin travel outside of Russia before April 1, 2025?", "created_at": "2025-02-15T04:48:04.366008Z", "open_time": "2025-02-21T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T17:53:00Z", "resolution_set_time": "2025-04-02T17:53:25.050348Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-21T11: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": "USA Today: [Trump starts Ukraine peace talks as he and Putin plan Saudi meet](https://www.usatoday.com/story/news/world/2025/02/12/trump-putin-peace-talks-ukraine-russia-war/78467957007/)", "resolution_criteria": "This question resolves as **Yes** if Vladimir Putin makes an international trip after the launch of this question and before April 1, 2025. Resolves according to [Wikipedia](https://en.wikipedia.org/wiki/List_of_international_presidential_trips_made_by_Vladimir_Putin) or credible sources.", "fine_print": "Admins will use their discretion if there appears to be an [edit war](https://en.wikipedia.org/wiki/Wikipedia:Edit_warring) or lack of Wikipedia [consensus](https://en.wikipedia.org/wiki/Wikipedia:Consensus) and may rely on [credible sources](https://www.metaculus.com/help/faq/#definitions) to verify any trips.", "post_id": 35208, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740134431.283219, "end_time": null, "forecaster_count": 26, "interval_lower_bounds": [ 0.25 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.5920000000000001 ] } ], "latest": { "start_time": 1740134431.283219, "end_time": null, "forecaster_count": 26, "interval_lower_bounds": [ 0.25 ], "centers": [ 0.3 ], "interval_upper_bounds": [ 0.5920000000000001 ], "forecast_values": [ 0.7, 0.3 ], "means": [ 0.414640188049948 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.48009879669654015, 0.0, 0.0, 0.0, 0.0, 0.2253347673949832, 0.0, 0.0, 0.0, 0.12257655399756638, 0.29183274989292524, 0.0, 0.0, 0.0, 0.0, 1.5966385346030552, 0.0, 0.3331976193267136, 0.7384602599698556, 0.0, 0.7644391249802651, 0.0, 0.0, 0.6645775164919735, 0.0, 0.0, 0.0, 0.0, 0.016588932653428593, 0.0, 0.02510204527210512, 0.0, 0.0, 0.0, 0.0, 0.045093394185345845, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.8186979815576536, 0.0, 0.0, 0.0, 0.4770563933391733, 0.0, 0.0, 0.0, 0.0, 0.0, 0.2656528209825445, 0.0, 0.0, 0.0, 0.0, 0.90572503390162, 0.0, 0.0, 0.0, 0.0, 0.7181506792563828, 0.0, 0.0, 0.0, 0.0, 0.22459236340393357, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 42.90510391519555, "peer_score": 16.678397399447608, "coverage": 0.9558654280503589, "relative_legacy_score": 0.0, "weighted_coverage": 0.9558654280503589, "spot_peer_score": 22.419563570601532, "spot_baseline_score": 48.542682717024164, "baseline_archived_score": 42.90510391519555, "peer_archived_score": 16.678397399447608, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 22.419563570601532, "spot_baseline_archived_score": 48.542682717024164 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 82, "key_factors": [], "is_current_content_translated": false, "description": "USA Today: [Trump starts Ukraine peace talks as he and Putin plan Saudi meet](https://www.usatoday.com/story/news/world/2025/02/12/trump-putin-peace-talks-ukraine-russia-war/78467957007/)" }, { "id": 35207, "title": "Will the state of New Hampshire have any recreational marijuana dispensaries on April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-state-of-new-hampshire-have-any-recreational-marijuana-dispensaries-on-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T04:48:04.334746Z", "published_at": "2025-02-21T10:00:00Z", "edited_at": "2025-09-05T17:28:48.993987Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 82, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-21T11:00:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T01:20:00Z", "open_time": "2025-02-21T10:00:00Z", "nr_forecasters": 25, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32627, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "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": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 34695, "title": "Will the state of New Hampshire have any recreational marijuana dispensaries on April 1, 2025?", "created_at": "2025-02-15T04:48:04.334746Z", "open_time": "2025-02-21T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T01:20:00Z", "resolution_set_time": "2025-04-02T01:22:24.829475Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-21T11:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 0.9, "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": "Delaware legalized marijuana for recreational purposes [in 2023](https://whyy.org/articles/delaware-recreational-weed-legalization-what-you-can-do/).", "resolution_criteria": "This question resolves as **Yes** if Weedmaps shows one or more recreational marijuana dispensary in New Hampshire, [at this link](https://weedmaps.com/dispensaries/in/united-states/new-hampshire) when accessed by Metaculus on or after April 1, 2025.", "fine_print": "Dispensaries listed as being for medical patients only do not count, nor do dispensaries that are in neighboring states.", "post_id": 35207, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740135004.506441, "end_time": null, "forecaster_count": 25, "interval_lower_bounds": [ 0.023333333333333334 ], "centers": [ 0.05 ], "interval_upper_bounds": [ 0.1 ] } ], "latest": { "start_time": 1740135004.506441, "end_time": null, "forecaster_count": 25, "interval_lower_bounds": [ 0.023333333333333334 ], "centers": [ 0.05 ], "interval_upper_bounds": [ 0.1 ], "forecast_values": [ 0.95, 0.05 ], "means": [ 0.0748318739312839 ], "histogram": [ [ 0.0, 0.7520675962892626, 1.4765084879219235, 0.31101309063751337, 1.3239984154485755, 1.3200555335445565, 0.0, 0.0, 0.0, 0.6587413533585318, 0.9039144894018473, 0.0, 0.03808445092208783, 0.0, 0.0, 0.6848283749248791, 0.0, 0.0, 0.0, 0.0, 1.0475182074681502, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 88.70902082613836, "peer_score": 4.048646588399357, "coverage": 0.961015103591813, "relative_legacy_score": 0.0, "weighted_coverage": 0.961015103591813, "spot_peer_score": 4.153886693584686, "spot_baseline_score": 92.5999418556223, "baseline_archived_score": 88.70902082613836, "peer_archived_score": 4.048646588399357, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 4.153886693584686, "spot_baseline_archived_score": 92.5999418556223 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 81, "key_factors": [], "is_current_content_translated": false, "description": "Delaware legalized marijuana for recreational purposes [in 2023](https://whyy.org/articles/delaware-recreational-weed-legalization-what-you-can-do/)." }, { "id": 35206, "title": "Will the state of Rhode Island have any recreational marijuana dispensaries on April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-state-of-rhode-island-have-any-recreational-marijuana-dispensaries-on-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T04:48:04.302639Z", "published_at": "2025-02-21T10:00:00Z", "edited_at": "2025-09-05T17:28:54.841511Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 83, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-21T11:00:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T01:16:00Z", "open_time": "2025-02-21T10:00:00Z", "nr_forecasters": 27, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32627, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "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": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 34694, "title": "Will the state of Rhode Island have any recreational marijuana dispensaries on April 1, 2025?", "created_at": "2025-02-15T04:48:04.302639Z", "open_time": "2025-02-21T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T01:16:00Z", "resolution_set_time": "2025-04-02T01:20:18.418357Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-21T11:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "annulled", "include_bots_in_aggregates": true, "question_weight": 0.9, "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": "Rhode Island legalized marijuana for recreational purposes [in 2022](https://governor.ri.gov/press-releases/governor-mckee-signs-legislation-legalizing-and-safely-regulating-recreational).", "resolution_criteria": "This question resolves as **Yes** if Weedmaps shows one or more recreational marijuana dispensary in Rhode Island, [at this link](https://weedmaps.com/dispensaries/in/united-states/rhode-island) when accessed by Metaculus on or after April 1, 2025.", "fine_print": "Dispensaries listed as being for medical patients only do not count, nor do dispensaries that are in neighboring states.", "post_id": 35206, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740134997.825868, "end_time": null, "forecaster_count": 27, "interval_lower_bounds": [ 0.6 ], "centers": [ 0.85 ], "interval_upper_bounds": [ 0.95 ] } ], "latest": { "start_time": 1740134997.825868, "end_time": null, "forecaster_count": 27, "interval_lower_bounds": [ 0.6 ], "centers": [ 0.85 ], "interval_upper_bounds": [ 0.95 ], "forecast_values": [ 0.15000000000000002, 0.85 ], "means": [ 0.7562130120810912 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9074353916842878, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.09369360910749297, 0.0, 0.0, 0.0, 0.0, 0.48480115213825536, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.05181454149830181, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.8628062927117346, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.11123030328809189, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.34196503051998717, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 2.0056098907316224, 0.0, 0.0, 0.0, 0.022778484283569433, 0.0, 0.0, 1.273166134231492, 0.0, 0.0, 1.7739901153863573, 0.0, 0.15266220141285267, 0.4445472303609271, 0.3807242655725125 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 82, "key_factors": [], "is_current_content_translated": false, "description": "Rhode Island legalized marijuana for recreational purposes [in 2022](https://governor.ri.gov/press-releases/governor-mckee-signs-legislation-legalizing-and-safely-regulating-recreational)." }, { "id": 35205, "title": "Will the state of Delaware have any recreational marijuana dispensaries on April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-the-state-of-delaware-have-any-recreational-marijuana-dispensaries-on-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T04:48:04.130200Z", "published_at": "2025-02-21T10:00:00Z", "edited_at": "2025-09-05T17:29:26.641162Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 81, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-21T11:00:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T01:14:00Z", "open_time": "2025-02-21T10:00:00Z", "nr_forecasters": 24, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32627, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "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": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 34693, "title": "Will the state of Delaware have any recreational marijuana dispensaries on April 1, 2025?", "created_at": "2025-02-15T04:48:04.130200Z", "open_time": "2025-02-21T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T01:14:00Z", "resolution_set_time": "2025-04-02T01:16:31.113649Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-21T11:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "no", "include_bots_in_aggregates": true, "question_weight": 0.9, "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": "Delaware legalized marijuana for recreational purposes [in 2023](https://whyy.org/articles/delaware-recreational-weed-legalization-what-you-can-do/).", "resolution_criteria": "This question resolves as **Yes** if Weedmaps shows one or more recreational marijuana dispensary in Delaware, [at this link](https://weedmaps.com/dispensaries/in/united-states/delaware) when accessed by Metaculus on or after April 1, 2025.", "fine_print": "Dispensaries listed as being for medical patients only do not count, nor do dispensaries that are in neighboring states.", "post_id": 35205, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740134424.402496, "end_time": null, "forecaster_count": 24, "interval_lower_bounds": [ 0.36200000000000004 ], "centers": [ 0.6 ], "interval_upper_bounds": [ 0.65 ] } ], "latest": { "start_time": 1740134424.402496, "end_time": null, "forecaster_count": 24, "interval_lower_bounds": [ 0.36200000000000004 ], "centers": [ 0.6 ], "interval_upper_bounds": [ 0.65 ], "forecast_values": [ 0.4, 0.6 ], "means": [ 0.5443211680706355 ], "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.23117965395479007, 0.40698478172960956, 0.0, 0.0, 0.0, 0.0697448631166007, 0.0, 0.0, 0.0, 0.0, 0.08633762966036206, 0.0, 0.0, 0.0, 0.0, 0.04213280279121279, 0.0, 0.0, 0.0, 0.0, 0.7948907363598043, 0.7287651222345652, 0.0, 0.8117493037268142, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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.9841724118902986, 0.0, 0.0, 0.0, 0.0, 1.2604327346975623, 0.0, 0.10505952607063467, 0.0, 0.0, 0.0, 0.0, 0.2743287127404717, 0.0, 0.0, 0.5187470996717524, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 1.0012280339282285, 0.0, 0.0, 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": -24.629688021398202, "peer_score": -1.134605105010718, "coverage": 0.9731004419591693, "relative_legacy_score": 0.0, "weighted_coverage": 0.9731004419591693, "spot_peer_score": -5.253561280908201, "spot_baseline_score": -32.19280948873623, "baseline_archived_score": -24.629688021398202, "peer_archived_score": -1.134605105010718, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -5.253561280908201, "spot_baseline_archived_score": -32.19280948873623 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 79, "key_factors": [], "is_current_content_translated": false, "description": "Delaware legalized marijuana for recreational purposes [in 2023](https://whyy.org/articles/delaware-recreational-weed-legalization-what-you-can-do/)." }, { "id": 35204, "title": "Will ChargePoint file for bankruptcy before April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-chargepoint-file-for-bankruptcy-before-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T04:48:04.099859Z", "published_at": "2025-02-21T10:00:00Z", "edited_at": "2025-09-05T17:28:53.741499Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 82, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-21T11:00:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T17:39:00Z", "open_time": "2025-02-21T10:00:00Z", "nr_forecasters": 26, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32627, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "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": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 34692, "title": "Will ChargePoint file for bankruptcy before April 1, 2025?", "created_at": "2025-02-15T04:48:04.099859Z", "open_time": "2025-02-21T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T17:39:00Z", "resolution_set_time": "2025-04-02T17:39:57.353869Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-21T11: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": "Chargepoint, which has over 20,000 electric car charging locations in its network, faced over $68 million in operating losses in the quarter ended October 31, 2024.", "resolution_criteria": "This question will resolve as **Yes** if ChargePoint Holdings, Inc., files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before April 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.", "fine_print": "", "post_id": 35204, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740134958.362467, "end_time": null, "forecaster_count": 26, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.14 ], "interval_upper_bounds": [ 0.25 ] } ], "latest": { "start_time": 1740134958.362467, "end_time": null, "forecaster_count": 26, "interval_lower_bounds": [ 0.1 ], "centers": [ 0.14 ], "interval_upper_bounds": [ 0.25 ], "forecast_values": [ 0.86, 0.14 ], "means": [ 0.18470364615067936 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 1.6065983515823454, 0.0, 0.0, 0.5342541811581952, 0.03449404060253258, 0.266749475882204, 0.7384602599698556, 0.0, 1.0, 0.22459236340393357, 0.016588932653428593, 0.0, 0.0, 0.0, 0.0, 2.101921359707885, 0.0, 0.0, 0.0, 0.0, 0.057099978657575844, 0.0, 0.3331976193267136, 0.0, 0.0, 0.6367952617693831, 0.0, 0.0, 0.0, 0.0, 0.25733870929039265, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.90572503390162, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 71.89863459977926, "peer_score": 2.3180863080144207, "coverage": 0.9784501991669337, "relative_legacy_score": 0.0, "weighted_coverage": 0.9784501991669337, "spot_peer_score": 6.534032247175537, "spot_baseline_score": 78.24085649273731, "baseline_archived_score": 71.89863459977926, "peer_archived_score": 2.3180863080144207, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 6.534032247175537, "spot_baseline_archived_score": 78.24085649273731 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 81, "key_factors": [], "is_current_content_translated": false, "description": "Chargepoint, which has over 20,000 electric car charging locations in its network, faced over $68 million in operating losses in the quarter ended October 31, 2024." }, { "id": 35203, "title": "Will Nikola Corporation file for bankruptcy before April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-nikola-corporation-file-for-bankruptcy-before-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T04:48:04.068151Z", "published_at": "2025-02-21T10:00:00Z", "edited_at": "2025-09-05T17:28:53.556228Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 81, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-21T11:00:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-02-27T01:35:00Z", "open_time": "2025-02-21T10:00:00Z", "nr_forecasters": 23, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32627, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "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": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 34691, "title": "Will Nikola Corporation file for bankruptcy before April 1, 2025?", "created_at": "2025-02-15T04:48:04.068151Z", "open_time": "2025-02-21T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-02-27T01:35:00Z", "resolution_set_time": "2025-02-27T01:36:36.208213Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-21T11:00:00Z", "type": "binary", "options": null, "group_variable": "", "status": "resolved", "possibilities": null, "resolution": "annulled", "include_bots_in_aggregates": true, "question_weight": 1.0, "default_score_type": "peer", "default_aggregation_method": "recency_weighted", "label": "", "unit": "", "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "scaling": { "range_min": null, "range_max": null, "nominal_min": null, "nominal_max": null, "zero_point": null, "open_upper_bound": null, "open_lower_bound": null, "inbound_outcome_count": null, "continuous_range": null }, "group_rank": null, "description": "Elektrek: [Nikola (NKLA) confirms more layoffs as it desperately tries to avoid bankruptcy](https://electrek.co/2024/12/12/nikola-nkla-confirms-more-layoffs-as-it-desperately-tries-to-avoid-bankruptcy/)", "resolution_criteria": "This question will resolve as **Yes** if Nikola Corporation files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before April 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.", "fine_print": "", "post_id": 35203, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740135004.891675, "end_time": null, "forecaster_count": 23, "interval_lower_bounds": [ 0.99 ], "centers": [ 0.99 ], "interval_upper_bounds": [ 0.99 ] } ], "latest": { "start_time": 1740135004.891675, "end_time": null, "forecaster_count": 23, "interval_lower_bounds": [ 0.99 ], "centers": [ 0.99 ], "interval_upper_bounds": [ 0.99 ], "forecast_values": [ 0.010000000000000009, 0.99 ], "means": [ 0.9544616397515274 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0339924118233929, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.5751117920109702, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.1659893709142453, 0.0, 0.0, 0.0, 0.0, 1.1208560593473438, 0.0, 0.0, 0.0, 6.214700155902609 ] ] }, "score_data": {}, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 78, "key_factors": [], "is_current_content_translated": false, "description": "Elektrek: [Nikola (NKLA) confirms more layoffs as it desperately tries to avoid bankruptcy](https://electrek.co/2024/12/12/nikola-nkla-confirms-more-layoffs-as-it-desperately-tries-to-avoid-bankruptcy/)" }, { "id": 35202, "title": "Will Noodles & Co. file for bankruptcy before April 1, 2025?", "short_title": "", "url_title": "", "slug": "will-noodles-co-file-for-bankruptcy-before-april-1-2025", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T04:48:04.037447Z", "published_at": "2025-02-21T10:00:00Z", "edited_at": "2025-09-05T17:28:49.108909Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 83, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-21T11:00:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T17:35:00Z", "open_time": "2025-02-21T10:00:00Z", "nr_forecasters": 27, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32627, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "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": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 34690, "title": "Will Noodles & Co. file for bankruptcy before April 1, 2025?", "created_at": "2025-02-15T04:48:04.037447Z", "open_time": "2025-02-21T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T17:35:00Z", "resolution_set_time": "2025-04-02T17:36:22.883244Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-21T11: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": "[Noodles & Co.](https://en.wikipedia.org/wiki/Noodles_%26_Company) is a fast-casual restaurant chain whose stock price is down almost 99% from its all-time high. According to Noodles in its recent [quarterly report](https://www.sec.gov/Archives/edgar/data/1275158/000127515824000098/ndls-20241001.htm), \"In the third quarter we saw a decline in system-wide comparable restaurant sales, and correspondingly in total revenue. System-wide comparable restaurant sales decreased 3.3% in the third quarter of 2024 compared to the same period of 2023, comprised of a 3.4% decrease at company-owned restaurants and a 2.9% decrease at franchise-owned restaurants.\"", "resolution_criteria": "This question will resolve as **Yes** if Noodles & Company files any petition for bankruptcy protection in the United States, under any chapter of the United States Bankruptcy Code, before April 1, 2025. The question will resolves on the filing of such a petition, not on whether any bankruptcy protection is granted by a court. If no such petition is filed by that date, this question will resolve as **No**.", "fine_print": "", "post_id": 35202, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740134955.210023, "end_time": null, "forecaster_count": 27, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.3 ] } ], "latest": { "start_time": 1740134955.210023, "end_time": null, "forecaster_count": 27, "interval_lower_bounds": [ 0.15 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.3 ], "forecast_values": [ 0.8, 0.2 ], "means": [ 0.22192888973427133 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.26629006976841835, 0.0, 0.0, 0.0, 0.0, 0.847026181566791, 0.7429155235659053, 0.32440915506846035, 0.0, 0.0, 0.0, 0.0, 1.7914911654155152, 0.43289785514522633, 0.0, 0.0, 0.0, 0.9936309128206258, 0.0, 0.0, 0.0, 0.0, 0.06414156534256711, 0.0, 0.0, 0.0, 0.0, 1.517738225088848, 0.0, 0.0, 0.0, 0.0, 0.8701864252891901, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.9074353916842878, 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.11123030328809189, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.01505338459998825, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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": 57.57150123721153, "peer_score": 11.516999389333815, "coverage": 0.9872361641459995, "relative_legacy_score": 0.0, "weighted_coverage": 0.9872361641459995, "spot_peer_score": 8.83266685039806, "spot_baseline_score": 67.80719051126377, "baseline_archived_score": 57.57150123721153, "peer_archived_score": 11.516999389333815, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": 8.83266685039806, "spot_baseline_archived_score": 67.80719051126377 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 82, "key_factors": [], "is_current_content_translated": false, "description": "[Noodles & Co.](https://en.wikipedia.org/wiki/Noodles_%26_Company) is a fast-casual restaurant chain whose stock price is down almost 99% from its all-time high. According to Noodles in its recent [quarterly report](https://www.sec.gov/Archives/edgar/data/1275158/000127515824000098/ndls-20241001.htm), \"In the third quarter we saw a decline in system-wide comparable restaurant sales, and correspondingly in total revenue. System-wide comparable restaurant sales decreased 3.3% in the third quarter of 2024 compared to the same period of 2023, comprised of a 3.4% decrease at company-owned restaurants and a 2.9% decrease at franchise-owned restaurants.\"" }, { "id": 35201, "title": "Before April 1, 2025, will Perplexity announce that it is planning an IPO?", "short_title": "Perplexity IPO?", "url_title": "Perplexity IPO?", "slug": "perplexity-ipo", "author_id": 115975, "author_username": "johnnycaffeine", "coauthors": [], "created_at": "2025-02-15T04:48:04.004893Z", "published_at": "2025-02-21T10:00:00Z", "edited_at": "2025-09-05T17:28:48.920385Z", "curation_status": "approved", "curation_status_updated_at": null, "comment_count": 86, "status": "resolved", "resolved": true, "actual_close_time": "2025-02-21T11:00:00Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T17:31:00Z", "open_time": "2025-02-21T10:00:00Z", "nr_forecasters": 28, "html_metadata_json": null, "projects": { "tournament": [ { "id": 32627, "type": "tournament", "name": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "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": "AI Forecasting Benchmark Tournament - 2025 Q1", "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-10-24T09:51:15.196631Z", "score_type": "spot_peer_tournament", "default_permission": "viewer", "visibility": "not_in_main_feed", "is_current_content_translated": false, "bot_leaderboard_status": "include" } }, "question": { "id": 34689, "title": "Before April 1, 2025, will Perplexity announce that it is planning an IPO?", "created_at": "2025-02-15T04:48:04.004893Z", "open_time": "2025-02-21T10:00:00Z", "cp_reveal_time": "2025-02-21T11:00:00Z", "spot_scoring_time": "2025-02-21T11:00:00Z", "scheduled_resolve_time": "2025-04-01T00:00:00Z", "actual_resolve_time": "2025-04-02T17:31:00Z", "resolution_set_time": "2025-04-02T17:32:22.588846Z", "scheduled_close_time": "2025-02-21T11:00:00Z", "actual_close_time": "2025-02-21T11: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": "Observer: [A.I. Unicorns Have Good Reasons Not to Go Public](https://observer.com/2024/10/ai-unicorn-not-going-public/)", "resolution_criteria": "This question will resolve as **Yes** if Perplexity AI, Inc., announces before April 1, 2025, that it is planning an initial public offering. In order to streamline the resolution of this question, there are two resolution sources for the IPO announcement: 1) The company filing an [SEC Form S-1](https://www.investopedia.com/terms/s/sec-form-s-1.asp) or 2) An announcement at the [News](https://www.perplexity.ai/hub) section of its website. If there is no such announcement before that date, this question resolves as **No**.", "fine_print": "", "post_id": 35201, "aggregations": { "recency_weighted": { "history": [ { "start_time": 1740134955.006439, "end_time": null, "forecaster_count": 28, "interval_lower_bounds": [ 0.1225 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.234 ] } ], "latest": { "start_time": 1740134955.006439, "end_time": null, "forecaster_count": 28, "interval_lower_bounds": [ 0.1225 ], "centers": [ 0.2 ], "interval_upper_bounds": [ 0.234 ], "forecast_values": [ 0.8, 0.2 ], "means": [ 0.18708771399797006 ], "histogram": [ [ 0.0, 0.0, 0.0, 0.0, 0.0, 1.2888215375454948, 0.0, 0.0, 0.0, 0.0, 0.05830818042997517, 0.35033622771640044, 0.712548633851336, 0.0, 0.0, 1.281408452949476, 0.0, 0.4921720506514511, 0.0, 0.0, 2.3842569464637466, 0.0, 0.0, 0.8249082519936364, 0.0, 0.7043926150625847, 0.0, 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.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 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.04537808071775, "peer_score": -0.7592756263745724, "coverage": 0.9928123546971214, "relative_legacy_score": 0.0, "weighted_coverage": 0.9928123546971214, "spot_peer_score": -3.909971234556016, "spot_baseline_score": 67.80719051126377, "baseline_archived_score": 73.04537808071775, "peer_archived_score": -0.7592756263745724, "relative_legacy_archived_score": 0.0, "spot_peer_archived_score": -3.909971234556016, "spot_baseline_archived_score": 67.80719051126377 }, "movement": null } } }, "user_permission": "viewer", "vote": { "score": 0, "user_vote": null }, "forecasts_count": 83, "key_factors": [], "is_current_content_translated": false, "description": "Observer: [A.I. Unicorns Have Good Reasons Not to Go Public](https://observer.com/2024/10/ai-unicorn-not-going-public/)" } ] }