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? May I ask what this is for?
"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? you may not!
"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 will handle all the stuff within 9 months and be back within next 10 months.
"Results": [ { "Text": "within 9 months", "Start": 28, "End": 43, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2018-03-23,2018-12-23,P9M)", "type": "daterange", "start": "2018-03-23", "end": "2018-12-23" } ] } }, { "Text": "within next 10 months", "Start": 56, "End": 77, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2018-03-23,2019-01-23,P10M)", "type": "daterange", "start": "2018-03-23", "end": "2019-01-23" } ] } } ]
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? Tom and I will have a meeting in 2 weeks, so please help me schedule a meeting in 2 weeks.
"Results": [ { "Text": "in 2 weeks", "Start": 30, "End": 40, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-04-06", "type": "date", "value": "2018-04-06" } ] } }, { "Text": "in 2 weeks", "Start": 79, "End": 89, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-04-06", "type": "date", "value": "2018-04-06" } ] } } ]
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 will go to China next five days or next forty days.
"Results": [ { "Text": "next five days", "Start": 19, "End": 33, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2018-03-24,2018-03-29,P5D)", "type": "daterange", "start": "2018-03-24", "end": "2018-03-29" } ] } }, { "Text": "next forty days", "Start": 37, "End": 52, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2018-03-24,2018-05-03,P40D)", "type": "daterange", "start": "2018-03-24", "end": "2018-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'll go back July 1st, 17th times.
"Results": [ { "Text": "july 1st", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-07-01", "type": "date", "value": "2017-07-01" }, { "timex": "XXXX-07-01", "type": "date", "value": "2018-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? Cortana, please book 2 hours next month
"Results": [ { "Text": "2 hours", "Start": 21, "End": 28, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT2H", "type": "duration", "value": "7200" } ] } }, { "Text": "next month", "Start": 29, "End": 39, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-04", "type": "daterange", "start": "2018-04-01", "end": "2018-05-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? Cortana, please check my work 2 hours last week
"Results": [ { "Text": "2 hours", "Start": 30, "End": 37, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT2H", "type": "duration", "value": "7200" } ] } }, { "Text": "last week", "Start": 38, "End": 47, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W11", "type": "daterange", "start": "2018-03-12", "end": "2018-03-19" } ] } } ]
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? Cortana can help us find a time Monday 12-4.
"Results": [ { "Text": "monday 12-4", "Start": 32, "End": 43, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-WXX-1T00,XXXX-WXX-1T04,PT4H)", "type": "datetimerange", "start": "2018-05-14 00:00:00", "end": "2018-05-14 04:00:00" }, { "timex": "(XXXX-WXX-1T00,XXXX-WXX-1T04,PT4H)", "type": "datetimerange", "start": "2018-05-21 00:00:00", "end": "2018-05-21 04:00:00" }, { "timex": "(XXXX-WXX-1T12,XXXX-WXX-1T16,PT4H)", "type": "datetimerange", "start": "2018-05-14 12:00:00", "end": "2018-05-14 16:00:00" }, { "timex": "(XXXX-WXX-1T12,XXXX-WXX-1T16,PT4H)", "type": "datetimerange", "start": "2018-05-21 12:00:00", "end": "2018-05-21 16: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? Cortana can help us find a time Monday 11-4.
"Results": [ { "Text": "monday 11-4", "Start": 32, "End": 43, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-WXX-1T11,XXXX-WXX-1T16,PT5H)", "type": "datetimerange", "start": "2018-05-14 11:00:00", "end": "2018-05-14 16:00:00" }, { "timex": "(XXXX-WXX-1T11,XXXX-WXX-1T16,PT5H)", "type": "datetimerange", "start": "2018-05-21 11:00:00", "end": "2018-05-21 16:00:00" }, { "timex": "(XXXX-WXX-1T23,XXXX-WXX-2T04,PT5H)", "type": "datetimerange", "start": "2018-05-14 23:00:00", "end": "2018-05-15 04:00:00" }, { "timex": "(XXXX-WXX-1T23,XXXX-WXX-2T04,PT5H)", "type": "datetimerange", "start": "2018-05-21 23:00:00", "end": "2018-05-22 04: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 for another day
"Results": [ { "Text": "another day", "Start": 15, "End": 26, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "P1D", "type": "duration", "value": "86400" } ] } } ]
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? Each week and another thing this week
"Results": [ { "Text": "each week", "Start": 0, "End": 9, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "P1W", "type": "set", "value": "not resolved" } ] } }, { "Text": "this week", "Start": 28, "End": 37, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W20", "type": "daterange", "start": "2018-05-14", "end": "2018-05-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? The notes are shared out in the LT working session notes attached each week and highlights are shared in the Data insights section. For this week’s special topic the data team has written an overview of some of the new features the dashboard supports and how it is built. If you have not seen the dashboard, this may be a great opportunity to learn something new.I would like to ask Cortana to schedule 45 minutes in November. I would also like to share news that Skype integration with our OWA Rea
"Results": [ { "Text": "each week", "Start": 66, "End": 75, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "P1W", "type": "set", "value": "not resolved" } ] } }, { "Text": "this week", "Start": 136, "End": 145, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W20", "type": "daterange", "start": "2018-05-14", "end": "2018-05-21" } ] } }, { "Text": "45 minutes", "Start": 403, "End": 413, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT45M", "type": "duration", "value": "2700" } ] } }, { "Text": "november", "Start": 417, "End": 425, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-11", "type": "daterange", "start": "2017-11-01", "end": "2017-12-01" }, { "timex": "XXXX-11", "type": "daterange", "start": "2018-11-01", "end": "2018-12-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 was not there the same week that it happened.
"Results": [ { "Text": "same week", "Start": 20, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-WXX", "Mod": "ref_undef", "type": "daterange", "start": "2017-11-13", "end": "2017-11-20" } ] } } ]
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 was not there the same month that it happened.
"Results": [ { "Text": "same month", "Start": 20, "End": 30, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-XX", "Mod": "ref_undef", "type": "daterange", "start": "2017-11-01", "end": "2017-12-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 was not there that weekend.
"Results": [ { "Text": "that weekend", "Start": 16, "End": 28, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-WXX-WE", "Mod": "ref_undef", "type": "daterange", "start": "2016-11-12", "end": "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? I was not there the same year that it happened.
"Results": [ { "Text": "same year", "Start": 20, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX", "Mod": "ref_undef", "type": "daterange", "start": "2017-01-01", "end": "2018-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'm blocked for the day
"Results": [ { "Text": "the day", "Start": 16, "End": 23, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-05-22", "type": "date", "value": "2018-05-22" } ] } } ]
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'm away for the month
"Results": [ { "Text": "the month", "Start": 13, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-05", "type": "daterange", "start": "2018-05-01", "end": "2018-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? I'll leave for Beijing early in the day Wednesday.
"Results": [ { "Text": "early in the day wednesday", "Start": 23, "End": 49, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "XXXX-WXX-3", "Mod": "start", "type": "datetimerange", "start": "2018-05-23 00:00:00", "end": "2018-05-23 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 for Beijing mid today.
"Results": [ { "Text": "mid today", "Start": 23, "End": 32, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "2018-05-18", "Mod": "mid", "type": "datetimerange", "start": "2018-05-18 10:00:00", "end": "2018-05-18 14: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 for Beijing later in today.
"Results": [ { "Text": "later in today", "Start": 23, "End": 37, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "2018-05-18", "Mod": "end", "type": "datetimerange", "start": "2018-05-18 12:00:00", "end": "2018-05-19 00: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? Hey, we got Cloud partner of the year.
"Results": [ { "Text": "the year", "Start": 29, "End": 37, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "type": "daterange", "start": "2018-01-01", "end": "2019-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? Hey, we got a partner of the month.
"Results": [ { "Text": "the month", "Start": 25, "End": 34, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-05", "type": "daterange", "start": "2018-05-01", "end": "2018-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? Hey, we got a partner of the week.
"Results": [ { "Text": "the week", "Start": 25, "End": 33, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W21", "type": "daterange", "start": "2018-05-21", "end": "2018-05-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? Hey, we got a partner of the day.
"Results": [ { "Text": "the day", "Start": 25, "End": 32, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-05-24", "type": "date", "value": "2018-05-24" } ] } } ]
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? Have a great month.
"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? Nice day.
"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? Have a great week!
"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? What is the april 2017 bonus.
"Results": [ { "Text": "april 2017", "Start": 12, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2017-04", "type": "daterange", "start": "2017-04-01", "end": "2017-05-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 went back to China in 2017 april.
"Results": [ { "Text": "2017 april", "Start": 24, "End": 34, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2017-04", "type": "daterange", "start": "2017-04-01", "end": "2017-05-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 went back to China in the april.
"Results": [ { "Text": "april", "Start": 28, "End": 33, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-04", "type": "daterange", "start": "2018-04-01", "end": "2018-05-01" }, { "timex": "XXXX-04", "type": "daterange", "start": "2019-04-01", "end": "2019-05-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? We could have scheduled a time to meet earlier in the week.
"Results": [ { "Text": "earlier in the week", "Start": 39, "End": 58, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W22", "type": "daterange", "start": "2018-05-28", "end": "2018-05-31" } ] } } ]
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 could have scheduled a time to meet earlier this month.
"Results": [ { "Text": "earlier this month", "Start": 39, "End": 57, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-05", "type": "daterange", "start": "2018-05-01", "end": "2018-05-16" } ] } } ]
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 could have scheduled a time to meet earlier this year.
"Results": [ { "Text": "earlier this year", "Start": 39, "End": 56, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "type": "daterange", "start": "2018-01-01", "end": "2018-05-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? Please find us a time to meet later this week
"Results": [ { "Text": "later this week", "Start": 30, "End": 45, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W22", "type": "daterange", "start": "2018-05-31", "end": "2018-06-04" } ] } } ]
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? He will come after his parents after 2016 and before 2018, or before 2019
"Results": [ { "Text": "after 2016", "Start": 31, "End": 41, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2016", "Mod": "after", "type": "daterange", "sourceEntity": "datetimerange", "start": "2017-01-01" } ] } }, { "Text": "before 2018", "Start": 46, "End": 57, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "Mod": "before", "type": "daterange", "sourceEntity": "datetimerange", "end": "2018-01-01" } ] } }, { "Text": "before 2019", "Start": 62, "End": 73, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019", "Mod": "before", "type": "daterange", "sourceEntity": "datetimerange", "end": "2019-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? Please find us a time to meet later this month
"Results": [ { "Text": "later this month", "Start": 30, "End": 46, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-05", "type": "daterange", "start": "2018-05-28", "end": "2018-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? Please find us a time to meet later this year
"Results": [ { "Text": "later this year", "Start": 30, "End": 45, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "type": "daterange", "start": "2018-07-01", "end": "2019-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? Please find us a time to meet later in the year
"Results": [ { "Text": "later in the year", "Start": 30, "End": 47, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "type": "daterange", "start": "2018-07-01", "end": "2019-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? Are you available two days after today?
"Results": [ { "Text": "two days after today", "Start": 18, "End": 38, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-06-02", "type": "date", "value": "2018-06-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? Are you available three weeks from tomorrow?
"Results": [ { "Text": "three weeks from tomorrow", "Start": 18, "End": 43, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-06-22", "type": "date", "value": "2018-06-22" } ] } } ]
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? Are you available three weeks from tmrw?
"Results": [ { "Text": "three weeks from tmrw", "Start": 18, "End": 39, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-06-22", "type": "date", "value": "2018-06-22" } ] } } ]
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? Where were you two days before yesterday?
"Results": [ { "Text": "two days before yesterday", "Start": 15, "End": 40, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-05-28", "type": "date", "value": "2018-05-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? Eli Lilly sold IVAC on Dec. 31 , 1994
"Results": [ { "Text": "dec. 31 , 1994", "Start": 23, "End": 37, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "1994-12-31", "type": "date", "value": "1994-12-31" } ] } } ]
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? Eli Lilly sold IVAC on Dec31 , 1994
"Results": [ { "Text": "dec31 , 1994", "Start": 23, "End": 35, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "1994-12-31", "type": "date", "value": "1994-12-31" } ] } } ]
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 5/3/18 @ 17:49:19
"Results": [ { "Text": "5/3/18 @ 17:49:19", "Start": 13, "End": 30, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2018-05-03T17:49:19", "type": "datetime", "value": "2018-05-03 17:49:19" } ] } } ]
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 will happen between 10 and 11:30 on 1/1/2015
"Results": [ { "Text": "between 10 and 11:30 on 1/1/2015", "Start": 15, "End": 47, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2015-01-01T10,2015-01-01T11:30,PT1H30M)", "type": "datetimerange", "start": "2015-01-01 10:00:00", "end": "2015-01-01 11:30:00" }, { "timex": "(2015-01-01T22,2015-01-01T23:30,PT1H30M)", "type": "datetimerange", "start": "2015-01-01 22:00:00", "end": "2015-01-01 23:30: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 will happen 1/1/2015 between 10 and 11:30
"Results": [ { "Text": "1/1/2015 between 10 and 11:30", "Start": 15, "End": 44, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2015-01-01T10,2015-01-01T11:30,PT1H30M)", "type": "datetimerange", "start": "2015-01-01 10:00:00", "end": "2015-01-01 11:30:00" }, { "timex": "(2015-01-01T22,2015-01-01T23:30,PT1H30M)", "type": "datetimerange", "start": "2015-01-01 22:00:00", "end": "2015-01-01 23:30: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 will happen from 10:30 to 3 on 1/1/2015
"Results": [ { "Text": "from 10:30 to 3 on 1/1/2015", "Start": 15, "End": 42, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2015-01-01T10:30,2015-01-01T15,PT4H30M)", "type": "datetimerange", "start": "2015-01-01 10:30:00", "end": "2015-01-01 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? It will happen between 3 and 5 on 1/1/2015
"Results": [ { "Text": "between 3 and 5 on 1/1/2015", "Start": 15, "End": 42, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2015-01-01T03,2015-01-01T05,PT2H)", "type": "datetimerange", "start": "2015-01-01 03:00:00", "end": "2015-01-01 05:00:00" }, { "timex": "(2015-01-01T15,2015-01-01T17,PT2H)", "type": "datetimerange", "start": "2015-01-01 15:00:00", "end": "2015-01-01 17: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? It will happen from 3:30 to 5:55 on 1/1/2015
"Results": [ { "Text": "from 3:30 to 5:55 on 1/1/2015", "Start": 15, "End": 44, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2015-01-01T03:30,2015-01-01T05:55,PT2H25M)", "type": "datetimerange", "start": "2015-01-01 03:30:00", "end": "2015-01-01 05:55:00" }, { "timex": "(2015-01-01T15:30,2015-01-01T17:55,PT2H25M)", "type": "datetimerange", "start": "2015-01-01 15:30:00", "end": "2015-01-01 17: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? show me sales before 2010 or after 2018
"Results": [ { "Text": "before 2010", "Start": 14, "End": 25, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2010", "Mod": "before", "type": "daterange", "end": "2010-01-01", "sourceEntity": "datetimerange" } ] } }, { "Text": "after 2018", "Start": 29, "End": 39, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "Mod": "after", "type": "daterange", "start": "2019-01-01", "sourceEntity": "datetimerange" } ] } } ]
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? show me sales after 2010 and before 2018 or before 2000 but not 1998
"Results": [ { "Text": "after 2010", "Start": 14, "End": 24, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2010", "Mod": "after", "type": "daterange", "start": "2011-01-01", "sourceEntity": "datetimerange" } ] } }, { "Text": "before 2018", "Start": 29, "End": 40, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "Mod": "before", "type": "daterange", "end": "2018-01-01", "sourceEntity": "datetimerange" } ] } }, { "Text": "before 2000", "Start": 44, "End": 55, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2000", "Mod": "before", "type": "daterange", "end": "2000-01-01", "sourceEntity": "datetimerange" } ] } }, { "Text": "1998", "Start": 64, "End": 68, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "1998", "type": "daterange", "start": "1998-01-01", "end": "1999-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? Cortana, please set up a Skype call sometime this Friday-Jun-15 with Jim
"Results": [ { "Text": "this friday-jun-15", "Start": 45, "End": 63, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-06-15", "type": "date", "value": "2018-06-15" } ] } } ]
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? Cortana, please set up a Skype call sometime this friday (jun-15) with Jim
"Results": [ { "Text": "this friday (jun-15)", "Start": 45, "End": 65, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-06-15", "type": "date", "value": "2018-06-15" } ] } } ]
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? Cortana, please tell me the sale by year of Microsoft.
"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? show me records more than 4 days and less than 1 week
"Results": [ { "Text": "more than 4 days", "Start": 16, "End": 32, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "P4D", "Mod": "more", "type": "duration", "value": "345600" } ] } }, { "Text": "less than 1 week", "Start": 37, "End": 53, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "P1W", "Mod": "less", "type": "duration", "value": "604800" } ] } } ]
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? Show me records more than 1 hour and 30 minutes
"Results": [ { "Text": "more than 1 hour and 30 minutes", "Start": 16, "End": 47, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT1H30M", "Mod": "more", "type": "duration", "value": "5400" } ] } } ]
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 have already finished all my work more than 2 weeks before today
"Results": [ { "Text": "more than 2 weeks before today", "Start": 36, "End": 66, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-05-29", "Mod": "before", "type": "daterange", "end": "2018-05-29" } ] } } ]
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 task should have been done more than 2 days before yesterday
"Results": [ { "Text": "more than 2 days before yesterday", "Start": 32, "End": 65, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-05-26", "Mod": "before", "type": "daterange", "end": "2018-05-26" } ] } } ]
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 task will be done less than 3 days after tomorrow
"Results": [ { "Text": "less than 3 days after tomorrow", "Start": 23, "End": 54, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2018-05-30,2018-06-02,P3D)", "type": "daterange", "start": "2018-05-30", "end": "2018-06-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? This task will start more than 2 weeks after today
"Results": [ { "Text": "more than 2 weeks after today", "Start": 21, "End": 50, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-06-12", "Mod": "after", "type": "daterange", "start": "2018-06-12" } ] } } ]
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 start 3 minutes from now
"Results": [ { "Text": "3 minutes from now", "Start": 12, "End": 30, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2018-05-29T00:03:00", "type": "datetime", "value": "2018-05-29 00:03: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? Let's start 3 minutes from today
"Results": [ { "Text": "3 minutes", "Start": 12, "End": 21, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT3M", "type": "duration", "value": "180" } ] } }, { "Text": "today", "Start": 27, "End": 32, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-05-29", "type": "date", "value": "2018-05-29" } ] } } ]
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? Can I do a booking for the 09th of May for 2 nights?
"Results": [ { "Text": "the 09th of may", "Start": 23, "End": 38, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-09", "type": "date", "value": "2018-05-09" }, { "timex": "XXXX-05-09", "type": "date", "value": "2019-05-09" } ] } }, { "Text": "2 nights", "Start": 43, "End": 51, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "P2D", "type": "duration", "value": "172800" } ] } } ]
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? Can I do a booking for the 09th of May for 2 days?
"Results": [ { "Text": "the 09th of may", "Start": 23, "End": 38, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-09", "type": "date", "value": "2018-05-09" }, { "timex": "XXXX-05-09", "type": "date", "value": "2019-05-09" } ] } }, { "Text": "2 days", "Start": 43, "End": 49, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "P2D", "type": "duration", "value": "172800" } ] } } ]
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 happens in 15th century
"Results": [ { "Text": "15th century", "Start": 14, "End": 27, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(1400-01-01,1500-01-01,P100Y)", "type": "daterange", "start": "1400-01-01", "end": "1500-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? Show me the records in 21st century
"Results": [ { "Text": "21st century", "Start": 23, "End": 35, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2000-01-01,2100-01-01,P100Y)", "type": "daterange", "start": "2000-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? Maybe we can leave after 2018
"Results": [ { "Text": "after 2018", "Start": 19, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "Mod": "after", "type": "daterange", "start": "2019-01-01", "sourceEntity": "datetimerange" } ] } } ]
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? Maybe we can leave after Feb 2018
"Results": [ { "Text": "after feb 2018", "Start": 19, "End": 33, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-02", "Mod": "after", "type": "daterange", "start": "2018-03-01", "sourceEntity": "datetimerange" } ] } } ]
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? Maybe we can leave after Feb
"Results": [ { "Text": "after feb", "Start": 19, "End": 28, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-02", "Mod": "after", "type": "daterange", "start": "2018-03-01", "sourceEntity": "datetimerange" }, { "timex": "XXXX-02", "Mod": "after", "type": "daterange", "start": "2019-03-01", "sourceEntity": "datetimerange" } ] } } ]
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 will happen 1/1/2015 after 2:00
"Results": [ { "Text": "1/1/2015 after 2:00", "Start": 15, "End": 34, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "2015-01-01T02:00", "Mod": "after", "type": "datetimerange", "start": "2015-01-01 02:00:00" }, { "timex": "2015-01-01T14:00", "Mod": "after", "type": "datetimerange", "start": "2015-01-01 14: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? It will happen today before 4pm
"Results": [ { "Text": "today before 4pm", "Start": 15, "End": 31, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "2018-06-26T16", "Mod": "before", "type": "datetimerange", "end": "2018-06-26 16: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? It will happen next Wednesday later than 10 in the morning
"Results": [ { "Text": "next wednesday later than 10 in the morning", "Start": 15, "End": 58, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "2018-07-04T10", "Mod": "after", "type": "datetimerange", "start": "2018-07-04 10: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? It happened on previous Tuesday by 2 in the afternoon
"Results": [ { "Text": "previous tuesday by 2 in the afternoon", "Start": 15, "End": 53, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "2018-06-19T14", "Mod": "before", "type": "datetimerange", "end": "2018-06-19 14: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? Let's go on Feb 1st no later than 6:00
"Results": [ { "Text": "feb 1st no later than 6:00", "Start": 12, "End": 38, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "XXXX-02-01T06:00", "Mod": "before", "type": "datetimerange", "end": "2018-02-01 06:00:00" }, { "timex": "XXXX-02-01T06:00", "Mod": "before", "type": "datetimerange", "end": "2019-02-01 06:00:00" }, { "timex": "XXXX-02-01T18:00", "Mod": "before", "type": "datetimerange", "end": "2018-02-01 18:00:00" }, { "timex": "XXXX-02-01T18:00", "Mod": "before", "type": "datetimerange", "end": "2019-02-01 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? It happened on next week after 2:00
"Results": [ { "Text": "next week", "Start": 15, "End": 24, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W27", "type": "daterange", "start": "2018-07-02", "end": "2018-07-09" } ] } }, { "Text": "after 2:00", "Start": 25, "End": 35, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "T02:00", "Mod": "after", "type": "timerange", "start": "02:00:00", "sourceEntity": "datetimepoint" }, { "timex": "T14:00", "Mod": "after", "type": "timerange", "start": "14:00:00", "sourceEntity": "datetimepoint" } ] } } ]
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? Show sales in 2007 and 2009
"Results": [ { "Text": "2007", "Start": 14, "End": 18, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2007", "type": "daterange", "start": "2007-01-01", "end": "2008-01-01" } ] } }, { "Text": "2009", "Start": 23, "End": 27, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2009", "type": "daterange", "start": "2009-01-01", "end": "2010-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? Show sales between 2007 and 2009
"Results": [ { "Text": "between 2007 and 2009", "Start": 11, "End": 32, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2007-01-01,2009-01-01,P2Y)", "type": "daterange", "start": "2007-01-01", "end": "2009-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? Please book Skype call today at 9a.
"Results": [ { "Text": "today at 9a", "Start": 23, "End": 34, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2018-06-28T09", "type": "datetime", "value": "2018-06-28 09: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? Please book Skype call today at 9p.
"Results": [ { "Text": "today at 9p", "Start": 23, "End": 34, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2018-06-28T21", "type": "datetime", "value": "2018-06-28 21: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? Show sales in the year 2008
"Results": [ { "Text": "year 2008", "Start": 18, "End": 27, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2008", "type": "daterange", "start": "2008-01-01", "end": "2009-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? Show sales in the year
"Results": [ { "Text": "the year", "Start": 14, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "type": "daterange", "start": "2018-01-01", "end": "2019-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? Show sales in the week
"Results": [ { "Text": "the week", "Start": 14, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W27", "type": "daterange", "start": "2018-07-02", "end": "2018-07-09" } ] } } ]
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? Show sales in the week after next
"Results": [ { "Text": "the week after next", "Start": 14, "End": 33, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W29", "type": "daterange", "start": "2018-07-16", "end": "2018-07-23" } ] } } ]
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? Show sales in the week 31
"Results": [ { "Text": "week 31", "Start": 18, "End": 25, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W31", "type": "daterange", "start": "2018-07-30", "end": "2018-08-06" } ] } } ]
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? Show sales in the week 1
"Results": [ { "Text": "week 1", "Start": 18, "End": 24, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W01", "type": "daterange", "start": "2018-12-31", "end": "2019-01-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? Show sales in the week 1
"Results": [ { "Text": "week 1", "Start": 18, "End": 24, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2011-W01", "type": "daterange", "start": "2011-01-03", "end": "2011-01-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? There is no week 00, nor W00
"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 will leave in 2 minutes
"Results": [ { "Text": "in 2 minutes", "Start": 13, "End": 25, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2018-06-26T00:02:00", "type": "datetime", "value": "2018-06-26 00:02: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 will leave in two months
"Results": [ { "Text": "in two months", "Start": 13, "End": 26, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-09-05", "type": "date", "value": "2018-09-05" } ] } } ]
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 will leave in two weeks
"Results": [ { "Text": "in two weeks", "Start": 13, "End": 25, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-07-19", "type": "date", "value": "2018-07-19" } ] } } ]
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 will leave in two years
"Results": [ { "Text": "in two years", "Start": 13, "End": 25, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2020-07-05", "type": "date", "value": "2020-07-05" } ] } } ]
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 will leave in two days from today
"Results": [ { "Text": "two days from today", "Start": 16, "End": 35, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-07-07", "type": "date", "value": "2018-07-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? The range is 2014-2018.
"Results": [ { "Text": "2014-2018", "Start": 13, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2014-01-01,2018-01-01,P4Y)", "type": "daterange", "start": "2014-01-01", "end": "2018-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? The range is 2014~2018.
"Results": [ { "Text": "2014~2018", "Start": 13, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2014-01-01,2018-01-01,P4Y)", "type": "daterange", "start": "2014-01-01", "end": "2018-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? The range is 2014 to 2018.
"Results": [ { "Text": "2014 to 2018", "Start": 13, "End": 25, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2014-01-01,2018-01-01,P4Y)", "type": "daterange", "start": "2014-01-01", "end": "2018-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? The range is between 2014-2018.
"Results": [ { "Text": "between 2014-2018", "Start": 13, "End": 30, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2014-01-01,2018-01-01,P4Y)", "type": "daterange", "start": "2014-01-01", "end": "2018-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? The range is between 2014~2018.
"Results": [ { "Text": "between 2014~2018", "Start": 13, "End": 30, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2014-01-01,2018-01-01,P4Y)", "type": "daterange", "start": "2014-01-01", "end": "2018-01-01" } ] } } ]