input stringlengths 52 134 | output stringlengths 15 69 |
|---|---|
Parse English date, today is Tuesday, 4 March 2025: remind me day after tmrw | {"add_days": 2} |
Parse English date, today is Thursday, 3 November 2022: 1 DAYS AFTER THIS SATURDAY IF POSSIBLE | {"add_weeks": 0, "at_weekday": 5, "add_days": 1} |
Parse English date, today is Saturday, 28 October 2023: in 2 days i guess | {"add_days": 2} |
Parse English date, today is Thursday, 26 July 2029: HMM NINETEEN DAYS AGO | {"add_days": -19} |
Parse English date, today is Monday, 13 September 2027: this weekend at 22 | {"add_weeks": 0, "at_weekday": 5, "at_hour": 22, "at_minute": 0} |
Parse English date, today is Wednesday, 10 July 2024: JUL twenty five | {"at_day": 25, "at_month": 7} |
Parse English date, today is Saturday, 1 May 2027: the day after friday | {"at_weekday": 5} |
Parse English date, today is Monday, 9 May 2022: at four forty | {"at_hour": 4, "at_minute": 40} |
Parse English date, today is Monday, 11 October 2027: by the 27th of next month | {"add_months": 1, "at_day": 27, "is_ambiguous": true} |
Parse English date, today is Friday, 8 September 2028: MAYBE HALF PAST 6 TONIGHT | {"at_hour": 18, "at_minute": 30} |
Parse English date, today is Wednesday, 9 November 2022: the 4th of August | {"at_month": 8, "at_day": 4} |
Parse English date, today is Thursday, 25 November 2027: the 3rd tue of Sep | {"at_month": 9, "at_week": 3, "at_weekday": 1} |
Parse English date, today is Friday, 8 August 2025: in four weeks | {"add_weeks": 4} |
Parse English date, today is Wednesday, 5 February 2025: remind me the start of next week right | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Wednesday, 7 July 2027: IN FIVE MINUTES | {"add_minutes": 5} |
Parse English date, today is Thursday, 11 March 2027: the last su of december | {"at_month": 12, "at_week": -1, "at_weekday": 6} |
Parse English date, today is Sunday, 9 January 2028: How About In One Hour | {"add_hours": 1} |
Parse English date, today is Sunday, 24 August 2025: IN 2 DAYS PROBABLY | {"add_days": 2} |
Parse English date, today is Monday, 21 October 2024: hey this morning yesterday | {"add_days": -1, "at_hour": 9, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Friday, 24 June 2022: fri at 10 tonight probably | {"at_weekday": 4, "at_hour": 22, "at_minute": 0} |
Parse English date, today is Thursday, 23 January 2025: I think 3 months later I guess | {"add_months": 3} |
Parse English date, today is Tuesday, 12 October 2027: IN TWO DAYS | {"add_days": 2} |
Parse English date, today is Saturday, 3 December 2022: UM FIFTEEN TO 11 | {"at_hour": 10, "at_minute": 45} |
Parse English date, today is Monday, 27 May 2024: twenty mins ago | {"add_minutes": -20} |
Parse English date, today is Monday, 24 November 2025: well at six twenty please | {"at_hour": 6, "at_minute": 20} |
Parse English date, today is Wednesday, 28 November 2029: a quarter to 7 | {"at_hour": 6, "at_minute": 45} |
Parse English date, today is Tuesday, 22 July 2025: 5 minutes from now | {"add_minutes": 5} |
Parse English date, today is Tuesday, 28 January 2025: thursday last week | {"add_weeks": -1, "at_weekday": 3} |
Parse English date, today is Wednesday, 17 August 2022: hey Jul beginning | {"at_month": 7, "at_day": 1} |
Parse English date, today is Friday, 16 July 2027: su at 10 night | {"at_weekday": 6, "at_hour": 22, "at_minute": 0} |
Parse English date, today is Wednesday, 7 April 2027: On Sat This Week | {"add_weeks": 0, "at_weekday": 5} |
Parse English date, today is Tuesday, 1 August 2028: 4:30 around noon | {"at_hour": 4, "at_minute": 30} |
Parse English date, today is Wednesday, 27 August 2025: may 13th, 2028 | {"at_day": 13, "at_month": 5, "at_year": 2028} |
Parse English date, today is Wednesday, 17 January 2024: twenty after 2 | {"at_hour": 2, "at_minute": 20} |
Parse English date, today is Saturday, 20 February 2027: eighteen days later | {"add_days": 18} |
Parse English date, today is Tuesday, 12 August 2025: I think one day after this monday | {"at_weekday": 1} |
Parse English date, today is Wednesday, 16 January 2030: ON THE 26TH OF THE FOLLOWING MONTH RIGHT | {"add_months": 1, "at_day": 26} |
Parse English date, today is Tuesday, 6 August 2030: On Fri | {"at_weekday": 4} |
Parse English date, today is Thursday, 15 February 2029: in twelve hours | {"add_hours": 12} |
Parse English date, today is Monday, 4 December 2023: tdy | {"add_days": 0} |
Parse English date, today is Wednesday, 11 September 2030: before the 17th of next month | {"add_months": 1, "at_day": 17, "is_ambiguous": true} |
Parse English date, today is Thursday, 5 September 2024: what about june three | {"at_day": 3, "at_month": 6} |
Parse English date, today is Sunday, 19 December 2027: 2 days from now | {"add_days": 2} |
Parse English date, today is Monday, 11 July 2022: UM THE WEEK AFTER THIS ONE | {"add_weeks": 1} |
Parse English date, today is Thursday, 2 December 2027: until next tue | {"at_weekday": 1, "is_ambiguous": true, "add_weeks": 1} |
Parse English date, today is Wednesday, 26 June 2030: day after tomorrow in the morning or so | {"add_days": 2, "at_hour": 9, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Monday, 2 April 2029: what about the day before this fr | {"at_weekday": 3} |
Parse English date, today is Sunday, 5 May 2030: in twenty-four hours | {"add_hours": 24} |
Parse English date, today is Monday, 28 June 2027: In 2 Weeks If Possible | {"add_weeks": 2} |
Parse English date, today is Wednesday, 20 February 2030: FIFTY MINUTES FROM NOW | {"add_minutes": 50} |
Parse English date, today is Sunday, 19 March 2023: Sep 18 I think | {"at_month": 9, "at_day": 18} |
Parse English date, today is Monday, 26 December 2022: 10 to 7 sounds good | {"at_hour": 6, "at_minute": 50} |
Parse English date, today is Friday, 22 March 2024: okay five years later | {"add_years": 5} |
Parse English date, today is Tuesday, 18 January 2028: next week monday | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Wednesday, 10 August 2022: day after tmrw I guess | {"add_days": 2} |
Parse English date, today is Monday, 26 December 2022: Forty-Five Minutes From Now | {"add_minutes": 45} |
Parse English date, today is Saturday, 6 January 2029: this coming monday | {"at_weekday": 0} |
Parse English date, today is Tuesday, 18 October 2022: um Dec 25th | {"at_month": 12, "at_day": 25} |
Parse English date, today is Tuesday, 2 September 2025: the 1st sunday of April | {"at_month": 4, "at_week": 1, "at_weekday": 6} |
Parse English date, today is Sunday, 18 October 2026: 1 year later | {"add_years": 1} |
Parse English date, today is Sunday, 2 May 2027: tdy | {"add_days": 0} |
Parse English date, today is Thursday, 1 April 2027: ok so at 6:15 | {"at_hour": 6, "at_minute": 15} |
Parse English date, today is Monday, 3 June 2030: next week | {"add_weeks": 1} |
Parse English date, today is Monday, 2 July 2029: day after tomorrow | {"add_days": 2} |
Parse English date, today is Wednesday, 13 June 2029: HOW ABOUT JUNE 24TH | {"at_month": 6, "at_day": 24} |
Parse English date, today is Sunday, 13 February 2028: let's say the second week of this month fr | {"add_months": 0, "at_week": 2, "at_weekday": 4} |
Parse English date, today is Wednesday, 18 October 2023: let's say the last mo in Feb | {"at_month": 2, "at_week": -1, "at_weekday": 0} |
Parse English date, today is Sunday, 26 November 2028: 24 February | {"at_month": 2, "at_day": 24} |
Parse English date, today is Monday, 4 September 2028: let's say around noon at 7:30 | {"at_hour": 7, "at_minute": 30} |
Parse English date, today is Friday, 20 January 2023: about 11 o'clock sounds good | {"at_hour": 11, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Thursday, 8 February 2024: the day before yesterday | {"add_days": -2} |
Parse English date, today is Monday, 18 January 2027: at 2 o'clock if possible | {"at_hour": 2, "at_minute": 0, "is_pm_ambiguous": true} |
Parse English date, today is Tuesday, 23 August 2022: hey 25 days later | {"add_days": 25} |
Parse English date, today is Friday, 16 May 2025: last week's sa | {"add_weeks": -1, "at_weekday": 5} |
Parse English date, today is Tuesday, 6 May 2025: the end of last week | {"add_weeks": -1, "at_weekday": 5} |
Parse English date, today is Saturday, 17 February 2029: the second we of this month | {"add_months": 0, "at_week": 2, "at_weekday": 2} |
Parse English date, today is Wednesday, 20 January 2027: the coming week | {"add_weeks": 1} |
Parse English date, today is Wednesday, 19 March 2025: in 13 days | {"add_days": 13} |
Parse English date, today is Friday, 7 January 2028: on tu this week | {"add_weeks": 0, "at_weekday": 1} |
Parse English date, today is Friday, 25 November 2022: 10 minutes past 11 if possible | {"at_hour": 11, "at_minute": 10} |
Parse English date, today is Thursday, 17 September 2026: next friday | {"add_weeks": 1, "at_weekday": 4} |
Parse English date, today is Thursday, 3 April 2025: OKAY NOVEMBER 24TH OR SO | {"at_month": 11, "at_day": 24} |
Parse English date, today is Sunday, 26 March 2028: the coming week or something | {"add_weeks": 1} |
Parse English date, today is Saturday, 21 December 2030: the last wednesday of the month | {"at_week": -1, "at_weekday": 2} |
Parse English date, today is Sunday, 12 May 2024: thu | {"at_weekday": 3} |
Parse English date, today is Wednesday, 3 September 2025: this evening | {"add_days": 0, "at_hour": 19, "at_minute": 0} |
Parse English date, today is Thursday, 15 August 2030: This Month'S Second Thursday | {"add_months": 0, "at_week": 2, "at_weekday": 3} |
Parse English date, today is Sunday, 3 December 2028: before the 23rd of the month | {"add_months": 0, "at_day": 23, "is_ambiguous": true} |
Parse English date, today is Wednesday, 28 May 2025: middle of the month | {"add_months": 0, "at_day": 15} |
Parse English date, today is Friday, 16 June 2023: ok so 19 o'clock | {"at_hour": 19, "at_minute": 0} |
Parse English date, today is Saturday, 5 January 2030: this coming friday | {"at_weekday": 4} |
Parse English date, today is Tuesday, 8 May 2029: previous tue | {"add_weeks": -1, "at_weekday": 1} |
Parse English date, today is Wednesday, 20 September 2028: what about 20 to 9 | {"at_hour": 8, "at_minute": 40} |
Parse English date, today is Saturday, 15 April 2028: FIRST FRIDAY OF NEXT MONTH | {"add_months": 1, "at_week": 1, "at_weekday": 4} |
Parse English date, today is Friday, 24 March 2028: zero forty-five | {"at_hour": 0, "at_minute": 45} |
Parse English date, today is Sunday, 4 January 2026: in 8 hours please | {"add_hours": 8} |
Parse English date, today is Tuesday, 6 June 2028: next week | {"add_weeks": 1} |
Parse English date, today is Wednesday, 22 July 2026: 20 past 12 maybe | {"at_hour": 12, "at_minute": 20} |
Parse English date, today is Monday, 1 January 2029: okay the day before this friday | {"at_weekday": 3} |
Parse English date, today is Friday, 9 April 2027: 9:00 night | {"at_hour": 21, "at_minute": 0} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.