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? The event happened in two years since 2011.
"Results": [ { "Text": "in two years since 2011", "Start": 19, "End": 42, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2013-01-01", "type": "date", "value": "2013-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 event happened in two weeks since the year 2011.
"Results": [ { "Text": "in two weeks since the year 2011", "Start": 19, "End": 51, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2011-01-15", "type": "date", "value": "2011-01-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? I'll stay in China before the year 2019.
"Results": [ { "Text": "before the year 2019", "Start": 19, "End": 39, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019", "Mod": "before", "type": "daterange", "end": "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? I'll be there on wednesday 4 oclock.
"Results": [ { "Text": "wednesday 4 oclock", "Start": 17, "End": 35, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "XXXX-WXX-3T04", "type": "datetime", "value": "2019-04-10 04:00:00" }, { "timex": "XXXX-WXX-3T04", "type": "datetime", "value": "2019-04-17 04:00:00" }, { "timex": "XXXX-WXX-3T16", "type": "datetime", "value": "2019-04-10 16:00:00" }, { "timex": "XXXX-WXX-3T16", "type": "datetime", "value": "2019-04-17 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? Meet me at 3 pm or later.
"Results": [ { "Text": "3 pm or later", "Start": 11, "End": 24, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "T15", "Mod": "since", "type": "timerange", "start": "15: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? Meet me at 3 pm or later on Monday.
"Results": [ { "Text": "3 pm or later on monday", "Start": 11, "End": 34, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "XXXX-WXX-1T15", "Mod": "since", "type": "datetimerange", "start": "2019-04-15 15:00:00", "sourceEntity": "datetimepoint" }, { "timex": "XXXX-WXX-1T15", "Mod": "since", "type": "datetimerange", "start": "2019-04-22 15: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? I'll be back at 9.am.
"Results": [ { "Text": "9.am", "Start": 16, "End": 20, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T09", "type": "time", "value": "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? Let's meet on march eighteenth nine thirty.
"Results": [ { "Text": "march eighteenth nine thirty", "Start": 14, "End": 42, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "XXXX-03-18T09:30", "type": "datetime", "value": "2019-03-18 09:30:00" }, { "timex": "XXXX-03-18T09:30", "type": "datetime", "value": "2020-03-18 09:30:00" }, { "timex": "XXXX-03-18T21:30", "type": "datetime", "value": "2019-03-18 21:30:00" }, { "timex": "XXXX-03-18T21:30", "type": "datetime", "value": "2020-03-18 21: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? Let's meet on february twenty second.
"Results": [ { "Text": "february twenty second", "Start": 14, "End": 36, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-02-22", "type": "date", "value": "2019-02-22" }, { "timex": "XXXX-02-22", "type": "date", "value": "2020-02-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? Let's meet on february twenty second 3:30.
"Results": [ { "Text": "february twenty second 3:30", "Start": 14, "End": 41, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "XXXX-02-22T03:30", "type": "datetime", "value": "2019-02-22 03:30:00" }, { "timex": "XXXX-02-22T03:30", "type": "datetime", "value": "2020-02-22 03:30:00" }, { "timex": "XXXX-02-22T15:30", "type": "datetime", "value": "2019-02-22 15:30:00" }, { "timex": "XXXX-02-22T15:30", "type": "datetime", "value": "2020-02-22 15: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? Please can you arrange a Microsoft Teams Meeting starting January 7th to discuss ARM Templates?
"Results": [ { "Text": "starting january 7th", "Start": 49, "End": 69, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-01-07", "Mod": "since", "type": "daterange", "sourceEntity": "datetimepoint", "start": "2019-01-07" }, { "timex": "XXXX-01-07", "Mod": "since", "type": "daterange", "sourceEntity": "datetimepoint", "start": "2020-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? Please can you arrange a Microsoft Teams Meeting starting on January 7th to discuss ARM Templates?
"Results": [ { "Text": "starting on january 7th", "Start": 49, "End": 72, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-01-07", "Mod": "since", "type": "daterange", "sourceEntity": "datetimepoint", "start": "2019-01-07" }, { "timex": "XXXX-01-07", "Mod": "since", "type": "daterange", "sourceEntity": "datetimepoint", "start": "2020-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? Let's meet on february twenty second at 3:30
"Results": [ { "Text": "february twenty second at 3:30", "Start": 14, "End": 44, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "XXXX-02-22T03:30", "type": "datetime", "value": "2019-02-22 03:30:00" }, { "timex": "XXXX-02-22T03:30", "type": "datetime", "value": "2020-02-22 03:30:00" }, { "timex": "XXXX-02-22T15:30", "type": "datetime", "value": "2019-02-22 15:30:00" }, { "timex": "XXXX-02-22T15:30", "type": "datetime", "value": "2020-02-22 15: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? Let's meet on february 22nd 3:30.
"Results": [ { "Text": "february 22nd 3:30", "Start": 14, "End": 32, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "XXXX-02-22T03:30", "type": "datetime", "value": "2019-02-22 03:30:00" }, { "timex": "XXXX-02-22T03:30", "type": "datetime", "value": "2020-02-22 03:30:00" }, { "timex": "XXXX-02-22T15:30", "type": "datetime", "value": "2019-02-22 15:30:00" }, { "timex": "XXXX-02-22T15:30", "type": "datetime", "value": "2020-02-22 15: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? Please can you arrange a Microsoft Teams Meeting beginning January 7th to discuss ARM Templates?
"Results": [ { "Text": "beginning january 7th", "Start": 49, "End": 70, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-01-07", "Mod": "since", "type": "daterange", "sourceEntity": "datetimepoint", "start": "2019-01-07" }, { "timex": "XXXX-01-07", "Mod": "since", "type": "daterange", "sourceEntity": "datetimepoint", "start": "2020-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? Please can you arrange a Microsoft Teams Meeting beginning on January 7th to discuss ARM Templates?
"Results": [ { "Text": "beginning on january 7th", "Start": 49, "End": 73, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-01-07", "Mod": "since", "type": "daterange", "sourceEntity": "datetimepoint", "start": "2019-01-07" }, { "timex": "XXXX-01-07", "Mod": "since", "type": "daterange", "sourceEntity": "datetimepoint", "start": "2020-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? Let's meet on friday march fifteenth nine a m.
"Results": [ { "Text": "friday march fifteenth nine a m", "Start": 14, "End": 45, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "XXXX-03-15T09", "type": "datetime", "value": "2019-03-15 09:00:00" }, { "timex": "XXXX-03-15T09", "type": "datetime", "value": "2020-03-15 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? Let's meet on january first two thousand and thirty two
"Results": [ { "Text": "january first two thousand and thirty two", "Start": 14, "End": 55, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2032-01-01", "type": "date", "value": "2032-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? Wed Oct 26 15:50:06 2016 is not a day in 2019.
"Results": [ { "Text": "wed oct 26 15:50:06 2016", "Start": 0, "End": 24, "Typename": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2016-10-26T15:50:06", "type": "datetime", "value": "2016-10-26 15:50:06" } ] } }, { "Text": "a day", "Start": 32, "End": 37, "Typename": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "P1D", "type": "duration", "value": "86400" } ] } }, { "Text": "2019", "Start": 41, "End": 45, "Typename": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019", "type": "daterange", "start": "2019-01-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I will do my work between now and November 15th
"Results": [ { "Text": "between now and november 15th", "Start": 18, "End": 47, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-04-23,XXXX-11-15,P206D)", "type": "daterange", "start": "2019-04-23", "end": "2019-11-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? I have finished my work between Jan 22 and now
"Results": [ { "Text": "between jan 22 and now", "Start": 24, "End": 46, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-01-22,2019-04-25,P93D)", "type": "daterange", "start": "2019-01-22", "end": "2019-04-25" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Let's meet between now and May 21th, not right now, ok?
"Results": [ { "Text": "between now and may 21th", "Start": 11, "End": 35, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-05-09,XXXX-05-21,P12D)", "type": "daterange", "start": "2019-05-09", "end": "2019-05-21" } ] } }, { "Text": "right now", "Start": 41, "End": 50, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "PRESENT_REF", "type": "datetime", "value": "2019-05-09 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? Total sales from april to June in 2017 were below expectations.
"Results": [ { "Text": "from april to june in 2017", "Start": 12, "End": 38, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2017-04-01,2017-06-01,P2M)", "type": "daterange", "start": "2017-04-01", "end": "2017-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? Total sales from april in 2016 to June in 2017 were below expectations.
"Results": [ { "Text": "from april in 2016 to june in 2017", "Start": 12, "End": 46, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2016-04-01,2017-06-01,P14M)", "type": "daterange", "start": "2016-04-01", "end": "2017-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? the conflict lasted from January to april 2015
"Results": [ { "Text": "from january to april 2015", "Start": 20, "End": 46, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2015-01-01,2015-04-01,P3M)", "type": "daterange", "start": "2015-01-01", "end": "2015-04-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Cortana, please set up a Skype call sometime on this Friday 7.6 with Jim.
"Results": [ { "Text": "this friday 7.6", "Start": 48, "End": 63, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-07-06", "type": "date", "value": "2019-07-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? This task should be done on 5.12
"Results": [ { "Text": "5.12", "Start": 28, "End": 32, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-12", "type": "date", "value": "2019-05-12" }, { "timex": "XXXX-05-12", "type": "date", "value": "2020-05-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? This task should be done friday 5/12
"Results": [ { "Text": "friday 5/12", "Start": 25, "End": 36, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-12", "type": "date", "value": "2019-05-12" }, { "timex": "XXXX-05-12", "type": "date", "value": "2020-05-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? This task should be done this friday 5/12
"Results": [ { "Text": "this friday 5/12", "Start": 25, "End": 41, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-12", "type": "date", "value": "2019-05-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? This task should be done next friday 5/12
"Results": [ { "Text": "next friday 5/12", "Start": 25, "End": 41, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-12", "type": "date", "value": "2019-05-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? This task should be done this 5/12
"Results": [ { "Text": "this 5/12", "Start": 25, "End": 34, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-12", "type": "date", "value": "2019-05-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? This task should be done next 5/12
"Results": [ { "Text": "next 5/12", "Start": 25, "End": 34, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-05-12", "type": "date", "value": "2020-05-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? This task should be done next 6th of April
"Results": [ { "Text": "next 6th of april", "Start": 25, "End": 42, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-04-06", "type": "date", "value": "2020-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? from this 5/12 to next 5/19
"Results": [ { "Text": "from this 5/12 to next 5/19", "Start": 0, "End": 27, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-05-12,XXXX-05-19,P373D)", "type": "daterange", "start": "2019-05-12", "end": "2020-05-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? from this friday 5/12 to next sunday 5/20
"Results": [ { "Text": "from this friday 5/12 to next sunday 5/20", "Start": 0, "End": 41, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XXXX-05-12,XXXX-05-20,P8D)", "type": "daterange", "start": "2019-05-12", "end": "2019-05-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'm not talking about this, but about Jan/3
"Results": [ { "Text": "jan/3", "Start": 38, "End": 43, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-01-03", "type": "date", "value": "2019-01-03" }, { "timex": "XXXX-01-03", "type": "date", "value": "2020-01-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? There are 10 students.
"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? There are 10 stars.
"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? Who are us presidents in 90 s.
"Results": [ { "Text": "90 s", "Start": 25, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(XX90-01-01,XX00-01-01,P10Y)", "type": "daterange", "start": "1990-01-01", "end": "2000-01-01" }, { "timex": "(XX90-01-01,XX00-01-01,P10Y)", "type": "daterange", "start": "2090-01-01", "end": "2100-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll stay in China after the year 2020.
"Results": [ { "Text": "after the year 2020", "Start": 19, "End": 38, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2020", "Mod": "after", "type": "daterange", "start": "2021-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? Cortana find 30 minutes later this week
"Results": [ { "Text": "30 minutes", "Start": 13, "End": 23, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT30M", "type": "duration", "value": "1800" } ] } }, { "Text": "later this week", "Start": 24, "End": 39, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W22", "type": "daterange", "start": "2019-05-30", "end": "2019-06-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? Let's take a walk 30 minutes later
"Results": [ { "Text": "30 minutes later", "Start": 18, "End": 34, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2019-05-27T12:30:00", "type": "datetime", "value": "2019-05-27 12: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? I will travel in Japan on 26 june to 28 june in 2020.
"Results": [ { "Text": "26 june to 28 june in 2020", "Start": 26, "End": 52, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2020-06-26,2020-06-28,P2D)", "type": "daterange", "start": "2020-06-26", "end": "2020-06-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? I will travel in Japan on 26 june in 2019 to 28 june in 2020.
"Results": [ { "Text": "26 june in 2019 to 28 june in 2020", "Start": 26, "End": 60, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-06-26,2020-06-28,P368D)", "type": "daterange", "start": "2019-06-26", "end": "2020-06-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? I will go back to China on 28 june in 2020.
"Results": [ { "Text": "28 june in 2020", "Start": 27, "End": 42, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2020-06-28", "type": "date", "value": "2020-06-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? I'll go back on black friday 2010
"Results": [ { "Text": "black friday 2010", "Start": 16, "End": 33, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2010-11-26", "type": "date", "value": "2010-11-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? I'll go back on earth day 2010
"Results": [ { "Text": "earth day 2010", "Start": 16, "End": 30, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2010-04-22", "type": "date", "value": "2010-04-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'll go back on easter 2018
"Results": [ { "Text": "easter 2018", "Start": 16, "End": 27, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-04-01", "type": "date", "value": "2018-04-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll go back on monday the twenty seventh at six pm
"Results": [ { "Text": "monday the twenty seventh at six pm", "Start": 16, "End": 51, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2019-05-27T18", "type": "datetime", "value": "2019-05-27 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? I'll go back on monday the twenty fourth six pm
"Results": [ { "Text": "monday the twenty fourth six pm", "Start": 16, "End": 47, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2019-06-24T18", "type": "datetime", "value": "2019-06-24 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? The sales went up during 2017-q1
"Results": [ { "Text": "2017-q1", "Start": 25, "End": 32, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2017-01-01,2017-04-01,P3M)", "type": "daterange", "start": "2017-01-01", "end": "2017-04-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? The sales went up during 2017 q1
"Results": [ { "Text": "2017 q1", "Start": 25, "End": 32, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2017-01-01,2017-04-01,P3M)", "type": "daterange", "start": "2017-01-01", "end": "2017-04-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? 2019 H2 will bring challenges
"Results": [ { "Text": "2019 h2", "Start": 0, "End": 7, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-07-01,2020-01-01,P6M)", "type": "daterange", "start": "2019-07-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? 2019-H2 will bring challenges
"Results": [ { "Text": "2019-h2", "Start": 0, "End": 7, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-07-01,2020-01-01,P6M)", "type": "daterange", "start": "2019-07-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? The sales went up during from 2017-q1 to 2018-q1
"Results": [ { "Text": "from 2017-q1 to 2018-q1", "Start": 25, "End": 48, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2017-01-01,2018-01-01,P12M)", "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? The sales went up during from 2017 q1 to 2018 q1
"Results": [ { "Text": "from 2017 q1 to 2018 q1", "Start": 25, "End": 48, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2017-01-01,2018-01-01,P12M)", "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? The sales went up during from q1 of 2017 - q3 of 2018
"Results": [ { "Text": "from q1 of 2017 - q3 of 2018", "Start": 25, "End": 53, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2017-01-01,2018-07-01,P18M)", "type": "daterange", "start": "2017-01-01", "end": "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? January first 2000 was a special day for me
"Results": [ { "Text": "january first 2000", "Start": 0, "End": 18, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2000-01-01", "type": "date", "value": "2000-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? January first 12 was a special day for me
"Results": [ { "Text": "january first 12", "Start": 0, "End": 16, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2012-01-01", "type": "date", "value": "2012-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? This contract will end in 2150, right?
"Results": [ { "Text": "2150", "Start": 26, "End": 30, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2150", "type": "daterange", "start": "2150-01-01", "end": "2151-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? Brunch with Anna at 13:00 February 28, 2013
"Results": [ { "Text": "13:00 february 28, 2013", "Start": 20, "End": 43, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2013-02-28T13:00", "type": "datetime", "value": "2013-02-28 13: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 have a lot of gains in this school year.
"Results": [ { "Text": "this school year", "Start": 25, "End": 41, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "SY2019", "type": "daterange", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I got a lot of gains in last fiscal year.
"Results": [ { "Text": "last fiscal year", "Start": 24, "End": 40, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "FY2018", "type": "daterange", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I have a lot of gains in this calendar year.
"Results": [ { "Text": "this calendar year", "Start": 25, "End": 43, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019", "type": "daterange", "start": "2019-01-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Show sales in the fiscal year 2008
"Results": [ { "Text": "fiscal year 2008", "Start": 18, "End": 34, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "FY2008", "type": "daterange", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Show sales in the school year 2008
"Results": [ { "Text": "school year 2008", "Start": 18, "End": 34, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "SY2008", "type": "daterange", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Show sales in the calendar year 2008
"Results": [ { "Text": "calendar year 2008", "Start": 18, "End": 36, "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 cy 2008
"Results": [ { "Text": "cy 2008", "Start": 18, "End": 25, "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 sy 2008
"Results": [ { "Text": "sy 2008", "Start": 18, "End": 25, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "SY2008", "type": "daterange", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Show sales in fiscal year
"Results": [ { "Text": "fiscal year", "Start": 14, "End": 25, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "FYXXXX", "type": "daterange", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Show sales in the sy18
"Results": [ { "Text": "sy18", "Start": 18, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "SY2018", "type": "daterange", "value": "not resolved" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Show sales in the cy18
"Results": [ { "Text": "cy18", "Start": 18, "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? I'll go back on saint patrick 2020
"Results": [ { "Text": "saint patrick 2020", "Start": 16, "End": 34, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2020-03-17", "type": "date", "value": "2020-03-17" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll go back at five-thirty tomorrow evening
"Results": [ { "Text": "five-thirty tomorrow evening", "Start": 16, "End": 44, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2019-06-29T17:30", "type": "datetime", "value": "2019-06-29 17: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? Let's play basketball from three thirty to four thirty
"Results": [ { "Text": "from three thirty to four thirty", "Start": 22, "End": 54, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T03:30,T04:30,PT1H)", "type": "timerange", "start": "03:30:00", "end": "04:30:00" }, { "timex": "(T15:30,T16:30,PT1H)", "type": "timerange", "start": "15:30:00", "end": "16: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? Let's play basketball from two thirty to two forty five
"Results": [ { "Text": "from two thirty to two forty five", "Start": 22, "End": 55, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T02:30,T02:45,PT15M)", "type": "timerange", "start": "02:30:00", "end": "02:45:00" }, { "timex": "(T14:30,T14:45,PT15M)", "type": "timerange", "start": "14:30:00", "end": "14:45: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? =2019
"Results": [ { "Text": "=2019", "Start": 0, "End": 5, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019", "type": "daterange", "start": "2019-01-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? > = 2019
"Results": [ { "Text": "> = 2019", "Start": 0, "End": 8, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019", "Mod": "since", "type": "daterange", "sourceEntity": "datetimerange", "start": "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? < =2019
"Results": [ { "Text": "< =2019", "Start": 0, "End": 7, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019", "Mod": "until", "type": "daterange", "sourceEntity": "datetimerange", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Sales for this quarter
"Results": [ { "Text": "this quarter", "Start": 10, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-07-01,2019-10-01,P3M)", "type": "daterange", "start": "2019-07-01", "end": "2019-10-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? Sales for current quarter
"Results": [ { "Text": "current quarter", "Start": 10, "End": 25, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-07-01,2019-10-01,P3M)", "type": "daterange", "start": "2019-07-01", "end": "2019-10-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? Sales for last quarter
"Results": [ { "Text": "last quarter", "Start": 10, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-04-01,2019-07-01,P3M)", "type": "daterange", "start": "2019-04-01", "end": "2019-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Sales for last quarter
"Results": [ { "Text": "last quarter", "Start": 10, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2018-10-01,2019-01-01,P3M)", "type": "daterange", "start": "2018-10-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? Let's discuss the work for the next quarter.
"Results": [ { "Text": "next quarter", "Start": 31, "End": 43, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-10-01,2020-01-01,P3M)", "type": "daterange", "start": "2019-10-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Let's discuss the work for the next quarter.
"Results": [ { "Text": "next quarter", "Start": 31, "End": 43, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2020-01-01,2020-04-01,P3M)", "type": "daterange", "start": "2020-01-01", "end": "2020-04-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Let's discuss the work for the coming quarter.
"Results": [ { "Text": "coming quarter", "Start": 31, "End": 45, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-10-01,2020-01-01,P3M)", "type": "daterange", "start": "2019-10-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Let's discuss the work for the following quarter.
"Results": [ { "Text": "following quarter", "Start": 31, "End": 48, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-10-01,2020-01-01,P3M)", "type": "daterange", "start": "2019-10-01", "end": "2020-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Sales for previous quarter
"Results": [ { "Text": "previous quarter", "Start": 10, "End": 26, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-04-01,2019-07-01,P3M)", "type": "daterange", "start": "2019-04-01", "end": "2019-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Sales for past quarter
"Results": [ { "Text": "past quarter", "Start": 10, "End": 22, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-04-01,2019-07-01,P3M)", "type": "daterange", "start": "2019-04-01", "end": "2019-07-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I will be out in 11:30 am to 12:30 december 27th
"Results": [ { "Text": "11:30 am to 12:30 december 27th", "Start": 17, "End": 48, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-12-27T11:30,XXXX-12-27T12:30,PT1H)", "type": "datetimerange", "start": "2018-12-27 11:30:00", "end": "2018-12-27 12:30:00" }, { "timex": "(XXXX-12-27T11:30,XXXX-12-27T12:30,PT1H)", "type": "datetimerange", "start": "2019-12-27 11:30:00", "end": "2019-12-27 12: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? Let's have a meeting in 12:30 december 27th
"Results": [ { "Text": "12:30 december 27th", "Start": 24, "End": 43, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "XXXX-12-27T12:30", "type": "datetime", "value": "2018-12-27 12:30:00" }, { "timex": "XXXX-12-27T12:30", "type": "datetime", "value": "2019-12-27 12:30:00" }, { "timex": "XXXX-12-27T00:30", "type": "datetime", "value": "2018-12-27 00:30:00" }, { "timex": "XXXX-12-27T00:30", "type": "datetime", "value": "2019-12-27 00: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? I bought it for $12 December 27
"Results": [ { "Text": "december 27", "Start": 20, "End": 31, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-12-27", "type": "date", "value": "2018-12-27" }, { "timex": "XXXX-12-27", "type": "date", "value": "2019-12-27" } ] } } ]
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 bought it for $ 12 December 27
"Results": [ { "Text": "december 27", "Start": 21, "End": 32, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-12-27", "type": "date", "value": "2018-12-27" }, { "timex": "XXXX-12-27", "type": "date", "value": "2019-12-27" } ] } } ]
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? Tim says:30 December is OK
"Results": [ { "Text": "30 december", "Start": 9, "End": 20, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-12-30", "type": "date", "value": "2018-12-30" }, { "timex": "XXXX-12-30", "type": "date", "value": "2019-12-30" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? 3pm : I'll be out on this week
"Results": [ { "Text": "3pm", "Start": 0, "End": 3, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T15", "type": "time", "value": "15:00:00" } ] } }, { "Text": "this week", "Start": 21, "End": 30, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W28", "type": "daterange", "start": "2019-07-08", "end": "2019-07-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? this week 8am should be a daterange and a time.
"Results": [ { "Text": "this week", "Start": 0, "End": 9, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W28", "type": "daterange", "start": "2019-07-08", "end": "2019-07-15" } ] } }, { "Text": "8am", "Start": 10, "End": 13, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T08", "type": "time", "value": "08:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? this week 8p.m. should be a daterange and a time.
"Results": [ { "Text": "this week", "Start": 0, "End": 9, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W28", "type": "daterange", "start": "2019-07-08", "end": "2019-07-15" } ] } }, { "Text": "8p.m.", "Start": 10, "End": 15, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T20", "type": "time", "value": "20: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? week 10 8 p.m. should be a daterange and a time.
"Results": [ { "Text": "week 10", "Start": 0, "End": 7, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W10", "type": "daterange", "start": "2019-03-04", "end": "2019-03-11" } ] } }, { "Text": "8 p.m.", "Start": 8, "End": 14, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T20", "type": "time", "value": "20: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? week 10 8p.m. should be a daterange and a time.
"Results": [ { "Text": "week 10", "Start": 0, "End": 7, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W10", "type": "daterange", "start": "2019-03-04", "end": "2019-03-11" } ] } }, { "Text": "8p.m.", "Start": 8, "End": 13, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T20", "type": "time", "value": "20: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? week 10 10:20 should be a daterange and a time.
"Results": [ { "Text": "week 10", "Start": 0, "End": 7, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W10", "type": "daterange", "start": "2019-03-04", "end": "2019-03-11" } ] } }, { "Text": "10:20", "Start": 8, "End": 13, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T10:20", "type": "time", "value": "10:20:00" }, { "timex": "T22:20", "type": "time", "value": "22:20:00" } ] } } ]