question stringlengths 43 199 | answer stringlengths 1 9 | metadata stringlengths 318 395 |
|---|---|---|
Count the weekdays (excluding weekends) from Monday, July 18 to Thursday, April 6, 2022 (including both start and end dates). Write the total number. | 189 | {"task": "count_business_days", "start_date": "2022-07-18", "end_date": "2023-04-06", "source_dataset": "calendar_arithmetic", "source_index": 101, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Between Sunday, June 12, 2022 and Friday, September 30, 2022 (counting both dates), how many times does Monday occur? Express your answer as a number. | 16 | {"task": "count_days", "year": 2022, "start_date": "2022-06-12", "end_date": "2022-09-30", "source_dataset": "calendar_arithmetic", "source_index": 102, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
Determine if the year 2081 is a leap year. Answer with Yes or No. | No | {"task": "is_leap_year", "year": 2081, "is_leap": false, "source_dataset": "calendar_arithmetic", "source_index": 103, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Between Friday, October 28, 2022 and Wednesday, April 12, 2022 (counting both dates), what's the total count of business days (Monday through Friday)? Write the total number. | 119 | {"task": "count_business_days", "start_date": "2022-10-28", "end_date": "2023-04-12", "source_dataset": "calendar_arithmetic", "source_index": 104, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
In a year where Friday is January 1st, name the weekday of June 27. Provide the full name of the weekday. | Sunday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Friday", "target_date": "2022-06-27", "delta_days": 177, "source_dataset": "calendar_arithmetic", "source_index": 105, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_da... |
Given that January 1 fell on a Tuesday, which weekday occurs on October 20? Name the day of the week in full. | Sunday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Tuesday", "target_date": "2022-10-20", "delta_days": 292, "source_dataset": "calendar_arithmetic", "source_index": 106, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_d... |
Count backward 232 days from Tuesday, April 12, 2022 - what's the weekday? Reply with just the weekday name. | Monday | {"task": "weekday_offset", "start_date": "2022-04-12", "offset_days": -232, "target_date": "2021-08-23", "source_dataset": "calendar_arithmetic", "source_index": 107, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "re... |
Starting from Tuesday, November 22, 2022, which weekday falls after a 87-day jump? Answer using the complete weekday name. | Friday | {"task": "weekday_offset", "start_date": "2022-11-22", "offset_days": 87, "target_date": "2023-02-17", "source_dataset": "calendar_arithmetic", "source_index": 108, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recu... |
Name the day of the week for 10/05/2022. Answer with the weekday's name (e.g., Monday, Tuesday, etc.). | Wednesday | {"task": "weekday_of_date", "target_date": "2022-10-05", "source_dataset": "calendar_arithmetic", "source_index": 109, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Tell me whether 2056 is a leap year. Answer with Yes or No. | Yes | {"task": "is_leap_year", "year": 2056, "is_leap": true, "source_dataset": "calendar_arithmetic", "source_index": 110, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
If the first day of the year was a Thursday, what day of the week will October 24 be? Answer using the complete weekday name. | Saturday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Thursday", "target_date": "2022-10-24", "delta_days": 296, "source_dataset": "calendar_arithmetic", "source_index": 111, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_... |
In a year where Friday is January 1st, name the weekday of July 16. Write out the full weekday name. | Friday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Friday", "target_date": "2022-07-16", "delta_days": 196, "source_dataset": "calendar_arithmetic", "source_index": 112, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_da... |
If a meeting is scheduled on the second Wednesday of January 2022, on which day of the month does it occur? Answer with a number. Answer with -1 if the ordinal does not exist in the month. | 12 | {"task": "recurring_event_day", "year": 2022, "month": 1, "ordinal": "second", "weekday": "Wednesday", "source_dataset": "calendar_arithmetic", "source_index": 113, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recu... |
Given that January 1 fell on a Saturday, which weekday occurs on December 18? Provide the full name of the weekday. | Sunday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Saturday", "target_date": "2022-12-18", "delta_days": 351, "source_dataset": "calendar_arithmetic", "source_index": 114, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_... |
Count the weekdays (excluding weekends) from Saturday, June 11 to Tuesday, October 18, 2022 (including both start and end dates). Give the count numerically. | 92 | {"task": "count_business_days", "start_date": "2022-06-11", "end_date": "2022-10-18", "source_dataset": "calendar_arithmetic", "source_index": 115, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Determine if the year 1994 is a leap year. Answer with Yes or No. | No | {"task": "is_leap_year", "year": 1994, "is_leap": false, "source_dataset": "calendar_arithmetic", "source_index": 116, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
If the first day of the year was a Wednesday, what day of the week will September 3 be? Answer with the weekday's name (e.g., Monday, Tuesday, etc.). | Wednesday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Wednesday", "target_date": "2022-09-03", "delta_days": 245, "source_dataset": "calendar_arithmetic", "source_index": 117, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of... |
On which weekday did November 21, 2022 fall? Reply with just the weekday name. | Monday | {"task": "weekday_of_date", "target_date": "2022-11-21", "source_dataset": "calendar_arithmetic", "source_index": 118, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Is 2028 a leap year? Answer with Yes or No. | Yes | {"task": "is_leap_year", "year": 2028, "is_leap": true, "source_dataset": "calendar_arithmetic", "source_index": 119, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
If the first day of the year was a Monday, what day of the week will January 14 be? Reply with just the weekday name. | Sunday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Monday", "target_date": "2022-01-14", "delta_days": 13, "source_dataset": "calendar_arithmetic", "source_index": 120, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_dat... |
Given that January 1 fell on a Friday, which weekday occurs on March 5? Provide the full name of the weekday. | Friday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Friday", "target_date": "2022-03-05", "delta_days": 63, "source_dataset": "calendar_arithmetic", "source_index": 121, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_dat... |
Determine the day of the month for the last Thursday in December 2022. Respond with just the number. Answer with -1 if the ordinal does not exist in the month. | 29 | {"task": "recurring_event_day", "year": 2022, "month": 12, "ordinal": "last", "weekday": "Thursday", "source_dataset": "calendar_arithmetic", "source_index": 122, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurr... |
Between Sunday, November 13, 2022 and Thursday, March 9, 2022 (counting both dates), what's the total count of business days (Monday through Friday)? Express your answer as a number. | 84 | {"task": "count_business_days", "start_date": "2022-11-13", "end_date": "2023-03-09", "source_dataset": "calendar_arithmetic", "source_index": 123, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Between Wednesday, July 13, 2022 and Tuesday, November 1, 2022 (counting both dates), how many times does Wednesday occur? Answer with a number. | 16 | {"task": "count_days", "year": 2022, "start_date": "2022-07-13", "end_date": "2022-11-01", "source_dataset": "calendar_arithmetic", "source_index": 124, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
Name the day of the week for 09/14/2022. Respond with the weekday (Monday-Sunday). | Wednesday | {"task": "weekday_of_date", "target_date": "2022-09-14", "source_dataset": "calendar_arithmetic", "source_index": 125, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
How many Thursdays are there from Thursday, March 3, 2022 to Saturday, March 12, 2022 (inclusive of both dates)? Answer with a number. | 2 | {"task": "count_days", "year": 2022, "start_date": "2022-03-03", "end_date": "2022-03-12", "source_dataset": "calendar_arithmetic", "source_index": 126, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
Starting from Monday, October 17, 2022, which weekday was it 254 days before? Reply with just the weekday name. | Saturday | {"task": "weekday_offset", "start_date": "2022-10-17", "offset_days": -254, "target_date": "2022-02-05", "source_dataset": "calendar_arithmetic", "source_index": 127, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "re... |
Count the weekdays (excluding weekends) from Thursday, June 30 to Thursday, October 6, 2022 (including both start and end dates). Respond with just the number. | 71 | {"task": "count_business_days", "start_date": "2022-06-30", "end_date": "2022-10-06", "source_dataset": "calendar_arithmetic", "source_index": 128, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
In October 2022, if an event recurs on the second Sunday, what is the date (day of the month) of the event? Express your answer as a number. Answer with -1 if the ordinal does not exist in the month. | 9 | {"task": "recurring_event_day", "year": 2022, "month": 10, "ordinal": "second", "weekday": "Sunday", "source_dataset": "calendar_arithmetic", "source_index": 129, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurr... |
Name the day of the week for 02/07/2022. State the weekday (Monday through Sunday). | Monday | {"task": "weekday_of_date", "target_date": "2022-02-07", "source_dataset": "calendar_arithmetic", "source_index": 130, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Count the weekdays (excluding weekends) from Sunday, July 3 to Thursday, February 16, 2022 (including both start and end dates). Respond with just the number. | 164 | {"task": "count_business_days", "start_date": "2022-07-03", "end_date": "2023-02-16", "source_dataset": "calendar_arithmetic", "source_index": 131, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Between Saturday, February 12, 2022 and Friday, March 25, 2022 (counting both dates), how many times does Tuesday occur? Respond with just the number. | 6 | {"task": "count_days", "year": 2022, "start_date": "2022-02-12", "end_date": "2022-03-25", "source_dataset": "calendar_arithmetic", "source_index": 132, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
Is 2010 a leap year? Answer with Yes or No. | No | {"task": "is_leap_year", "year": 2010, "is_leap": false, "source_dataset": "calendar_arithmetic", "source_index": 133, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
On which weekday did November 20, 2022 fall? Name the day of the week in full. | Sunday | {"task": "weekday_of_date", "target_date": "2022-11-20", "source_dataset": "calendar_arithmetic", "source_index": 134, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
If the first day of the year was a Monday, what day of the week will November 26 be? State the weekday (Monday through Sunday). | Monday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Monday", "target_date": "2022-11-26", "delta_days": 329, "source_dataset": "calendar_arithmetic", "source_index": 135, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_da... |
On which weekday did June 1, 2022 fall? Answer with the weekday's name (e.g., Monday, Tuesday, etc.). | Wednesday | {"task": "weekday_of_date", "target_date": "2022-06-01", "source_dataset": "calendar_arithmetic", "source_index": 136, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Given that January 1 fell on a Friday, which weekday occurs on September 30? Write out the full weekday name. | Thursday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Friday", "target_date": "2022-09-30", "delta_days": 272, "source_dataset": "calendar_arithmetic", "source_index": 137, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_da... |
How many business days (Monday-Friday) are there from Thursday, September 8, 2022 to Thursday, July 6, 2022 (inclusive of both dates)? State the amount as a number. | 216 | {"task": "count_business_days", "start_date": "2022-09-08", "end_date": "2023-07-06", "source_dataset": "calendar_arithmetic", "source_index": 138, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Count the occurrences of Monday from Sunday, December 25 to Tuesday, December 27, 2022 (including both start and end dates). Reply with the numerical value. | 1 | {"task": "count_days", "year": 2022, "start_date": "2022-12-25", "end_date": "2022-12-27", "source_dataset": "calendar_arithmetic", "source_index": 139, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
Between Saturday, April 30, 2022 and Wednesday, August 10, 2022 (counting both dates), what's the total count of business days (Monday through Friday)? Answer with a number. | 73 | {"task": "count_business_days", "start_date": "2022-04-30", "end_date": "2022-08-10", "source_dataset": "calendar_arithmetic", "source_index": 140, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
How many Tuesdays are there from Monday, January 17, 2022 to Wednesday, June 8, 2022 (inclusive of both dates)? Provide the count as a number. | 21 | {"task": "count_days", "year": 2022, "start_date": "2022-01-17", "end_date": "2022-06-08", "source_dataset": "calendar_arithmetic", "source_index": 141, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
Between Sunday, December 4, 2022 and Friday, December 23, 2022 (counting both dates), how many times does Thursday occur? Express your answer as a number. | 3 | {"task": "count_days", "year": 2022, "start_date": "2022-12-04", "end_date": "2022-12-23", "source_dataset": "calendar_arithmetic", "source_index": 142, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
Count forward 1 days from Tuesday, February 8, 2022 - what's the weekday? Answer with the weekday's name (e.g., Monday, Tuesday, etc.). | Wednesday | {"task": "weekday_offset", "start_date": "2022-02-08", "offset_days": 1, "target_date": "2022-02-09", "source_dataset": "calendar_arithmetic", "source_index": 143, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recur... |
Count the weekdays (excluding weekends) from Monday, October 3 to Thursday, March 2, 2022 (including both start and end dates). Provide the count as a number. | 109 | {"task": "count_business_days", "start_date": "2022-10-03", "end_date": "2023-03-02", "source_dataset": "calendar_arithmetic", "source_index": 144, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
How many Saturdays are there from Saturday, March 12, 2022 to Sunday, November 13, 2022 (inclusive of both dates)? Provide the count as a number. | 36 | {"task": "count_days", "year": 2022, "start_date": "2022-03-12", "end_date": "2022-11-13", "source_dataset": "calendar_arithmetic", "source_index": 145, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
In December 2022, if an event recurs on the third Wednesday, what is the date (day of the month) of the event? Write the total number. Answer with -1 if the ordinal does not exist in the month. | 21 | {"task": "recurring_event_day", "year": 2022, "month": 12, "ordinal": "third", "weekday": "Wednesday", "source_dataset": "calendar_arithmetic", "source_index": 146, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recu... |
How many business days (Monday-Friday) are there from Wednesday, March 23, 2022 to Friday, September 9, 2022 (inclusive of both dates)? Express your answer as a number. | 123 | {"task": "count_business_days", "start_date": "2022-03-23", "end_date": "2022-09-09", "source_dataset": "calendar_arithmetic", "source_index": 147, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Count forward 92 days from Thursday, December 15, 2022 - what's the weekday? Provide the full name of the weekday. | Friday | {"task": "weekday_offset", "start_date": "2022-12-15", "offset_days": 92, "target_date": "2023-03-17", "source_dataset": "calendar_arithmetic", "source_index": 148, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recu... |
If the first day of the year was a Tuesday, what day of the week will March 8 be? Answer using the complete weekday name. | Friday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Tuesday", "target_date": "2022-03-08", "delta_days": 66, "source_dataset": "calendar_arithmetic", "source_index": 149, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_da... |
In January 2022, if an event recurs on the second Friday, what is the date (day of the month) of the event? Respond with just the number. Answer with -1 if the ordinal does not exist in the month. | 14 | {"task": "recurring_event_day", "year": 2022, "month": 1, "ordinal": "second", "weekday": "Friday", "source_dataset": "calendar_arithmetic", "source_index": 150, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurri... |
Count the occurrences of Saturday from Wednesday, May 4 to Thursday, September 29, 2022 (including both start and end dates). Respond with just the number. | 21 | {"task": "count_days", "year": 2022, "start_date": "2022-05-04", "end_date": "2022-09-29", "source_dataset": "calendar_arithmetic", "source_index": 151, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
In a year where Thursday is January 1st, name the weekday of May 23. Provide the full name of the weekday. | Saturday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Thursday", "target_date": "2022-05-23", "delta_days": 142, "source_dataset": "calendar_arithmetic", "source_index": 152, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_... |
Count forward 276 days from Thursday, December 8, 2022 - what's the weekday? Respond with the weekday (Monday-Sunday). | Sunday | {"task": "weekday_offset", "start_date": "2022-12-08", "offset_days": 276, "target_date": "2023-09-10", "source_dataset": "calendar_arithmetic", "source_index": 153, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "rec... |
Is 1982 a leap year? Answer with Yes or No. | No | {"task": "is_leap_year", "year": 1982, "is_leap": false, "source_dataset": "calendar_arithmetic", "source_index": 154, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Determine if the year 2062 is a leap year. Answer with Yes or No. | No | {"task": "is_leap_year", "year": 2062, "is_leap": false, "source_dataset": "calendar_arithmetic", "source_index": 155, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
In June 2022, if an event recurs on the fourth Thursday, what is the date (day of the month) of the event? Respond with just the number. Answer with -1 if the ordinal does not exist in the month. | 23 | {"task": "recurring_event_day", "year": 2022, "month": 6, "ordinal": "fourth", "weekday": "Thursday", "source_dataset": "calendar_arithmetic", "source_index": 156, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recur... |
Count backward 330 days from Saturday, April 30, 2022 - what's the weekday? Provide the full name of the weekday. | Friday | {"task": "weekday_offset", "start_date": "2022-04-30", "offset_days": -330, "target_date": "2021-06-04", "source_dataset": "calendar_arithmetic", "source_index": 157, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "re... |
Is 1971 a leap year? Answer with Yes or No. | No | {"task": "is_leap_year", "year": 1971, "is_leap": false, "source_dataset": "calendar_arithmetic", "source_index": 158, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
If the first day of the year was a Wednesday, what day of the week will September 13 be? Provide the full name of the weekday. | Saturday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Wednesday", "target_date": "2022-09-13", "delta_days": 255, "source_dataset": "calendar_arithmetic", "source_index": 159, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of... |
In February 2022, if an event recurs on the second Monday, what is the date (day of the month) of the event? Write the total number. Answer with -1 if the ordinal does not exist in the month. | 14 | {"task": "recurring_event_day", "year": 2022, "month": 2, "ordinal": "second", "weekday": "Monday", "source_dataset": "calendar_arithmetic", "source_index": 160, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurri... |
On which weekday did June 5, 2022 fall? Give the weekday name in full. | Sunday | {"task": "weekday_of_date", "target_date": "2022-06-05", "source_dataset": "calendar_arithmetic", "source_index": 161, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Determine the day of the month for the third Saturday in October 2022. Give the count numerically. Answer with -1 if the ordinal does not exist in the month. | 15 | {"task": "recurring_event_day", "year": 2022, "month": 10, "ordinal": "third", "weekday": "Saturday", "source_dataset": "calendar_arithmetic", "source_index": 162, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recur... |
In May 2022, if an event recurs on the first Wednesday, what is the date (day of the month) of the event? Reply with the numerical value. Answer with -1 if the ordinal does not exist in the month. | 4 | {"task": "recurring_event_day", "year": 2022, "month": 5, "ordinal": "first", "weekday": "Wednesday", "source_dataset": "calendar_arithmetic", "source_index": 163, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recur... |
Between Monday, May 16, 2022 and Thursday, April 20, 2022 (counting both dates), what's the total count of business days (Monday through Friday)? Express your answer as a number. | 244 | {"task": "count_business_days", "start_date": "2022-05-16", "end_date": "2023-04-20", "source_dataset": "calendar_arithmetic", "source_index": 164, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
On which weekday did October 21, 2022 fall? Name the day of the week in full. | Friday | {"task": "weekday_of_date", "target_date": "2022-10-21", "source_dataset": "calendar_arithmetic", "source_index": 165, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
How many business days (Monday-Friday) are there from Wednesday, December 21, 2022 to Sunday, May 7, 2022 (inclusive of both dates)? Write the total number. | 98 | {"task": "count_business_days", "start_date": "2022-12-21", "end_date": "2023-05-07", "source_dataset": "calendar_arithmetic", "source_index": 167, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Between Sunday, December 18, 2022 and Monday, December 26, 2022 (counting both dates), how many times does Thursday occur? Write the total number. | 1 | {"task": "count_days", "year": 2022, "start_date": "2022-12-18", "end_date": "2022-12-26", "source_dataset": "calendar_arithmetic", "source_index": 168, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
Between Tuesday, September 6, 2022 and Sunday, March 26, 2022 (counting both dates), what's the total count of business days (Monday through Friday)? Reply with the numerical value. | 144 | {"task": "count_business_days", "start_date": "2022-09-06", "end_date": "2023-03-26", "source_dataset": "calendar_arithmetic", "source_index": 169, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Count backward 252 days from Sunday, October 16, 2022 - what's the weekday? Respond with the weekday (Monday-Sunday). | Sunday | {"task": "weekday_offset", "start_date": "2022-10-16", "offset_days": -252, "target_date": "2022-02-06", "source_dataset": "calendar_arithmetic", "source_index": 170, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "re... |
Count the occurrences of Wednesday from Wednesday, November 23 to Sunday, December 11, 2022 (including both start and end dates). Reply with the numerical value. | 3 | {"task": "count_days", "year": 2022, "start_date": "2022-11-23", "end_date": "2022-12-11", "source_dataset": "calendar_arithmetic", "source_index": 171, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
If a meeting is scheduled on the first Wednesday of February 2022, on which day of the month does it occur? Give the count numerically. Answer with -1 if the ordinal does not exist in the month. | 2 | {"task": "recurring_event_day", "year": 2022, "month": 2, "ordinal": "first", "weekday": "Wednesday", "source_dataset": "calendar_arithmetic", "source_index": 172, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recur... |
How many business days (Monday-Friday) are there from Tuesday, February 8, 2022 to Monday, April 25, 2022 (inclusive of both dates)? Provide the count as a number. | 55 | {"task": "count_business_days", "start_date": "2022-02-08", "end_date": "2022-04-25", "source_dataset": "calendar_arithmetic", "source_index": 173, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Tell me whether 2041 is a leap year. Answer with Yes or No. | No | {"task": "is_leap_year", "year": 2041, "is_leap": false, "source_dataset": "calendar_arithmetic", "source_index": 174, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Determine if the year 2095 is a leap year. Answer with Yes or No. | No | {"task": "is_leap_year", "year": 2095, "is_leap": false, "source_dataset": "calendar_arithmetic", "source_index": 175, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
If today is Tuesday, November 8, 2022, what day of the week will it be in 248 days? Respond with the weekday (Monday-Sunday). | Friday | {"task": "weekday_offset", "start_date": "2022-11-08", "offset_days": 248, "target_date": "2023-07-14", "source_dataset": "calendar_arithmetic", "source_index": 176, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "rec... |
Count backward 348 days from Sunday, December 4, 2022 - what's the weekday? Reply with just the weekday name. | Tuesday | {"task": "weekday_offset", "start_date": "2022-12-04", "offset_days": -348, "target_date": "2021-12-21", "source_dataset": "calendar_arithmetic", "source_index": 177, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "re... |
In a year where Tuesday is January 1st, name the weekday of January 7. Give the weekday name in full. | Monday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Tuesday", "target_date": "2022-01-07", "delta_days": 6, "source_dataset": "calendar_arithmetic", "source_index": 178, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_dat... |
Is 2108 a leap year? Answer with Yes or No. | Yes | {"task": "is_leap_year", "year": 2108, "is_leap": true, "source_dataset": "calendar_arithmetic", "source_index": 179, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
How many business days (Monday-Friday) are there from Friday, December 23, 2022 to Friday, March 10, 2022 (inclusive of both dates)? Give the count numerically. | 56 | {"task": "count_business_days", "start_date": "2022-12-23", "end_date": "2023-03-10", "source_dataset": "calendar_arithmetic", "source_index": 180, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Count the weekdays (excluding weekends) from Thursday, March 31 to Wednesday, July 13, 2022 (including both start and end dates). Write the total number. | 75 | {"task": "count_business_days", "start_date": "2022-03-31", "end_date": "2022-07-13", "source_dataset": "calendar_arithmetic", "source_index": 181, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
In a year where Wednesday is January 1st, name the weekday of January 23. Provide the full name of the weekday. | Thursday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Wednesday", "target_date": "2022-01-23", "delta_days": 22, "source_dataset": "calendar_arithmetic", "source_index": 182, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_... |
What day of the week was August 2, 2022? Name the day of the week in full. | Tuesday | {"task": "weekday_of_date", "target_date": "2022-08-02", "source_dataset": "calendar_arithmetic", "source_index": 183, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Starting from Sunday, June 26, 2022, which weekday was it 210 days before? State the weekday (Monday through Sunday). | Sunday | {"task": "weekday_offset", "start_date": "2022-06-26", "offset_days": -210, "target_date": "2021-11-28", "source_dataset": "calendar_arithmetic", "source_index": 184, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "re... |
How many business days (Monday-Friday) are there from Tuesday, March 29, 2022 to Monday, December 19, 2022 (inclusive of both dates)? Express your answer as a number. | 190 | {"task": "count_business_days", "start_date": "2022-03-29", "end_date": "2022-12-19", "source_dataset": "calendar_arithmetic", "source_index": 185, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Name the day of the week for 08/28/2022. Name the day of the week in full. | Sunday | {"task": "weekday_of_date", "target_date": "2022-08-28", "source_dataset": "calendar_arithmetic", "source_index": 186, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
In a year where Wednesday is January 1st, name the weekday of June 1. Provide the full name of the weekday. | Sunday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Wednesday", "target_date": "2022-06-01", "delta_days": 151, "source_dataset": "calendar_arithmetic", "source_index": 187, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of... |
If today is Sunday, February 20, 2022, what day of the week will it be in 148 days? State the weekday (Monday through Sunday). | Monday | {"task": "weekday_offset", "start_date": "2022-02-20", "offset_days": 148, "target_date": "2022-07-18", "source_dataset": "calendar_arithmetic", "source_index": 188, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "rec... |
In a year where Monday is January 1st, name the weekday of December 24. Provide the full name of the weekday. | Monday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Monday", "target_date": "2022-12-24", "delta_days": 357, "source_dataset": "calendar_arithmetic", "source_index": 189, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_da... |
In a year where Monday is January 1st, name the weekday of July 17. Give the weekday name in full. | Tuesday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Monday", "target_date": "2022-07-17", "delta_days": 197, "source_dataset": "calendar_arithmetic", "source_index": 190, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_da... |
Between Wednesday, November 23, 2022 and Wednesday, December 21, 2022 (counting both dates), how many times does Tuesday occur? Respond with just the number. | 4 | {"task": "count_days", "year": 2022, "start_date": "2022-11-23", "end_date": "2022-12-21", "source_dataset": "calendar_arithmetic", "source_index": 191, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
In a year where Wednesday is January 1st, name the weekday of May 15. Write out the full weekday name. | Thursday | {"task": "weekday_of_date_from_first_date", "year": 2022, "first_day": "Wednesday", "target_date": "2022-05-15", "delta_days": 134, "source_dataset": "calendar_arithmetic", "source_index": 192, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of... |
Count the occurrences of Friday from Tuesday, March 8 to Saturday, March 19, 2022 (including both start and end dates). Provide the count as a number. | 2 | {"task": "count_days", "year": 2022, "start_date": "2022-03-08", "end_date": "2022-03-19", "source_dataset": "calendar_arithmetic", "source_index": 193, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_... |
If today is Thursday, February 3, 2022, what day of the week will it be in 20 days? Respond with the weekday (Monday-Sunday). | Wednesday | {"task": "weekday_offset", "start_date": "2022-02-03", "offset_days": 20, "target_date": "2022-02-23", "source_dataset": "calendar_arithmetic", "source_index": 194, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recu... |
What day of the week was October 7, 2022? Give the weekday name in full. | Friday | {"task": "weekday_of_date", "target_date": "2022-10-07", "source_dataset": "calendar_arithmetic", "source_index": 195, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Determine the day of the month for the first Wednesday in March 2022. Respond with just the number. Answer with -1 if the ordinal does not exist in the month. | 2 | {"task": "recurring_event_day", "year": 2022, "month": 3, "ordinal": "first", "weekday": "Wednesday", "source_dataset": "calendar_arithmetic", "source_index": 196, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recur... |
Tell me whether 2112 is a leap year. Answer with Yes or No. | Yes | {"task": "is_leap_year", "year": 2112, "is_leap": true, "source_dataset": "calendar_arithmetic", "source_index": 197, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
How many business days (Monday-Friday) are there from Sunday, January 23, 2022 to Friday, June 17, 2022 (inclusive of both dates)? Respond with just the number. | 105 | {"task": "count_business_days", "start_date": "2022-01-23", "end_date": "2022-06-17", "source_dataset": "calendar_arithmetic", "source_index": 198, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"]... |
Tell me whether 2056 is a leap year. Answer with Yes or No. | Yes | {"task": "is_leap_year", "year": 2056, "is_leap": true, "source_dataset": "calendar_arithmetic", "source_index": 199, "difficulty": {"tasks": ["weekday_of_date", "is_leap_year", "weekday_offset", "count_days", "count_business_days", "weekday_of_date_from_first_date", "recurring_event_day"], "offset_upper_bound": 365}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.