input
stringlengths
52
134
output
stringlengths
15
69
Parse English date, today is Tuesday, 25 July 2023: seven weeks from now on tu
{"add_weeks": 7, "at_weekday": 1}
Parse English date, today is Sunday, 13 May 2029: 20 minutes to 3
{"at_hour": 2, "at_minute": 40}
Parse English date, today is Sunday, 17 December 2023: next sunday
{"add_weeks": 1, "at_weekday": 6}
Parse English date, today is Sunday, 4 April 2027: 3 days after this Monday I guess
{"add_weeks": 0, "at_weekday": 0, "add_days": 3}
Parse English date, today is Friday, 18 April 2025: the three of december if possible
{"at_day": 3, "at_month": 12}
Parse English date, today is Wednesday, 12 May 2027: last month's last fri
{"add_months": -1, "at_week": -1, "at_weekday": 4}
Parse English date, today is Thursday, 21 September 2028: 3 weeks ago
{"add_weeks": -3}
Parse English date, today is Monday, 7 August 2023: three october
{"at_day": 3, "at_month": 10}
Parse English date, today is Saturday, 27 July 2024: one day before we
{"at_weekday": 1}
Parse English date, today is Friday, 25 February 2028: eleven months later please
{"add_months": 11}
Parse English date, today is Friday, 7 June 2024: um two months later
{"add_months": 2}
Parse English date, today is Wednesday, 22 November 2023: APRIL 22, 2029
{"at_day": 22, "at_month": 4, "at_year": 2029}
Parse English date, today is Saturday, 8 November 2025: next week's start right
{"add_weeks": 1, "at_weekday": 0}
Parse English date, today is Sunday, 12 December 2027: eight months from now
{"add_months": 8}
Parse English date, today is Thursday, 24 August 2028: 15 minutes to 10 please
{"at_hour": 9, "at_minute": 45}
Parse English date, today is Sunday, 9 September 2029: So In The Afternoon Yesterday
{"add_days": -1, "at_hour": 15, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Wednesday, 9 May 2029: this week tuesday
{"add_weeks": 0, "at_weekday": 1}
Parse English date, today is Tuesday, 3 October 2028: ten minutes from now
{"add_minutes": 10}
Parse English date, today is Sunday, 10 February 2030: remind me the week after this
{"add_weeks": 1}
Parse English date, today is Wednesday, 8 July 2026: schedule for jun 22nd
{"at_month": 6, "at_day": 22}
Parse English date, today is Thursday, 25 July 2030: hmm the 4th wednesday of this month right
{"add_months": 0, "at_week": 4, "at_weekday": 2}
Parse English date, today is Sunday, 28 June 2026: The 16Th
{"add_months": 1, "at_day": 16}
Parse English date, today is Monday, 27 March 2023: maybe at three ten I guess
{"at_hour": 3, "at_minute": 10}
Parse English date, today is Friday, 16 August 2024: the sixteen of JUN
{"at_day": 16, "at_month": 6}
Parse English date, today is Saturday, 24 September 2022: tdy
{"add_days": 0}
Parse English date, today is Friday, 22 December 2023: the following fri
{"add_weeks": 1, "at_weekday": 4}
Parse English date, today is Monday, 28 August 2023: YESTERDAY THIS EVENING
{"add_days": -1, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Friday, 4 August 2023: in 2 days I guess
{"add_days": 2}
Parse English date, today is Monday, 2 February 2026: okay thu in the evening at 9
{"at_weekday": 3, "at_hour": 21, "at_minute": 0}
Parse English date, today is Saturday, 28 January 2023: tu of the last week of last month
{"add_months": -1, "at_week": -1, "at_weekday": 1}
Parse English date, today is Thursday, 19 September 2024: the 1st week of last month tu please
{"add_months": -1, "at_week": 1, "at_weekday": 1}
Parse English date, today is Thursday, 1 February 2029: twenty-five minutes to 9
{"at_hour": 8, "at_minute": 35}
Parse English date, today is Sunday, 24 November 2024: this month's last week sun
{"add_months": 0, "at_week": -1, "at_weekday": 6}
Parse English date, today is Thursday, 5 September 2024: 8 weeks ago
{"add_weeks": -8}
Parse English date, today is Sunday, 10 December 2023: 10 past 7 maybe
{"at_hour": 7, "at_minute": 10}
Parse English date, today is Monday, 18 September 2023: this evening at 9
{"at_hour": 21, "at_minute": 0}
Parse English date, today is Saturday, 16 February 2030: the following tu
{"add_weeks": 1, "at_weekday": 1}
Parse English date, today is Wednesday, 28 October 2026: JUNE 18TH
{"at_month": 6, "at_day": 18}
Parse English date, today is Tuesday, 8 October 2024: um last week's friday
{"add_weeks": -1, "at_weekday": 4}
Parse English date, today is Wednesday, 17 March 2027: previous fri
{"add_weeks": -1, "at_weekday": 4}
Parse English date, today is Saturday, 11 February 2023: In 2 Days
{"add_days": 2}
Parse English date, today is Sunday, 4 August 2030: monday of the third week of next month
{"add_months": 1, "at_week": 3, "at_weekday": 0}
Parse English date, today is Friday, 22 April 2022: 7th MAY
{"at_month": 5, "at_day": 7}
Parse English date, today is Friday, 9 June 2028: last month's 2nd tu
{"add_months": -1, "at_week": 2, "at_weekday": 1}
Parse English date, today is Sunday, 13 September 2026: the third saturday in November
{"at_month": 11, "at_week": 3, "at_weekday": 5}
Parse English date, today is Wednesday, 9 October 2030: THIS COMING SUN OR SOMETHING
{"at_weekday": 6}
Parse English date, today is Tuesday, 24 July 2029: JUN 27, 2026
{"at_day": 27, "at_month": 6, "at_year": 2026}
Parse English date, today is Friday, 2 August 2030: 20 till 5 sounds good
{"at_hour": 4, "at_minute": 40}
Parse English date, today is Friday, 26 July 2024: remind me the 2nd fr in april
{"at_month": 4, "at_week": 2, "at_weekday": 4}
Parse English date, today is Thursday, 10 November 2022: this afternoon at 5:30
{"at_hour": 17, "at_minute": 30}
Parse English date, today is Monday, 26 April 2027: what about 11 weeks ago maybe
{"add_weeks": -11}
Parse English date, today is Tuesday, 3 November 2026: THE FOLLOWING WEDNESDAY
{"add_weeks": 1, "at_weekday": 2}
Parse English date, today is Monday, 22 May 2028: 4 years from now
{"add_years": 4}
Parse English date, today is Friday, 9 October 2026: THE BEGINNING OF NEXT WEEK I GUESS
{"add_weeks": 1, "at_weekday": 0}
Parse English date, today is Tuesday, 7 June 2022: oct 6, 2026
{"at_day": 6, "at_month": 10, "at_year": 2026}
Parse English date, today is Friday, 6 December 2024: at twenty-two fifteen
{"at_hour": 22, "at_minute": 15}
Parse English date, today is Thursday, 5 October 2023: This Evening At 8
{"at_hour": 20, "at_minute": 0}
Parse English date, today is Tuesday, 7 November 2028: two days from now right
{"add_days": 2}
Parse English date, today is Friday, 23 September 2022: sa at 12 noon
{"at_weekday": 5, "at_hour": 12, "at_minute": 0}
Parse English date, today is Tuesday, 8 October 2030: next sunday
{"add_weeks": 1, "at_weekday": 6}
Parse English date, today is Sunday, 18 April 2027: on sa right
{"at_weekday": 5}
Parse English date, today is Sunday, 5 September 2027: SEVENTEEN THIRTY
{"at_hour": 17, "at_minute": 30}
Parse English date, today is Tuesday, 13 January 2026: what about next week wednesday please
{"add_weeks": 1, "at_weekday": 2}
Parse English date, today is Sunday, 28 January 2029: the third week of last month sa right
{"add_months": -1, "at_week": 3, "at_weekday": 5}
Parse English date, today is Tuesday, 13 May 2025: 10 minutes from now
{"add_minutes": 10}
Parse English date, today is Wednesday, 14 February 2024: let's say before thursday or something
{"at_weekday": 3, "is_ambiguous": true}
Parse English date, today is Wednesday, 11 October 2023: this day
{"add_days": 0}
Parse English date, today is Monday, 17 January 2028: mon of the first week of this month or so
{"add_months": 0, "at_week": 1, "at_weekday": 0}
Parse English date, today is Wednesday, 5 July 2028: This Weekend At 16:00 Probably
{"add_weeks": 0, "at_weekday": 5, "at_hour": 16, "at_minute": 0}
Parse English date, today is Saturday, 7 June 2025: mid-month
{"add_months": 0, "at_day": 15}
Parse English date, today is Wednesday, 21 March 2029: a day after fri
{"at_weekday": 5}
Parse English date, today is Thursday, 5 October 2028: okay tmrw noon or so
{"add_days": 1, "at_hour": 12, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Wednesday, 2 April 2025: maybe in two hours
{"add_hours": 2}
Parse English date, today is Monday, 9 November 2026: in eleven weeks
{"add_weeks": 11}
Parse English date, today is Tuesday, 5 September 2023: let's say six days ago
{"add_days": -6}
Parse English date, today is Monday, 15 May 2023: 25 days ago maybe
{"add_days": -25}
Parse English date, today is Thursday, 6 May 2027: LAST WEEK TH
{"add_weeks": -1, "at_weekday": 3}
Parse English date, today is Saturday, 23 August 2025: eleven weeks later
{"add_weeks": 11}
Parse English date, today is Sunday, 1 August 2027: 16th FEBRUARY
{"at_month": 2, "at_day": 16}
Parse English date, today is Thursday, 19 June 2025: this day
{"add_days": 0}
Parse English date, today is Monday, 7 March 2022: mid last month
{"add_months": -1, "at_day": 15}
Parse English date, today is Thursday, 5 January 2023: i think wednesday last week
{"add_weeks": -1, "at_weekday": 2}
Parse English date, today is Monday, 23 October 2023: a day before wed
{"at_weekday": 1}
Parse English date, today is Thursday, 1 February 2024: second we of last month
{"add_months": -1, "at_week": 2, "at_weekday": 2}
Parse English date, today is Thursday, 7 February 2030: 3 7 2029
{"at_day": 3, "at_month": 7, "at_year": 2029}
Parse English date, today is Tuesday, 28 December 2027: um beginning of sept
{"at_month": 9, "at_day": 1}
Parse English date, today is Monday, 18 November 2024: in 30 mins
{"add_minutes": 30}
Parse English date, today is Sunday, 5 May 2024: so 28th november
{"at_month": 11, "at_day": 28}
Parse English date, today is Wednesday, 3 June 2026: su of the 3rd week of next month
{"add_months": 1, "at_week": 3, "at_weekday": 6}
Parse English date, today is Sunday, 14 January 2024: the start of last month
{"add_months": -1, "at_day": 1}
Parse English date, today is Friday, 16 January 2026: December 10th, 2028
{"at_day": 10, "at_month": 12, "at_year": 2028}
Parse English date, today is Sunday, 12 November 2028: let's say 3 thirty right
{"at_hour": 3, "at_minute": 30}
Parse English date, today is Friday, 13 December 2030: on saturday at 10
{"at_weekday": 5, "at_hour": 10, "at_minute": 0}
Parse English date, today is Sunday, 9 March 2025: the nine of feb
{"at_day": 9, "at_month": 2}
Parse English date, today is Sunday, 13 February 2028: schedule for the beginning of july
{"at_month": 7, "at_day": 1}
Parse English date, today is Sunday, 21 July 2030: two days from now I think
{"add_days": 2}
Parse English date, today is Saturday, 18 March 2023: in two days
{"add_days": 2}
Parse English date, today is Friday, 26 September 2025: 30 min from now if possible
{"add_minutes": 30}
Parse English date, today is Monday, 12 November 2029: Feb 24th, 2028
{"at_day": 24, "at_month": 2, "at_year": 2028}
Parse English date, today is Saturday, 21 December 2030: this coming mo or something
{"at_weekday": 0}