input stringlengths 52 134 | output stringlengths 15 69 |
|---|---|
Parse English date, today is Saturday, 3 March 2029: ten weeks later | {"add_weeks": 10} |
Parse English date, today is Sunday, 17 August 2025: the following week | {"add_weeks": 1} |
Parse English date, today is Saturday, 24 May 2025: tuesday this week I think | {"add_weeks": 0, "at_weekday": 1} |
Parse English date, today is Thursday, 24 November 2022: after 2 days | {"add_days": 2} |
Parse English date, today is Monday, 25 February 2030: the 14th of MARCH maybe | {"at_month": 3, "at_day": 14} |
Parse English date, today is Saturday, 5 October 2030: after eighteen days or so | {"add_days": 18} |
Parse English date, today is Friday, 10 April 2026: mo in eight weeks right | {"add_weeks": 8, "at_weekday": 0} |
Parse English date, today is Sunday, 9 January 2022: the middle of the month | {"add_months": 0, "at_day": 15} |
Parse English date, today is Wednesday, 26 September 2029: Morning Today | {"add_days": 0, "at_hour": 9, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Saturday, 7 February 2026: hmm approximately 16 o'clock if possible | {"at_hour": 16, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Monday, 15 September 2025: let's say the second wed of the month sounds good | {"at_week": 2, "at_weekday": 2} |
Parse English date, today is Monday, 26 August 2030: how about four weeks from now | {"add_weeks": 4} |
Parse English date, today is Thursday, 20 July 2028: 5 to 6 | {"at_hour": 5, "at_minute": 55} |
Parse English date, today is Sunday, 9 July 2028: THE TWENTY SEVEN OF MARCH SOUNDS GOOD | {"at_day": 27, "at_month": 3} |
Parse English date, today is Thursday, 7 June 2029: so at twenty-two | {"at_hour": 22, "at_minute": 0} |
Parse English date, today is Monday, 4 June 2029: next month's second monday please | {"add_months": 1, "at_week": 2, "at_weekday": 0} |
Parse English date, today is Thursday, 18 January 2024: by the 5th of the month right | {"add_months": 0, "at_day": 5, "is_ambiguous": true} |
Parse English date, today is Monday, 21 August 2028: eleven ten I think | {"at_hour": 11, "at_minute": 10} |
Parse English date, today is Sunday, 17 May 2026: in fifty mins | {"add_minutes": 50} |
Parse English date, today is Wednesday, 12 April 2028: evening tomorrow or something | {"add_days": 1, "at_hour": 19, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Sunday, 12 July 2026: The Day After Tomorrow | {"add_days": 2} |
Parse English date, today is Saturday, 25 August 2029: BY THIS MO | {"at_weekday": 0, "is_ambiguous": true} |
Parse English date, today is Tuesday, 26 March 2024: this month's middle | {"add_months": 0, "at_day": 15} |
Parse English date, today is Thursday, 10 August 2028: WELL QUARTER PAST 22 | {"at_hour": 22, "at_minute": 15} |
Parse English date, today is Friday, 14 August 2026: In Twenty-Five Minutes I Guess | {"add_minutes": 25} |
Parse English date, today is Tuesday, 3 November 2026: SATURDAY AFTERNOON AT 4 OR SO | {"at_weekday": 5, "at_hour": 16, "at_minute": 0} |
Parse English date, today is Sunday, 27 July 2025: 15 to 3 | {"at_hour": 2, "at_minute": 45} |
Parse English date, today is Tuesday, 28 May 2024: in twenty-five min or so | {"add_minutes": 25} |
Parse English date, today is Monday, 28 April 2025: midday day after tomorrow | {"add_days": 2, "at_hour": 12, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Saturday, 23 June 2029: twenty-four days later | {"add_days": 24} |
Parse English date, today is Wednesday, 18 December 2030: 20 o'clock | {"at_hour": 20, "at_minute": 0} |
Parse English date, today is Thursday, 14 September 2028: 9 Weeks Ago | {"add_weeks": -9} |
Parse English date, today is Sunday, 18 August 2024: day after tmrw | {"add_days": 2} |
Parse English date, today is Tuesday, 14 August 2029: remind me at 12:15 | {"at_hour": 12, "at_minute": 15, "is_pm_ambiguous": true} |
Parse English date, today is Tuesday, 15 June 2027: this week's wednesday | {"add_weeks": 0, "at_weekday": 2} |
Parse English date, today is Wednesday, 18 July 2029: The Day After Mo Please | {"at_weekday": 1} |
Parse English date, today is Thursday, 19 April 2029: seven or something | {"at_hour": 7, "at_minute": 0} |
Parse English date, today is Friday, 18 July 2025: before the 1st of the month | {"add_months": 0, "at_day": 1, "is_ambiguous": true} |
Parse English date, today is Wednesday, 14 February 2024: schedule for 10 months from now | {"add_months": 10} |
Parse English date, today is Friday, 1 July 2022: the second tue of apr | {"at_month": 4, "at_week": 2, "at_weekday": 1} |
Parse English date, today is Monday, 25 July 2022: fifty-five mins ago | {"add_minutes": -55} |
Parse English date, today is Thursday, 22 January 2026: SEPTEMBER 24th | {"at_month": 9, "at_day": 24} |
Parse English date, today is Saturday, 14 September 2030: last sat of next month | {"add_months": 1, "at_week": -1, "at_weekday": 5} |
Parse English date, today is Sunday, 18 September 2022: noon at 2:30 | {"at_hour": 14, "at_minute": 30} |
Parse English date, today is Saturday, 24 August 2024: beginning of this week | {"add_weeks": 0, "at_weekday": 0} |
Parse English date, today is Wednesday, 6 April 2022: YESTERDAY I GUESS | {"add_days": -1} |
Parse English date, today is Sunday, 26 December 2027: tomorow probably | {"add_days": 1} |
Parse English date, today is Monday, 19 March 2029: 2 days after next week's thursday | {"add_weeks": 1, "at_weekday": 3, "add_days": 2} |
Parse English date, today is Tuesday, 28 August 2029: 25 to 3 | {"at_hour": 2, "at_minute": 35} |
Parse English date, today is Saturday, 9 November 2030: hmm this coming friday | {"at_weekday": 4} |
Parse English date, today is Thursday, 18 May 2023: OCT 9th or so | {"at_month": 10, "at_day": 9} |
Parse English date, today is Friday, 14 April 2023: the 3rd week of next month wed i guess | {"add_months": 1, "at_week": 3, "at_weekday": 2} |
Parse English date, today is Monday, 20 February 2023: 8:30 AM I guess | {"at_hour": 8, "at_minute": 30} |
Parse English date, today is Sunday, 22 July 2029: um day after tmrw | {"add_days": 2} |
Parse English date, today is Thursday, 22 June 2023: quarter to 13 or so | {"at_hour": 12, "at_minute": 45, "is_pm_ambiguous": true} |
Parse English date, today is Wednesday, 22 March 2028: next week wed | {"add_weeks": 1, "at_weekday": 2} |
Parse English date, today is Saturday, 24 February 2029: okay the following week | {"add_weeks": 1} |
Parse English date, today is Thursday, 19 December 2024: hmm on the 2nd i guess | {"add_months": 1, "at_day": 2} |
Parse English date, today is Sunday, 27 March 2022: ystrday | {"add_days": -1} |
Parse English date, today is Wednesday, 3 July 2024: coming sunday | {"at_weekday": 6} |
Parse English date, today is Sunday, 21 February 2027: at sixteen forty | {"at_hour": 16, "at_minute": 40} |
Parse English date, today is Friday, 5 June 2026: A DAYS AFTER THIS THURSDAY SOUNDS GOOD | {"add_weeks": 0, "at_weekday": 3, "add_days": 1} |
Parse English date, today is Friday, 17 April 2026: eight hours from now | {"add_hours": 8} |
Parse English date, today is Monday, 21 February 2022: OK SO TWENTY SIX DAYS AGO | {"add_days": -26} |
Parse English date, today is Thursday, 19 October 2023: the 3rd thursday of february I think | {"at_month": 2, "at_week": 3, "at_weekday": 3} |
Parse English date, today is Monday, 17 January 2028: remind me the day before tuesday | {"at_weekday": 0} |
Parse English date, today is Monday, 22 May 2028: START OF LAST WEEK IF POSSIBLE | {"add_weeks": -1, "at_weekday": 0} |
Parse English date, today is Saturday, 7 December 2030: Hmm Last Month'S 2Nd Fr Or So | {"add_months": -1, "at_week": 2, "at_weekday": 4} |
Parse English date, today is Saturday, 25 March 2023: in the morning thursday at 9 | {"at_weekday": 3, "at_hour": 9, "at_minute": 0} |
Parse English date, today is Friday, 3 April 2026: 15 to 1 | {"at_hour": 12, "at_minute": 45} |
Parse English date, today is Thursday, 20 January 2022: the week ahead or something | {"add_weeks": 1} |
Parse English date, today is Saturday, 7 May 2022: the 20th of last month | {"add_months": -1, "at_day": 20} |
Parse English date, today is Thursday, 27 August 2026: okay two days later or so | {"add_days": 2} |
Parse English date, today is Tuesday, 3 June 2025: ten to 1 | {"at_hour": 0, "at_minute": 50} |
Parse English date, today is Friday, 14 April 2023: next month's second su if possible | {"add_months": 1, "at_week": 2, "at_weekday": 6} |
Parse English date, today is Thursday, 24 November 2022: like before this tue | {"at_weekday": 1, "is_ambiguous": true} |
Parse English date, today is Friday, 19 May 2028: like eleven fifty-nine | {"at_hour": 11, "at_minute": 59} |
Parse English date, today is Friday, 19 April 2030: okay 24th Jan 2022 | {"at_day": 24, "at_month": 1, "at_year": 2022} |
Parse English date, today is Tuesday, 23 January 2029: I think in seven weeks on sunday | {"add_weeks": 7, "at_weekday": 6} |
Parse English date, today is Wednesday, 11 October 2028: mid-month | {"add_months": 0, "at_day": 15} |
Parse English date, today is Sunday, 4 August 2024: next months second wed | {"add_months": 1, "at_week": 2, "at_weekday": 2} |
Parse English date, today is Friday, 16 May 2025: 1 DAY BEFORE NEXT WEEK'S SUNDAY | {"add_weeks": 1, "at_weekday": 6, "add_days": -1} |
Parse English date, today is Saturday, 1 January 2028: like last wednesday | {"add_weeks": -1, "at_weekday": 2} |
Parse English date, today is Friday, 26 September 2025: SAT IN ONE WEEK | {"add_weeks": 1, "at_weekday": 5} |
Parse English date, today is Wednesday, 26 July 2028: previous thurs | {"add_weeks": -1, "at_weekday": 3} |
Parse English date, today is Friday, 27 August 2027: today morning maybe | {"add_days": 0, "at_hour": 9, "at_minute": 0} |
Parse English date, today is Sunday, 28 April 2024: May 10 | {"at_month": 5, "at_day": 10} |
Parse English date, today is Monday, 5 December 2022: TWO DAYS LATER | {"add_days": 2} |
Parse English date, today is Monday, 14 March 2022: schedule for one week from now on mon | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Sunday, 14 April 2024: 25 till 10 | {"at_hour": 9, "at_minute": 35} |
Parse English date, today is Tuesday, 12 December 2028: the day after tomorrow | {"add_days": 2} |
Parse English date, today is Saturday, 15 September 2029: mo at 2 afternoon | {"at_weekday": 0, "at_hour": 14, "at_minute": 0} |
Parse English date, today is Monday, 8 July 2030: wednesday in 7 weeks | {"add_weeks": 7, "at_weekday": 2} |
Parse English date, today is Tuesday, 15 May 2029: maybe by the 10th of the month | {"add_months": 0, "at_day": 10, "is_ambiguous": true} |
Parse English date, today is Friday, 12 July 2024: this week's start | {"add_weeks": 0, "at_weekday": 0} |
Parse English date, today is Wednesday, 15 May 2024: like 20 min from now | {"add_minutes": 20} |
Parse English date, today is Tuesday, 17 December 2024: seventeen days ago | {"add_days": -17} |
Parse English date, today is Friday, 13 February 2026: 20 mins ago | {"add_minutes": -20} |
Parse English date, today is Wednesday, 27 November 2030: let's say 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 August 2025: day after tomorrow in the afternoon or so | {"add_days": 2, "at_hour": 15, "at_minute": 0, "is_ambiguous": true} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.