input
stringlengths
52
134
output
stringlengths
15
69
Parse English date, today is Tuesday, 22 July 2025: Day Before Wednesday Maybe
{"at_weekday": 1}
Parse English date, today is Thursday, 13 May 2027: 3 8th, 2025 please
{"at_day": 8, "at_month": 3, "at_year": 2025}
Parse English date, today is Tuesday, 9 April 2030: 15 days from now
{"add_days": 15}
Parse English date, today is Tuesday, 13 January 2026: this week's start
{"add_weeks": 0, "at_weekday": 0}
Parse English date, today is Monday, 6 June 2022: the week after this
{"add_weeks": 1}
Parse English date, today is Friday, 17 July 2026: maybe first thursday
{"at_week": 1, "at_weekday": 3}
Parse English date, today is Thursday, 1 April 2027: the beginning of last month
{"add_months": -1, "at_day": 1}
Parse English date, today is Monday, 4 November 2030: next week's beginning
{"add_weeks": 1, "at_weekday": 0}
Parse English date, today is Tuesday, 22 August 2028: THE SECOND WEDNESDAY OF NEXT MONTH
{"add_months": 1, "at_week": 2, "at_weekday": 2}
Parse English date, today is Tuesday, 20 March 2029: okay 5 past 7
{"at_hour": 7, "at_minute": 5}
Parse English date, today is Monday, 12 August 2030: let's say on fri at 21
{"at_weekday": 4, "at_hour": 21, "at_minute": 0}
Parse English date, today is Saturday, 6 September 2025: the coming week
{"add_weeks": 1}
Parse English date, today is Thursday, 26 May 2022: I think in two weeks
{"add_weeks": 2}
Parse English date, today is Monday, 15 August 2022: in two days I guess
{"add_days": 2}
Parse English date, today is Friday, 15 July 2022: a days before next week Saturday
{"add_weeks": 1, "at_weekday": 5, "add_days": -1}
Parse English date, today is Wednesday, 3 November 2027: the middle of the month or something
{"add_months": 0, "at_day": 15}
Parse English date, today is Saturday, 20 December 2025: around noon today
{"add_days": 0, "at_hour": 12, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Monday, 20 February 2023: 2 days from now
{"add_days": 2}
Parse English date, today is Wednesday, 27 May 2026: twenty-three fifteen
{"at_hour": 23, "at_minute": 15}
Parse English date, today is Wednesday, 13 December 2023: um next month's 12th
{"add_months": 1, "at_day": 12}
Parse English date, today is Tuesday, 26 December 2023: two days ago I guess
{"add_days": -2}
Parse English date, today is Sunday, 3 December 2023: by the 7th of the month
{"add_months": 0, "at_day": 7, "is_ambiguous": true}
Parse English date, today is Thursday, 20 November 2025: in twenty four hours
{"add_hours": 24}
Parse English date, today is Friday, 26 May 2023: four weeks from now
{"add_weeks": 4}
Parse English date, today is Wednesday, 15 June 2022: what about fifteen minutes ago
{"add_minutes": -15}
Parse English date, today is Sunday, 20 December 2026: in the morning tu at 7 right
{"at_weekday": 1, "at_hour": 7, "at_minute": 0}
Parse English date, today is Friday, 25 June 2027: 10 hours later
{"add_hours": 10}
Parse English date, today is Saturday, 12 February 2022: 10 hours from now
{"add_hours": 10}
Parse English date, today is Monday, 13 December 2027: fr
{"at_weekday": 4}
Parse English date, today is Tuesday, 7 November 2023: the start of last week
{"add_weeks": -1, "at_weekday": 0}
Parse English date, today is Tuesday, 28 November 2028: 8:30 PM
{"at_hour": 20, "at_minute": 30}
Parse English date, today is Thursday, 14 December 2023: LIKE LAST MONTH'S FIFTH MON
{"add_months": -1, "at_week": 5, "at_weekday": 0}
Parse English date, today is Friday, 25 February 2028: 11 SEP SOUNDS GOOD
{"at_month": 9, "at_day": 11}
Parse English date, today is Thursday, 20 December 2029: tuesday at 11 probably
{"at_weekday": 1, "at_hour": 11, "at_minute": 0}
Parse English date, today is Saturday, 20 November 2027: hey 17th March 2029 if possible
{"at_day": 17, "at_month": 3, "at_year": 2029}
Parse English date, today is Saturday, 4 September 2027: in the morning today
{"add_days": 0, "at_hour": 9, "at_minute": 0}
Parse English date, today is Friday, 2 February 2029: forty-five mins from now sounds good
{"add_minutes": 45}
Parse English date, today is Thursday, 2 March 2023: today in the evening
{"add_days": 0, "at_hour": 19, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Tuesday, 9 January 2029: how about beginning of this month
{"add_months": 0, "at_day": 1}
Parse English date, today is Wednesday, 25 November 2026: 10 minutes to 11 I guess
{"at_hour": 10, "at_minute": 50}
Parse English date, today is Sunday, 18 December 2022: Well The Beginning Of This Week
{"add_weeks": 0, "at_weekday": 0}
Parse English date, today is Sunday, 15 May 2022: Feb's 2nd saturday
{"at_month": 2, "at_week": 2, "at_weekday": 5}
Parse English date, today is Tuesday, 10 February 2026: this morning thurs at 6 right
{"at_weekday": 3, "at_hour": 6, "at_minute": 0}
Parse English date, today is Thursday, 6 June 2024: yesterday afternoon
{"add_days": -1, "at_hour": 15, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Thursday, 13 June 2024: this week fri
{"add_weeks": 0, "at_weekday": 4}
Parse English date, today is Thursday, 4 February 2027: um two years ago if possible
{"add_years": -2}
Parse English date, today is Thursday, 2 August 2029: about 3 o'clock
{"at_hour": 3, "at_minute": 0, "is_approximate": true}
Parse English date, today is Friday, 23 July 2027: the coming thurs
{"at_weekday": 3}
Parse English date, today is Saturday, 8 June 2030: how about tmrw night please
{"add_days": 1, "at_hour": 22, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Sunday, 21 January 2029: 3:15 Pm
{"at_hour": 15, "at_minute": 15}
Parse English date, today is Wednesday, 7 August 2030: last week's sa
{"add_weeks": -1, "at_weekday": 5}
Parse English date, today is Monday, 24 January 2022: hmm forty-five min from now
{"add_minutes": 45}
Parse English date, today is Tuesday, 20 January 2026: next month's 1st sun
{"add_months": 1, "at_week": 1, "at_weekday": 6}
Parse English date, today is Friday, 23 November 2029: AFTERNOON DAY AFTER TOMORROW
{"add_days": 2, "at_hour": 15, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Thursday, 28 March 2024: September 6th, 2026
{"at_day": 6, "at_month": 9, "at_year": 2026}
Parse English date, today is Thursday, 13 June 2024: seven May
{"at_day": 7, "at_month": 5}
Parse English date, today is Friday, 23 June 2028: THE SIXTEEN OF JANUARY
{"at_day": 16, "at_month": 1}
Parse English date, today is Friday, 28 May 2027: a days from now sounds good
{"add_days": 1}
Parse English date, today is Wednesday, 8 June 2022: what about 5 before 12
{"at_hour": 11, "at_minute": 55}
Parse English date, today is Tuesday, 15 January 2030: okay the twenty-six of JUN maybe
{"at_day": 26, "at_month": 6}
Parse English date, today is Monday, 18 May 2026: twenty-four hours from now
{"add_hours": 24}
Parse English date, today is Tuesday, 19 June 2029: five minutes to 11
{"at_hour": 10, "at_minute": 55}
Parse English date, today is Friday, 5 December 2025: 12:30 this evening
{"at_hour": 12, "at_minute": 30}
Parse English date, today is Sunday, 15 December 2030: Tommorow Maybe
{"add_days": 1}
Parse English date, today is Saturday, 15 August 2026: evening th at 5
{"at_weekday": 3, "at_hour": 17, "at_minute": 0}
Parse English date, today is Saturday, 19 August 2028: 16 Days Ago Or Something
{"add_days": -16}
Parse English date, today is Tuesday, 5 June 2029: in 45 minutes
{"add_minutes": 45}
Parse English date, today is Tuesday, 11 July 2028: april sixteen i guess
{"at_day": 16, "at_month": 4}
Parse English date, today is Friday, 26 April 2024: this month's second week tu
{"add_months": 0, "at_week": 2, "at_weekday": 1}
Parse English date, today is Sunday, 16 July 2028: fourth thurs of last month
{"add_months": -1, "at_week": 4, "at_weekday": 3}
Parse English date, today is Wednesday, 25 September 2030: the week ahead probably
{"add_weeks": 1}
Parse English date, today is Monday, 27 October 2025: let's say in 9 days
{"add_days": 9}
Parse English date, today is Sunday, 3 October 2027: 14 Jul probably
{"at_month": 7, "at_day": 14}
Parse English date, today is Monday, 1 March 2027: until the 22nd of the month
{"add_months": 0, "at_day": 22, "is_ambiguous": true}
Parse English date, today is Monday, 10 September 2029: middle of next month
{"add_months": 1, "at_day": 15}
Parse English date, today is Tuesday, 24 June 2025: this night I think
{"add_days": 0, "at_hour": 22, "at_minute": 0}
Parse English date, today is Thursday, 10 July 2025: tuesday of the third week of this month right
{"add_months": 0, "at_week": 3, "at_weekday": 1}
Parse English date, today is Saturday, 28 December 2030: the 4th week of this month su I think
{"add_months": 0, "at_week": 4, "at_weekday": 6}
Parse English date, today is Monday, 14 August 2028: 6 Months Ago
{"add_months": -6}
Parse English date, today is Thursday, 9 November 2028: today at noon
{"add_days": 0, "at_hour": 12, "at_minute": 0}
Parse English date, today is Saturday, 21 December 2024: this week thurs
{"add_weeks": 0, "at_weekday": 3}
Parse English date, today is Sunday, 21 March 2027: this coming sunday
{"at_weekday": 6}
Parse English date, today is Tuesday, 13 August 2024: 2 DAYS AFTER THIS MONDAY
{"add_weeks": 0, "at_weekday": 0, "add_days": 2}
Parse English date, today is Monday, 10 July 2028: 20 mins ago
{"add_minutes": -20}
Parse English date, today is Wednesday, 7 July 2027: in two days
{"add_days": 2}
Parse English date, today is Tuesday, 8 May 2029: on the 17th of the following month
{"add_months": 1, "at_day": 17}
Parse English date, today is Monday, 5 September 2022: Like Fifth Saturday Of This Month
{"add_months": 0, "at_week": 5, "at_weekday": 5}
Parse English date, today is Wednesday, 23 June 2027: nineteen days later
{"add_days": 19}
Parse English date, today is Friday, 24 November 2028: in the afternoon today
{"add_days": 0, "at_hour": 15, "at_minute": 0, "is_ambiguous": true}
Parse English date, today is Saturday, 17 June 2028: last week's wed
{"add_weeks": -1, "at_weekday": 2}
Parse English date, today is Thursday, 7 March 2024: maybe day after tomorrow or something
{"add_days": 2}
Parse English date, today is Saturday, 19 July 2025: after nine days maybe
{"add_days": 9}
Parse English date, today is Wednesday, 10 July 2030: 1 DAY BEFORE NEXT WEEK'S MONDAY
{"add_weeks": 1, "at_weekday": 0, "add_days": -1}
Parse English date, today is Wednesday, 25 October 2028: in fifteen days
{"add_days": 15}
Parse English date, today is Tuesday, 20 October 2026: the nine of Sept
{"at_day": 9, "at_month": 9}
Parse English date, today is Sunday, 16 September 2029: a day before this tue
{"at_weekday": 0}
Parse English date, today is Saturday, 15 July 2028: thirty past 3
{"at_hour": 3, "at_minute": 30}
Parse English date, today is Tuesday, 27 March 2029: four years later
{"add_years": 4}
Parse English date, today is Thursday, 9 November 2028: 11 weeks ago right
{"add_weeks": -11}
Parse English date, today is Friday, 16 June 2023: um next month's middle
{"add_months": 1, "at_day": 15}