inputs
stringlengths
866
1.42k
targets
stringlengths
13
2.79k
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? DateTime search phrase 23.04.2022 14:55
"Results": [ { "Text": "23.04.2022 14:55", "Start": 23, "End": 39, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2022-04-23T14:55", "type": "datetime", "value": "2022-04-23 14:55:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? DateTime search phrase 23.04.2022 14:55 30.04.2022 12:04
"Results": [ { "Text": "23.04.2022 14:55", "Start": 23, "End": 39, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2022-04-23T14:55", "type": "datetime", "value": "2022-04-23 14:55:00" } ] } }, { "Text": "30.04.2022 12:04", "Start": 40, "End": 56, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2022-04-30T12:04", "type": "datetime", "value": "2022-04-30 12:04:00" }, { "timex": "2022-04-30T00:04", "type": "datetime", "value": "2022-04-30 00:04:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? DateTime search phrase 23.04.2022 14:55 30.04.2022 12:04 some text 2020
"Results": [ { "Text": "23.04.2022 14:55", "Start": 23, "End": 39, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2022-04-23T14:55", "type": "datetime", "value": "2022-04-23 14:55:00" } ] } }, { "Text": "30.04.2022 12:04", "Start": 40, "End": 56, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2022-04-30T12:04", "type": "datetime", "value": "2022-04-30 12:04:00" }, { "timex": "2022-04-30T00:04", "type": "datetime", "value": "2022-04-30 00:04:00" } ] } }, { "Text": "2020", "Start": 67, "End": 71, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2020", "type": "daterange", "start": "2020-01-01", "end": "2021-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off april 9th through 17th
"Results": [ { "Text": "april 9th through 17th", "Start": 9, "End": 31, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2016-04-09", "end": "2016-04-17" }, { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2017-04-09", "end": "2017-04-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off april ninth through seventeenth
"Results": [ { "Text": "april ninth through seventeenth", "Start": 9, "End": 40, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2016-04-09", "end": "2016-04-17" }, { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2017-04-09", "end": "2017-04-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off april ninth through 17th
"Results": [ { "Text": "april ninth through 17th", "Start": 9, "End": 33, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2016-04-09", "end": "2016-04-17" }, { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2017-04-09", "end": "2017-04-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off april 9th through seventeenth
"Results": [ { "Text": "april 9th through seventeenth", "Start": 9, "End": 38, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2016-04-09", "end": "2016-04-17" }, { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2017-04-09", "end": "2017-04-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off from ninth till seventeenth of april
"Results": [ { "Text": "from ninth till seventeenth of april", "Start": 9, "End": 45, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2016-04-09", "end": "2016-04-17" }, { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2017-04-09", "end": "2017-04-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off between ninth and seventeenth of april
"Results": [ { "Text": "between ninth and seventeenth of april", "Start": 9, "End": 47, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2016-04-09", "end": "2016-04-17" }, { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2017-04-09", "end": "2017-04-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off between the ninth and the seventeenth of april
"Results": [ { "Text": "between the ninth and the seventeenth of april", "Start": 9, "End": 55, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2016-04-09", "end": "2016-04-17" }, { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2017-04-09", "end": "2017-04-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off from april the ninth till the seventeenth
"Results": [ { "Text": "from april the ninth till the seventeenth", "Start": 9, "End": 50, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2016-04-09", "end": "2016-04-17" }, { "timex": "(XXXX-04-09,XXXX-04-17,P8D)", "type": "daterange", "start": "2017-04-09", "end": "2017-04-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off from april twenty-seventh to the third
"Results": [ { "Text": "from april twenty-seventh to the third", "Start": 9, "End": 47, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-04-27,XXXX-05-03,P6D)", "type": "daterange", "start": "2016-04-27", "end": "2016-05-03" }, { "timex": "(XXXX-04-27,XXXX-05-03,P6D)", "type": "daterange", "start": "2017-04-27", "end": "2017-05-03" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? i am off from the twenty-seventh to the third of april
"Results": [ { "Text": "from the twenty-seventh to the third of april", "Start": 9, "End": 54, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-XX-27,XXXX-04-03,P158D)", "type": "daterange", "start": "2016-10-27", "end": "2017-04-03" }, { "timex": "(XXXX-XX-27,XXXX-04-03,P127D)", "type": "daterange", "start": "2016-11-27", "end": "2017-04-03" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? schedule me a 1:1 on monday
"Results": [ { "Text": "monday", "Start": 21, "End": 27, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-1", "type": "date", "value": "2016-10-31" }, { "timex": "XXXX-WXX-1", "type": "date", "value": "2016-11-07" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? This screen has a 4:3 aspect ratio.
"Results": []
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll be back 7:56:30 am
"Results": [ { "Text": "7:56:30 am", "Start": 13, "End": 23, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T07:56:30", "type": "time", "value": "07:56:30" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? It's 20 min past eight in the evening
"Results": [ { "Text": "20 min past eight in the evening", "Start": 5, "End": 37, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T20:20", "type": "time", "value": "20:20:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll be back in the afternoon at 7
"Results": [ { "Text": "in the afternoon at 7", "Start": 13, "End": 34, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T19", "type": "time", "value": "19:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll be back noonish
"Results": [ { "Text": "noonish", "Start": 13, "End": 20, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T12", "type": "time", "value": "12:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll be back 11ish
"Results": [ { "Text": "11ish", "Start": 13, "End": 18, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T11", "type": "time", "value": "11:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? they were working in the night-time
"Results": [ { "Text": "in the night-time", "Start": 18, "End": 35, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "TNT", "type": "timerange", "start": "00:00:00", "end": "08:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll go back Nov/2
"Results": [ { "Text": "nov/2", "Start": 13, "End": 18, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-11-02", "type": "date", "value": "2016-11-02" }, { "timex": "XXXX-11-02", "type": "date", "value": "2017-11-02" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me from 2 july to 10 july
"Results": [ { "Text": "from 2 july to 10 july", "Start": 8, "End": 30, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-07-02,XXXX-07-10,P8D)", "type": "daterange", "start": "2022-07-02", "end": "2022-07-10" }, { "timex": "(XXXX-07-02,XXXX-07-10,P8D)", "type": "daterange", "start": "2023-07-02", "end": "2023-07-10" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the last quarter
"Results": [ { "Text": "last quarter", "Start": 27, "End": 39, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-04-01,2019-07-01,P3M)", "type": "daterange", "start": "2019-04-01", "end": "2019-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the last 2 quarters
"Results": [ { "Text": "last 2 quarters", "Start": 27, "End": 42, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-01-01,2019-07-01,P6M)", "type": "daterange", "start": "2019-01-01", "end": "2019-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the past two quarters
"Results": [ { "Text": "past two quarters", "Start": 27, "End": 44, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-01-01,2019-07-01,P6M)", "type": "daterange", "start": "2019-01-01", "end": "2019-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the previous three quarters
"Results": [ { "Text": "previous three quarters", "Start": 27, "End": 50, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2018-10-01,2019-07-01,P9M)", "type": "daterange", "start": "2018-10-01", "end": "2019-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the previous eleven quarters
"Results": [ { "Text": "previous eleven quarters", "Start": 27, "End": 51, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2016-10-01,2019-07-01,P33M)", "type": "daterange", "start": "2016-10-01", "end": "2019-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the next quarter
"Results": [ { "Text": "next quarter", "Start": 27, "End": 39, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-10-01,2020-01-01,P3M)", "type": "daterange", "start": "2019-10-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the following 2 quarters
"Results": [ { "Text": "following 2 quarters", "Start": 27, "End": 47, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-10-01,2020-04-01,P6M)", "type": "daterange", "start": "2019-10-01", "end": "2020-04-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the coming three quarters
"Results": [ { "Text": "coming three quarters", "Start": 27, "End": 48, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-10-01,2020-07-01,P9M)", "type": "daterange", "start": "2019-10-01", "end": "2020-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What are the sales for the next 7 quarters
"Results": [ { "Text": "next 7 quarters", "Start": 27, "End": 42, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-10-01,2021-07-01,P21M)", "type": "daterange", "start": "2019-10-01", "end": "2021-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Listen to 1990s music
"Results": [ { "Text": "1990s", "Start": 10, "End": 15, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(1990-01-01,2000-01-01,P10Y)", "type": "daterange", "start": "1990-01-01", "end": "2000-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Who are us presidents in nineties
"Results": [ { "Text": "nineties", "Start": 25, "End": 33, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XX90-01-01,XX00-01-01,P10Y)", "type": "daterange", "start": "1990-01-01", "end": "2000-01-01" }, { "timex": "(XX90-01-01,XX00-01-01,P10Y)", "type": "daterange", "start": "2090-01-01", "end": "2100-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll be back at 7ampm
"Results": [ { "Text": "7ampm", "Start": 16, "End": 21, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T07", "type": "time", "value": "07:00:00" }, { "timex": "T19", "type": "time", "value": "19:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll be back at 7p
"Results": [ { "Text": "7p", "Start": 16, "End": 18, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T19", "type": "time", "value": "19:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet on eid al fitr
"Results": [ { "Text": "eid al fitr", "Start": 8, "End": 19, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-02", "type": "date", "value": "2022-05-02" }, { "timex": "XXXX-05-02", "type": "date", "value": "2023-04-21" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? schedule me a 1:1 meeting
"Results": []
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? schedule me a 1:1 meeting on 14 nov
"Results": [ { "Text": "14 nov", "Start": 29, "End": 35, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-11-14", "type": "date", "value": "2015-11-14" }, { "timex": "XXXX-11-14", "type": "date", "value": "2016-11-14" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? schedule me a 1:1 on saturday
"Results": [ { "Text": "saturday", "Start": 21, "End": 29, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-6", "type": "date", "value": "2022-04-23" }, { "timex": "XXXX-WXX-6", "type": "date", "value": "2022-04-30" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? schedule me a 1:1 meeting 14 nov 2023
"Results": [ { "Text": "14 nov 2023", "Start": 26, "End": 37, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2023-11-14", "type": "date", "value": "2023-11-14" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Take medicines after dinner tomorrow
"Results": [ { "Text": "after dinner", "Start": 15, "End": 27, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "TMED", "Mod": "after", "type": "timerange", "start": "20:00:00" } ] } }, { "Text": "tomorrow", "Start": 28, "End": 36, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2022-07-28", "type": "date", "value": "2022-07-28" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Take medicines after dinnertime tomorrow
"Results": [ { "Text": "after dinnertime", "Start": 15, "End": 31, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "TMED", "Mod": "after", "type": "timerange", "start": "20:00:00" } ] } }, { "Text": "tomorrow", "Start": 32, "End": 40, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2022-07-28", "type": "date", "value": "2022-07-28" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? let's meet at lunch tomorrow.
"Results": [ { "Text": "at lunch", "Start": 11, "End": 19, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "TMEL", "type": "timerange", "start": "11:00:00", "end": "13:00:00" } ] } }, { "Text": "tomorrow", "Start": 20, "End": 28, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2022-07-28", "type": "date", "value": "2022-07-28" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next month
"Results": [ { "Text": "next month", "Start": 8, "End": 18, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2022-05", "type": "daterange", "start": "2022-05-01", "end": "2022-06-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next month in morning
"Results": [ { "Text": "next month", "Start": 8, "End": 18, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2022-05", "type": "daterange", "start": "2022-05-01", "end": "2022-06-01" } ] } }, { "Text": "in morning", "Start": 19, "End": 29, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "TMO", "type": "timerange", "start": "08:00:00", "end": "12:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next month at 6pm
"Results": [ { "Text": "next month", "Start": 8, "End": 18, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2022-05", "type": "daterange", "start": "2022-05-01", "end": "2022-06-01" } ] } }, { "Text": "6pm", "Start": 22, "End": 25, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T18", "type": "time", "value": "18:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet next month between 2:20 to 3pm
"Results": [ { "Text": "next month", "Start": 5, "End": 15, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2022-05", "type": "daterange", "start": "2022-05-01", "end": "2022-06-01" } ] } }, { "Text": "between 2:20 to 3pm", "Start": 16, "End": 35, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T14:20,T15,PT40M)", "type": "timerange", "start": "14:20:00", "end": "15:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet next month after 3pm
"Results": [ { "Text": "next month", "Start": 5, "End": 15, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2022-05", "type": "daterange", "start": "2022-05-01", "end": "2022-06-01" } ] } }, { "Text": "after 3pm", "Start": 16, "End": 25, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "T15", "Mod": "after", "type": "timerange", "sourceEntity": "datetimepoint", "start": "15:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next year at 6pm
"Results": [ { "Text": "next year", "Start": 8, "End": 17, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2023", "type": "daterange", "start": "2023-01-01", "end": "2024-01-01" } ] } }, { "Text": "6pm", "Start": 21, "End": 24, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T18", "type": "time", "value": "18:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next year at 6.
"Results": [ { "Text": "next year", "Start": 8, "End": 17, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2023", "type": "daterange", "start": "2023-01-01", "end": "2024-01-01" } ] } }, { "Text": "6", "Start": 21, "End": 22, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T06", "type": "time", "value": "06:00:00" }, { "timex": "T18", "type": "time", "value": "18:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next year between 2:20 to 3pm
"Results": [ { "Text": "next year", "Start": 8, "End": 17, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2023", "type": "daterange", "start": "2023-01-01", "end": "2024-01-01" } ] } }, { "Text": "between 2:20 to 3pm", "Start": 18, "End": 37, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T14:20,T15,PT40M)", "type": "timerange", "start": "14:20:00", "end": "15:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next year after 3pm
"Results": [ { "Text": "next year", "Start": 8, "End": 17, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2023", "type": "daterange", "start": "2023-01-01", "end": "2024-01-01" } ] } }, { "Text": "after 3pm", "Start": 18, "End": 27, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "T15", "Mod": "after", "type": "timerange", "sourceEntity": "datetimepoint", "start": "15:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next month at 6.
"Results": [ { "Text": "next month", "Start": 8, "End": 18, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2022-05", "type": "daterange", "start": "2022-05-01", "end": "2022-06-01" } ] } }, { "Text": "6", "Start": 22, "End": 23, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T06", "type": "time", "value": "06:00:00" }, { "timex": "T18", "type": "time", "value": "18:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? meet me next year in morning
"Results": [ { "Text": "next year", "Start": 8, "End": 17, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2023", "type": "daterange", "start": "2023-01-01", "end": "2024-01-01" } ] } }, { "Text": "in morning", "Start": 18, "End": 28, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "TMO", "type": "timerange", "start": "08:00:00", "end": "12:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll leave everyday 6am
"Results": [ { "Text": "everyday 6am", "Start": 11, "End": 23, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "T06", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll leave 6am everyday
"Results": [ { "Text": "6am everyday", "Start": 11, "End": 23, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "T06", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? remind me to pay bill on 19th of every month.
"Results": [ { "Text": "19th of every month", "Start": 25, "End": 44, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "XXXX-XX-19", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? plan trip quarterly
"Results": [ { "Text": "quarterly", "Start": 10, "End": 19, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "P3M", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll leave every Sunday.
"Results": [ { "Text": "every sunday", "Start": 11, "End": 23, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "XXXX-WXX-7", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? dinner on me every night.
"Results": [ { "Text": "every night", "Start": 13, "End": 24, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "TNI", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? we will run every morning
"Results": [ { "Text": "every morning", "Start": 12, "End": 25, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "TMO", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll leave early every other day
"Results": [ { "Text": "every other day", "Start": 17, "End": 32, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "P2D", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll take a run weekly
"Results": [ { "Text": "weekly", "Start": 16, "End": 22, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "P1W", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? we will meet after school every weekend.
"Results": [ { "Text": "every weekend", "Start": 26, "End": 39, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "P1WE", "type": "set", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I made this purchase at 10 past 9
"Results": [ { "Text": "10 past 9", "Start": 24, "End": 33, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T09:10", "type": "time", "value": "09:10:00" }, { "timex": "T21:10", "type": "time", "value": "21:10:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? It's 15 past seven o'clock
"Results": [ { "Text": "15 past seven o'clock", "Start": 5, "End": 26, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T07:15", "type": "time", "value": "07:15:00" }, { "timex": "T19:15", "type": "time", "value": "19:15:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I made this purchase at ten past 9 in the evening
"Results": [ { "Text": "ten past 9 in the evening", "Start": 24, "End": 49, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T21:10", "type": "time", "value": "21:10:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? It's fifteen past eight in the morning
"Results": [ { "Text": "fifteen past eight in the morning", "Start": 5, "End": 38, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T08:15", "type": "time", "value": "08:15:00" } ] } } ]