Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FQ verification should reject questions that define something by referring to the "current" state of the world and do not have question_created #154

Open
dpaleka opened this issue Aug 11, 2024 · 0 comments

Comments

@dpaleka
Copy link
Owner

dpaleka commented Aug 11, 2024

(This was edited to conform with #173)

Example of a question I want rejected if question_created=None:

      "id": "238e2ad7-e255-4f89-939f-9a64f500086e",
      "title": "Will a Formula 1 Grand Prix be hosted in a country currently under international sanctions by 2025?",
      "body": "This question will resolve as Yes if, by December 31, 2025, a Formula 1 Grand Prix is officially scheduled to take place in a country that is currently under international sanctions imposed by recognized authorities such as the United Nations, the European Union, or the United States. The term 'international sanctions' refers to restrictions imposed on a country by the international community, which may include trade restrictions, financial embargoes, and travel bans. The hosting of the Grand Prix must be confirmed by an official announcement from Formula 1 or the relevant governing body. If the event is canceled or relocated for any reason, this question will resolve as No. Temporary or unofficial races do not count towards this resolution.",
      "resolution_date": "2025-12-31T00:00:00Z",
      "question_created": null,
      "question_type": "binary",
      "data_source": "synthetic_inst",
      "url": null,
      "metadata": null,
      "resolution": null,
@dpaleka dpaleka self-assigned this Aug 11, 2024
@dpaleka dpaleka changed the title FQ verification should reject questions that define something by referring to the "current" state of the world FQ verification should reject questions that define something by referring to the "current" state of the world and do not have question_created Aug 24, 2024
@dpaleka dpaleka removed their assignment Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant