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

Add weekday claculation dataset #35

Closed
andreaskoepf opened this issue Jan 31, 2025 · 1 comment · Fixed by #43
Closed

Add weekday claculation dataset #35

andreaskoepf opened this issue Jan 31, 2025 · 1 comment · Fixed by #43
Assignees
Labels
dataset good first issue Good for newcomers

Comments

@andreaskoepf
Copy link
Contributor

andreaskoepf commented Jan 31, 2025

Generate a weekday calculations dataset class and unit tests.

Here are some example questions which could be converted into templates:

  • "If today is Wednesday, March 13, 2024, what day of the week will it be in 10 days?
  • "A project started on Monday, February 5, 2024. What day of the week will it be after 21 days?"
  • "If the first day of 2024 was a Monday, what day of the week will December 31, 2024 be?"
  • "What day of the week was January 15, 2024?"
  • "In 2024, how many Fridays are there in February?"
  • "How many business days (Monday-Friday) are there between March 1, 2024 and March 15, 2024?"
  • "What day of the week will it be 100 days after Tuesday, January 23, 2024?"

Please include further instructions in the question to specify the expected answer format.

The weekday tasks are an interesting problem for RL because even by guessing there is a 1/7 chance to get it right. Also there is a significant complexity gap between dates with weekday reference information and only dates, e.g. while many humans can easily tell you the weekday in 10 days given the current weekday calculating the weekday of a random date is much harder.

@bjiro bjiro self-assigned this Feb 1, 2025
@andreaskoepf
Copy link
Contributor Author

@bjiro thanks for self-assigning 👍 !

@andreaskoepf andreaskoepf linked a pull request Feb 2, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dataset good first issue Good for newcomers
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants