├── .gitattributes ├── LICENSE ├── README.md ├── datasets ├── forecast_sets │ └── 2024-07-21 │ │ ├── 2024-07-21.ForecastBench.human_public_individual.json │ │ └── 2024-07-21.ForecastBench.human_super_individual.json ├── question_sets │ ├── 2024-07-21-human.json │ ├── 2024-07-21-llm.json │ ├── 2025-03-02-llm.json │ ├── 2025-03-16-llm.json │ ├── 2025-03-30-llm.json │ ├── 2025-04-13-llm.json │ ├── 2025-04-27-llm.json │ ├── 2025-05-11-llm.json │ ├── 2025-05-25-llm.json │ ├── 2025-06-08-llm.json │ ├── 2025-06-22-llm.json │ ├── 2025-08-03-llm.json │ ├── 2025-08-17-llm.json │ ├── 2025-08-31-llm.json │ ├── 2025-10-26-llm.json │ ├── 2025-11-09-llm.json │ ├── 2025-11-23-llm.json │ └── latest-llm.json └── resolution_sets │ ├── 2024-07-21_resolution_set.json │ ├── 2025-03-02_resolution_set.json │ ├── 2025-03-16_resolution_set.json │ ├── 2025-03-30_resolution_set.json │ ├── 2025-04-13_resolution_set.json │ ├── 2025-04-27_resolution_set.json │ ├── 2025-05-11_resolution_set.json │ ├── 2025-05-25_resolution_set.json │ ├── 2025-06-08_resolution_set.json │ ├── 2025-06-22_resolution_set.json │ ├── 2025-08-03_resolution_set.json │ ├── 2025-08-17_resolution_set.json │ ├── 2025-08-31_resolution_set.json │ ├── 2025-10-26_resolution_set.json │ └── 2025-11-09_resolution_set.json └── leaderboards ├── csv ├── leaderboard_baseline.csv └── leaderboard_tournament.csv └── html ├── leaderboard_baseline.html └── leaderboard_tournament.html /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/.gitattributes -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/README.md -------------------------------------------------------------------------------- /datasets/forecast_sets/2024-07-21/2024-07-21.ForecastBench.human_public_individual.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/forecast_sets/2024-07-21/2024-07-21.ForecastBench.human_public_individual.json -------------------------------------------------------------------------------- /datasets/forecast_sets/2024-07-21/2024-07-21.ForecastBench.human_super_individual.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/forecast_sets/2024-07-21/2024-07-21.ForecastBench.human_super_individual.json -------------------------------------------------------------------------------- /datasets/question_sets/2024-07-21-human.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2024-07-21-human.json -------------------------------------------------------------------------------- /datasets/question_sets/2024-07-21-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2024-07-21-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-03-02-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-03-02-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-03-16-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-03-16-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-03-30-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-03-30-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-04-13-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-04-13-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-04-27-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-04-27-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-05-11-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-05-11-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-05-25-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-05-25-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-06-08-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-06-08-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-06-22-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-06-22-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-08-03-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-08-03-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-08-17-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-08-17-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-08-31-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-08-31-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-10-26-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-10-26-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-11-09-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-11-09-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/2025-11-23-llm.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/question_sets/2025-11-23-llm.json -------------------------------------------------------------------------------- /datasets/question_sets/latest-llm.json: -------------------------------------------------------------------------------- 1 | 2025-11-23-llm.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2024-07-21_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2024-07-21_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-03-02_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-03-02_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-03-16_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-03-16_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-03-30_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-03-30_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-04-13_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-04-13_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-04-27_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-04-27_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-05-11_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-05-11_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-05-25_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-05-25_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-06-08_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-06-08_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-06-22_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-06-22_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-08-03_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-08-03_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-08-17_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-08-17_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-08-31_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-08-31_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-10-26_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-10-26_resolution_set.json -------------------------------------------------------------------------------- /datasets/resolution_sets/2025-11-09_resolution_set.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/datasets/resolution_sets/2025-11-09_resolution_set.json -------------------------------------------------------------------------------- /leaderboards/csv/leaderboard_baseline.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/leaderboards/csv/leaderboard_baseline.csv -------------------------------------------------------------------------------- /leaderboards/csv/leaderboard_tournament.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/leaderboards/csv/leaderboard_tournament.csv -------------------------------------------------------------------------------- /leaderboards/html/leaderboard_baseline.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/leaderboards/html/leaderboard_baseline.html -------------------------------------------------------------------------------- /leaderboards/html/leaderboard_tournament.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/forecastingresearch/forecastbench-datasets/HEAD/leaderboards/html/leaderboard_tournament.html --------------------------------------------------------------------------------