input stringlengths 52 134 | output stringlengths 15 69 |
|---|---|
Parse English date, today is Thursday, 26 May 2022: the week after this one | {"add_weeks": 1} |
Parse English date, today is Friday, 4 August 2023: 15 February | {"at_month": 2, "at_day": 15} |
Parse English date, today is Thursday, 20 November 2025: 6 hours from now | {"add_hours": 6} |
Parse English date, today is Sunday, 11 April 2027: um ten past 8 | {"at_hour": 8, "at_minute": 10} |
Parse English date, today is Thursday, 20 November 2025: maybe a day after this tue | {"at_weekday": 2} |
Parse English date, today is Thursday, 15 May 2025: Maybe The Week Ahead | {"add_weeks": 1} |
Parse English date, today is Sunday, 16 October 2022: let's say this day | {"add_days": 0} |
Parse English date, today is Friday, 21 December 2029: hey August 26 | {"at_month": 8, "at_day": 26} |
Parse English date, today is Tuesday, 5 September 2028: next month's beginning | {"add_months": 1, "at_day": 1} |
Parse English date, today is Sunday, 12 August 2029: five months, two weeks and fourteen days later | {"add_months": 5, "add_weeks": 2, "add_days": 14} |
Parse English date, today is Thursday, 4 October 2029: hey a year later | {"add_years": 1} |
Parse English date, today is Saturday, 22 June 2030: okay a day after fri | {"at_weekday": 5} |
Parse English date, today is Tuesday, 15 January 2030: Near 6 | {"at_hour": 6, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Saturday, 25 March 2023: LAST MONTH'S 5TH THURSDAY | {"add_months": -1, "at_week": 5, "at_weekday": 3} |
Parse English date, today is Thursday, 25 January 2024: hey 2:30 AM | {"at_hour": 2, "at_minute": 30} |
Parse English date, today is Sunday, 25 June 2028: the three of dec | {"at_day": 3, "at_month": 12} |
Parse English date, today is Monday, 28 August 2028: at night today please | {"add_days": 0, "at_hour": 22, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Friday, 24 April 2026: the end of last week | {"add_weeks": -1, "at_weekday": 5} |
Parse English date, today is Monday, 21 March 2022: hmm quarter to 5 AM | {"at_hour": 4, "at_minute": 45} |
Parse English date, today is Thursday, 7 January 2027: I think in 2 days | {"add_days": 2} |
Parse English date, today is Saturday, 22 April 2023: in four weeks on wednesday | {"add_weeks": 4, "at_weekday": 2} |
Parse English date, today is Monday, 11 May 2026: NEAR 15 | {"at_hour": 15, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Tuesday, 22 September 2026: fifteen minutes from now | {"add_minutes": 15} |
Parse English date, today is Thursday, 7 February 2030: THE START OF THIS WEEK OR SO | {"add_weeks": 0, "at_weekday": 0} |
Parse English date, today is Wednesday, 28 October 2026: well upcoming friday | {"at_weekday": 4} |
Parse English date, today is Monday, 15 December 2025: 2:45 PM | {"at_hour": 14, "at_minute": 45} |
Parse English date, today is Saturday, 14 December 2024: this month's 1st monday | {"add_months": 0, "at_week": 1, "at_weekday": 0} |
Parse English date, today is Wednesday, 1 November 2023: in one hour | {"add_hours": 1} |
Parse English date, today is Saturday, 11 October 2025: midday today | {"add_days": 0, "at_hour": 12, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Friday, 1 March 2024: on the 21st of previous month probably | {"add_months": -1, "at_day": 21} |
Parse English date, today is Monday, 10 May 2027: two days ago | {"add_days": -2} |
Parse English date, today is Sunday, 20 January 2030: next week's friday | {"add_weeks": 1, "at_weekday": 4} |
Parse English date, today is Sunday, 21 April 2030: four weeks from now mon I think | {"add_weeks": 4, "at_weekday": 0} |
Parse English date, today is Sunday, 28 October 2029: 11 weeks later | {"add_weeks": 11} |
Parse English date, today is Friday, 13 June 2025: okay last week's sun probably | {"add_weeks": -1, "at_weekday": 6} |
Parse English date, today is Friday, 23 September 2022: thirteen Aug | {"at_day": 13, "at_month": 8} |
Parse English date, today is Tuesday, 1 June 2027: the 20th | {"add_months": 0, "at_day": 20} |
Parse English date, today is Monday, 23 November 2026: day after tomorrow | {"add_days": 2} |
Parse English date, today is Friday, 1 December 2023: hey middle of last month | {"add_months": -1, "at_day": 15} |
Parse English date, today is Sunday, 15 December 2030: thu 7 AM | {"at_weekday": 3, "at_hour": 7, "at_minute": 0} |
Parse English date, today is Thursday, 25 November 2027: before the 28th of next month | {"add_months": 1, "at_day": 28, "is_ambiguous": true} |
Parse English date, today is Tuesday, 13 May 2025: PREVIOUS TUES | {"add_weeks": -1, "at_weekday": 1} |
Parse English date, today is Thursday, 20 December 2029: twelve months ago | {"add_months": -12} |
Parse English date, today is Friday, 22 May 2026: THIS MONTH'S 19TH | {"add_months": 0, "at_day": 19} |
Parse English date, today is Tuesday, 3 February 2026: maybe day after tomorrow | {"add_days": 2} |
Parse English date, today is Thursday, 16 August 2029: hmm tonight | {"add_days": 0, "at_hour": 22, "at_minute": 0} |
Parse English date, today is Wednesday, 6 October 2027: at eight twenty | {"at_hour": 8, "at_minute": 20} |
Parse English date, today is Friday, 26 November 2027: the first mon of mar sounds good | {"at_month": 3, "at_week": 1, "at_weekday": 0} |
Parse English date, today is Thursday, 25 November 2027: like at night at 2 | {"at_hour": 2, "at_minute": 0} |
Parse English date, today is Saturday, 3 March 2029: around the middle of the month | {"add_months": 0, "at_day": 15} |
Parse English date, today is Monday, 6 July 2026: jun 14th, 2025 | {"at_day": 14, "at_month": 6, "at_year": 2025} |
Parse English date, today is Sunday, 3 January 2027: oct 3 | {"at_month": 10, "at_day": 3} |
Parse English date, today is Thursday, 1 September 2022: 14 SEPTEMBER 2030 | {"at_day": 14, "at_month": 9, "at_year": 2030} |
Parse English date, today is Wednesday, 14 August 2024: HMM THE 3RD THU OF LST MONTH | {"add_months": -1, "at_week": 3, "at_weekday": 3} |
Parse English date, today is Tuesday, 9 May 2028: at approximately 20 | {"at_hour": 20, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Wednesday, 28 March 2029: fri last week | {"add_weeks": -1, "at_weekday": 4} |
Parse English date, today is Saturday, 28 May 2022: Previous Sunday | {"add_weeks": -1, "at_weekday": 6} |
Parse English date, today is Friday, 24 February 2023: nine weeks ago | {"add_weeks": -9} |
Parse English date, today is Wednesday, 28 June 2023: half past 1 midday | {"at_hour": 13, "at_minute": 30} |
Parse English date, today is Thursday, 12 June 2025: at 3 at night | {"at_hour": 3, "at_minute": 0} |
Parse English date, today is Saturday, 8 September 2029: 1st 3 2030 probably | {"at_day": 1, "at_month": 3, "at_year": 2030} |
Parse English date, today is Tuesday, 1 February 2022: so at 12 on fri | {"at_weekday": 4, "at_hour": 12, "at_minute": 0} |
Parse English date, today is Monday, 26 November 2029: at 15:30 | {"at_hour": 15, "at_minute": 30} |
Parse English date, today is Wednesday, 8 March 2028: third sunday | {"at_week": 3, "at_weekday": 6} |
Parse English date, today is Saturday, 9 March 2030: the day before this wed maybe | {"at_weekday": 1} |
Parse English date, today is Tuesday, 23 January 2024: 10 to 10 | {"at_hour": 9, "at_minute": 50} |
Parse English date, today is Tuesday, 27 May 2025: 4 SEPT | {"at_month": 9, "at_day": 4} |
Parse English date, today is Thursday, 3 September 2026: hey 16th of February, 2023 | {"at_day": 16, "at_month": 2, "at_year": 2023} |
Parse English date, today is Sunday, 8 July 2029: the week after this one | {"add_weeks": 1} |
Parse English date, today is Friday, 7 September 2029: 25 jan | {"at_month": 1, "at_day": 25} |
Parse English date, today is Saturday, 4 April 2026: hmm last month's second tu | {"add_months": -1, "at_week": 2, "at_weekday": 1} |
Parse English date, today is Wednesday, 10 June 2026: th at night at 3 | {"at_weekday": 3, "at_hour": 3, "at_minute": 0} |
Parse English date, today is Monday, 13 July 2026: TUES OF THE THIRD WEEK OF NEXT MONTH | {"add_months": 1, "at_week": 3, "at_weekday": 1} |
Parse English date, today is Monday, 23 November 2026: 5 before 2 | {"at_hour": 1, "at_minute": 55} |
Parse English date, today is Friday, 4 August 2023: this month's 2nd th or so | {"add_months": 0, "at_week": 2, "at_weekday": 3} |
Parse English date, today is Monday, 15 April 2030: last month's middle | {"add_months": -1, "at_day": 15} |
Parse English date, today is Monday, 18 November 2030: 2 weeks and sixteen days from now please | {"add_weeks": 2, "add_days": 16} |
Parse English date, today is Saturday, 12 August 2028: three weeks from now tue | {"add_weeks": 3, "at_weekday": 1} |
Parse English date, today is Friday, 21 January 2028: Fifteen Fifty | {"at_hour": 15, "at_minute": 50} |
Parse English date, today is Tuesday, 21 August 2029: nine months from now | {"add_months": 9} |
Parse English date, today is Tuesday, 1 February 2022: next mo | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Thursday, 26 December 2024: okay quarter to 4 | {"at_hour": 3, "at_minute": 45} |
Parse English date, today is Friday, 23 February 2029: hmm sat in four weeks probably | {"add_weeks": 4, "at_weekday": 5} |
Parse English date, today is Monday, 23 March 2026: the last sunday of this month | {"add_months": 0, "at_week": -1, "at_weekday": 6} |
Parse English date, today is Wednesday, 6 March 2024: twenty-five min from now | {"add_minutes": 25} |
Parse English date, today is Wednesday, 16 March 2022: the 3rd we in March | {"at_month": 3, "at_week": 3, "at_weekday": 2} |
Parse English date, today is Monday, 12 June 2023: one hour from now | {"add_hours": 1} |
Parse English date, today is Thursday, 1 February 2029: the coming sa | {"at_weekday": 5} |
Parse English date, today is Monday, 20 May 2030: Aug's 3rd friday if possible | {"at_month": 8, "at_week": 3, "at_weekday": 4} |
Parse English date, today is Monday, 10 April 2028: approximately 7 o'clock | {"at_hour": 7, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Thursday, 25 February 2027: WHAT ABOUT 5 MINUTES PAST 9 | {"at_hour": 9, "at_minute": 5} |
Parse English date, today is Monday, 18 January 2027: on we this week | {"add_weeks": 0, "at_weekday": 2} |
Parse English date, today is Thursday, 24 November 2022: tomorrow | {"add_days": 1} |
Parse English date, today is Monday, 10 June 2024: the second wednesday | {"at_week": 2, "at_weekday": 2} |
Parse English date, today is Wednesday, 19 May 2027: twelve days later | {"add_days": 12} |
Parse English date, today is Friday, 4 October 2030: a year ago | {"add_years": -1} |
Parse English date, today is Monday, 24 April 2023: in two days | {"add_days": 2} |
Parse English date, today is Monday, 1 May 2023: 5 minutes to 1 | {"at_hour": 12, "at_minute": 55} |
Parse English date, today is Monday, 4 November 2024: the twelve of june | {"at_day": 12, "at_month": 6} |
Parse English date, today is Saturday, 9 September 2023: schedule for this week thursday | {"add_weeks": 0, "at_weekday": 3} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.