input
stringlengths
52
134
output
stringlengths
15
69
Parse English date, today is Thursday, 5 October 2028: MAR 13TH, 2023 RIGHT
{"at_day": 13, "at_month": 3, "at_year": 2023}
Parse English date, today is Sunday, 22 October 2023: hmm 2 March
{"at_month": 3, "at_day": 2}
Parse English date, today is Saturday, 2 March 2024: AT TEN FIFTEEN IF POSSIBLE
{"at_hour": 10, "at_minute": 15}
Parse English date, today is Tuesday, 11 March 2025: 8 weeks later
{"add_weeks": 8}
Parse English date, today is Friday, 11 April 2025: the coming sun
{"at_weekday": 6}
Parse English date, today is Sunday, 14 February 2027: th at 5 evening
{"at_weekday": 3, "at_hour": 17, "at_minute": 0}
Parse English date, today is Thursday, 18 December 2025: okay the day after tomorrow
{"add_days": 2}
Parse English date, today is Sunday, 22 December 2030: WEDNESDAY AT 3 AT NIGHT
{"at_weekday": 2, "at_hour": 3, "at_minute": 0}
Parse English date, today is Tuesday, 16 November 2027: at 3 tonight
{"at_hour": 3, "at_minute": 0}
Parse English date, today is Friday, 25 August 2023: let's say at roughly 6
{"at_hour": 6, "at_minute": 0, "is_approximate": true}
Parse English date, today is Tuesday, 21 October 2025: beginning of this week
{"add_weeks": 0, "at_weekday": 0}
Parse English date, today is Monday, 4 July 2022: on sa or something
{"at_weekday": 5}
Parse English date, today is Friday, 9 March 2029: the beginning of next month
{"add_months": 1, "at_day": 1}
Parse English date, today is Sunday, 8 September 2024: eight
{"at_hour": 8, "at_minute": 0}
Parse English date, today is Monday, 18 April 2022: let's say 9:00 night
{"at_hour": 21, "at_minute": 0}
Parse English date, today is Saturday, 3 December 2022: Thurs This Week
{"add_weeks": 0, "at_weekday": 3}
Parse English date, today is Saturday, 6 June 2026: well the fourth tues of this month
{"add_months": 0, "at_week": 4, "at_weekday": 1}
Parse English date, today is Wednesday, 19 July 2023: Next Month'S 3Rd Week Wednesday
{"add_months": 1, "at_week": 3, "at_weekday": 2}
Parse English date, today is Monday, 16 August 2027: maybe the first sa of last month
{"add_months": -1, "at_week": 1, "at_weekday": 5}
Parse English date, today is Thursday, 17 September 2026: Twenty One June
{"at_day": 21, "at_month": 6}
Parse English date, today is Thursday, 15 May 2025: well May start please
{"at_month": 5, "at_day": 1}
Parse English date, today is Wednesday, 6 March 2024: April 12, 2030
{"at_day": 12, "at_month": 4, "at_year": 2030}
Parse English date, today is Wednesday, 2 April 2025: at seven forty-five
{"at_hour": 7, "at_minute": 45}
Parse English date, today is Friday, 16 August 2024: the day after tomorrow
{"add_days": 2}
Parse English date, today is Friday, 6 October 2023: twenty to 5
{"at_hour": 4, "at_minute": 40}
Parse English date, today is Monday, 20 March 2028: maybe before the 24th of next month
{"add_months": 1, "at_day": 24, "is_ambiguous": true}
Parse English date, today is Tuesday, 5 November 2030: 8 12 2027
{"at_day": 8, "at_month": 12, "at_year": 2027}
Parse English date, today is Saturday, 24 June 2023: next week's beginning if possible
{"add_weeks": 1, "at_weekday": 0}
Parse English date, today is Friday, 23 February 2024: 20 minutes from now
{"add_minutes": 20}
Parse English date, today is Tuesday, 11 December 2029: I Think The Day Before Yesterday Right
{"add_days": -2}
Parse English date, today is Thursday, 1 May 2025: 11 november
{"at_month": 11, "at_day": 11}
Parse English date, today is Wednesday, 9 June 2027: start of last week I think
{"add_weeks": -1, "at_weekday": 0}
Parse English date, today is Wednesday, 2 August 2023: like at 6 in the morning
{"at_hour": 6, "at_minute": 0}
Parse English date, today is Thursday, 17 February 2028: schedule for around the middle of the month sounds good
{"add_months": 0, "at_day": 15}
Parse English date, today is Friday, 2 November 2029: 2 days from now
{"add_days": 2}
Parse English date, today is Monday, 25 November 2030: 10 Pm
{"at_hour": 22, "at_minute": 0}
Parse English date, today is Friday, 14 January 2022: this morning today
{"add_days": 0, "at_hour": 9, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Saturday, 5 September 2026: day after tomorrow I guess
{"add_days": 2}
Parse English date, today is Monday, 8 January 2024: twenty-five minutes to 3
{"at_hour": 2, "at_minute": 35}
Parse English date, today is Saturday, 25 January 2025: 10 to 12
{"at_hour": 11, "at_minute": 50}
Parse English date, today is Thursday, 12 June 2025: ONE WEEK FROM NOW SUNDAY
{"add_weeks": 1, "at_weekday": 6}
Parse English date, today is Friday, 2 August 2030: MON IN SEVEN WEEKS
{"add_weeks": 7, "at_weekday": 0}
Parse English date, today is Saturday, 23 March 2024: the 4th tuesday of this month
{"add_months": 0, "at_week": 4, "at_weekday": 1}
Parse English date, today is Saturday, 24 January 2026: how about tue next week
{"add_weeks": 1, "at_weekday": 1}
Parse English date, today is Tuesday, 18 January 2028: thurs at 3 this afternoon
{"at_weekday": 3, "at_hour": 15, "at_minute": 0}
Parse English date, today is Tuesday, 24 August 2027: What About Middle Of The Month
{"add_months": 0, "at_day": 15}
Parse English date, today is Saturday, 7 September 2030: by saturday
{"at_weekday": 5, "is_ambiguous": true}
Parse English date, today is Thursday, 15 August 2030: last week's saturday
{"add_weeks": -1, "at_weekday": 5}
Parse English date, today is Tuesday, 8 December 2026: twenty four days ago
{"add_days": -24}
Parse English date, today is Monday, 21 September 2026: 20 hours ago if possible
{"add_hours": -20}
Parse English date, today is Wednesday, 2 June 2027: 24 jun
{"at_month": 6, "at_day": 24}
Parse English date, today is Sunday, 1 October 2028: okay FEB 28
{"at_month": 2, "at_day": 28}
Parse English date, today is Friday, 5 January 2024: on sun this week
{"add_weeks": 0, "at_weekday": 6}
Parse English date, today is Thursday, 12 May 2022: remind me today night
{"add_days": 0, "at_hour": 22, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Thursday, 13 September 2029: by the 16th of the month
{"add_months": 0, "at_day": 16, "is_ambiguous": true}
Parse English date, today is Wednesday, 10 December 2025: let's say this week's fr maybe
{"add_weeks": 0, "at_weekday": 4}
Parse English date, today is Sunday, 26 February 2023: in two days
{"add_days": 2}
Parse English date, today is Thursday, 1 June 2028: schedule for this coming sun
{"at_weekday": 6}
Parse English date, today is Thursday, 8 August 2030: on th this week
{"add_weeks": 0, "at_weekday": 3}
Parse English date, today is Saturday, 25 October 2025: nineteen forty-five
{"at_hour": 19, "at_minute": 45}
Parse English date, today is Tuesday, 7 October 2025: in five hours I think
{"add_hours": 5}
Parse English date, today is Sunday, 19 August 2029: at around 19 I think
{"at_hour": 19, "at_minute": 0, "is_approximate": true}
Parse English date, today is Saturday, 18 March 2023: schedule for 3 days before next week Saturday
{"add_weeks": 1, "at_weekday": 5, "add_days": -3}
Parse English date, today is Sunday, 24 September 2028: four forty
{"at_hour": 4, "at_minute": 40}
Parse English date, today is Sunday, 8 December 2030: YESTERDAY AT NIGHT PROBABLY
{"add_days": -1, "at_hour": 22, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Monday, 1 December 2025: twenty eight days from now
{"add_days": 28}
Parse English date, today is Friday, 7 July 2028: um forty-five minutes from now
{"add_minutes": 45}
Parse English date, today is Thursday, 21 May 2026: 3 weeks ago
{"add_weeks": -3}
Parse English date, today is Thursday, 11 January 2029: Like A Days From Now
{"add_days": 1}
Parse English date, today is Friday, 18 May 2029: evening tomorrow
{"add_days": 1, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Thursday, 4 February 2027: monday at 6 this morning please
{"at_weekday": 0, "at_hour": 6, "at_minute": 0}
Parse English date, today is Wednesday, 20 November 2024: at fifteen forty-one
{"at_hour": 15, "at_minute": 41}
Parse English date, today is Sunday, 7 December 2025: the six of july
{"at_day": 6, "at_month": 7}
Parse English date, today is Saturday, 17 June 2023: thursday
{"at_weekday": 3}
Parse English date, today is Thursday, 9 February 2023: tue next week
{"add_weeks": 1, "at_weekday": 1}
Parse English date, today is Wednesday, 27 September 2023: evening the day after tomorrow I think
{"add_days": 2, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Friday, 16 November 2029: twenty-two hours from now or something
{"add_hours": 22}
Parse English date, today is Monday, 21 June 2027: next month's last saturday
{"add_months": 1, "at_week": -1, "at_weekday": 5}
Parse English date, today is Thursday, 13 January 2022: SEPTEMBER 23rd
{"at_month": 9, "at_day": 23}
Parse English date, today is Saturday, 16 October 2027: nine Jul
{"at_day": 9, "at_month": 7}
Parse English date, today is Sunday, 13 October 2024: what about the 2nd saturday probably
{"at_week": 2, "at_weekday": 5}
Parse English date, today is Thursday, 5 December 2024: night at 2
{"at_hour": 2, "at_minute": 0}
Parse English date, today is Tuesday, 12 August 2025: 10 Feb or something
{"at_month": 2, "at_day": 10}
Parse English date, today is Tuesday, 11 June 2024: what about forty-five minutes ago
{"add_minutes": -45}
Parse English date, today is Saturday, 27 April 2024: MAYBE ON TU THIS WEEK
{"add_weeks": 0, "at_weekday": 1}
Parse English date, today is Sunday, 18 July 2027: 4 YEARS LATER
{"add_years": 4}
Parse English date, today is Monday, 6 August 2029: in two days
{"add_days": 2}
Parse English date, today is Wednesday, 20 December 2028: the two of JULY
{"at_day": 2, "at_month": 7}
Parse English date, today is Sunday, 2 February 2025: four hours ago
{"add_hours": -4}
Parse English date, today is Tuesday, 9 January 2024: today in the evening
{"add_days": 0, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Friday, 18 May 2029: 19th of JUL, 2025
{"at_day": 19, "at_month": 7, "at_year": 2025}
Parse English date, today is Saturday, 19 January 2030: hmm 45 mins ago
{"add_minutes": -45}
Parse English date, today is Thursday, 12 September 2030: this month's 4th mon
{"add_months": 0, "at_week": 4, "at_weekday": 0}
Parse English date, today is Sunday, 24 September 2028: twenty days from now
{"add_days": 20}
Parse English date, today is Monday, 1 October 2029: WHAT ABOUT YESTERDAY
{"add_days": -1}
Parse English date, today is Wednesday, 24 January 2024: um day after tomorrow
{"add_days": 2}
Parse English date, today is Saturday, 22 June 2024: 5th of Sept, 2030 or something
{"at_day": 5, "at_month": 9, "at_year": 2030}
Parse English date, today is Thursday, 15 April 2027: 2 days from now
{"add_days": 2}
Parse English date, today is Friday, 16 March 2029: at five fifty
{"at_hour": 5, "at_minute": 50}
Parse English date, today is Tuesday, 16 March 2027: end of oct
{"at_month": 10, "end_of_month": true}