input
stringlengths
52
134
output
stringlengths
15
69
Parse English date, today is Thursday, 14 May 2026: what about 30 minutes from now I guess
{"add_minutes": 30}
Parse English date, today is Tuesday, 20 December 2022: last week's wed
{"add_weeks": -1, "at_weekday": 2}
Parse English date, today is Thursday, 15 December 2022: TWO YEARS, FOUR WEEKS AND 4 DAYS LATER
{"add_years": 2, "add_weeks": 4, "add_days": 4}
Parse English date, today is Monday, 9 January 2023: the first tues
{"at_week": 1, "at_weekday": 1}
Parse English date, today is Monday, 12 April 2027: The 6Th Of December
{"at_month": 12, "at_day": 6}
Parse English date, today is Monday, 15 August 2022: like the 1st of next month
{"add_months": 1, "at_day": 1}
Parse English date, today is Thursday, 19 February 2026: what about 15 to 7
{"at_hour": 6, "at_minute": 45}
Parse English date, today is Monday, 28 March 2022: on fr this week
{"add_weeks": 0, "at_weekday": 4}
Parse English date, today is Monday, 15 September 2025: UPCOMING THURS I GUESS
{"at_weekday": 3}
Parse English date, today is Thursday, 27 April 2028: the second week of last month thursday
{"add_months": -1, "at_week": 2, "at_weekday": 3}
Parse English date, today is Thursday, 6 July 2023: four hours ago
{"add_hours": -4}
Parse English date, today is Monday, 6 May 2030: the last week of last month wednesday
{"add_months": -1, "at_week": -1, "at_weekday": 2}
Parse English date, today is Wednesday, 17 July 2024: in two days
{"add_days": 2}
Parse English date, today is Saturday, 5 July 2025: a days later
{"add_days": 1}
Parse English date, today is Sunday, 19 March 2023: this week's beginning
{"add_weeks": 0, "at_weekday": 0}
Parse English date, today is Friday, 1 May 2026: at 21:45
{"at_hour": 21, "at_minute": 45}
Parse English date, today is Friday, 23 August 2030: um next months 3rd wednesday
{"add_months": 1, "at_week": 3, "at_weekday": 2}
Parse English date, today is Friday, 17 May 2030: 15 minutes to 10
{"at_hour": 9, "at_minute": 45}
Parse English date, today is Tuesday, 3 March 2026: LIKE BY THIS TUESDAY I THINK
{"at_weekday": 1, "is_ambiguous": true}
Parse English date, today is Saturday, 27 June 2026: 9th of november, 2022
{"at_day": 9, "at_month": 11, "at_year": 2022}
Parse English date, today is Friday, 2 February 2029: day before this th
{"at_weekday": 2}
Parse English date, today is Tuesday, 15 January 2030: on wednesday this week
{"add_weeks": 0, "at_weekday": 2}
Parse English date, today is Thursday, 11 January 2024: well fri at 12 midday
{"at_weekday": 4, "at_hour": 12, "at_minute": 0}
Parse English date, today is Saturday, 26 October 2030: last week's end
{"add_weeks": -1, "at_weekday": 4}
Parse English date, today is Sunday, 23 September 2029: 8 weeks ago
{"add_weeks": -8}
Parse English date, today is Saturday, 27 February 2027: Nine Forty-Eight
{"at_hour": 9, "at_minute": 48}
Parse English date, today is Tuesday, 28 March 2023: 1 week from now
{"add_weeks": 1}
Parse English date, today is Thursday, 8 December 2022: forty-five mins from now
{"add_minutes": 45}
Parse English date, today is Thursday, 4 July 2030: tomorrow
{"add_days": 1}
Parse English date, today is Tuesday, 7 July 2026: JULY 14TH, 2022
{"at_day": 14, "at_month": 7, "at_year": 2022}
Parse English date, today is Friday, 13 March 2026: LET'S SAY THE START OF THIS WEEK PROBABLY
{"add_weeks": 0, "at_weekday": 0}
Parse English date, today is Friday, 14 February 2025: the last mon
{"at_week": -1, "at_weekday": 0}
Parse English date, today is Sunday, 7 July 2030: what about the coming mo probably
{"at_weekday": 0}
Parse English date, today is Wednesday, 9 October 2030: Twenty-Two Fifty If Possible
{"at_hour": 22, "at_minute": 50}
Parse English date, today is Tuesday, 11 August 2026: THREE MONTHS LATER
{"add_months": 3}
Parse English date, today is Friday, 20 September 2024: day before wed
{"at_weekday": 1}
Parse English date, today is Sunday, 8 October 2028: remind me we last week
{"add_weeks": -1, "at_weekday": 2}
Parse English date, today is Friday, 15 December 2028: at approximately 16
{"at_hour": 16, "at_minute": 0, "is_approximate": true}
Parse English date, today is Saturday, 2 December 2023: previous wednesday
{"add_weeks": -1, "at_weekday": 2}
Parse English date, today is Tuesday, 15 May 2029: day before this sat or something
{"at_weekday": 4}
Parse English date, today is Wednesday, 16 January 2030: 1 hour later or something
{"add_hours": 1}
Parse English date, today is Sunday, 20 January 2030: midday today
{"add_days": 0, "at_hour": 12, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Wednesday, 10 November 2027: hey 3 this afternoon
{"at_hour": 15, "at_minute": 0}
Parse English date, today is Wednesday, 21 November 2029: AT APPROXIMATELY 22 RIGHT
{"at_hour": 22, "at_minute": 0, "is_approximate": true}
Parse English date, today is Tuesday, 25 December 2029: april 11th, 2025
{"at_day": 11, "at_month": 4, "at_year": 2025}
Parse English date, today is Tuesday, 25 January 2022: 2 years ago
{"add_years": -2}
Parse English date, today is Monday, 17 March 2025: okay 30 past 9
{"at_hour": 9, "at_minute": 30}
Parse English date, today is Tuesday, 17 February 2026: What About Noon At 12
{"at_hour": 12, "at_minute": 0}
Parse English date, today is Tuesday, 6 October 2026: the day after this mon
{"at_weekday": 1}
Parse English date, today is Wednesday, 17 July 2024: fourth tue of next month
{"add_months": 1, "at_week": 4, "at_weekday": 1}
Parse English date, today is Wednesday, 7 May 2025: 10 before 9 right
{"at_hour": 8, "at_minute": 50}
Parse English date, today is Friday, 12 July 2024: 10:30 AT NIGHT
{"at_hour": 22, "at_minute": 30}
Parse English date, today is Saturday, 23 January 2027: 2 days from now
{"add_days": 2}
Parse English date, today is Monday, 19 April 2027: This Morning At 11
{"at_hour": 11, "at_minute": 0}
Parse English date, today is Wednesday, 21 November 2029: until the 14th of next month
{"add_months": 1, "at_day": 14, "is_ambiguous": true}
Parse English date, today is Thursday, 7 January 2027: fri at 8 in the morning sounds good
{"at_weekday": 4, "at_hour": 8, "at_minute": 0}
Parse English date, today is Tuesday, 16 April 2024: until we
{"at_weekday": 2, "is_ambiguous": true}
Parse English date, today is Thursday, 11 July 2024: how about until this sa please
{"at_weekday": 5, "is_ambiguous": true}
Parse English date, today is Thursday, 12 December 2024: twenty-five min from now
{"add_minutes": 25}
Parse English date, today is Saturday, 25 February 2023: by the 16th of next month
{"add_months": 1, "at_day": 16, "is_ambiguous": true}
Parse English date, today is Friday, 20 May 2022: the coming week
{"add_weeks": 1}
Parse English date, today is Thursday, 10 January 2030: ten after 5
{"at_hour": 5, "at_minute": 10}
Parse English date, today is Wednesday, 8 April 2026: Today In The Afternoon
{"add_days": 0, "at_hour": 15, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Saturday, 5 April 2025: jul beginning
{"at_month": 7, "at_day": 1}
Parse English date, today is Monday, 20 December 2027: NEXT MONTH'S FIRST WEEK TUES
{"add_months": 1, "at_week": 1, "at_weekday": 1}
Parse English date, today is Wednesday, 25 July 2029: in two hours if possible
{"add_hours": 2}
Parse English date, today is Thursday, 28 July 2022: MARCH 22nd
{"at_month": 3, "at_day": 22}
Parse English date, today is Wednesday, 26 July 2023: remind me half past 6 pm
{"at_hour": 18, "at_minute": 30}
Parse English date, today is Wednesday, 12 September 2029: 5 minutes to 7
{"at_hour": 6, "at_minute": 55}
Parse English date, today is Monday, 2 February 2026: April's last tue
{"at_month": 4, "at_week": -1, "at_weekday": 1}
Parse English date, today is Sunday, 10 August 2025: Ok So 7 Weeks From Now Wed
{"add_weeks": 7, "at_weekday": 2}
Parse English date, today is Thursday, 8 June 2023: the 3rd of this month sounds good
{"add_months": 0, "at_day": 3}
Parse English date, today is Monday, 7 April 2025: the 4th mon of this month
{"add_months": 0, "at_week": 4, "at_weekday": 0}
Parse English date, today is Monday, 18 February 2030: Six Months Later Maybe
{"add_months": 6}
Parse English date, today is Sunday, 22 June 2025: 20 minutes to 4
{"at_hour": 3, "at_minute": 40}
Parse English date, today is Sunday, 6 November 2022: FIVE MINUTES TO 8
{"at_hour": 7, "at_minute": 55}
Parse English date, today is Tuesday, 23 April 2030: upcoming th
{"at_weekday": 3}
Parse English date, today is Monday, 4 April 2022: 9 months ago
{"add_months": -9}
Parse English date, today is Wednesday, 9 June 2027: wed in 3 weeks
{"add_weeks": 3, "at_weekday": 2}
Parse English date, today is Thursday, 20 April 2023: on friday
{"at_weekday": 4}
Parse English date, today is Monday, 28 October 2024: next month's 3rd week mo
{"add_months": 1, "at_week": 3, "at_weekday": 0}
Parse English date, today is Wednesday, 24 July 2024: zero forty-five
{"at_hour": 0, "at_minute": 45}
Parse English date, today is Wednesday, 26 April 2023: the first fri in April
{"at_month": 4, "at_week": 1, "at_weekday": 4}
Parse English date, today is Tuesday, 27 August 2030: hmm the last wednesday of last month
{"add_months": -1, "at_week": -1, "at_weekday": 2}
Parse English date, today is Wednesday, 7 May 2025: Four Months And Four Weeks From Now
{"add_months": 4, "add_weeks": 4}
Parse English date, today is Friday, 10 December 2027: until next sunday
{"at_weekday": 6, "is_ambiguous": true, "add_weeks": 1}
Parse English date, today is Monday, 27 October 2025: until next fr
{"at_weekday": 4, "is_ambiguous": true, "add_weeks": 1}
Parse English date, today is Friday, 27 March 2026: night tomorrow
{"add_days": 1, "at_hour": 22, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Sunday, 18 June 2028: last month's start
{"add_months": -1, "at_day": 1}
Parse English date, today is Thursday, 24 July 2025: evening at 8
{"at_hour": 20, "at_minute": 0}
Parse English date, today is Monday, 19 August 2030: Like Next Week
{"add_weeks": 1}
Parse English date, today is Wednesday, 21 November 2029: at near 16
{"at_hour": 16, "at_minute": 0, "is_approximate": true}
Parse English date, today is Sunday, 17 February 2030: the third monday of last month I think
{"add_months": -1, "at_week": 3, "at_weekday": 0}
Parse English date, today is Sunday, 8 July 2029: How About At Eight Forty Or So
{"at_hour": 8, "at_minute": 40}
Parse English date, today is Thursday, 17 December 2026: um twenty after 10
{"at_hour": 10, "at_minute": 20}
Parse English date, today is Sunday, 22 February 2026: last month's last monday
{"add_months": -1, "at_week": -1, "at_weekday": 0}
Parse English date, today is Sunday, 12 July 2026: at near 10
{"at_hour": 10, "at_minute": 0, "is_approximate": true}
Parse English date, today is Saturday, 7 January 2023: remind me after twenty days
{"add_days": 20}
Parse English date, today is Wednesday, 3 March 2027: 14 DAYS LATER
{"add_days": 14}
Parse English date, today is Monday, 21 February 2022: well in fifteen hours
{"add_hours": 15}