input stringlengths 52 134 | output stringlengths 15 69 |
|---|---|
Parse English date, today is Sunday, 25 March 2029: um jan nine probably | {"at_day": 9, "at_month": 1} |
Parse English date, today is Friday, 2 October 2026: on the 3rd | {"add_months": 0, "at_day": 3} |
Parse English date, today is Friday, 17 May 2030: hey saturday of the fourth week of next month | {"add_months": 1, "at_week": 4, "at_weekday": 5} |
Parse English date, today is Friday, 21 December 2029: like the first wednesday | {"at_week": 1, "at_weekday": 2} |
Parse English date, today is Sunday, 15 April 2029: at 5 this evening | {"at_hour": 17, "at_minute": 0} |
Parse English date, today is Wednesday, 25 June 2025: coming we right | {"at_weekday": 2} |
Parse English date, today is Saturday, 14 September 2024: yesterday in the evening probably | {"add_days": -1, "at_hour": 19, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Friday, 27 October 2028: in thirty mins | {"add_minutes": 30} |
Parse English date, today is Wednesday, 4 June 2025: like the second week of next month thu | {"add_months": 1, "at_week": 2, "at_weekday": 3} |
Parse English date, today is Monday, 16 September 2024: Four Years Ago | {"add_years": -4} |
Parse English date, today is Tuesday, 15 November 2022: 11 days from now | {"add_days": 11} |
Parse English date, today is Tuesday, 13 June 2023: 45 MINS AGO PLEASE | {"add_minutes": -45} |
Parse English date, today is Thursday, 24 October 2024: the 9th of june | {"at_month": 6, "at_day": 9} |
Parse English date, today is Friday, 14 January 2022: like the day after tomorrow I guess | {"add_days": 2} |
Parse English date, today is Tuesday, 15 February 2022: eleven thirty | {"at_hour": 11, "at_minute": 30} |
Parse English date, today is Sunday, 16 January 2022: fri of the 2nd week of last month | {"add_months": -1, "at_week": 2, "at_weekday": 4} |
Parse English date, today is Thursday, 5 June 2025: thirty after 6 | {"at_hour": 6, "at_minute": 30} |
Parse English date, today is Friday, 1 March 2024: the coming su sounds good | {"at_weekday": 6} |
Parse English date, today is Tuesday, 5 July 2022: hey the middle of the month | {"add_months": 0, "at_day": 15} |
Parse English date, today is Wednesday, 14 April 2027: okay this week's monday | {"add_weeks": 0, "at_weekday": 0} |
Parse English date, today is Thursday, 13 June 2024: in 11 weeks | {"add_weeks": 11} |
Parse English date, today is Tuesday, 17 October 2028: five fifteen | {"at_hour": 5, "at_minute": 15} |
Parse English date, today is Saturday, 24 July 2027: sat | {"at_weekday": 5} |
Parse English date, today is Sunday, 3 May 2026: 5 months ago | {"add_months": -5} |
Parse English date, today is Monday, 20 September 2027: approximately 3 | {"at_hour": 3, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Saturday, 24 June 2028: how about 2 days after next week Tuesday | {"add_weeks": 1, "at_weekday": 1, "add_days": 2} |
Parse English date, today is Wednesday, 26 March 2025: hmm 6 days ago | {"add_days": -6} |
Parse English date, today is Saturday, 22 January 2022: I THINK 3:00 PM | {"at_hour": 15, "at_minute": 0} |
Parse English date, today is Saturday, 18 June 2022: how about August 24th | {"at_month": 8, "at_day": 24} |
Parse English date, today is Wednesday, 10 October 2029: three months later please | {"add_months": 3} |
Parse English date, today is Friday, 20 March 2026: um 7:15 AM | {"at_hour": 7, "at_minute": 15} |
Parse English date, today is Friday, 9 June 2028: late tonight | {"add_days": 0, "at_hour": 22, "at_minute": 0} |
Parse English date, today is Sunday, 11 December 2022: at about 2 sounds good | {"at_hour": 2, "at_minute": 0, "is_approximate": true} |
Parse English date, today is Tuesday, 9 May 2028: the middle of last month | {"add_months": -1, "at_day": 15} |
Parse English date, today is Friday, 28 June 2030: THU THIS EVENING AT 8 OR SO | {"at_weekday": 3, "at_hour": 20, "at_minute": 0} |
Parse English date, today is Wednesday, 17 May 2023: 7:15 PM | {"at_hour": 19, "at_minute": 15} |
Parse English date, today is Tuesday, 15 April 2025: the week ahead | {"add_weeks": 1} |
Parse English date, today is Friday, 25 March 2022: ten min ago | {"add_minutes": -10} |
Parse English date, today is Tuesday, 10 April 2029: on sunday this week | {"add_weeks": 0, "at_weekday": 6} |
Parse English date, today is Monday, 26 June 2023: in the evening today please | {"add_days": 0, "at_hour": 19, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Friday, 1 May 2026: hey the beginning of next week | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Sunday, 16 July 2028: in two weeks on su | {"add_weeks": 2, "at_weekday": 6} |
Parse English date, today is Sunday, 1 August 2027: 15 min from now | {"add_minutes": 15} |
Parse English date, today is Thursday, 9 May 2024: mar 14th | {"at_month": 3, "at_day": 14} |
Parse English date, today is Wednesday, 9 June 2027: HOW ABOUT BEGINNING OF NEXT WEEK | {"add_weeks": 1, "at_weekday": 0} |
Parse English date, today is Monday, 18 May 2026: I think three weeks from now wednesday if possible | {"add_weeks": 3, "at_weekday": 2} |
Parse English date, today is Friday, 7 October 2022: 10 past 10 | {"at_hour": 10, "at_minute": 10} |
Parse English date, today is Thursday, 13 December 2029: Fifteen Min Ago | {"add_minutes": -15} |
Parse English date, today is Thursday, 9 January 2025: on mon | {"at_weekday": 0} |
Parse English date, today is Thursday, 14 January 2027: end of last week maybe | {"add_weeks": -1, "at_weekday": 4} |
Parse English date, today is Sunday, 18 February 2024: YESTERDAY PLEASE | {"add_days": -1} |
Parse English date, today is Monday, 4 January 2027: two years, three months and three weeks later | {"add_years": 2, "add_months": 3, "add_weeks": 3} |
Parse English date, today is Saturday, 24 August 2024: august start | {"at_month": 8, "at_day": 1} |
Parse English date, today is Wednesday, 4 March 2026: the following week | {"add_weeks": 1} |
Parse English date, today is Tuesday, 16 January 2029: day after tmrw | {"add_days": 2} |
Parse English date, today is Saturday, 10 January 2026: remind me next week | {"add_weeks": 1} |
Parse English date, today is Wednesday, 21 November 2029: THE COMING SUN OR SO | {"at_weekday": 6} |
Parse English date, today is Wednesday, 16 July 2025: tmr | {"add_days": 1} |
Parse English date, today is Tuesday, 10 June 2025: like on tuesday | {"at_weekday": 1} |
Parse English date, today is Tuesday, 15 October 2024: ok so end of next month | {"add_months": 1, "end_of_month": true} |
Parse English date, today is Wednesday, 1 September 2027: remind me two days from now | {"add_days": 2} |
Parse English date, today is Monday, 28 February 2028: THIS WEEK'S START MAYBE | {"add_weeks": 0, "at_weekday": 0} |
Parse English date, today is Friday, 9 November 2029: in 2 days | {"add_days": 2} |
Parse English date, today is Sunday, 1 March 2026: january 20 probably | {"at_month": 1, "at_day": 20} |
Parse English date, today is Wednesday, 7 January 2026: evening day after tomorrow | {"add_days": 2, "at_hour": 19, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Tuesday, 9 April 2024: after five days | {"add_days": 5} |
Parse English date, today is Friday, 20 July 2029: at one forty-five | {"at_hour": 1, "at_minute": 45} |
Parse English date, today is Monday, 7 September 2026: 10 hours from now | {"add_hours": 10} |
Parse English date, today is Wednesday, 3 July 2030: this weekend at 13 o'clock | {"add_weeks": 0, "at_weekday": 6, "at_hour": 13, "at_minute": 0} |
Parse English date, today is Saturday, 3 April 2027: MAY 9 | {"at_month": 5, "at_day": 9} |
Parse English date, today is Wednesday, 19 January 2028: beginning of this week | {"add_weeks": 0, "at_weekday": 0} |
Parse English date, today is Wednesday, 16 June 2027: the day after mon | {"at_weekday": 1} |
Parse English date, today is Wednesday, 14 July 2027: five AUG | {"at_day": 5, "at_month": 8} |
Parse English date, today is Tuesday, 26 February 2030: Schedule For Last Week'S Start | {"add_weeks": -1, "at_weekday": 0} |
Parse English date, today is Sunday, 19 February 2023: schedule for this week saturday or something | {"add_weeks": 0, "at_weekday": 5} |
Parse English date, today is Thursday, 23 October 2025: hmm before the 25th of this month | {"add_months": 0, "at_day": 25, "is_ambiguous": true} |
Parse English date, today is Tuesday, 13 February 2029: 28 days from now | {"add_days": 28} |
Parse English date, today is Sunday, 10 March 2030: DAY AFTER TMRW | {"add_days": 2} |
Parse English date, today is Monday, 27 July 2026: well may's first sa please | {"at_month": 5, "at_week": 1, "at_weekday": 5} |
Parse English date, today is Saturday, 13 July 2030: fri next week | {"add_weeks": 1, "at_weekday": 4} |
Parse English date, today is Thursday, 13 March 2025: day after tomorrow this evening I guess | {"add_days": 2, "at_hour": 19, "at_minute": 0, "is_ambiguous": true} |
Parse English date, today is Tuesday, 1 July 2025: at 9:45 I think | {"at_hour": 9, "at_minute": 45} |
Parse English date, today is Thursday, 20 September 2029: maybe in two hours right | {"add_hours": 2} |
Parse English date, today is Monday, 23 December 2024: Next Week | {"add_weeks": 1} |
Parse English date, today is Sunday, 25 October 2026: Fifteen Ten | {"at_hour": 15, "at_minute": 10} |
Parse English date, today is Monday, 6 February 2023: in 15 days | {"add_days": 15} |
Parse English date, today is Sunday, 28 November 2027: this coming mon | {"at_weekday": 0} |
Parse English date, today is Saturday, 27 May 2028: by next sunday | {"at_weekday": 6, "is_ambiguous": true, "add_weeks": 1} |
Parse English date, today is Friday, 27 October 2028: well last week's sun | {"add_weeks": -1, "at_weekday": 6} |
Parse English date, today is Wednesday, 6 April 2022: WHAT ABOUT LAST MONTH'S SECOND SUNDAY | {"add_months": -1, "at_week": 2, "at_weekday": 6} |
Parse English date, today is Saturday, 11 May 2024: after 24 days probably | {"add_days": 24} |
Parse English date, today is Sunday, 1 September 2030: how about the second sa probably | {"at_week": 2, "at_weekday": 5} |
Parse English date, today is Tuesday, 22 September 2026: a quarter to 1 | {"at_hour": 0, "at_minute": 45} |
Parse English date, today is Tuesday, 7 May 2024: this coming monday | {"at_weekday": 0} |
Parse English date, today is Wednesday, 6 March 2024: um on thu | {"at_weekday": 3} |
Parse English date, today is Sunday, 21 October 2029: saturday next week | {"add_weeks": 1, "at_weekday": 5} |
Parse English date, today is Wednesday, 20 October 2027: maybe six hours ago please | {"add_hours": -6} |
Parse English date, today is Sunday, 7 August 2022: 20 minutes to 9 | {"at_hour": 8, "at_minute": 40} |
Parse English date, today is Saturday, 28 January 2023: this night right | {"add_days": 0, "at_hour": 22, "at_minute": 0} |
Parse English date, today is Saturday, 4 January 2025: Day Before This Mo Or Something | {"at_weekday": 6} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.