input
stringlengths
52
134
output
stringlengths
15
69
Parse English date, today is Saturday, 14 March 2026: until the 27th of the month
{"add_months": 0, "at_day": 27, "is_ambiguous": true}
Parse English date, today is Saturday, 13 June 2026: 1 day after next week's Wednesday
{"add_weeks": 1, "at_weekday": 2, "add_days": 1}
Parse English date, today is Monday, 20 February 2023: twenty five minutes to 1
{"at_hour": 0, "at_minute": 35}
Parse English date, today is Tuesday, 19 December 2023: remind me the start of last week
{"add_weeks": -1, "at_weekday": 0}
Parse English date, today is Tuesday, 17 October 2023: 7:30 afternoon
{"at_hour": 7, "at_minute": 30}
Parse English date, today is Tuesday, 14 August 2029: in eight weeks
{"add_weeks": 8}
Parse English date, today is Saturday, 5 February 2022: THE START OF NOVEMBER I THINK
{"at_month": 11, "at_day": 1}
Parse English date, today is Saturday, 10 June 2023: 7th APR
{"at_month": 4, "at_day": 7}
Parse English date, today is Sunday, 12 September 2027: well fifteen days from now
{"add_days": 15}
Parse English date, today is Thursday, 22 February 2029: THE FOLLOWING SA OR SO
{"add_weeks": 1, "at_weekday": 5}
Parse English date, today is Wednesday, 13 April 2022: one forty
{"at_hour": 1, "at_minute": 40}
Parse English date, today is Wednesday, 16 October 2030: The Second Thurs Of Last Month I Guess
{"add_months": -1, "at_week": 2, "at_weekday": 3}
Parse English date, today is Tuesday, 27 May 2025: half past 6 AM maybe
{"at_hour": 6, "at_minute": 30}
Parse English date, today is Monday, 2 November 2026: a day after wednesday
{"at_weekday": 3}
Parse English date, today is Monday, 9 December 2024: hmm wed at 9 at night
{"at_weekday": 2, "at_hour": 21, "at_minute": 0}
Parse English date, today is Tuesday, 2 May 2028: how about aug twenty-two please
{"at_day": 22, "at_month": 8}
Parse English date, today is Wednesday, 19 April 2023: okay the fourteen of July
{"at_day": 14, "at_month": 7}
Parse English date, today is Thursday, 25 June 2026: this night
{"add_days": 0, "at_hour": 22, "at_minute": 0}
Parse English date, today is Saturday, 7 November 2026: at 18 on thursday or something
{"at_weekday": 3, "at_hour": 18, "at_minute": 0}
Parse English date, today is Thursday, 1 September 2022: 5 weeks from now on wednesday
{"add_weeks": 5, "at_weekday": 2}
Parse English date, today is Tuesday, 21 December 2027: One Day Before This Saturday
{"at_weekday": 4}
Parse English date, today is Thursday, 15 November 2029: like NOVEMBER 4th, 2027
{"at_day": 4, "at_month": 11, "at_year": 2027}
Parse English date, today is Wednesday, 2 October 2030: so 45 minutes from now
{"add_minutes": 45}
Parse English date, today is Thursday, 21 December 2028: End Of Last Week
{"add_weeks": -1, "at_weekday": 5}
Parse English date, today is Friday, 8 October 2027: 27 sep right
{"at_month": 9, "at_day": 27}
Parse English date, today is Monday, 26 June 2023: 22 Dec
{"at_month": 12, "at_day": 22}
Parse English date, today is Saturday, 21 October 2023: on we
{"at_weekday": 2}
Parse English date, today is Tuesday, 1 January 2030: like half past 2 night
{"at_hour": 2, "at_minute": 30}
Parse English date, today is Saturday, 21 March 2026: This Evening The Day After Tomorrow
{"add_days": 2, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Tuesday, 28 August 2029: upcoming tue
{"at_weekday": 1}
Parse English date, today is Sunday, 2 September 2029: thirty min ago
{"add_minutes": -30}
Parse English date, today is Wednesday, 7 August 2024: two jul
{"at_day": 2, "at_month": 7}
Parse English date, today is Tuesday, 5 November 2030: tonight
{"add_days": 0, "at_hour": 19, "at_minute": 0}
Parse English date, today is Monday, 15 March 2027: in 20 days
{"add_days": 20}
Parse English date, today is Wednesday, 23 April 2025: like JAN 14
{"at_month": 1, "at_day": 14}
Parse English date, today is Friday, 26 April 2030: the 22nd of jul maybe
{"at_month": 7, "at_day": 22}
Parse English date, today is Saturday, 16 September 2028: 5 BEFORE 8 MAYBE
{"at_hour": 7, "at_minute": 55}
Parse English date, today is Saturday, 14 December 2024: in twenty five days or so
{"add_days": 25}
Parse English date, today is Tuesday, 14 July 2026: 7 hours ago
{"add_hours": -7}
Parse English date, today is Saturday, 15 October 2022: in three weeks
{"add_weeks": 3}
Parse English date, today is Sunday, 26 May 2024: hey day after tomorrow please
{"add_days": 2}
Parse English date, today is Saturday, 4 March 2023: the weekend at 21 o'clock
{"add_weeks": 0, "at_weekday": 6, "at_hour": 21, "at_minute": 0}
Parse English date, today is Thursday, 21 June 2029: the twenty of APR
{"at_day": 20, "at_month": 4}
Parse English date, today is Tuesday, 24 April 2029: today this evening
{"add_days": 0, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Friday, 13 October 2023: TODAY AT NOON
{"add_days": 0, "at_hour": 12, "at_minute": 0}
Parse English date, today is Friday, 22 November 2024: IN ONE WEEK
{"add_weeks": 1}
Parse English date, today is Thursday, 10 December 2026: ok so the 27th of the month
{"add_months": 0, "at_day": 27}
Parse English date, today is Sunday, 1 April 2029: 11 weeks ago
{"add_weeks": -11}
Parse English date, today is Saturday, 8 March 2025: I think tonight
{"add_days": 0, "at_hour": 22, "at_minute": 0}
Parse English date, today is Thursday, 24 February 2028: new year
{"at_month": 1, "at_day": 1}
Parse English date, today is Monday, 8 July 2030: OKAY 8 MAY
{"at_month": 5, "at_day": 8}
Parse English date, today is Sunday, 17 March 2030: June 4
{"at_month": 6, "at_day": 4}
Parse English date, today is Thursday, 20 April 2028: so tdy if possible
{"add_days": 0}
Parse English date, today is Friday, 28 January 2028: after eleven days
{"add_days": 11}
Parse English date, today is Monday, 23 December 2024: THREE DAYS BEFORE NEXT WEEK THURSDAY
{"add_weeks": 1, "at_weekday": 3, "add_days": -3}
Parse English date, today is Monday, 4 August 2025: two Jan
{"at_day": 2, "at_month": 1}
Parse English date, today is Tuesday, 26 September 2028: the first sa
{"at_week": 1, "at_weekday": 5}
Parse English date, today is Monday, 1 September 2025: the 1st of previous month
{"add_months": -1, "at_day": 1}
Parse English date, today is Friday, 24 May 2024: 3 months, 4 weeks and 16 days from now
{"add_months": 3, "add_weeks": 4, "add_days": 16}
Parse English date, today is Wednesday, 23 September 2026: schedule for six months, four weeks and 9 days from now
{"add_months": 6, "add_weeks": 4, "add_days": 9}
Parse English date, today is Sunday, 25 February 2024: I think november 1
{"at_month": 11, "at_day": 1}
Parse English date, today is Wednesday, 4 December 2024: hey in twenty-one hours
{"add_hours": 21}
Parse English date, today is Friday, 24 November 2028: 3 days after this Saturday
{"add_weeks": 0, "at_weekday": 5, "add_days": 3}
Parse English date, today is Tuesday, 17 December 2030: okay this week mo maybe
{"add_weeks": 0, "at_weekday": 0}
Parse English date, today is Thursday, 20 June 2030: 5 before 5
{"at_hour": 4, "at_minute": 55}
Parse English date, today is Tuesday, 16 February 2027: 21 august 2028
{"at_day": 21, "at_month": 8, "at_year": 2028}
Parse English date, today is Monday, 3 June 2024: okay five months from now
{"add_months": 5}
Parse English date, today is Friday, 24 September 2027: 3 hours ago
{"add_hours": -3}
Parse English date, today is Thursday, 19 December 2024: well next week
{"add_weeks": 1}
Parse English date, today is Thursday, 5 June 2025: THE 17TH OF DECEMBER
{"at_month": 12, "at_day": 17}
Parse English date, today is Sunday, 18 December 2022: tu of the third week of last month I guess
{"add_months": -1, "at_week": 3, "at_weekday": 1}
Parse English date, today is Saturday, 8 November 2025: next week's su
{"add_weeks": 1, "at_weekday": 6}
Parse English date, today is Monday, 2 April 2029: how about this afternoon we at 2
{"at_weekday": 2, "at_hour": 14, "at_minute": 0}
Parse English date, today is Monday, 23 October 2023: April end right
{"at_month": 4, "end_of_month": true}
Parse English date, today is Tuesday, 20 March 2029: afternoon sat at 3
{"at_weekday": 5, "at_hour": 15, "at_minute": 0}
Parse English date, today is Thursday, 21 June 2029: the 10th of aug
{"at_month": 8, "at_day": 10}
Parse English date, today is Sunday, 10 November 2024: the 2nd monday of the month
{"at_week": 2, "at_weekday": 0}
Parse English date, today is Friday, 25 July 2025: in 5 weeks on friday
{"add_weeks": 5, "at_weekday": 4}
Parse English date, today is Sunday, 3 September 2028: schedule for the day after tomorrow
{"add_days": 2}
Parse English date, today is Monday, 18 November 2030: twenty-two fifty
{"at_hour": 22, "at_minute": 50}
Parse English date, today is Saturday, 7 July 2029: Half Past 2 At Night
{"at_hour": 2, "at_minute": 30}
Parse English date, today is Sunday, 28 May 2023: friday at 10 o'clock
{"at_weekday": 4, "at_hour": 10, "at_minute": 0}
Parse English date, today is Wednesday, 19 August 2026: 1:00 Tonight Maybe
{"at_hour": 1, "at_minute": 0}
Parse English date, today is Tuesday, 16 February 2027: upcoming thursday or something
{"at_weekday": 3}
Parse English date, today is Thursday, 27 May 2027: a day before friday
{"at_weekday": 3}
Parse English date, today is Monday, 1 April 2030: okay by this th sounds good
{"at_weekday": 3, "is_ambiguous": true}
Parse English date, today is Saturday, 10 July 2027: a week from now on saturday
{"add_weeks": 1, "at_weekday": 5}
Parse English date, today is Friday, 8 May 2026: twenty mins from now
{"add_minutes": 20}
Parse English date, today is Wednesday, 12 November 2025: thirty mins from now
{"add_minutes": 30}
Parse English date, today is Monday, 10 February 2025: in twenty minutes
{"add_minutes": 20}
Parse English date, today is Thursday, 13 May 2027: THE WEEK AFTER THIS OR SOMETHING
{"add_weeks": 1}
Parse English date, today is Friday, 1 May 2026: what about until the 11th of this month
{"add_months": 0, "at_day": 11, "is_ambiguous": true}
Parse English date, today is Sunday, 8 April 2029: schedule for 25 before 9
{"at_hour": 8, "at_minute": 35}
Parse English date, today is Thursday, 13 August 2026: I think in 2 days if possible
{"add_days": 2}
Parse English date, today is Wednesday, 11 May 2022: the start of dec
{"at_month": 12, "at_day": 1}
Parse English date, today is Wednesday, 19 April 2028: the start of this month
{"add_months": 0, "at_day": 1}
Parse English date, today is Saturday, 14 August 2027: one days after next week's sunday
{"add_weeks": 1, "at_weekday": 6, "add_days": 1}
Parse English date, today is Sunday, 17 March 2024: shortly
{"add_minutes": 5}
Parse English date, today is Saturday, 9 August 2025: I think jul 13
{"at_month": 7, "at_day": 13}
Parse English date, today is Saturday, 6 March 2027: in the evening mo at 7
{"at_weekday": 0, "at_hour": 19, "at_minute": 0}