input stringlengths 52 134 | output stringlengths 15 69 |
|---|---|
Parse English date, today is Saturday, 13 January 2029: 6:00 evening | {"at_hour": 18, "at_minute": 0} |
Parse English date, today is Sunday, 2 February 2025: um the last sa of May | {"at_month": 5, "at_week": -1, "at_weekday": 5} |
Parse English date, today is Wednesday, 3 February 2027: 11 night | {"at_hour": 23, "at_minute": 0} |
Parse English date, today is Tuesday, 23 April 2030: twenty to 8 | {"at_hour": 7, "at_minute": 40} |
Parse English date, today is Sunday, 21 May 2028: like the day after tomorrow | {"add_days": 2} |
Parse English date, today is Sunday, 6 December 2026: schedule for 15 min ago | {"add_minutes": -15} |
Parse English date, today is Wednesday, 18 March 2026: at around 14 please | {"at_hour": 14, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Sunday, 22 September 2030: Jul 26Th Probably | {"at_month": 7, "at_day": 26} |
Parse English date, today is Friday, 11 March 2022: I think beginning of last week | {"add_weeks": -1, "at_weekday": 0} |
Parse English date, today is Sunday, 19 February 2023: this sunday please | {"add_weeks": 0, "at_weekday": 6} |
Parse English date, today is Tuesday, 27 May 2025: how about 25 after 1 sounds good | {"at_hour": 1, "at_minute": 25} |
Parse English date, today is Friday, 2 November 2029: let's say 4th Aug 2028 | {"at_day": 4, "at_month": 8, "at_year": 2028} |
Parse English date, today is Friday, 19 April 2030: this month the 19th I think | {"add_months": 0, "at_day": 19} |
Parse English date, today is Tuesday, 26 October 2027: Wed At 1 Noon | {"at_weekday": 2, "at_hour": 13, "at_minute": 0} |
Parse English date, today is Thursday, 6 March 2025: last week th | {"add_weeks": -1, "at_weekday": 3} |
Parse English date, today is Wednesday, 25 June 2025: the third we of the month right | {"at_week": 3, "at_weekday": 2} |
Parse English date, today is Friday, 16 June 2023: In 6 Weeks On We | {"add_weeks": 6, "at_weekday": 2} |
Parse English date, today is Monday, 18 September 2028: this week wed I guess | {"add_weeks": 0, "at_weekday": 2} |
Parse English date, today is Sunday, 3 December 2023: august 21st | {"at_month": 8, "at_day": 21} |
Parse English date, today is Saturday, 19 March 2022: Mar 18th | {"at_month": 3, "at_day": 18} |
Parse English date, today is Wednesday, 5 December 2029: a year from now | {"add_years": 1} |
Parse English date, today is Monday, 28 July 2025: ok so two days ago | {"add_days": -2} |
Parse English date, today is Monday, 25 September 2028: the first friday of last month | {"add_months": -1, "at_week": 1, "at_weekday": 4} |
Parse English date, today is Sunday, 24 December 2023: the start of this week | {"add_weeks": 0, "at_weekday": 0} |
Parse English date, today is Tuesday, 4 April 2023: hmm 10:30 tonight | {"at_hour": 22, "at_minute": 30} |
Parse English date, today is Tuesday, 24 September 2030: twelve hours ago | {"add_hours": -12} |
Parse English date, today is Tuesday, 26 September 2023: fifteen min from now please | {"add_minutes": 15} |
Parse English date, today is Monday, 11 November 2024: twenty forty | {"at_hour": 20, "at_minute": 40} |
Parse English date, today is Monday, 24 October 2022: ok so the coming we | {"at_weekday": 2} |
Parse English date, today is Wednesday, 11 December 2030: 9th of 4, 2022 | {"at_day": 9, "at_month": 4, "at_year": 2022} |
Parse English date, today is Wednesday, 28 February 2024: the end of this week I think | {"add_weeks": 0, "at_weekday": 4} |
Parse English date, today is Monday, 26 February 2024: THE 24TH OF AUGUST | {"at_month": 8, "at_day": 24} |
Parse English date, today is Thursday, 24 February 2022: 8:00 this morning | {"at_hour": 8, "at_minute": 0} |
Parse English date, today is Tuesday, 3 June 2025: last sunday of this month | {"add_months": 0, "at_week": -1, "at_weekday": 6} |
Parse English date, today is Saturday, 20 August 2022: the third wed of this month | {"add_months": 0, "at_week": 3, "at_weekday": 2} |
Parse English date, today is Friday, 22 December 2023: remind me at six fifty or something | {"at_hour": 6, "at_minute": 50} |
Parse English date, today is Sunday, 5 May 2024: the middle of the month | {"add_months": 0, "at_day": 15} |
Parse English date, today is Tuesday, 18 June 2024: last month's second week we | {"add_months": -1, "at_week": 2, "at_weekday": 2} |
Parse English date, today is Thursday, 21 March 2024: after 19 days | {"add_days": 19} |
Parse English date, today is Wednesday, 18 February 2026: 8 Jan 2028 | {"at_day": 8, "at_month": 1, "at_year": 2028} |
Parse English date, today is Saturday, 20 September 2025: tmrw this morning please | {"add_days": 1, "at_hour": 9, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Sunday, 2 December 2029: 10 to 9 | {"at_hour": 8, "at_minute": 50} |
Parse English date, today is Monday, 13 May 2024: so wednesday this week | {"add_weeks": 0, "at_weekday": 2} |
Parse English date, today is Thursday, 6 January 2022: tonight | {"add_days": 0, "at_hour": 22, "at_minute": 0} |
Parse English date, today is Tuesday, 4 April 2028: okay quarter to 12 | {"at_hour": 11, "at_minute": 45} |
Parse English date, today is Friday, 6 April 2029: BY MONDAY | {"at_weekday": 0, "is_ambiguous": true} |
Parse English date, today is Tuesday, 28 October 2025: on the 12th | {"add_months": 1, "at_day": 12} |
Parse English date, today is Thursday, 21 December 2023: ok so quarter to 2 | {"at_hour": 1, "at_minute": 45} |
Parse English date, today is Monday, 9 March 2026: Maybe The Following Saturday | {"add_weeks": 1, "at_weekday": 5} |
Parse English date, today is Thursday, 22 August 2024: remind me 27th JULY | {"at_month": 7, "at_day": 27} |
Parse English date, today is Thursday, 15 June 2023: next week's wednesday | {"add_weeks": 1, "at_weekday": 2} |
Parse English date, today is Wednesday, 20 January 2027: next month's last su | {"add_months": 1, "at_week": -1, "at_weekday": 6} |
Parse English date, today is Friday, 12 October 2029: 5 before 7 | {"at_hour": 6, "at_minute": 55} |
Parse English date, today is Tuesday, 16 September 2025: last we or something | {"add_weeks": -1, "at_weekday": 2} |
Parse English date, today is Wednesday, 28 June 2023: LET'S SAY SEVEN DAYS FROM NOW | {"add_days": 7} |
Parse English date, today is Monday, 5 July 2027: FEBRUARY BEGINNING | {"at_month": 2, "at_day": 1} |
Parse English date, today is Thursday, 22 July 2027: this month's end sounds good | {"add_months": 0, "end_of_month": true} |
Parse English date, today is Tuesday, 21 August 2029: APPROXIMATELY 20 O'CLOCK | {"at_hour": 20, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Friday, 1 November 2024: a week ago | {"add_weeks": -1} |
Parse English date, today is Tuesday, 4 July 2028: twenty-three days from now | {"add_days": 23} |
Parse English date, today is Thursday, 23 November 2028: so coming sunday | {"at_weekday": 6} |
Parse English date, today is Monday, 8 April 2030: the 2nd tue of this month | {"add_months": 0, "at_week": 2, "at_weekday": 1} |
Parse English date, today is Friday, 18 February 2028: Like Sunday | {"at_weekday": 6} |
Parse English date, today is Friday, 20 October 2028: march 4th I guess | {"at_month": 3, "at_day": 4} |
Parse English date, today is Friday, 23 February 2024: let's say su at 22 | {"at_weekday": 6, "at_hour": 22, "at_minute": 0} |
Parse English date, today is Tuesday, 3 June 2025: the 20th of this month | {"add_months": 0, "at_day": 20} |
Parse English date, today is Saturday, 27 August 2022: well the following fr | {"add_weeks": 1, "at_weekday": 4} |
Parse English date, today is Thursday, 1 February 2029: On The Weekend At 13 O'Clock Sounds Good | {"add_weeks": 0, "at_weekday": 6, "at_hour": 13, "at_minute": 0} |
Parse English date, today is Sunday, 25 August 2024: before the 11th of next month | {"add_months": 1, "at_day": 11, "is_ambiguous": true} |
Parse English date, today is Sunday, 3 May 2026: fourteen twenty | {"at_hour": 14, "at_minute": 20} |
Parse English date, today is Wednesday, 17 April 2030: 8th Jul 2023 | {"at_day": 8, "at_month": 7, "at_year": 2023} |
Parse English date, today is Thursday, 6 July 2023: next week's th | {"add_weeks": 1, "at_weekday": 3} |
Parse English date, today is Friday, 9 April 2027: in 2 days | {"add_days": 2} |
Parse English date, today is Monday, 8 May 2028: LET'S SAY 3 DAYS AFTER NEXT WEEK WEDNESDAY | {"add_weeks": 1, "at_weekday": 2, "add_days": 3} |
Parse English date, today is Monday, 25 September 2023: 20 minutes from now | {"add_minutes": 20} |
Parse English date, today is Sunday, 19 June 2022: five after 2 please | {"at_hour": 2, "at_minute": 5} |
Parse English date, today is Friday, 23 June 2028: I think last month's middle | {"add_months": -1, "at_day": 15} |
Parse English date, today is Thursday, 20 October 2022: on the 28th of previous month | {"add_months": -1, "at_day": 28} |
Parse English date, today is Thursday, 27 June 2024: evening at 5 | {"at_hour": 17, "at_minute": 0} |
Parse English date, today is Friday, 2 August 2024: the 13th of the following month | {"add_months": 1, "at_day": 13} |
Parse English date, today is Friday, 17 May 2024: the 2nd sunday in mar | {"at_month": 3, "at_week": 2, "at_weekday": 6} |
Parse English date, today is Tuesday, 9 September 2025: mid next month | {"add_months": 1, "at_day": 15} |
Parse English date, today is Wednesday, 5 February 2025: twenty-one days ago I think | {"add_days": -21} |
Parse English date, today is Sunday, 21 December 2025: WHAT ABOUT SECOND TH OF THIS MONTH | {"add_months": 0, "at_week": 2, "at_weekday": 3} |
Parse English date, today is Thursday, 2 August 2029: let's say 2:00 around noon | {"at_hour": 14, "at_minute": 0} |
Parse English date, today is Thursday, 12 December 2024: before the 27th of the month | {"add_months": 0, "at_day": 27, "is_ambiguous": true} |
Parse English date, today is Monday, 6 December 2027: in two days I guess | {"add_days": 2} |
Parse English date, today is Thursday, 12 April 2029: WED RIGHT | {"at_weekday": 2} |
Parse English date, today is Monday, 21 August 2028: February 21st, 2030 | {"at_day": 21, "at_month": 2, "at_year": 2030} |
Parse English date, today is Thursday, 4 March 2027: nineteen days later | {"add_days": 19} |
Parse English date, today is Saturday, 4 May 2030: 10 to 1 or so | {"at_hour": 0, "at_minute": 50} |
Parse English date, today is Sunday, 21 April 2024: I think 5 minutes past 10 | {"at_hour": 10, "at_minute": 5} |
Parse English date, today is Tuesday, 8 September 2026: UM 10 TILL 6 IF POSSIBLE | {"at_hour": 5, "at_minute": 50} |
Parse English date, today is Thursday, 27 April 2023: MIDDLE OF NEXT MONTH OR SOMETHING | {"add_months": 1, "at_day": 15} |
Parse English date, today is Monday, 16 May 2022: what about 2:00 around noon | {"at_hour": 14, "at_minute": 0} |
Parse English date, today is Saturday, 16 May 2026: the 9th | {"add_months": 1, "at_day": 9} |
Parse English date, today is Sunday, 24 July 2022: on fr this week | {"add_weeks": 0, "at_weekday": 4} |
Parse English date, today is Friday, 19 November 2027: lst month's first fri | {"add_months": -1, "at_week": 1, "at_weekday": 4} |
Parse English date, today is Monday, 6 July 2026: ON MO THIS WEEK | {"add_weeks": 0, "at_weekday": 0} |
Parse English date, today is Tuesday, 9 July 2024: the sixteen of SEP I think | {"at_day": 16, "at_month": 9} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.