Increase the [weights](https://github.com/forecastingresearch/forecastbench/blob/main/src/curate_questions/create_question_set/main.py#L57-L65) on shorter horizon resolution dates. Consider adding new bins, e.g. * 8-20 * 21-40 * 41-60 * 61-90 With this change, ensure we don't get too many more [low-probability](https://github.com/forecastingresearch/forecastbench/blob/d57024d7e293f3bffc04f5e2c51d0bdc0b181bd0/src/curate_questions/create_question_set/main.py#L43-L55) (`<0.01`,`>=.99`)questions.
Increase the weights on shorter horizon resolution dates.
Consider adding new bins, e.g.
With this change, ensure we don't get too many more low-probability (
<0.01,>=.99)questions.