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? I will leave from May to Oct 2020
"Results": [ { "Text": "from may to oct 2020", "Start": 13, "End": 33, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2020-05-01,2020-10-01,P5M)", "type": "daterange", "start": "2020-05-01", "end": "2020-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? I will leave from 5/1-5/7, 2020
"Results": [ { "Text": "from 5/1-5/7, 2020", "Start": 13, "End": 31, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2020-05-01,2020-05-07,P6D)", "type": "daterange", "start": "2020-05-01", "end": "2020-05-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? I will leave from 5/1-5/7/2020
"Results": [ { "Text": "from 5/1-5/7/2020", "Start": 13, "End": 30, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2020-05-01,2020-05-07,P6D)", "type": "daterange", "start": "2020-05-01", "end": "2020-05-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? I will leave from 5/1/2019-5/7/2020
"Results": [ { "Text": "from 5/1/2019-5/7/2020", "Start": 13, "End": 35, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2019-05-01,2020-05-07,P372D)", "type": "daterange", "start": "2019-05-01", "end": "2020-05-07" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? The date should be 05-Aug-2016
"Results": [ { "Text": "05-aug-2016", "Start": 19, "End": 30, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-08-05", "type": "date", "value": "2016-08-05" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Are you available on Monday morning from 10am to 12pm
"Results": [ { "Text": "monday morning from 10am to 12pm", "Start": 21, "End": 53, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-WXX-1T10,XXXX-WXX-1T12,PT2H)", "type": "datetimerange", "start": "2018-10-29 10:00:00", "end": "2018-10-29 12:00:00" }, { "timex": "(XXXX-WXX-1T10,XXXX-WXX-1T12,PT2H)", "type": "datetimerange", "start": "2018-11-05 10:00:00", "end": "2018-11-05 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? Are you available 10am to 12pm Monday morning
"Results": [ { "Text": "10am to 12pm monday morning", "Start": 18, "End": 45, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-WXX-1T10,XXXX-WXX-1T12,PT2H)", "type": "datetimerange", "start": "2018-10-29 10:00:00", "end": "2018-10-29 12:00:00" }, { "timex": "(XXXX-WXX-1T10,XXXX-WXX-1T12,PT2H)", "type": "datetimerange", "start": "2018-11-05 10:00:00", "end": "2018-11-05 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? Where were you yesterday afternoon from 3-8pm
"Results": [ { "Text": "yesterday afternoon from 3-8pm", "Start": 15, "End": 45, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-10-31T15,2018-10-31T20,PT5H)", "type": "datetimerange", "start": "2018-10-31 15:00:00", "end": "2018-10-31 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? Where were you from 3-8pm yesterday afternoon
"Results": [ { "Text": "from 3-8pm yesterday afternoon", "Start": 15, "End": 45, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-10-31T15,2018-10-31T20,PT5H)", "type": "datetimerange", "start": "2018-10-31 15:00:00", "end": "2018-10-31 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? Where were you from 8am-3 yesterday afternoon
"Results": [ { "Text": "from 8am-3 yesterday afternoon", "Start": 15, "End": 45, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-10-31T8,2018-10-31T15,PT7H)", "type": "datetimerange", "start": "2018-10-31 08:00:00", "end": "2018-10-31 15:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Where were you Monday 3-8
"Results": [ { "Text": "monday 3-8", "Start": 15, "End": 25, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-WXX-1T03,XXXX-WXX-1T08,PT5H)", "type": "datetimerange", "start": "2018-10-29 03:00:00", "end": "2018-10-29 08:00:00" }, { "timex": "(XXXX-WXX-1T03,XXXX-WXX-1T08,PT5H)", "type": "datetimerange", "start": "2018-11-05 03:00:00", "end": "2018-11-05 08:00:00" }, { "timex": "(XXXX-WXX-1T15,XXXX-WXX-1T20,PT5H)", "type": "datetimerange", "start": "2018-10-29 15:00:00", "end": "2018-10-29 20:00:00" }, { "timex": "(XXXX-WXX-1T15,XXXX-WXX-1T20,PT5H)", "type": "datetimerange", "start": "2018-11-05 15:00:00", "end": "2018-11-05 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? Where were you between 3 and 8 yesterday
"Results": [ { "Text": "between 3 and 8 yesterday", "Start": 15, "End": 40, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-10-31T03,2018-10-31T08,PT5H)", "type": "datetimerange", "start": "2018-10-31 03:00:00", "end": "2018-10-31 08:00:00" }, { "timex": "(2018-10-31T15,2018-10-31T20,PT5H)", "type": "datetimerange", "start": "2018-10-31 15:00:00", "end": "2018-10-31 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? Are you available between 3 and 8am next Monday
"Results": [ { "Text": "between 3 and 8am next monday", "Start": 18, "End": 47, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-11-05T03,2018-11-05T08,PT5H)", "type": "datetimerange", "start": "2018-11-05 03:00:00", "end": "2018-11-05 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? Are you available between 3am - 12pm next Monday
"Results": [ { "Text": "between 3am - 12pm next monday", "Start": 18, "End": 48, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-11-05T03,2018-11-05T12,PT9H)", "type": "datetimerange", "start": "2018-11-05 03:00:00", "end": "2018-11-05 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? Are you available 6-8 next Monday
"Results": [ { "Text": "6-8 next monday", "Start": 18, "End": 33, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-11-05T06,2018-11-05T08,PT2H)", "type": "datetimerange", "start": "2018-11-05 06:00:00", "end": "2018-11-05 08:00:00" }, { "timex": "(2018-11-05T18,2018-11-05T20,PT2H)", "type": "datetimerange", "start": "2018-11-05 18:00:00", "end": "2018-11-05 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? Are you available next Monday 6-8
"Results": [ { "Text": "next monday 6-8", "Start": 18, "End": 33, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-11-05T06,2018-11-05T08,PT2H)", "type": "datetimerange", "start": "2018-11-05 06:00:00", "end": "2018-11-05 08:00:00" }, { "timex": "(2018-11-05T18,2018-11-05T20,PT2H)", "type": "datetimerange", "start": "2018-11-05 18:00:00", "end": "2018-11-05 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? Are you available next Monday morning 6-8
"Results": [ { "Text": "next monday morning 6-8", "Start": 18, "End": 41, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(2018-11-05T06,2018-11-05T08,PT2H)", "type": "datetimerange", "start": "2018-11-05 06:00:00", "end": "2018-11-05 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? What's your plan for Dec-2018
"Results": [ { "Text": "dec-2018", "Start": 21, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-12", "type": "daterange", "start": "2018-12-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? What's your plan for Dec/2018
"Results": [ { "Text": "dec/2018", "Start": 21, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-12", "type": "daterange", "start": "2018-12-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? What's your plan for Dec, 2018
"Results": [ { "Text": "dec, 2018", "Start": 21, "End": 30, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-12", "type": "daterange", "start": "2018-12-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? What's your plan for Dec/2018-May/2019
"Results": [ { "Text": "dec/2018-may/2019", "Start": 21, "End": 38, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "(2018-12-01,2019-05-01,P5M)", "type": "daterange", "start": "2018-12-01", "end": "2019-05-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What happened the day before
"Results": [ { "Text": "the day before", "Start": 14, "End": 28, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-07", "type": "date", "value": "2018-11-07" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What's your plan for the day after?
"Results": [ { "Text": "the day after", "Start": 21, "End": 34, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-09", "type": "date", "value": "2018-11-09" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I waited for news, day after day, expecting to hear something.
"Results": []
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I don't remember the date, it should be next Monday or next Tuesday.
"Results": [ { "Text": "next monday", "Start": 40, "End": 51, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-19", "type": "date", "value": "2018-11-19" } ] } }, { "Text": "next tuesday", "Start": 55, "End": 67, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-20", "type": "date", "value": "2018-11-20" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I don't remember the date, it should be next Monday or previous Monday
"Results": [ { "Text": "next monday", "Start": 40, "End": 51, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-19", "type": "date", "value": "2018-11-19" } ] } }, { "Text": "previous monday", "Start": 55, "End": 70, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-05", "type": "date", "value": "2018-11-05" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I don't remember the date, it should be next Monday or Tuesday or previous Wednesday.
"Results": [ { "Text": "next monday", "Start": 40, "End": 51, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-19", "type": "date", "value": "2018-11-19" } ] } }, { "Text": "tuesday", "Start": 55, "End": 62, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-2", "type": "date", "value": "2018-11-13" }, { "timex": "XXXX-WXX-2", "type": "date", "value": "2018-11-20" } ] } }, { "Text": "previous wednesday", "Start": 66, "End": 84, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-07", "type": "date", "value": "2018-11-07" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What's your plan for next week Wednesday?
"Results": [ { "Text": "next week wednesday", "Start": 21, "End": 40, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-12-05", "type": "date", "value": "2018-12-05" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? What happened on previous week - Monday
"Results": [ { "Text": "previous week - monday", "Start": 17, "End": 39, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-19", "type": "date", "value": "2018-11-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? What happened on this week Monday
"Results": [ { "Text": "this week monday", "Start": 17, "End": 33, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2018-11-26", "type": "date", "value": "2018-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? Cortana, please find us 30 minutes on 11/20, 11/22 or 11/25
"Results": [ { "Text": "30 minutes", "Start": 24, "End": 34, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT30M", "type": "duration", "value": "1800" } ] } }, { "Text": "11/20", "Start": 38, "End": 43, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-11-20", "type": "date", "value": "2018-11-20" }, { "timex": "XXXX-11-20", "type": "date", "value": "2019-11-20" } ] } }, { "Text": "11/22", "Start": 45, "End": 50, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-11-22", "type": "date", "value": "2018-11-22" }, { "timex": "XXXX-11-22", "type": "date", "value": "2019-11-22" } ] } }, { "Text": "11/25", "Start": 54, "End": 59, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-11-25", "type": "date", "value": "2018-11-25" }, { "timex": "XXXX-11-25", "type": "date", "value": "2019-11-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? You shouldn't always go to bed end of the day since it will do harm to your health.
"Results": [ { "Text": "end of the day", "Start": 31, "End": 45, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2018-11-21T23:59:59", "type": "datetime", "value": "2018-11-21 23:59:59" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? You shouldn't always go to bed end of day since it will do harm to your health.
"Results": [ { "Text": "end of day", "Start": 31, "End": 41, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2018-11-21T23:59:59", "type": "datetime", "value": "2018-11-21 23:59:59" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Bob and Alice usually exchange their encrypted messages at the eod
"Results": [ { "Text": "the eod", "Start": 59, "End": 66, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2018-11-21T23:59:59", "type": "datetime", "value": "2018-11-21 23:59:59" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? A big party will be held at the EOY.
"Results": [ { "Text": "eoy", "Start": 32, "End": 35, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "Mod": "end", "type": "daterange", "start": "2018-07-01", "end": "2019-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Do you know the date? 11/20, 12 of Nov?
"Results": [ { "Text": "11/20", "Start": 22, "End": 27, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-11-20", "type": "date", "value": "2018-11-20" }, { "timex": "XXXX-11-20", "type": "date", "value": "2019-11-20" } ] } }, { "Text": "12 of nov", "Start": 29, "End": 38, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-11-12", "type": "date", "value": "2018-11-12" }, { "timex": "XXXX-11-12", "type": "date", "value": "2019-11-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? A big party will be held at the end of year.
"Results": [ { "Text": "end of year", "Start": 32, "End": 43, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018", "Mod": "end", "type": "daterange", "start": "2018-07-01", "end": "2019-01-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I heard you will hold a birthday party end of month
"Results": [ { "Text": "end of month", "Start": 39, "End": 51, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-11", "Mod": "end", "type": "daterange", "start": "2018-11-16", "end": "2018-12-01" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Don't forget to push your code as all the disks will be renewed the end of the week.
"Results": [ { "Text": "end of the week", "Start": 68, "End": 83, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W48", "Mod": "end", "type": "daterange", "start": "2018-11-29", "end": "2018-12-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? Can you please find time for a conference call on Wednesday, Thursday or Friday, between 9-6 PT?
"Results": [ { "Text": "wednesday", "Start": 50, "End": 59, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-3", "type": "date", "value": "2018-11-28" }, { "timex": "XXXX-WXX-3", "type": "date", "value": "2018-12-05" } ] } }, { "Text": "thursday", "Start": 61, "End": 69, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-4", "type": "date", "value": "2018-11-22" }, { "timex": "XXXX-WXX-4", "type": "date", "value": "2018-11-29" } ] } }, { "Text": "friday", "Start": 73, "End": 79, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-5", "type": "date", "value": "2018-11-23" }, { "timex": "XXXX-WXX-5", "type": "date", "value": "2018-11-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? How about between 6:30 to 9 pst
"Results": [ { "Text": "between 6:30 to 9 pst", "Start": 10, "End": 31, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T06:30,T09,PT2H30M)", "type": "timerange", "timezone": "UTC-08:00", "timezoneText": "pst", "utcOffsetMins": "-480", "start": "06:30:00", "end": "09:00:00" }, { "timex": "(T18:30,T21,PT2H30M)", "type": "timerange", "timezone": "UTC-08:00", "timezoneText": "pst", "utcOffsetMins": "-480", "start": "18:30:00", "end": "21:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? How about between 9 to 10:30 cst
"Results": [ { "Text": "between 9 to 10:30", "Start": 10, "End": 28, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T09,T10:30,PT1H30M)", "type": "timerange", "start": "09:00:00", "end": "10:30:00" }, { "timex": "(T21,T22:30,PT1H30M)", "type": "timerange", "start": "21:00:00", "end": "22: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? How about first week of 2015
"Results": [ { "Text": "first week of 2015", "Start": 10, "End": 28, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2015-W01", "type": "daterange", "start": "2014-12-29", "end": "2015-01-05" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? How about first week of Jan 2015
"Results": [ { "Text": "first week of jan 2015", "Start": 10, "End": 32, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2015-01-W01", "type": "daterange", "start": "2014-12-29", "end": "2015-01-05" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? How about last week of 2016
"Results": [ { "Text": "last week of 2016", "Start": 10, "End": 27, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2016-W52", "type": "daterange", "start": "2016-12-26", "end": "2017-01-02" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? How about last week of Dec 2016
"Results": [ { "Text": "last week of dec 2016", "Start": 10, "End": 31, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2016-12-W05", "type": "daterange", "start": "2016-12-26", "end": "2017-01-02" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? How about first week of 2019
"Results": [ { "Text": "first week of 2019", "Start": 10, "End": 28, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W01", "type": "daterange", "start": "2018-12-31", "end": "2019-01-07" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? How about last week of 2019
"Results": [ { "Text": "last week of 2019", "Start": 10, "End": 27, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2019-W52", "type": "daterange", "start": "2019-12-23", "end": "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? How about 3rd week of 2018
"Results": [ { "Text": "3rd week of 2018", "Start": 10, "End": 26, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W03", "type": "daterange", "start": "2018-01-15", "end": "2018-01-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? How about 3rd week of Jan
"Results": [ { "Text": "3rd week of jan", "Start": 10, "End": 25, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-01-W03", "type": "daterange", "start": "2018-01-15", "end": "2018-01-22" }, { "timex": "XXXX-01-W03", "type": "daterange", "start": "2019-01-14", "end": "2019-01-21" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? He took a test earlier previous week
"Results": [ { "Text": "earlier previous week", "Start": 15, "End": 36, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W47", "Mod": "start", "type": "daterange", "start": "2018-11-19", "end": "2018-11-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 will finish the work later this week
"Results": [ { "Text": "later this week", "Start": 23, "End": 38, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2018-W48", "type": "daterange", "start": "2018-11-30", "end": "2018-12-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? create appointment at 3 p . m .
"Results": [ { "Text": "3 p . m .", "Start": 22, "End": 31, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T15", "type": "time", "value": "15:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I suppose one hour and half is sufficient to finish the task.
"Results": [ { "Text": "one hour and half", "Start": 10, "End": 27, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT1.5H", "type": "duration", "value": "5400" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I suppose one hour and a half is sufficient to finish the task.
"Results": [ { "Text": "one hour and a half", "Start": 10, "End": 29, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT1.5H", "type": "duration", "value": "5400" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I suppose one and a half hour is sufficient to finish the task.
"Results": [ { "Text": "one and a half hour", "Start": 10, "End": 29, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT1.5H", "type": "duration", "value": "5400" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I suppose one and half hour is sufficient to finish the task.
"Results": [ { "Text": "one and half hour", "Start": 10, "End": 27, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT1.5H", "type": "duration", "value": "5400" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I suppose one and a half hours are sufficient to finish the task.
"Results": [ { "Text": "one and a half hours", "Start": 10, "End": 30, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "PT1.5H", "type": "duration", "value": "5400" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? He will take a one and a quarter year gap to work as an intern at an Internet company.
"Results": [ { "Text": "one and a quarter year", "Start": 15, "End": 37, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "P1.25Y", "type": "duration", "value": "39420000" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? He will take a one year and a quarter gap to work as an intern at an Internet company.
"Results": [ { "Text": "one year and a quarter", "Start": 15, "End": 37, "TypeName": "datetimeV2.duration", "Resolution": { "values": [ { "timex": "P1.25Y", "type": "duration", "value": "39420000" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "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 twenty-one coins in my pocket
"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 two to four people in the room
"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? One may ask a question to themselves
"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? Twenty-six people die in accident at Techiman
"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? That one Tuesday was a blast!
"Results": [ { "Text": "tuesday", "Start": 9, "End": 16, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-2", "type": "date", "value": "2019-01-22" }, { "timex": "XXXX-WXX-2", "type": "date", "value": "2019-01-29" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Do you have any arrangement on Monday 21!
"Results": [ { "Text": "monday 21", "Start": 31, "End": 40, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-1", "type": "date", "value": "2019-01-21" }, { "timex": "XXXX-WXX-1", "type": "date", "value": "2019-10-21" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Do you have any arrangement on Monday 21!
"Results": [ { "Text": "monday 21", "Start": 31, "End": 40, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-01-21", "type": "date", "value": "2019-01-21" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Do you have any arrangement on Sunday 31!
"Results": [ { "Text": "sunday 31", "Start": 31, "End": 40, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-7", "type": "date", "value": "2017-12-31" }, { "timex": "XXXX-WXX-7", "type": "date", "value": "2019-03-31" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Do you have any arrangement on Friday 31!
"Results": [ { "Text": "friday 31", "Start": 31, "End": 40, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "XXXX-WXX-5", "type": "date", "value": "2018-08-31" }, { "timex": "XXXX-WXX-5", "type": "date", "value": "2019-05-31" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Do you have any plan after mid May?
"Results": [ { "Text": "after mid may", "Start": 21, "End": 34, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-05", "Mod": "after-mid", "type": "daterange", "start": "2018-05-21", "sourceEntity": "datetimerange" }, { "timex": "XXXX-05", "Mod": "after-mid", "type": "daterange", "start": "2019-05-21", "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? What happened before early September
"Results": [ { "Text": "before early september", "Start": 14, "End": 36, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-09", "Mod": "before-start", "type": "daterange", "end": "2018-09-01", "sourceEntity": "datetimerange" }, { "timex": "XXXX-09", "Mod": "before-start", "type": "daterange", "end": "2019-09-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? What happened since late July?
"Results": [ { "Text": "since late july", "Start": 14, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "XXXX-07", "Mod": "since-end", "type": "daterange", "start": "2018-07-16", "sourceEntity": "datetimerange" }, { "timex": "XXXX-07", "Mod": "since-end", "type": "daterange", "start": "2019-07-16", "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? Unless indicated, these views are the author's and may differ from those of X or others in the firm. We do not represent this is accurate or complete and we may not update this. Past performance is not indicative of future returns. You should not use e-mail to request or authorize any transaction. CONFIDENTIALITY NOTICE: All information in and with this message may be legally privileged, and is provided only for the use of the individuals(s) named above. This information may not be disseminated and we do not waive confidentiality by mis-transmission.
"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? Do you have any arrangement on this upcoming Friday?
"Results": [ { "Text": "this upcoming friday", "Start": 31, "End": 51, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-02-01", "type": "date", "value": "2019-02-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? Do you have any arrangement on next Friday?
"Results": [ { "Text": "next friday", "Start": 31, "End": 42, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-02-08", "type": "date", "value": "2019-02-08" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Do you have any arrangement on following Friday?
"Results": [ { "Text": "following friday", "Start": 31, "End": 47, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-02-08", "type": "date", "value": "2019-02-08" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Do you have any arrangement on coming Thursday?
"Results": [ { "Text": "coming thursday", "Start": 31, "End": 46, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-02-07", "type": "date", "value": "2019-02-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? Where were you on this past Wednesday?
"Results": [ { "Text": "this past wednesday", "Start": 18, "End": 37, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-01-30", "type": "date", "value": "2019-01-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? Where were you on past Wednesday?
"Results": [ { "Text": "past wednesday", "Start": 18, "End": 32, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-01-30", "type": "date", "value": "2019-01-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? Where were you on previous Wednesday?
"Results": [ { "Text": "previous wednesday", "Start": 18, "End": 36, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-01-23", "type": "date", "value": "2019-01-23" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Where were you on last Wednesday?
"Results": [ { "Text": "last wednesday", "Start": 18, "End": 32, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-01-23", "type": "date", "value": "2019-01-23" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Where were you the 12th between 0730-0930
"Results": [ { "Text": "between 0730-0930", "Start": 24, "End": 41, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T07:30,T09:30,PT2H)", "type": "timerange", "start": "07:30:00", "end": "09:30:00" }, { "timex": "(T19:30,T21:30,PT2H)", "type": "timerange", "start": "19:30:00", "end": "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? Where were you between 0730-0930?
"Results": [ { "Text": "between 0730-0930", "Start": 15, "End": 32, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T07:30,T09:30,PT2H)", "type": "timerange", "start": "07:30:00", "end": "09:30:00" }, { "timex": "(T19:30,T21:30,PT2H)", "type": "timerange", "start": "19:30:00", "end": "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? Where were you between 0930-0730?
"Results": [ { "Text": "between 0930-0730", "Start": 15, "End": 32, "TypeName": "datetimeV2.timerange", "Resolution": { "values": [ { "timex": "(T09:30,T19:30,PT10H)", "type": "timerange", "start": "09:30:00", "end": "19:30:00" }, { "timex": "(T21:30,T07:30,PT10H)", "type": "timerange", "start": "21:30:00", "end": "07: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? Where were you between 730-930?
"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? Book a meeting for Monday 21 between 9:30 and 3:00 pm PST.
"Results": [ { "Text": "monday 21 between 9:30 and 3:00 pm", "Start": 19, "End": 53, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-WXX-1T09:30,XXXX-WXX-1T15:00,PT5H30M)", "type": "datetimerange", "start": "2019-01-21 09:30:00", "end": "2019-01-21 15:00:00" }, { "timex": "(XXXX-WXX-1T09:30,XXXX-WXX-1T15:00,PT5H30M)", "type": "datetimerange", "start": "2019-10-21 09:30:00", "end": "2019-10-21 15:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Will you be free Tuesday, Jan 15, 1:00 PM - 1:15 PM?
"Results": [ { "Text": "tuesday, jan 15, 1:00 pm - 1:15 pm", "Start": 17, "End": 51, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-01-15T13:00,XXXX-01-15T13:15,PT15M)", "type": "datetimerange", "start": "2019-01-15 13:00:00", "end": "2019-01-15 13:15:00" }, { "timex": "(XXXX-01-15T13:00,XXXX-01-15T13:15,PT15M)", "type": "datetimerange", "start": "2020-01-15 13:00:00", "end": "2020-01-15 13:15:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Your renewal will be January 18, 2019. You have until then to add the paid support. @Cortana, Please schedule a Skype call at 3pm today.
"Results": [ { "Text": "january 18, 2019", "Start": 21, "End": 37, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2019-01-18", "type": "date", "value": "2019-01-18" } ] } }, { "Text": "3pm today", "Start": 127, "End": 136, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2019-02-28T15", "type": "datetime", "value": "2019-02-28 15:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? book my time for swimming every Tuesday and Thursday 19:00 - 21:00.
"Results": [ { "Text": "every tuesday", "Start": 26, "End": 39, "TypeName": "datetimeV2.set", "Resolution": { "values": [ { "timex": "XXXX-WXX-2", "type": "set", "value": "not resolved" } ] } }, { "Text": "thursday 19:00 - 21:00", "Start": 44, "End": 66, "TypeName": "datetimeV2.datetimerange", "Resolution": { "values": [ { "timex": "(XXXX-WXX-4T19:00,XXXX-WXX-4T21:00,PT2H)", "type": "datetimerange", "start": "2019-02-28 19:00:00", "end": "2019-02-28 21:00:00" }, { "timex": "(XXXX-WXX-4T19:00,XXXX-WXX-4T21:00,PT2H)", "type": "datetimerange", "start": "2019-03-07 19:00:00", "end": "2019-03-07 21:00:00" } ] } } ]
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? Is this a valid date? 12-2015
"Results": [ { "Text": "12-2015", "Start": 22, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2015-12", "type": "daterange", "start": "2015-12-01", "end": "2016-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? Is this a valid date? 32-2015
"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? Is this a valid date? 32 - 2015
"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? Is this a valid date? 2015-12
"Results": [ { "Text": "2015-12", "Start": 22, "End": 29, "TypeName": "datetimeV2.daterange", "Resolution": { "values": [ { "timex": "2015-12", "type": "daterange", "start": "2015-12-01", "end": "2016-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? Is this a valid date? 2015-32
"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? Is this a valid date? 2015 - 32
"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? Tel: +86 138-2010-2015
"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? Tel: +86 2010-2015-86
"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? Tel: 000 111 82-2100
"Results": []
Please identify all date or time mentions and their types in the input sentence provided below. Take into consideration the provided reference datetime, if relevant. Pay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. Example sentence, reference datetime, and results: I'll go back tomorrow Reference datetime: 2016-11-07T00:00:00 "Results": [ { "Text": "tomorrow", "Start": 13, "End": 21, "TypeName": "datetimeV2.date", "Resolution": { "values": [ { "timex": "2016-11-08", "type": "date", "value": "2016-11-08" } ] } } ] Considering the input sentence below, what is the output result? I'll be back at 9:00a.
"Results": [ { "Text": "9:00a", "Start": 16, "End": 21, "TypeName": "datetimeV2.time", "Resolution": { "values": [ { "timex": "T09:00", "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? I'll be back tomorrow at 8:45a.
"Results": [ { "Text": "tomorrow at 8:45a", "Start": 13, "End": 30, "TypeName": "datetimeV2.datetime", "Resolution": { "values": [ { "timex": "2019-03-29T08:45", "type": "datetime", "value": "2019-03-29 08:45:00" } ] } } ]