{"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 04th Jan 2019.\n", "targets": "\"Results\": [\n {\n \"Text\": \"04th jan 2019\",\n \"Start\": 13,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-04\",\n \"type\": \"date\",\n \"value\": \"2019-01-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 03rd Jan 2019.\n", "targets": "\"Results\": [\n {\n \"Text\": \"03rd jan 2019\",\n \"Start\": 13,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-03\",\n \"type\": \"date\",\n \"value\": \"2019-01-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 02nd Jan 2019.\n", "targets": "\"Results\": [\n {\n \"Text\": \"02nd jan 2019\",\n \"Start\": 13,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-02\",\n \"type\": \"date\",\n \"value\": \"2019-01-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 01st Jan 2019.\n", "targets": "\"Results\": [\n {\n \"Text\": \"01st jan 2019\",\n \"Start\": 13,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-01\",\n \"type\": \"date\",\n \"value\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWho are us presidents in 1990 s.\n", "targets": "\"Results\": [\n {\n \"Text\": \"1990 s\",\n \"Start\": 25,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(1990-01-01,2000-01-01,P10Y)\",\n \"type\": \"daterange\",\n \"start\": \"1990-01-01\",\n \"end\": \"2000-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Oct/2\n", "targets": "\"Results\": [\n {\n \"Text\": \"oct/2\",\n \"Start\": 13,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-10-02\",\n \"type\": \"date\",\n \"value\": \"2016-10-02\"\n },\n {\n \"timex\": \"XXXX-10-02\",\n \"type\": \"date\",\n \"value\": \"2017-10-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on 22/04\n", "targets": "\"Results\": [\n {\n \"Text\": \"22/04\",\n \"Start\": 16,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-04-22\",\n \"type\": \"date\",\n \"value\": \"2016-04-22\"\n },\n {\n \"timex\": \"XXXX-04-22\",\n \"type\": \"date\",\n \"value\": \"2017-04-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back May twenty nine\n", "targets": "\"Results\": [\n {\n \"Text\": \"may twenty nine\",\n \"Start\": 13,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-29\",\n \"type\": \"date\",\n \"value\": \"2016-05-29\"\n },\n {\n \"timex\": \"XXXX-05-29\",\n \"type\": \"date\",\n \"value\": \"2017-05-29\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back second of Aug.\n", "targets": "\"Results\": [\n {\n \"Text\": \"second of aug\",\n \"Start\": 13,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-08-02\",\n \"type\": \"date\",\n \"value\": \"2016-08-02\"\n },\n {\n \"timex\": \"XXXX-08-02\",\n \"type\": \"date\",\n \"value\": \"2017-08-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back today\n", "targets": "\"Results\": [\n {\n \"Text\": \"today\",\n \"Start\": 13,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-07\",\n \"type\": \"date\",\n \"value\": \"2016-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back yesterday\n", "targets": "\"Results\": [\n {\n \"Text\": \"yesterday\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-06\",\n \"type\": \"date\",\n \"value\": \"2016-11-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on Friday\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday\",\n \"Start\": 16,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"date\",\n \"value\": \"2016-11-04\"\n },\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"date\",\n \"value\": \"2016-11-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out from 4-23 in next month\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 4-23 in next month\",\n \"Start\": 12,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-12-04,2016-12-23,P19D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-12-04\",\n \"end\": \"2016-12-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out between 3 and 12 of Sept hahaha\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 3 and 12 of sept\",\n \"Start\": 12,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-09-03,XXXX-09-12,P9D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-09-03\",\n \"end\": \"2016-09-12\"\n },\n {\n \"timex\": \"(XXXX-09-03,XXXX-09-12,P9D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-09-03\",\n \"end\": \"2017-09-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out this September\n", "targets": "\"Results\": [\n {\n \"Text\": \"this september\",\n \"Start\": 12,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-09\",\n \"type\": \"daterange\",\n \"start\": \"2016-09-01\",\n \"end\": \"2016-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out January 12, 2016 - 01/22/2016\n", "targets": "\"Results\": [\n {\n \"Text\": \"january 12, 2016 - 01/22/2016\",\n \"Start\": 12,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-01-12,2016-01-22,P10D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-01-12\",\n \"end\": \"2016-01-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out next 3 days\n", "targets": "\"Results\": [\n {\n \"Text\": \"next 3 days\",\n \"Start\": 12,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-08,2016-11-11,P3D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-08\",\n \"end\": \"2016-11-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out the last week of july\n", "targets": "\"Results\": [\n {\n \"Text\": \"the last week of july\",\n \"Start\": 12,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07-W05\",\n \"type\": \"daterange\",\n \"start\": \"2016-07-25\",\n \"end\": \"2016-08-01\"\n },\n {\n \"timex\": \"XXXX-07-W05\",\n \"type\": \"daterange\",\n \"start\": \"2017-07-24\",\n \"end\": \"2017-07-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out 2015-3\n", "targets": "\"Results\": [\n {\n \"Text\": \"2015-3\",\n \"Start\": 12,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015-03\",\n \"type\": \"daterange\",\n \"start\": \"2015-03-01\",\n \"end\": \"2015-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave this SUMMER\n", "targets": "\"Results\": [\n {\n \"Text\": \"this summer\",\n \"Start\": 11,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-SU\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out since tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"since tomorrow\",\n \"Start\": 12,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-08\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out since August\n", "targets": "\"Results\": [\n {\n \"Text\": \"since august\",\n \"Start\": 12,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-08\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2016-08-01\",\n \"sourceEntity\": \"datetimerange\"\n },\n {\n \"timex\": \"XXXX-08\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2017-08-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out since this August\n", "targets": "\"Results\": [\n {\n \"Text\": \"since this august\",\n \"Start\": 12,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-08\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2016-08-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back now\n", "targets": "\"Results\": [\n {\n \"Text\": \"now\",\n \"Start\": 13,\n \"End\": 16,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back October 14 for 8:00:31am\n", "targets": "\"Results\": [\n {\n \"Text\": \"october 14 for 8:00:31am\",\n \"Start\": 13,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-10-14T08:00:31\",\n \"type\": \"datetime\",\n \"value\": \"2016-10-14 08:00:31\"\n },\n {\n \"timex\": \"XXXX-10-14T08:00:31\",\n \"type\": \"datetime\",\n \"value\": \"2017-10-14 08:00:31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back tomorrow 8:00am\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow 8:00am\",\n \"Start\": 13,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08T08:00\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 10, tonight\n", "targets": "\"Results\": [\n {\n \"Text\": \"10, tonight\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-07T22\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 22:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 8am this morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"8am this morning\",\n \"Start\": 13,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-07T08\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back end of tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of tomorrow\",\n \"Start\": 13,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08T23:59:59\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back end of the sunday\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of the sunday\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-7T23:59:59\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-06 23:59:59\"\n },\n {\n \"timex\": \"XXXX-WXX-7T23:59:59\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-13 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back end of this sunday\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of this sunday\",\n \"Start\": 13,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-13T23:59:59\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-13 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out five to seven today\n", "targets": "\"Results\": [\n {\n \"Text\": \"five to seven today\",\n \"Start\": 12,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T05,2016-11-07T07,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 05:00:00\",\n \"end\": \"2016-11-07 07:00:00\"\n },\n {\n \"timex\": \"(2016-11-07T17,2016-11-07T19,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 17:00:00\",\n \"end\": \"2016-11-07 19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out from 5 to 6pm of April 22\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 5 to 6pm of april 22\",\n \"Start\": 12,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-22T17,XXXX-04-22T18,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-04-22 17:00:00\",\n \"end\": \"2016-04-22 18:00:00\"\n },\n {\n \"timex\": \"(XXXX-04-22T17,XXXX-04-22T18,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2017-04-22 17:00:00\",\n \"end\": \"2017-04-22 18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out 3:00 to 4:00 tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"3:00 to 4:00 tomorrow\",\n \"Start\": 12,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-08T03:00,2016-11-08T04:00,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 03:00:00\",\n \"end\": \"2016-11-08 04:00:00\"\n },\n {\n \"timex\": \"(2016-11-08T15:00,2016-11-08T16:00,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 15:00:00\",\n \"end\": \"2016-11-08 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back this evening\n", "targets": "\"Results\": [\n {\n \"Text\": \"this evening\",\n \"Start\": 13,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-07TEV\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 16:00:00\",\n \"end\": \"2016-11-07 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back tomorrow night\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow night\",\n \"Start\": 13,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08TNI\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 20:00:00\",\n \"end\": \"2016-11-08 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back next monday afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"next monday afternoon\",\n \"Start\": 13,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-14TAF\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-14 12:00:00\",\n \"end\": \"2016-11-14 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back next hour\n", "targets": "\"Results\": [\n {\n \"Text\": \"next hour\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T16:12:00,2016-11-07T17:12:00,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 16:12:00\",\n \"end\": \"2016-11-07 17:12:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back tuesday in the morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday in the morning\",\n \"Start\": 13,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2TMO\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-01 08:00:00\",\n \"end\": \"2016-11-01 12:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-2TMO\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 08:00:00\",\n \"end\": \"2016-11-08 12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for 3h\n", "targets": "\"Results\": [\n {\n \"Text\": \"3h\",\n \"Start\": 15,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT3H\",\n \"type\": \"duration\",\n \"value\": \"10800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for 3.5years\n", "targets": "\"Results\": [\n {\n \"Text\": \"3.5years\",\n \"Start\": 15,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3.5Y\",\n \"type\": \"duration\",\n \"value\": \"110376000\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for 3 minutes\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 minutes\",\n \"Start\": 15,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT3M\",\n \"type\": \"duration\",\n \"value\": \"180\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for 123.45 sec\n", "targets": "\"Results\": [\n {\n \"Text\": \"123.45 sec\",\n \"Start\": 15,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT123.45S\",\n \"type\": \"duration\",\n \"value\": \"123.45\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for all day\n", "targets": "\"Results\": [\n {\n \"Text\": \"all day\",\n \"Start\": 15,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"duration\",\n \"value\": \"86400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for twenty and four hours\n", "targets": "\"Results\": [\n {\n \"Text\": \"twenty and four hours\",\n \"Start\": 15,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT24H\",\n \"type\": \"duration\",\n \"value\": \"86400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for all month\n", "targets": "\"Results\": [\n {\n \"Text\": \"all month\",\n \"Start\": 15,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1M\",\n \"type\": \"duration\",\n \"value\": \"2592000\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for an hour\n", "targets": "\"Results\": [\n {\n \"Text\": \"an hour\",\n \"Start\": 15,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1H\",\n \"type\": \"duration\",\n \"value\": \"3600\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for few hours\n", "targets": "\"Results\": [\n {\n \"Text\": \"few hours\",\n \"Start\": 15,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT3H\",\n \"type\": \"duration\",\n \"value\": \"10800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for a few minutes\n", "targets": "\"Results\": [\n {\n \"Text\": \"a few minutes\",\n \"Start\": 15,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT3M\",\n \"type\": \"duration\",\n \"value\": \"180\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for some days\n", "targets": "\"Results\": [\n {\n \"Text\": \"some days\",\n \"Start\": 15,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3D\",\n \"type\": \"duration\",\n \"value\": \"259200\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for several weeks\n", "targets": "\"Results\": [\n {\n \"Text\": \"several weeks\",\n \"Start\": 15,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3W\",\n \"type\": \"duration\",\n \"value\": \"1814400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave weekly\n", "targets": "\"Results\": [\n {\n \"Text\": \"weekly\",\n \"Start\": 11,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1W\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave every day\n", "targets": "\"Results\": [\n {\n \"Text\": \"every day\",\n \"Start\": 11,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave everyday\n", "targets": "\"Results\": [\n {\n \"Text\": \"everyday\",\n \"Start\": 11,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave annually\n", "targets": "\"Results\": [\n {\n \"Text\": \"annually\",\n \"Start\": 11,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1Y\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave each two days\n", "targets": "\"Results\": [\n {\n \"Text\": \"each two days\",\n \"Start\": 11,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2D\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave every three week\n", "targets": "\"Results\": [\n {\n \"Text\": \"every three week\",\n \"Start\": 11,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3W\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave 3pm each day\n", "targets": "\"Results\": [\n {\n \"Text\": \"3pm each day\",\n \"Start\": 11,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T15\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave every monday\n", "targets": "\"Results\": [\n {\n \"Text\": \"every monday\",\n \"Start\": 11,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave each monday at 4pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"each monday at 4pm\",\n \"Start\": 11,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-1T16\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back 7:56:30 pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"7:56:30 pm\",\n \"Start\": 13,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T19:56:30\",\n \"type\": \"time\",\n \"value\": \"19:56:30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt's half past seven o'clock\n", "targets": "\"Results\": [\n {\n \"Text\": \"half past seven o'clock\",\n \"Start\": 5,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T07:30\",\n \"type\": \"time\",\n \"value\": \"07:30:00\"\n },\n {\n \"timex\": \"T19:30\",\n \"type\": \"time\",\n \"value\": \"19:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt's 20 min past eight in the evening\n", "targets": "\"Results\": [\n {\n \"Text\": \"20 min past eight in the evening\",\n \"Start\": 5,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T20:20\",\n \"type\": \"time\",\n \"value\": \"20:20:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back in the morning at 7\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the morning at 7\",\n \"Start\": 13,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T07\",\n \"type\": \"time\",\n \"value\": \"07:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back in the afternoon at 7\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the afternoon at 7\",\n \"Start\": 13,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T19\",\n \"type\": \"time\",\n \"value\": \"19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back noonish\n", "targets": "\"Results\": [\n {\n \"Text\": \"noonish\",\n \"Start\": 13,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T12\",\n \"type\": \"time\",\n \"value\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back 11ish\n", "targets": "\"Results\": [\n {\n \"Text\": \"11ish\",\n \"Start\": 13,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T11\",\n \"type\": \"time\",\n \"value\": \"11:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back 1140 a.m.\n", "targets": "\"Results\": [\n {\n \"Text\": \"1140 a.m.\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T11:40\",\n \"type\": \"time\",\n \"value\": \"11:40:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n12 noon\n", "targets": "\"Results\": [\n {\n \"Text\": \"12 noon\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T12\",\n \"type\": \"time\",\n \"value\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out 5 to 6pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"5 to 6pm\",\n \"Start\": 12,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T17,T18,PT1H)\",\n \"type\": \"timerange\",\n \"start\": \"17:00:00\",\n \"end\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out 5 to seven in the morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"5 to seven in the morning\",\n \"Start\": 12,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T05,T07,PT2H)\",\n \"type\": \"timerange\",\n \"start\": \"05:00:00\",\n \"end\": \"07:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out between 5 and 6 in the afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 5 and 6 in the afternoon\",\n \"Start\": 12,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T17,T18,PT1H)\",\n \"type\": \"timerange\",\n \"start\": \"17:00:00\",\n \"end\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out 4:00 to 7 oclock\n", "targets": "\"Results\": [\n {\n \"Text\": \"4:00 to 7 oclock\",\n \"Start\": 12,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T04:00,T07,PT3H)\",\n \"type\": \"timerange\",\n \"start\": \"04:00:00\",\n \"end\": \"07:00:00\"\n },\n {\n \"timex\": \"(T16:00,T19,PT3H)\",\n \"type\": \"timerange\",\n \"start\": \"16:00:00\",\n \"end\": \"19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out from 3 in the morning until 5pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 3 in the morning until 5pm\",\n \"Start\": 12,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T03,T17,PT14H)\",\n \"type\": \"timerange\",\n \"start\": \"03:00:00\",\n \"end\": \"17:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out between 4pm and 5pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 4pm and 5pm\",\n \"Start\": 12,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T16,T17,PT1H)\",\n \"type\": \"timerange\",\n \"start\": \"16:00:00\",\n \"end\": \"17:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet in the morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the morning\",\n \"Start\": 11,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet in the evening\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the evening\",\n \"Start\": 11,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TEV\",\n \"type\": \"timerange\",\n \"start\": \"16:00:00\",\n \"end\": \"20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back now\n", "targets": "\"Results\": [\n {\n \"Text\": \"now\",\n \"Start\": 13,\n \"End\": 16,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2017-09-28 14:11:10\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back in 5 minutes\n", "targets": "\"Results\": [\n {\n \"Text\": \"in 5 minutes\",\n \"Start\": 13,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-07T00:05:00\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:05:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nin 5 minutes\n", "targets": "\"Results\": [\n {\n \"Text\": \"in 5 minutes\",\n \"Start\": 0,\n \"End\": 12,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-07T00:05:00\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:05:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a meeting next week Mon 9 am or 1 pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week mon 9 am\",\n \"Start\": 22,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-12-11T09\",\n \"type\": \"datetime\",\n \"value\": \"2017-12-11 09:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"1 pm\",\n \"Start\": 44,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T13\",\n \"type\": \"time\",\n \"value\": \"13:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a meeting next week Mon or Tue\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week mon\",\n \"Start\": 22,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-12-11\",\n \"type\": \"date\",\n \"value\": \"2017-12-11\"\n }\n ]\n }\n },\n {\n \"Text\": \"tue\",\n \"Start\": 39,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2017-11-28\"\n },\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2017-12-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a meeting in the morning 9 oclock or 10 oclock\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the morning 9 oclock\",\n \"Start\": 22,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T09\",\n \"type\": \"time\",\n \"value\": \"09:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"10 oclock\",\n \"Start\": 49,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T10\",\n \"type\": \"time\",\n \"value\": \"10:00:00\"\n },\n {\n \"timex\": \"T22\",\n \"type\": \"time\",\n \"value\": \"22:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a meeting next Monday 1-3 pm or 5-6 pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"next monday 1-3 pm\",\n \"Start\": 22,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-12-11T13,2017-12-11T15,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2017-12-11 13:00:00\",\n \"end\": \"2017-12-11 15:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"5-6 pm\",\n \"Start\": 44,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T17,T18,PT1H)\",\n \"type\": \"timerange\",\n \"start\": \"17:00:00\",\n \"end\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMonday 8-9am or 9-10 am works.\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday 8-9am\",\n \"Start\": 0,\n \"End\": 12,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-1T08,XXXX-WXX-1T09,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2017-11-27 08:00:00\",\n \"end\": \"2017-11-27 09:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T08,XXXX-WXX-1T09,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2017-12-04 08:00:00\",\n \"end\": \"2017-12-04 09:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"9-10 am\",\n \"Start\": 16,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T09,T10,PT1H)\",\n \"type\": \"timerange\",\n \"start\": \"09:00:00\",\n \"end\": \"10:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana could try to arrange a Skype call next week on Tuesday or Thursday please?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week on tuesday\",\n \"Start\": 42,\n \"End\": 62,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-12-12\",\n \"type\": \"date\",\n \"value\": \"2017-12-12\"\n }\n ]\n }\n },\n {\n \"Text\": \"thursday\",\n \"Start\": 66,\n \"End\": 74,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-4\",\n \"type\": \"date\",\n \"value\": \"2017-11-30\"\n },\n {\n \"timex\": \"XXXX-WXX-4\",\n \"type\": \"date\",\n \"value\": \"2017-12-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana could try to arrange a Skype call next week on Tuesday 9 am or Thursday 1 pm please?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week on tuesday 9 am\",\n \"Start\": 42,\n \"End\": 67,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-12-12T09\",\n \"type\": \"datetime\",\n \"value\": \"2017-12-12 09:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"thursday 1 pm\",\n \"Start\": 71,\n \"End\": 84,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-4T13\",\n \"type\": \"datetime\",\n \"value\": \"2017-11-30 13:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-4T13\",\n \"type\": \"datetime\",\n \"value\": \"2017-12-07 13:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis may or may not be right.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis may take longer than expected.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBook this lunch in my calendar on Tue May 9. Don't contact people.\n", "targets": "\"Results\": [\n {\n \"Text\": \"tue may 9\",\n \"Start\": 34,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-09\",\n \"type\": \"date\",\n \"value\": \"2017-05-09\"\n },\n {\n \"timex\": \"XXXX-05-09\",\n \"type\": \"date\",\n \"value\": \"2018-05-09\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt may be in may\n", "targets": "\"Results\": [\n {\n \"Text\": \"may\",\n \"Start\": 13,\n \"End\": 16,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05\",\n \"type\": \"daterange\",\n \"start\": \"2017-05-01\",\n \"end\": \"2017-06-01\"\n },\n {\n \"timex\": \"XXXX-05\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-01\",\n \"end\": \"2018-06-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet’s find 1 hour on Tuesday March 7 to discuss recent xxxxx from xxxx. Cortana will attempt to find time for us. Rob Please be advised that this email may contain confidential information.\n", "targets": "\"Results\": [\n {\n \"Text\": \"1 hour\",\n \"Start\": 11,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1H\",\n \"type\": \"duration\",\n \"value\": \"3600\"\n }\n ]\n }\n },\n {\n \"Text\": \"tuesday march 7\",\n \"Start\": 21,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-03-07\",\n \"type\": \"date\",\n \"value\": \"2018-03-07\"\n },\n {\n \"timex\": \"XXXX-03-07\",\n \"type\": \"date\",\n \"value\": \"2019-03-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe do have a few dates available the week of April 10th. I suggest that we get on a call to discuss the need as there may be other options.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the week of april 10th\",\n \"Start\": 33,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-04-10\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-10\",\n \"end\": \"2017-04-17\"\n },\n {\n \"timex\": \"XXXX-04-10\",\n \"type\": \"daterange\",\n \"start\": \"2018-04-09\",\n \"end\": \"2018-04-16\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nConfidentiality Notice: The information in this document and attachments is confidential and may also be legally privileged.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShe may email you with a few times available on my schedule.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nplease excuse any insanity that may result.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis email may not be disclosed.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI have placed your agenda into draft mode as it may have to be changed.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nYou may get a message from me suggesting times today.\n", "targets": "\"Results\": [\n {\n \"Text\": \"today\",\n \"Start\": 47,\n \"End\": 52,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-03-14\",\n \"type\": \"date\",\n \"value\": \"2018-03-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis doc may well be considered confidential.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMay I ask what this is for?\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nyou may not!\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will handle all the stuff within 9 months and be back within next 10 months.\n", "targets": "\"Results\": [\n {\n \"Text\": \"within 9 months\",\n \"Start\": 28,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-03-23,2018-12-23,P9M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-03-23\",\n \"end\": \"2018-12-23\"\n }\n ]\n }\n },\n {\n \"Text\": \"within next 10 months\",\n \"Start\": 56,\n \"End\": 77,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-03-23,2019-01-23,P10M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-03-23\",\n \"end\": \"2019-01-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTom and I will have a meeting in 2 weeks, so please help me schedule a meeting in 2 weeks.\n", "targets": "\"Results\": [\n {\n \"Text\": \"in 2 weeks\",\n \"Start\": 30,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-04-06\",\n \"type\": \"date\",\n \"value\": \"2018-04-06\"\n }\n ]\n }\n },\n {\n \"Text\": \"in 2 weeks\",\n \"Start\": 79,\n \"End\": 89,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-04-06\",\n \"type\": \"date\",\n \"value\": \"2018-04-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will go to China next five days or next forty days.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next five days\",\n \"Start\": 19,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-03-24,2018-03-29,P5D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-03-24\",\n \"end\": \"2018-03-29\"\n }\n ]\n }\n },\n {\n \"Text\": \"next forty days\",\n \"Start\": 37,\n \"End\": 52,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-03-24,2018-05-03,P40D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-03-24\",\n \"end\": \"2018-05-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back July 1st, 17th times.\n", "targets": "\"Results\": [\n {\n \"Text\": \"july 1st\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07-01\",\n \"type\": \"date\",\n \"value\": \"2017-07-01\"\n },\n {\n \"timex\": \"XXXX-07-01\",\n \"type\": \"date\",\n \"value\": \"2018-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please book 2 hours next month\n", "targets": "\"Results\": [\n {\n \"Text\": \"2 hours\",\n \"Start\": 21,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT2H\",\n \"type\": \"duration\",\n \"value\": \"7200\"\n }\n ]\n }\n },\n {\n \"Text\": \"next month\",\n \"Start\": 29,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-04\",\n \"type\": \"daterange\",\n \"start\": \"2018-04-01\",\n \"end\": \"2018-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please check my work 2 hours last week\n", "targets": "\"Results\": [\n {\n \"Text\": \"2 hours\",\n \"Start\": 30,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT2H\",\n \"type\": \"duration\",\n \"value\": \"7200\"\n }\n ]\n }\n },\n {\n \"Text\": \"last week\",\n \"Start\": 38,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W11\",\n \"type\": \"daterange\",\n \"start\": \"2018-03-12\",\n \"end\": \"2018-03-19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana can help us find a time Monday 12-4.\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday 12-4\",\n \"Start\": 32,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-1T00,XXXX-WXX-1T04,PT4H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-14 00:00:00\",\n \"end\": \"2018-05-14 04:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T00,XXXX-WXX-1T04,PT4H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-21 00:00:00\",\n \"end\": \"2018-05-21 04:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T12,XXXX-WXX-1T16,PT4H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-14 12:00:00\",\n \"end\": \"2018-05-14 16:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T12,XXXX-WXX-1T16,PT4H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-21 12:00:00\",\n \"end\": \"2018-05-21 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana can help us find a time Monday 11-4.\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday 11-4\",\n \"Start\": 32,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-1T11,XXXX-WXX-1T16,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-14 11:00:00\",\n \"end\": \"2018-05-14 16:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T11,XXXX-WXX-1T16,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-21 11:00:00\",\n \"end\": \"2018-05-21 16:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T23,XXXX-WXX-2T04,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-14 23:00:00\",\n \"end\": \"2018-05-15 04:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T23,XXXX-WXX-2T04,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-21 23:00:00\",\n \"end\": \"2018-05-22 04:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for another day\n", "targets": "\"Results\": [\n {\n \"Text\": \"another day\",\n \"Start\": 15,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"duration\",\n \"value\": \"86400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nEach week and another thing this week\n", "targets": "\"Results\": [\n {\n \"Text\": \"each week\",\n \"Start\": 0,\n \"End\": 9,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1W\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n },\n {\n \"Text\": \"this week\",\n \"Start\": 28,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W20\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-14\",\n \"end\": \"2018-05-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe notes are shared out in the LT working session notes attached each week and highlights are shared in the Data insights section. For this week’s special topic the data team has written an overview of some of the new features the dashboard supports and how it is built. If you have not seen the dashboard, this may be a great opportunity to learn something new.I would like to ask Cortana to schedule 45 minutes in November. I would also like to share news that Skype integration with our OWA Rea\n", "targets": "\"Results\": [\n {\n \"Text\": \"each week\",\n \"Start\": 66,\n \"End\": 75,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1W\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n },\n {\n \"Text\": \"this week\",\n \"Start\": 136,\n \"End\": 145,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W20\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-14\",\n \"end\": \"2018-05-21\"\n }\n ]\n }\n },\n {\n \"Text\": \"45 minutes\",\n \"Start\": 403,\n \"End\": 413,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT45M\",\n \"type\": \"duration\",\n \"value\": \"2700\"\n }\n ]\n }\n },\n {\n \"Text\": \"november\",\n \"Start\": 417,\n \"End\": 425,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11\",\n \"type\": \"daterange\",\n \"start\": \"2017-11-01\",\n \"end\": \"2017-12-01\"\n },\n {\n \"timex\": \"XXXX-11\",\n \"type\": \"daterange\",\n \"start\": \"2018-11-01\",\n \"end\": \"2018-12-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI was not there the same week that it happened.\n", "targets": "\"Results\": [\n {\n \"Text\": \"same week\",\n \"Start\": 20,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX\",\n \"Mod\": \"ref_undef\",\n \"type\": \"daterange\",\n \"start\": \"2017-11-13\",\n \"end\": \"2017-11-20\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI was not there the same month that it happened.\n", "targets": "\"Results\": [\n {\n \"Text\": \"same month\",\n \"Start\": 20,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-XX\",\n \"Mod\": \"ref_undef\",\n \"type\": \"daterange\",\n \"start\": \"2017-11-01\",\n \"end\": \"2017-12-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI was not there that weekend.\n", "targets": "\"Results\": [\n {\n \"Text\": \"that weekend\",\n \"Start\": 16,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-WE\",\n \"Mod\": \"ref_undef\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-12\",\n \"end\": \"2016-11-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI was not there the same year that it happened. \n", "targets": "\"Results\": [\n {\n \"Text\": \"same year\",\n \"Start\": 20,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX\",\n \"Mod\": \"ref_undef\",\n \"type\": \"daterange\",\n \"start\": \"2017-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'm blocked for the day\n", "targets": "\"Results\": [\n {\n \"Text\": \"the day\",\n \"Start\": 16,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-22\",\n \"type\": \"date\",\n \"value\": \"2018-05-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'm away for the month\n", "targets": "\"Results\": [\n {\n \"Text\": \"the month\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-01\",\n \"end\": \"2018-06-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for Beijing early in the day Wednesday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"early in the day wednesday\",\n \"Start\": 23,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-3\",\n \"Mod\": \"start\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-23 00:00:00\",\n \"end\": \"2018-05-23 12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for Beijing mid today.\n", "targets": "\"Results\": [\n {\n \"Text\": \"mid today\",\n \"Start\": 23,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-18\",\n \"Mod\": \"mid\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-18 10:00:00\",\n \"end\": \"2018-05-18 14:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for Beijing later in today.\n", "targets": "\"Results\": [\n {\n \"Text\": \"later in today\",\n \"Start\": 23,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-18\",\n \"Mod\": \"end\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-18 12:00:00\",\n \"end\": \"2018-05-19 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHey, we got Cloud partner of the year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the year\",\n \"Start\": 29,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHey, we got a partner of the month.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the month\",\n \"Start\": 25,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-01\",\n \"end\": \"2018-06-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHey, we got a partner of the week.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the week\",\n \"Start\": 25,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W21\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-21\",\n \"end\": \"2018-05-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHey, we got a partner of the day.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the day\",\n \"Start\": 25,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-24\",\n \"type\": \"date\",\n \"value\": \"2018-05-24\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHave a great month.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nNice day.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHave a great week!\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat is the april 2017 bonus.\n", "targets": "\"Results\": [\n {\n \"Text\": \"april 2017\",\n \"Start\": 12,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-04\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-01\",\n \"end\": \"2017-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI went back to China in 2017 april.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2017 april\",\n \"Start\": 24,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-04\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-01\",\n \"end\": \"2017-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI went back to China in the april.\n", "targets": "\"Results\": [\n {\n \"Text\": \"april\",\n \"Start\": 28,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-04\",\n \"type\": \"daterange\",\n \"start\": \"2018-04-01\",\n \"end\": \"2018-05-01\"\n },\n {\n \"timex\": \"XXXX-04\",\n \"type\": \"daterange\",\n \"start\": \"2019-04-01\",\n \"end\": \"2019-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe could have scheduled a time to meet earlier in the week.\n", "targets": "\"Results\": [\n {\n \"Text\": \"earlier in the week\",\n \"Start\": 39,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W22\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-28\",\n \"end\": \"2018-05-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe could have scheduled a time to meet earlier this month.\n", "targets": "\"Results\": [\n {\n \"Text\": \"earlier this month\",\n \"Start\": 39,\n \"End\": 57,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-01\",\n \"end\": \"2018-05-16\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe could have scheduled a time to meet earlier this year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"earlier this year\",\n \"Start\": 39,\n \"End\": 56,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-01\",\n \"end\": \"2018-05-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease find us a time to meet later this week\n", "targets": "\"Results\": [\n {\n \"Text\": \"later this week\",\n \"Start\": 30,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W22\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-31\",\n \"end\": \"2018-06-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHe will come after his parents after 2016 and before 2018, or before 2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"after 2016\",\n \"Start\": 31,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"start\": \"2017-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"before 2018\",\n \"Start\": 46,\n \"End\": 57,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"before 2019\",\n \"Start\": 62,\n \"End\": 73,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease find us a time to meet later this month\n", "targets": "\"Results\": [\n {\n \"Text\": \"later this month\",\n \"Start\": 30,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-28\",\n \"end\": \"2018-06-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease find us a time to meet later this year\n", "targets": "\"Results\": [\n {\n \"Text\": \"later this year\",\n \"Start\": 30,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease find us a time to meet later in the year\n", "targets": "\"Results\": [\n {\n \"Text\": \"later in the year\",\n \"Start\": 30,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available two days after today?\n", "targets": "\"Results\": [\n {\n \"Text\": \"two days after today\",\n \"Start\": 18,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-02\",\n \"type\": \"date\",\n \"value\": \"2018-06-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available three weeks from tomorrow?\n", "targets": "\"Results\": [\n {\n \"Text\": \"three weeks from tomorrow\",\n \"Start\": 18,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-22\",\n \"type\": \"date\",\n \"value\": \"2018-06-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available three weeks from tmrw?\n", "targets": "\"Results\": [\n {\n \"Text\": \"three weeks from tmrw\",\n \"Start\": 18,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-22\",\n \"type\": \"date\",\n \"value\": \"2018-06-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you two days before yesterday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"two days before yesterday\",\n \"Start\": 15,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-28\",\n \"type\": \"date\",\n \"value\": \"2018-05-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nEli Lilly sold IVAC on Dec. 31 , 1994\n", "targets": "\"Results\": [\n {\n \"Text\": \"dec. 31 , 1994\",\n \"Start\": 23,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1994-12-31\",\n \"type\": \"date\",\n \"value\": \"1994-12-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nEli Lilly sold IVAC on Dec31 , 1994\n", "targets": "\"Results\": [\n {\n \"Text\": \"dec31 , 1994\",\n \"Start\": 23,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1994-12-31\",\n \"type\": \"date\",\n \"value\": \"1994-12-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 5/3/18 @ 17:49:19\n", "targets": "\"Results\": [\n {\n \"Text\": \"5/3/18 @ 17:49:19\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-03T17:49:19\",\n \"type\": \"datetime\",\n \"value\": \"2018-05-03 17:49:19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen between 10 and 11:30 on 1/1/2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 10 and 11:30 on 1/1/2015\",\n \"Start\": 15,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2015-01-01T10,2015-01-01T11:30,PT1H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 10:00:00\",\n \"end\": \"2015-01-01 11:30:00\"\n },\n {\n \"timex\": \"(2015-01-01T22,2015-01-01T23:30,PT1H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 22:00:00\",\n \"end\": \"2015-01-01 23:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen 1/1/2015 between 10 and 11:30\n", "targets": "\"Results\": [\n {\n \"Text\": \"1/1/2015 between 10 and 11:30\",\n \"Start\": 15,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2015-01-01T10,2015-01-01T11:30,PT1H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 10:00:00\",\n \"end\": \"2015-01-01 11:30:00\"\n },\n {\n \"timex\": \"(2015-01-01T22,2015-01-01T23:30,PT1H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 22:00:00\",\n \"end\": \"2015-01-01 23:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen from 10:30 to 3 on 1/1/2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 10:30 to 3 on 1/1/2015\",\n \"Start\": 15,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2015-01-01T10:30,2015-01-01T15,PT4H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 10:30:00\",\n \"end\": \"2015-01-01 15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen between 3 and 5 on 1/1/2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 3 and 5 on 1/1/2015\",\n \"Start\": 15,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2015-01-01T03,2015-01-01T05,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 03:00:00\",\n \"end\": \"2015-01-01 05:00:00\"\n },\n {\n \"timex\": \"(2015-01-01T15,2015-01-01T17,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 15:00:00\",\n \"end\": \"2015-01-01 17:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen from 3:30 to 5:55 on 1/1/2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 3:30 to 5:55 on 1/1/2015\",\n \"Start\": 15,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2015-01-01T03:30,2015-01-01T05:55,PT2H25M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 03:30:00\",\n \"end\": \"2015-01-01 05:55:00\"\n },\n {\n \"timex\": \"(2015-01-01T15:30,2015-01-01T17:55,PT2H25M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 15:30:00\",\n \"end\": \"2015-01-01 17:55:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nshow me sales before 2010 or after 2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"before 2010\",\n \"Start\": 14,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2010\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"end\": \"2010-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n },\n {\n \"Text\": \"after 2018\",\n \"Start\": 29,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nshow me sales after 2010 and before 2018 or before 2000 but not 1998\n", "targets": "\"Results\": [\n {\n \"Text\": \"after 2010\",\n \"Start\": 14,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2010\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2011-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n },\n {\n \"Text\": \"before 2018\",\n \"Start\": 29,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"end\": \"2018-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n },\n {\n \"Text\": \"before 2000\",\n \"Start\": 44,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2000\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"end\": \"2000-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n },\n {\n \"Text\": \"1998\",\n \"Start\": 64,\n \"End\": 68,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1998\",\n \"type\": \"daterange\",\n \"start\": \"1998-01-01\",\n \"end\": \"1999-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please set up a Skype call sometime this Friday-Jun-15 with Jim\n", "targets": "\"Results\": [\n {\n \"Text\": \"this friday-jun-15\",\n \"Start\": 45,\n \"End\": 63,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-15\",\n \"type\": \"date\",\n \"value\": \"2018-06-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please set up a Skype call sometime this friday (jun-15) with Jim\n", "targets": "\"Results\": [\n {\n \"Text\": \"this friday (jun-15)\",\n \"Start\": 45,\n \"End\": 65,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-15\",\n \"type\": \"date\",\n \"value\": \"2018-06-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please tell me the sale by year of Microsoft.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nshow me records more than 4 days and less than 1 week\n", "targets": "\"Results\": [\n {\n \"Text\": \"more than 4 days\",\n \"Start\": 16,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P4D\",\n \"Mod\": \"more\",\n \"type\": \"duration\",\n \"value\": \"345600\"\n }\n ]\n }\n },\n {\n \"Text\": \"less than 1 week\",\n \"Start\": 37,\n \"End\": 53,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1W\",\n \"Mod\": \"less\",\n \"type\": \"duration\",\n \"value\": \"604800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow me records more than 1 hour and 30 minutes\n", "targets": "\"Results\": [\n {\n \"Text\": \"more than 1 hour and 30 minutes\",\n \"Start\": 16,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1H30M\",\n \"Mod\": \"more\",\n \"type\": \"duration\",\n \"value\": \"5400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI have already finished all my work more than 2 weeks before today\n", "targets": "\"Results\": [\n {\n \"Text\": \"more than 2 weeks before today\",\n \"Start\": 36,\n \"End\": 66,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-29\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"end\": \"2018-05-29\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should have been done more than 2 days before yesterday\n", "targets": "\"Results\": [\n {\n \"Text\": \"more than 2 days before yesterday\",\n \"Start\": 32,\n \"End\": 65,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-26\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"end\": \"2018-05-26\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task will be done less than 3 days after tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"less than 3 days after tomorrow\",\n \"Start\": 23,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-05-30,2018-06-02,P3D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-30\",\n \"end\": \"2018-06-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task will start more than 2 weeks after today\n", "targets": "\"Results\": [\n {\n \"Text\": \"more than 2 weeks after today\",\n \"Start\": 21,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-12\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2018-06-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's start 3 minutes from now\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 minutes from now\",\n \"Start\": 12,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-29T00:03:00\",\n \"type\": \"datetime\",\n \"value\": \"2018-05-29 00:03:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's start 3 minutes from today\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 minutes\",\n \"Start\": 12,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT3M\",\n \"type\": \"duration\",\n \"value\": \"180\"\n }\n ]\n }\n },\n {\n \"Text\": \"today\",\n \"Start\": 27,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-29\",\n \"type\": \"date\",\n \"value\": \"2018-05-29\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCan I do a booking for the 09th of May for 2 nights?\n", "targets": "\"Results\": [\n {\n \"Text\": \"the 09th of may\",\n \"Start\": 23,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-09\",\n \"type\": \"date\",\n \"value\": \"2018-05-09\"\n },\n {\n \"timex\": \"XXXX-05-09\",\n \"type\": \"date\",\n \"value\": \"2019-05-09\"\n }\n ]\n }\n },\n {\n \"Text\": \"2 nights\",\n \"Start\": 43,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2D\",\n \"type\": \"duration\",\n \"value\": \"172800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCan I do a booking for the 09th of May for 2 days?\n", "targets": "\"Results\": [\n {\n \"Text\": \"the 09th of may\",\n \"Start\": 23,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-09\",\n \"type\": \"date\",\n \"value\": \"2018-05-09\"\n },\n {\n \"timex\": \"XXXX-05-09\",\n \"type\": \"date\",\n \"value\": \"2019-05-09\"\n }\n ]\n }\n },\n {\n \"Text\": \"2 days\",\n \"Start\": 43,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2D\",\n \"type\": \"duration\",\n \"value\": \"172800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt happens in 15th century\n", "targets": "\"Results\": [\n {\n \"Text\": \"15th century\",\n \"Start\": 14,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(1400-01-01,1500-01-01,P100Y)\",\n \"type\": \"daterange\",\n \"start\": \"1400-01-01\",\n \"end\": \"1500-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow me the records in 21st century\n", "targets": "\"Results\": [\n {\n \"Text\": \"21st century\",\n \"Start\": 23,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2000-01-01,2100-01-01,P100Y)\",\n \"type\": \"daterange\",\n \"start\": \"2000-01-01\",\n \"end\": \"2100-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMaybe we can leave after 2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"after 2018\",\n \"Start\": 19,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMaybe we can leave after Feb 2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"after feb 2018\",\n \"Start\": 19,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-02\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2018-03-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMaybe we can leave after Feb\n", "targets": "\"Results\": [\n {\n \"Text\": \"after feb\",\n \"Start\": 19,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2018-03-01\",\n \"sourceEntity\": \"datetimerange\"\n },\n {\n \"timex\": \"XXXX-02\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2019-03-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen 1/1/2015 after 2:00\n", "targets": "\"Results\": [\n {\n \"Text\": \"1/1/2015 after 2:00\",\n \"Start\": 15,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015-01-01T02:00\",\n \"Mod\": \"after\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 02:00:00\"\n },\n {\n \"timex\": \"2015-01-01T14:00\",\n \"Mod\": \"after\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-01-01 14:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen today before 4pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"today before 4pm\",\n \"Start\": 15,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-26T16\",\n \"Mod\": \"before\",\n \"type\": \"datetimerange\",\n \"end\": \"2018-06-26 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen next Wednesday later than 10 in the morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"next wednesday later than 10 in the morning\",\n \"Start\": 15,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-07-04T10\",\n \"Mod\": \"after\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-07-04 10:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt happened on previous Tuesday by 2 in the afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"previous tuesday by 2 in the afternoon\",\n \"Start\": 15,\n \"End\": 53,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-19T14\",\n \"Mod\": \"before\",\n \"type\": \"datetimerange\",\n \"end\": \"2018-06-19 14:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go on Feb 1st no later than 6:00\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 1st no later than 6:00\",\n \"Start\": 12,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-01T06:00\",\n \"Mod\": \"before\",\n \"type\": \"datetimerange\",\n \"end\": \"2018-02-01 06:00:00\"\n },\n {\n \"timex\": \"XXXX-02-01T06:00\",\n \"Mod\": \"before\",\n \"type\": \"datetimerange\",\n \"end\": \"2019-02-01 06:00:00\"\n },\n {\n \"timex\": \"XXXX-02-01T18:00\",\n \"Mod\": \"before\",\n \"type\": \"datetimerange\",\n \"end\": \"2018-02-01 18:00:00\"\n },\n {\n \"timex\": \"XXXX-02-01T18:00\",\n \"Mod\": \"before\",\n \"type\": \"datetimerange\",\n \"end\": \"2019-02-01 18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt happened on next week after 2:00\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week\",\n \"Start\": 15,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W27\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-02\",\n \"end\": \"2018-07-09\"\n }\n ]\n }\n },\n {\n \"Text\": \"after 2:00\",\n \"Start\": 25,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T02:00\",\n \"Mod\": \"after\",\n \"type\": \"timerange\",\n \"start\": \"02:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n },\n {\n \"timex\": \"T14:00\",\n \"Mod\": \"after\",\n \"type\": \"timerange\",\n \"start\": \"14:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in 2007 and 2009\n", "targets": "\"Results\": [\n {\n \"Text\": \"2007\",\n \"Start\": 14,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2007\",\n \"type\": \"daterange\",\n \"start\": \"2007-01-01\",\n \"end\": \"2008-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"2009\",\n \"Start\": 23,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2009\",\n \"type\": \"daterange\",\n \"start\": \"2009-01-01\",\n \"end\": \"2010-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales between 2007 and 2009\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2007 and 2009\",\n \"Start\": 11,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2007-01-01,2009-01-01,P2Y)\",\n \"type\": \"daterange\",\n \"start\": \"2007-01-01\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease book Skype call today at 9a.\n", "targets": "\"Results\": [\n {\n \"Text\": \"today at 9a\",\n \"Start\": 23,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-28T09\",\n \"type\": \"datetime\",\n \"value\": \"2018-06-28 09:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease book Skype call today at 9p.\n", "targets": "\"Results\": [\n {\n \"Text\": \"today at 9p\",\n \"Start\": 23,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-28T21\",\n \"type\": \"datetime\",\n \"value\": \"2018-06-28 21:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the year 2008\n", "targets": "\"Results\": [\n {\n \"Text\": \"year 2008\",\n \"Start\": 18,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2008\",\n \"type\": \"daterange\",\n \"start\": \"2008-01-01\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the year\n", "targets": "\"Results\": [\n {\n \"Text\": \"the year\",\n \"Start\": 14,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the week\n", "targets": "\"Results\": [\n {\n \"Text\": \"the week\",\n \"Start\": 14,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W27\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-02\",\n \"end\": \"2018-07-09\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the week after next\n", "targets": "\"Results\": [\n {\n \"Text\": \"the week after next\",\n \"Start\": 14,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W29\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-16\",\n \"end\": \"2018-07-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the week 31\n", "targets": "\"Results\": [\n {\n \"Text\": \"week 31\",\n \"Start\": 18,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W31\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-30\",\n \"end\": \"2018-08-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the week 1\n", "targets": "\"Results\": [\n {\n \"Text\": \"week 1\",\n \"Start\": 18,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W01\",\n \"type\": \"daterange\",\n \"start\": \"2018-12-31\",\n \"end\": \"2019-01-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the week 1\n", "targets": "\"Results\": [\n {\n \"Text\": \"week 1\",\n \"Start\": 18,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2011-W01\",\n \"type\": \"daterange\",\n \"start\": \"2011-01-03\",\n \"end\": \"2011-01-10\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThere is no week 00, nor W00\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave in 2 minutes\n", "targets": "\"Results\": [\n {\n \"Text\": \"in 2 minutes\",\n \"Start\": 13,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-26T00:02:00\",\n \"type\": \"datetime\",\n \"value\": \"2018-06-26 00:02:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave in two months\n", "targets": "\"Results\": [\n {\n \"Text\": \"in two months\",\n \"Start\": 13,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-09-05\",\n \"type\": \"date\",\n \"value\": \"2018-09-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave in two weeks\n", "targets": "\"Results\": [\n {\n \"Text\": \"in two weeks\",\n \"Start\": 13,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-07-19\",\n \"type\": \"date\",\n \"value\": \"2018-07-19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave in two years\n", "targets": "\"Results\": [\n {\n \"Text\": \"in two years\",\n \"Start\": 13,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-07-05\",\n \"type\": \"date\",\n \"value\": \"2020-07-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave in two days from today\n", "targets": "\"Results\": [\n {\n \"Text\": \"two days from today\",\n \"Start\": 16,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-07-07\",\n \"type\": \"date\",\n \"value\": \"2018-07-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is 2014-2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2014-2018\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is 2014~2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2014~2018\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is 2014 to 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2014 to 2018\",\n \"Start\": 13,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is between 2014-2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2014-2018\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is between 2014~2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2014~2018\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is between 2014 and 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2014 and 2018\",\n \"Start\": 13,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is between 2014 through 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2014 through 2018\",\n \"Start\": 13,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2014 to 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2014 to 2018\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2014 till 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2014 till 2018\",\n \"Start\": 13,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2014-2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2014-2018\",\n \"Start\": 13,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2014~2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2014~2018\",\n \"Start\": 13,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2014 through 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2014 through 2018\",\n \"Start\": 13,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is in 2014 through 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"in 2014 through 2018\",\n \"Start\": 13,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-01-01,P4Y)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is in 2014 through May 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2014 through may 2018\",\n \"Start\": 16,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-05-01,P52M)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is in 2014 through May 2nd 2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2014 through may 2nd 2018\",\n \"Start\": 16,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-01-01,2018-05-02,P1582D)\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2018-05-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please set up a Skype call sometime on Friday 7.6 with Jim.\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday 7.6\",\n \"Start\": 48,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07-06\",\n \"type\": \"date\",\n \"value\": \"2018-07-06\"\n },\n {\n \"timex\": \"XXXX-07-06\",\n \"type\": \"date\",\n \"value\": \"2019-07-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please set up a Skype call sometime Friday 7/6 with Jim.\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday 7/6\",\n \"Start\": 45,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07-06\",\n \"type\": \"date\",\n \"value\": \"2018-07-06\"\n },\n {\n \"timex\": \"XXXX-07-06\",\n \"type\": \"date\",\n \"value\": \"2019-07-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please set up a Skype call sometime on Friday 7-6 with Jim.\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday 7-6\",\n \"Start\": 48,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07-06\",\n \"type\": \"date\",\n \"value\": \"2018-07-06\"\n },\n {\n \"timex\": \"XXXX-07-06\",\n \"type\": \"date\",\n \"value\": \"2019-07-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please set up a Skype call sometime Friday 2018-7-6 with Jim.\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday 2018-7-6\",\n \"Start\": 45,\n \"End\": 60,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-07-06\",\n \"type\": \"date\",\n \"value\": \"2018-07-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nFind records last for less than 2 hours or more than 4 days, and not less than 30 minutes.\n", "targets": "\"Results\": [\n {\n \"Text\": \"less than 2 hours\",\n \"Start\": 22,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT2H\",\n \"Mod\": \"less\",\n \"type\": \"duration\",\n \"value\": \"7200\"\n }\n ]\n }\n },\n {\n \"Text\": \"more than 4 days\",\n \"Start\": 43,\n \"End\": 59,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P4D\",\n \"Mod\": \"more\",\n \"type\": \"duration\",\n \"value\": \"345600\"\n }\n ]\n }\n },\n {\n \"Text\": \"less than 30 minutes\",\n \"Start\": 69,\n \"End\": 89,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT30M\",\n \"Mod\": \"less\",\n \"type\": \"duration\",\n \"value\": \"1800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow me sales in the year of 2008\n", "targets": "\"Results\": [\n {\n \"Text\": \"2008\",\n \"Start\": 29,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2008\",\n \"type\": \"daterange\",\n \"start\": \"2008-01-01\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI left there january twenty fourth one thirty p m.\n", "targets": "\"Results\": [\n {\n \"Text\": \"january twenty fourth one thirty p m\",\n \"Start\": 13,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-01-24T13:30\",\n \"type\": \"datetime\",\n \"value\": \"2018-01-24 13:30:00\"\n },\n {\n \"timex\": \"XXXX-01-24T13:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-01-24 13:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will go back to China in the mid-November.\n", "targets": "\"Results\": [\n {\n \"Text\": \"mid-november\",\n \"Start\": 31,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11\",\n \"Mod\": \"mid\",\n \"type\": \"daterange\",\n \"start\": \"2017-11-10\",\n \"end\": \"2017-11-21\"\n },\n {\n \"timex\": \"XXXX-11\",\n \"Mod\": \"mid\",\n \"type\": \"daterange\",\n \"start\": \"2018-11-10\",\n \"end\": \"2018-11-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSuprise office party for Ted on Sat at 5.\n", "targets": "\"Results\": [\n {\n \"Text\": \"sat at 5\",\n \"Start\": 32,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-6T05\",\n \"type\": \"datetime\",\n \"value\": \"2018-07-07 05:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-6T05\",\n \"type\": \"datetime\",\n \"value\": \"2018-07-14 05:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-6T17\",\n \"type\": \"datetime\",\n \"value\": \"2018-07-07 17:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-6T17\",\n \"type\": \"datetime\",\n \"value\": \"2018-07-14 17:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLast night 26 people disappeared\n", "targets": "\"Results\": [\n {\n \"Text\": \"last night\",\n \"Start\": 0,\n \"End\": 10,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-07-16TNI\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-07-16 20:00:00\",\n \"end\": \"2018-07-16 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe story happened the year before independence.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the year\",\n \"Start\": 19,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThere is a event in the independence day of this year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"independence day of this year\",\n \"Start\": 24,\n \"End\": 53,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-07-04\",\n \"type\": \"date\",\n \"value\": \"2018-07-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI plan to leave before independence day.\n", "targets": "\"Results\": [\n {\n \"Text\": \"before independence day\",\n \"Start\": 16,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07-04\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"end\": \"2018-07-04\",\n \"sourceEntity\": \"datetimepoint\"\n },\n {\n \"timex\": \"XXXX-07-04\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"end\": \"2019-07-04\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can find us a time Tuesday or Wednesday from 10-4\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday\",\n \"Start\": 28,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2018-07-24\"\n },\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2018-07-31\"\n }\n ]\n }\n },\n {\n \"Text\": \"wednesday from 10-4\",\n \"Start\": 39,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-3T10,XXXX-WXX-3T16,PT6H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-07-25 10:00:00\",\n \"end\": \"2018-07-25 16:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-3T10,XXXX-WXX-3T16,PT6H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-08-01 10:00:00\",\n \"end\": \"2018-08-01 16:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-3T22,XXXX-WXX-4T04,PT6H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-07-25 22:00:00\",\n \"end\": \"2018-07-26 04:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-3T22,XXXX-WXX-4T04,PT6H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-08-01 22:00:00\",\n \"end\": \"2018-08-02 04:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nplease schedule something for the following week\n", "targets": "\"Results\": [\n {\n \"Text\": \"following week\",\n \"Start\": 34,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W32\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-06\",\n \"end\": \"2018-08-13\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's arrange that over the next couple weeks, ok?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next couple weeks\",\n \"Start\": 28,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-01,2018-08-15,P2W)\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-01\",\n \"end\": \"2018-08-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nit's on monday of the following week\n", "targets": "\"Results\": [\n {\n \"Text\": \"on monday of the following week\",\n \"Start\": 5,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-06\",\n \"type\": \"date\",\n \"value\": \"2018-08-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave on May/22(Tue)-11:30 AM PT.\n", "targets": "\"Results\": [\n {\n \"Text\": \"may/22(tue)-11:30 am\",\n \"Start\": 14,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-22T11:30\",\n \"type\": \"datetime\",\n \"value\": \"2018-05-22 11:30:00\"\n },\n {\n \"timex\": \"XXXX-05-22T11:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-05-22 11:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe door is opened from today pm to tomorrow am.\n", "targets": "\"Results\": [\n {\n \"Text\": \"today pm\",\n \"Start\": 24,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-07-31TAF\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-07-31 12:00:00\",\n \"end\": \"2018-07-31 16:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"tomorrow am\",\n \"Start\": 36,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-01TMO\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-08-01 08:00:00\",\n \"end\": \"2018-08-01 12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up for Wednesday evening next week.\n", "targets": "\"Results\": [\n {\n \"Text\": \"wednesday evening next week\",\n \"Start\": 45,\n \"End\": 72,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-08TEV\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-08-08 16:00:00\",\n \"end\": \"2018-08-08 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up for the first Monday evening of next month.\n", "targets": "\"Results\": [\n {\n \"Text\": \"first monday evening of next month\",\n \"Start\": 49,\n \"End\": 83,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-09-WXX-1-#1TEV\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-09-03 16:00:00\",\n \"end\": \"2018-09-03 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up for the first Monday 1pm to 3pm of next month.\n", "targets": "\"Results\": [\n {\n \"Text\": \"first monday 1pm to 3pm of next month\",\n \"Start\": 49,\n \"End\": 86,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-09-WXX-1-#1T13,XXXX-09-WXX-1-#1T15,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-09-03 13:00:00\",\n \"end\": \"2018-09-03 15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up for the week of the 18th.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the week of the 18th\",\n \"Start\": 45,\n \"End\": 65,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-XX-18\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-16\",\n \"end\": \"2018-07-23\"\n },\n {\n \"timex\": \"XXXX-XX-18\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-13\",\n \"end\": \"2018-08-20\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up on the 18th.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the 18th\",\n \"Start\": 44,\n \"End\": 52,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-XX-18\",\n \"type\": \"date\",\n \"value\": \"2018-07-18\"\n },\n {\n \"timex\": \"XXXX-XX-18\",\n \"type\": \"date\",\n \"value\": \"2018-08-18\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up on the 4th.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the 4th\",\n \"Start\": 44,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-XX-04\",\n \"type\": \"date\",\n \"value\": \"2018-08-04\"\n },\n {\n \"timex\": \"XXXX-XX-04\",\n \"type\": \"date\",\n \"value\": \"2018-09-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up between the 21st and 23rd.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up the 21st.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nGood Morning Paul\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nGood night Cortana\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up around the 21st.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up around the 21st this month.\n", "targets": "\"Results\": [\n {\n \"Text\": \"around the 21st this month\",\n \"Start\": 41,\n \"End\": 67,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-21\",\n \"Mod\": \"approx\",\n \"type\": \"daterange\",\n \"value\": \"2018-08-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up around tomorrow 10am.\n", "targets": "\"Results\": [\n {\n \"Text\": \"around tomorrow 10am\",\n \"Start\": 41,\n \"End\": 61,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-17T10\",\n \"Mod\": \"approx\",\n \"type\": \"datetimerange\",\n \"value\": \"2018-08-17 10:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet this week as early as 7:00 am\n", "targets": "\"Results\": [\n {\n \"Text\": \"this week\",\n \"Start\": 11,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W33\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-13\",\n \"end\": \"2018-08-20\"\n }\n ]\n }\n },\n {\n \"Text\": \"as early as 7:00 am\",\n \"Start\": 21,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T07:00\",\n \"Mod\": \"since\",\n \"type\": \"timerange\",\n \"start\": \"07:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave as late as 7:00 am\n", "targets": "\"Results\": [\n {\n \"Text\": \"as late as 7:00 am\",\n \"Start\": 11,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T07:00\",\n \"Mod\": \"until\",\n \"type\": \"timerange\",\n \"end\": \"07:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave as late as tomorrow.\n", "targets": "\"Results\": [\n {\n \"Text\": \"as late as tomorrow\",\n \"Start\": 11,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-18\",\n \"Mod\": \"until\",\n \"type\": \"daterange\",\n \"end\": \"2018-08-18\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up for the next 4 business days.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next 4 business days\",\n \"Start\": 49,\n \"End\": 69,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-21,2018-08-25,P4BD)\",\n \"type\": \"daterange\",\n \"list\": \"2018-08-21,2018-08-22,2018-08-23,2018-08-24\",\n \"start\": \"2018-08-21\",\n \"end\": \"2018-08-25\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up for the next 4 business days.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next 4 business days\",\n \"Start\": 49,\n \"End\": 69,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-22,2018-08-28,P4BD)\",\n \"type\": \"daterange\",\n \"list\": \"2018-08-22,2018-08-23,2018-08-24,2018-08-27\",\n \"start\": \"2018-08-22\",\n \"end\": \"2018-08-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up for the previous 4 business days.\n", "targets": "\"Results\": [\n {\n \"Text\": \"previous 4 business days\",\n \"Start\": 49,\n \"End\": 73,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-15,2018-08-21,P4BD)\",\n \"type\": \"daterange\",\n \"list\": \"2018-08-15,2018-08-16,2018-08-17,2018-08-20\",\n \"start\": \"2018-08-15\",\n \"end\": \"2018-08-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, can you please set something up for October, 1st.\n", "targets": "\"Results\": [\n {\n \"Text\": \"october, 1st\",\n \"Start\": 45,\n \"End\": 57,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-10-01\",\n \"type\": \"date\",\n \"value\": \"2017-10-01\"\n },\n {\n \"timex\": \"XXXX-10-01\",\n \"type\": \"date\",\n \"value\": \"2018-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nset up a 15 minute skype call next Monday or Tuesday after 1pm GMT.\n", "targets": "\"Results\": [\n {\n \"Text\": \"15 minute\",\n \"Start\": 9,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT15M\",\n \"type\": \"duration\",\n \"value\": \"900\"\n }\n ]\n }\n },\n {\n \"Text\": \"next monday\",\n \"Start\": 30,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-09-03\",\n \"type\": \"date\",\n \"value\": \"2018-09-03\"\n }\n ]\n }\n },\n {\n \"Text\": \"tuesday after 1pm\",\n \"Start\": 45,\n \"End\": 62,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2T13\",\n \"Mod\": \"after\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-08-28 13:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-2T13\",\n \"Mod\": \"after\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-09-04 13:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, I am looking at 18 and 19 June.\n", "targets": "\"Results\": [\n {\n \"Text\": \"18\",\n \"Start\": 25,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-18\",\n \"type\": \"date\",\n \"value\": \"2018-06-18\"\n },\n {\n \"timex\": \"XXXX-06-18\",\n \"type\": \"date\",\n \"value\": \"2019-06-18\"\n }\n ]\n }\n },\n {\n \"Text\": \"19 june\",\n \"Start\": 32,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2018-06-19\"\n },\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2019-06-19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen in the 5 upcoming years?\n", "targets": "\"Results\": [\n {\n \"Text\": \"5 upcoming years\",\n \"Start\": 24,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-31,2023-08-31,P5Y)\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-31\",\n \"end\": \"2023-08-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen in the 2 upcoming months?\n", "targets": "\"Results\": [\n {\n \"Text\": \"2 upcoming months\",\n \"Start\": 24,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-31,2018-10-31,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-31\",\n \"end\": \"2018-10-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen in the 2 next days?\n", "targets": "\"Results\": [\n {\n \"Text\": \"2 next days\",\n \"Start\": 24,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-31,2018-09-02,P2D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-31\",\n \"end\": \"2018-09-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen in the 5 coming minutes?\n", "targets": "\"Results\": [\n {\n \"Text\": \"5 coming minutes\",\n \"Start\": 24,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-30T10:00:00,2018-08-30T10:05:00,PT5M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-08-30 10:00:00\",\n \"end\": \"2018-08-30 10:05:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened in the 5 past minutes?\n", "targets": "\"Results\": [\n {\n \"Text\": \"5 past minutes\",\n \"Start\": 21,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-08-30T09:55:00,2018-08-30T10:00:00,PT5M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-08-30 09:55:00\",\n \"end\": \"2018-08-30 10:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened in the 5 past years?\n", "targets": "\"Results\": [\n {\n \"Text\": \"5 past years\",\n \"Start\": 21,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2013-08-30,2018-08-30,P5Y)\",\n \"type\": \"daterange\",\n \"start\": \"2013-08-30\",\n \"end\": \"2018-08-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened in the 10 previous weeks?\n", "targets": "\"Results\": [\n {\n \"Text\": \"10 previous weeks\",\n \"Start\": 21,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-06-21,2018-08-30,P10W)\",\n \"type\": \"daterange\",\n \"start\": \"2018-06-21\",\n \"end\": \"2018-08-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nbook me a meeting room tomorrow from 10am-12am tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow from 10am-12am\",\n \"Start\": 23,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-09-01T10,2018-09-01T12,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-09-01 10:00:00\",\n \"end\": \"2018-09-01 12:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"tomorrow\",\n \"Start\": 47,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-09-01\",\n \"type\": \"date\",\n \"value\": \"2018-09-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back as early as next year's first quarter.\n", "targets": "\"Results\": [\n {\n \"Text\": \"as early as next year's first quarter\",\n \"Start\": 13,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2019-04-01,P3M)\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat's the sales for year greater than 2012\n", "targets": "\"Results\": [\n {\n \"Text\": \"year greater than 2012\",\n \"Start\": 21,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2012\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2013-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI want sales for year 2012 or later\n", "targets": "\"Results\": [\n {\n \"Text\": \"year 2012 or later\",\n \"Start\": 17,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2012\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2012-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about year 2016 and greater\n", "targets": "\"Results\": [\n {\n \"Text\": \"year 2016 and greater\",\n \"Start\": 10,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2016-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nYou can only leave on 1/1/2016 and later\n", "targets": "\"Results\": [\n {\n \"Text\": \"1/1/2016 and later\",\n \"Start\": 22,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-01-01\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2016-01-01\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nYou can only leave on 1/1/2016 and after\n", "targets": "\"Results\": [\n {\n \"Text\": \"1/1/2016 and after\",\n \"Start\": 22,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-01-01\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2016-01-01\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI can only leave on 1/1/2016 and after my work item is done\n", "targets": "\"Results\": [\n {\n \"Text\": \"1/1/2016\",\n \"Start\": 20,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-01-01\",\n \"type\": \"date\",\n \"value\": \"2016-01-01\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI can only leave on 1/1/2016 and after 6PM\n", "targets": "\"Results\": [\n {\n \"Text\": \"1/1/2016\",\n \"Start\": 20,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-01-01\",\n \"type\": \"date\",\n \"value\": \"2016-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"after 6pm\",\n \"Start\": 33,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T18\",\n \"Mod\": \"after\",\n \"type\": \"timerange\",\n \"start\": \"18:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis bank stock is down 20% in the year to date.\n", "targets": "\"Results\": [\n {\n \"Text\": \"year to date\",\n \"Start\": 35,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-01\",\n \"end\": \"2018-09-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShall we leave on 2018 or later, is this ok for you?\n", "targets": "\"Results\": [\n {\n \"Text\": \"2018 or later\",\n \"Start\": 18,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat's the sales for between 2015 and 2018 or later than 2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2015 and 2018\",\n \"Start\": 21,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2015-01-01,2018-01-01,P3Y)\",\n \"type\": \"daterange\",\n \"start\": \"2015-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"later than 2020\",\n \"Start\": 46,\n \"End\": 61,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2021-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet this week any time from 7:00 am\n", "targets": "\"Results\": [\n {\n \"Text\": \"this week\",\n \"Start\": 11,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W33\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-13\",\n \"end\": \"2018-08-20\"\n }\n ]\n }\n },\n {\n \"Text\": \"any time from 7:00 am\",\n \"Start\": 21,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T07:00\",\n \"Mod\": \"since\",\n \"type\": \"timerange\",\n \"start\": \"07:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlater than 2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"later than 2018\",\n \"Start\": 0,\n \"End\": 15,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease schedule a meeting for Monday at 2.30\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday at 2.30\",\n \"Start\": 30,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-1T02:30\",\n \"type\": \"datetime\",\n \"value\": \"2018-09-17 02:30:00\"\n },\n {\n \"timex\": \"XXXX-WXX-1T02:30\",\n \"type\": \"datetime\",\n \"value\": \"2018-09-24 02:30:00\"\n },\n {\n \"timex\": \"XXXX-WXX-1T14:30\",\n \"type\": \"datetime\",\n \"value\": \"2018-09-17 14:30:00\"\n },\n {\n \"timex\": \"XXXX-WXX-1T14:30\",\n \"type\": \"datetime\",\n \"value\": \"2018-09-24 14:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShall we leave before 2.30pm?\n", "targets": "\"Results\": [\n {\n \"Text\": \"before 2.30pm\",\n \"Start\": 15,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T14:30\",\n \"Mod\": \"before\",\n \"type\": \"timerange\",\n \"end\": \"14:30:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nhi thursday 29/03 11.00am is good\n", "targets": "\"Results\": [\n {\n \"Text\": \"thursday 29/03 11.00am\",\n \"Start\": 3,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-03-29T11:00\",\n \"type\": \"datetime\",\n \"value\": \"2018-03-29 11:00:00\"\n },\n {\n \"timex\": \"XXXX-03-29T11:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-03-29 11:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease book something for 6/4 between 9.30-4.30pm PST\n", "targets": "\"Results\": [\n {\n \"Text\": \"6/4 between 9.30-4.30pm\",\n \"Start\": 26,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-06-04T09:30,XXXX-06-04T16:30,PT7H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-06-04 09:30:00\",\n \"end\": \"2018-06-04 16:30:00\"\n },\n {\n \"timex\": \"(XXXX-06-04T09:30,XXXX-06-04T16:30,PT7H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-06-04 09:30:00\",\n \"end\": \"2019-06-04 16:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you from March to May\n", "targets": "\"Results\": [\n {\n \"Text\": \"from march to may\",\n \"Start\": 15,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-03-01,XXXX-05-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-03-01\",\n \"end\": \"2018-05-01\"\n },\n {\n \"timex\": \"(XXXX-03-01,XXXX-05-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-03-01\",\n \"end\": \"2019-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen between august and october\n", "targets": "\"Results\": [\n {\n \"Text\": \"between august and october\",\n \"Start\": 17,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-08-01,XXXX-10-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-08-01\",\n \"end\": \"2018-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen May to March\n", "targets": "\"Results\": [\n {\n \"Text\": \"may to march\",\n \"Start\": 17,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-05-01,XXXX-03-01,P10M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-01\",\n \"end\": \"2019-03-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen from Sep to Nov\n", "targets": "\"Results\": [\n {\n \"Text\": \"from sep to nov\",\n \"Start\": 17,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-09-01,XXXX-11-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-09-01\",\n \"end\": \"2017-11-01\"\n },\n {\n \"timex\": \"(XXXX-09-01,XXXX-11-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-09-01\",\n \"end\": \"2018-11-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen from May to September\n", "targets": "\"Results\": [\n {\n \"Text\": \"from may to september\",\n \"Start\": 17,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-05-01,XXXX-09-01,P4M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-01\",\n \"end\": \"2018-09-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat will happen from Nov to March\n", "targets": "\"Results\": [\n {\n \"Text\": \"from nov to march\",\n \"Start\": 17,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-11-01,XXXX-03-01,P4M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-11-01\",\n \"end\": \"2018-03-01\"\n },\n {\n \"timex\": \"(XXXX-11-01,XXXX-03-01,P4M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-11-01\",\n \"end\": \"2019-03-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMortgages were at 6.45 percent\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShall we leave at 6.45?\n", "targets": "\"Results\": [\n {\n \"Text\": \"at 6.45\",\n \"Start\": 15,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T06:45\",\n \"type\": \"time\",\n \"value\": \"06:45:00\"\n },\n {\n \"timex\": \"T18:45\",\n \"type\": \"time\",\n \"value\": \"18:45:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTyphoon Xangsane hit Metro Manila and southern Luzon two months ago, killing at least 200 and destroying billions of pesos of properties and infrastructures. Another typhoon, Cimaron, hit the northern part of the country one month ago, killing a dozen people.\n", "targets": "\"Results\": [\n {\n \"Text\": \"two months ago\",\n \"Start\": 53,\n \"End\": 67,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-17\",\n \"type\": \"date\",\n \"value\": \"2018-08-17\"\n }\n ]\n }\n },\n {\n \"Text\": \"one month ago\",\n \"Start\": 221,\n \"End\": 234,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-09-17\",\n \"type\": \"date\",\n \"value\": \"2018-09-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWill he be back in two days? or in a week?\n", "targets": "\"Results\": [\n {\n \"Text\": \"in two days\",\n \"Start\": 16,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-10-19\",\n \"type\": \"date\",\n \"value\": \"2018-10-19\"\n }\n ]\n }\n },\n {\n \"Text\": \"in a week\",\n \"Start\": 32,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-10-24\",\n \"type\": \"date\",\n \"value\": \"2018-10-24\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nhttps://localhost:44300 \n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfrom 10/1 to 11/7\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 10/1 to 11/7\",\n \"Start\": 0,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-10-01,XXXX-11-07,P37D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-01\",\n \"end\": \"2018-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfrom 10/25 to 01/25\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 10/25 to 01/25\",\n \"Start\": 0,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-10-25,XXXX-01-25,P92D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-10-25\",\n \"end\": \"2018-01-25\"\n },\n {\n \"timex\": \"(XXXX-10-25,XXXX-01-25,P92D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-25\",\n \"end\": \"2019-01-25\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMy vacation is from 10-1-2018-10-7-2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 10-1-2018-10-7-2018\",\n \"Start\": 15,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-01,2018-10-07,P6D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-01\",\n \"end\": \"2018-10-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMy vacation is from 10/1/2018 - 10/7/2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 10/1/2018 - 10/7/2018\",\n \"Start\": 15,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-01,2018-10-07,P6D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-01\",\n \"end\": \"2018-10-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMy vacation is from 10/1/2018-10/7/2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 10/1/2018-10/7/2018\",\n \"Start\": 15,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-01,2018-10-07,P6D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-01\",\n \"end\": \"2018-10-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will have a long vacation between 10/1-11/7\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 10/1-11/7\",\n \"Start\": 28,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-10-01,XXXX-11-07,P37D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-01\",\n \"end\": \"2018-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAPEC will happen in Korea Jan-Feb 2017\n", "targets": "\"Results\": [\n {\n \"Text\": \"jan-feb 2017\",\n \"Start\": 26,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-01-01,2017-02-01,P1M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-01-01\",\n \"end\": \"2017-02-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAPEC will happen in Korea Nov-Feb 2017\n", "targets": "\"Results\": [\n {\n \"Text\": \"nov-feb 2017\",\n \"Start\": 26,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-01,2017-02-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-01\",\n \"end\": \"2017-02-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAPEC will happen in Korea Nov-Feb 5th, 2017\n", "targets": "\"Results\": [\n {\n \"Text\": \"nov-feb 5th, 2017\",\n \"Start\": 26,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-01,2017-02-05,P96D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-01\",\n \"end\": \"2017-02-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAPEC will happen in Korea Nov 18-Dec 19, 2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"nov 18-dec 19, 2015\",\n \"Start\": 26,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2015-11-18,2015-12-19,P31D)\",\n \"type\": \"daterange\",\n \"start\": \"2015-11-18\",\n \"end\": \"2015-12-19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAPEC will happen in Korea Nov 18 2014-Dec 19 2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"nov 18 2014-dec 19 2015\",\n \"Start\": 26,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2014-11-18,2015-12-19,P396D)\",\n \"type\": \"daterange\",\n \"start\": \"2014-11-18\",\n \"end\": \"2015-12-19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAPEC will happen in Korea on November 18-19\n", "targets": "\"Results\": [\n {\n \"Text\": \"on november 18-19\",\n \"Start\": 26,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-11-18,XXXX-11-19,P1D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-11-18\",\n \"end\": \"2017-11-19\"\n },\n {\n \"timex\": \"(XXXX-11-18,XXXX-11-19,P1D)\",\n \"type\": \"daterange\",\n \"start\": \"2018-11-18\",\n \"end\": \"2018-11-19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave from this May to Oct 2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"from this may to oct 2020\",\n \"Start\": 13,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-05-01,2020-10-01,P29M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-01\",\n \"end\": \"2020-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave from May to Oct 2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"from may to oct 2020\",\n \"Start\": 13,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-05-01,2020-10-01,P5M)\",\n \"type\": \"daterange\",\n \"start\": \"2020-05-01\",\n \"end\": \"2020-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave from 5/1-5/7, 2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 5/1-5/7, 2020\",\n \"Start\": 13,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-05-01,2020-05-07,P6D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-05-01\",\n \"end\": \"2020-05-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave from 5/1-5/7/2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 5/1-5/7/2020\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-05-01,2020-05-07,P6D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-05-01\",\n \"end\": \"2020-05-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave from 5/1/2019-5/7/2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 5/1/2019-5/7/2020\",\n \"Start\": 13,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-05-01,2020-05-07,P372D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-05-01\",\n \"end\": \"2020-05-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe date should be 05-Aug-2016\n", "targets": "\"Results\": [\n {\n \"Text\": \"05-aug-2016\",\n \"Start\": 19,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-08-05\",\n \"type\": \"date\",\n \"value\": \"2016-08-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available on Monday morning from 10am to 12pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday morning from 10am to 12pm\",\n \"Start\": 21,\n \"End\": 53,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-1T10,XXXX-WXX-1T12,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-29 10:00:00\",\n \"end\": \"2018-10-29 12:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T10,XXXX-WXX-1T12,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 10:00:00\",\n \"end\": \"2018-11-05 12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available 10am to 12pm Monday morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"10am to 12pm monday morning\",\n \"Start\": 18,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-1T10,XXXX-WXX-1T12,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-29 10:00:00\",\n \"end\": \"2018-10-29 12:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T10,XXXX-WXX-1T12,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 10:00:00\",\n \"end\": \"2018-11-05 12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you yesterday afternoon from 3-8pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"yesterday afternoon from 3-8pm\",\n \"Start\": 15,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-31T15,2018-10-31T20,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-31 15:00:00\",\n \"end\": \"2018-10-31 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you from 3-8pm yesterday afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 3-8pm yesterday afternoon\",\n \"Start\": 15,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-31T15,2018-10-31T20,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-31 15:00:00\",\n \"end\": \"2018-10-31 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you from 8am-3 yesterday afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 8am-3 yesterday afternoon\",\n \"Start\": 15,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-31T8,2018-10-31T15,PT7H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-31 08:00:00\",\n \"end\": \"2018-10-31 15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you Monday 3-8\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday 3-8\",\n \"Start\": 15,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-1T03,XXXX-WXX-1T08,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-29 03:00:00\",\n \"end\": \"2018-10-29 08:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T03,XXXX-WXX-1T08,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 03:00:00\",\n \"end\": \"2018-11-05 08:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T15,XXXX-WXX-1T20,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-29 15:00:00\",\n \"end\": \"2018-10-29 20:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T15,XXXX-WXX-1T20,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 15:00:00\",\n \"end\": \"2018-11-05 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you between 3 and 8 yesterday\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 3 and 8 yesterday\",\n \"Start\": 15,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-31T03,2018-10-31T08,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-31 03:00:00\",\n \"end\": \"2018-10-31 08:00:00\"\n },\n {\n \"timex\": \"(2018-10-31T15,2018-10-31T20,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-10-31 15:00:00\",\n \"end\": \"2018-10-31 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available between 3 and 8am next Monday\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 3 and 8am next monday\",\n \"Start\": 18,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-11-05T03,2018-11-05T08,PT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 03:00:00\",\n \"end\": \"2018-11-05 08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available between 3am - 12pm next Monday\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 3am - 12pm next monday\",\n \"Start\": 18,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-11-05T03,2018-11-05T12,PT9H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 03:00:00\",\n \"end\": \"2018-11-05 12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available 6-8 next Monday\n", "targets": "\"Results\": [\n {\n \"Text\": \"6-8 next monday\",\n \"Start\": 18,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-11-05T06,2018-11-05T08,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 06:00:00\",\n \"end\": \"2018-11-05 08:00:00\"\n },\n {\n \"timex\": \"(2018-11-05T18,2018-11-05T20,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 18:00:00\",\n \"end\": \"2018-11-05 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available next Monday 6-8\n", "targets": "\"Results\": [\n {\n \"Text\": \"next monday 6-8\",\n \"Start\": 18,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-11-05T06,2018-11-05T08,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 06:00:00\",\n \"end\": \"2018-11-05 08:00:00\"\n },\n {\n \"timex\": \"(2018-11-05T18,2018-11-05T20,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 18:00:00\",\n \"end\": \"2018-11-05 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAre you available next Monday morning 6-8\n", "targets": "\"Results\": [\n {\n \"Text\": \"next monday morning 6-8\",\n \"Start\": 18,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-11-05T06,2018-11-05T08,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-11-05 06:00:00\",\n \"end\": \"2018-11-05 08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat's your plan for Dec-2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"dec-2018\",\n \"Start\": 21,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-12\",\n \"type\": \"daterange\",\n \"start\": \"2018-12-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat's your plan for Dec/2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"dec/2018\",\n \"Start\": 21,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-12\",\n \"type\": \"daterange\",\n \"start\": \"2018-12-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat's your plan for Dec, 2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"dec, 2018\",\n \"Start\": 21,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-12\",\n \"type\": \"daterange\",\n \"start\": \"2018-12-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat's your plan for Dec/2018-May/2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"dec/2018-may/2019\",\n \"Start\": 21,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-12-01,2019-05-01,P5M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-12-01\",\n \"end\": \"2019-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened the day before\n", "targets": "\"Results\": [\n {\n \"Text\": \"the day before\",\n \"Start\": 14,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-07\",\n \"type\": \"date\",\n \"value\": \"2018-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat's your plan for the day after?\n", "targets": "\"Results\": [\n {\n \"Text\": \"the day after\",\n \"Start\": 21,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-09\",\n \"type\": \"date\",\n \"value\": \"2018-11-09\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI waited for news, day after day, expecting to hear something.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI don't remember the date, it should be next Monday or next Tuesday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next monday\",\n \"Start\": 40,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-19\",\n \"type\": \"date\",\n \"value\": \"2018-11-19\"\n }\n ]\n }\n },\n {\n \"Text\": \"next tuesday\",\n \"Start\": 55,\n \"End\": 67,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-20\",\n \"type\": \"date\",\n \"value\": \"2018-11-20\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI don't remember the date, it should be next Monday or previous Monday\n", "targets": "\"Results\": [\n {\n \"Text\": \"next monday\",\n \"Start\": 40,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-19\",\n \"type\": \"date\",\n \"value\": \"2018-11-19\"\n }\n ]\n }\n },\n {\n \"Text\": \"previous monday\",\n \"Start\": 55,\n \"End\": 70,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-05\",\n \"type\": \"date\",\n \"value\": \"2018-11-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI don't remember the date, it should be next Monday or Tuesday or previous Wednesday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next monday\",\n \"Start\": 40,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-19\",\n \"type\": \"date\",\n \"value\": \"2018-11-19\"\n }\n ]\n }\n },\n {\n \"Text\": \"tuesday\",\n \"Start\": 55,\n \"End\": 62,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2018-11-13\"\n },\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2018-11-20\"\n }\n ]\n }\n },\n {\n \"Text\": \"previous wednesday\",\n \"Start\": 66,\n \"End\": 84,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-07\",\n \"type\": \"date\",\n \"value\": \"2018-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat's your plan for next week Wednesday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week wednesday\",\n \"Start\": 21,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-12-05\",\n \"type\": \"date\",\n \"value\": \"2018-12-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened on previous week - Monday\n", "targets": "\"Results\": [\n {\n \"Text\": \"previous week - monday\",\n \"Start\": 17,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-19\",\n \"type\": \"date\",\n \"value\": \"2018-11-19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened on this week Monday\n", "targets": "\"Results\": [\n {\n \"Text\": \"this week monday\",\n \"Start\": 17,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-26\",\n \"type\": \"date\",\n \"value\": \"2018-11-26\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please find us 30 minutes on 11/20, 11/22 or 11/25\n", "targets": "\"Results\": [\n {\n \"Text\": \"30 minutes\",\n \"Start\": 24,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT30M\",\n \"type\": \"duration\",\n \"value\": \"1800\"\n }\n ]\n }\n },\n {\n \"Text\": \"11/20\",\n \"Start\": 38,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11-20\",\n \"type\": \"date\",\n \"value\": \"2018-11-20\"\n },\n {\n \"timex\": \"XXXX-11-20\",\n \"type\": \"date\",\n \"value\": \"2019-11-20\"\n }\n ]\n }\n },\n {\n \"Text\": \"11/22\",\n \"Start\": 45,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11-22\",\n \"type\": \"date\",\n \"value\": \"2018-11-22\"\n },\n {\n \"timex\": \"XXXX-11-22\",\n \"type\": \"date\",\n \"value\": \"2019-11-22\"\n }\n ]\n }\n },\n {\n \"Text\": \"11/25\",\n \"Start\": 54,\n \"End\": 59,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11-25\",\n \"type\": \"date\",\n \"value\": \"2018-11-25\"\n },\n {\n \"timex\": \"XXXX-11-25\",\n \"type\": \"date\",\n \"value\": \"2019-11-25\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nYou shouldn't always go to bed end of the day since it will do harm to your health.\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of the day\",\n \"Start\": 31,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-21T23:59:59\",\n \"type\": \"datetime\",\n \"value\": \"2018-11-21 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nYou shouldn't always go to bed end of day since it will do harm to your health.\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of day\",\n \"Start\": 31,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-21T23:59:59\",\n \"type\": \"datetime\",\n \"value\": \"2018-11-21 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBob and Alice usually exchange their encrypted messages at the eod\n", "targets": "\"Results\": [\n {\n \"Text\": \"the eod\",\n \"Start\": 59,\n \"End\": 66,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11-21T23:59:59\",\n \"type\": \"datetime\",\n \"value\": \"2018-11-21 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nA big party will be held at the EOY.\n", "targets": "\"Results\": [\n {\n \"Text\": \"eoy\",\n \"Start\": 32,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"Mod\": \"end\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you know the date? 11/20, 12 of Nov?\n", "targets": "\"Results\": [\n {\n \"Text\": \"11/20\",\n \"Start\": 22,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11-20\",\n \"type\": \"date\",\n \"value\": \"2018-11-20\"\n },\n {\n \"timex\": \"XXXX-11-20\",\n \"type\": \"date\",\n \"value\": \"2019-11-20\"\n }\n ]\n }\n },\n {\n \"Text\": \"12 of nov\",\n \"Start\": 29,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11-12\",\n \"type\": \"date\",\n \"value\": \"2018-11-12\"\n },\n {\n \"timex\": \"XXXX-11-12\",\n \"type\": \"date\",\n \"value\": \"2019-11-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nA big party will be held at the end of year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of year\",\n \"Start\": 32,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"Mod\": \"end\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI heard you will hold a birthday party end of month\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of month\",\n \"Start\": 39,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-11\",\n \"Mod\": \"end\",\n \"type\": \"daterange\",\n \"start\": \"2018-11-16\",\n \"end\": \"2018-12-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDon't forget to push your code as all the disks will be renewed the end of the week.\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of the week\",\n \"Start\": 68,\n \"End\": 83,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W48\",\n \"Mod\": \"end\",\n \"type\": \"daterange\",\n \"start\": \"2018-11-29\",\n \"end\": \"2018-12-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCan you please find time for a conference call on Wednesday, Thursday or Friday, between 9-6 PT?\n", "targets": "\"Results\": [\n {\n \"Text\": \"wednesday\",\n \"Start\": 50,\n \"End\": 59,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-3\",\n \"type\": \"date\",\n \"value\": \"2018-11-28\"\n },\n {\n \"timex\": \"XXXX-WXX-3\",\n \"type\": \"date\",\n \"value\": \"2018-12-05\"\n }\n ]\n }\n },\n {\n \"Text\": \"thursday\",\n \"Start\": 61,\n \"End\": 69,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-4\",\n \"type\": \"date\",\n \"value\": \"2018-11-22\"\n },\n {\n \"timex\": \"XXXX-WXX-4\",\n \"type\": \"date\",\n \"value\": \"2018-11-29\"\n }\n ]\n }\n },\n {\n \"Text\": \"friday\",\n \"Start\": 73,\n \"End\": 79,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"date\",\n \"value\": \"2018-11-23\"\n },\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"date\",\n \"value\": \"2018-11-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about between 6:30 to 9 pst\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 6:30 to 9 pst\",\n \"Start\": 10,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T06:30,T09,PT2H30M)\",\n \"type\": \"timerange\",\n \"timezone\": \"UTC-08:00\",\n \"timezoneText\": \"pst\",\n \"utcOffsetMins\": \"-480\",\n \"start\": \"06:30:00\",\n \"end\": \"09:00:00\"\n },\n {\n \"timex\": \"(T18:30,T21,PT2H30M)\",\n \"type\": \"timerange\",\n \"timezone\": \"UTC-08:00\",\n \"timezoneText\": \"pst\",\n \"utcOffsetMins\": \"-480\",\n \"start\": \"18:30:00\",\n \"end\": \"21:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about between 9 to 10:30 cst\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 9 to 10:30\",\n \"Start\": 10,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T09,T10:30,PT1H30M)\",\n \"type\": \"timerange\",\n \"start\": \"09:00:00\",\n \"end\": \"10:30:00\"\n },\n {\n \"timex\": \"(T21,T22:30,PT1H30M)\",\n \"type\": \"timerange\",\n \"start\": \"21:00:00\",\n \"end\": \"22:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about first week of 2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"first week of 2015\",\n \"Start\": 10,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015-W01\",\n \"type\": \"daterange\",\n \"start\": \"2014-12-29\",\n \"end\": \"2015-01-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about first week of Jan 2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"first week of jan 2015\",\n \"Start\": 10,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015-01-W01\",\n \"type\": \"daterange\",\n \"start\": \"2014-12-29\",\n \"end\": \"2015-01-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about last week of 2016\n", "targets": "\"Results\": [\n {\n \"Text\": \"last week of 2016\",\n \"Start\": 10,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-W52\",\n \"type\": \"daterange\",\n \"start\": \"2016-12-26\",\n \"end\": \"2017-01-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about last week of Dec 2016\n", "targets": "\"Results\": [\n {\n \"Text\": \"last week of dec 2016\",\n \"Start\": 10,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-12-W05\",\n \"type\": \"daterange\",\n \"start\": \"2016-12-26\",\n \"end\": \"2017-01-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about first week of 2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"first week of 2019\",\n \"Start\": 10,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W01\",\n \"type\": \"daterange\",\n \"start\": \"2018-12-31\",\n \"end\": \"2019-01-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about last week of 2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"last week of 2019\",\n \"Start\": 10,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W52\",\n \"type\": \"daterange\",\n \"start\": \"2019-12-23\",\n \"end\": \"2019-12-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about 3rd week of 2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"3rd week of 2018\",\n \"Start\": 10,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W03\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-15\",\n \"end\": \"2018-01-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about 3rd week of Jan\n", "targets": "\"Results\": [\n {\n \"Text\": \"3rd week of jan\",\n \"Start\": 10,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-01-W03\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-15\",\n \"end\": \"2018-01-22\"\n },\n {\n \"timex\": \"XXXX-01-W03\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-14\",\n \"end\": \"2019-01-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHe took a test earlier previous week\n", "targets": "\"Results\": [\n {\n \"Text\": \"earlier previous week\",\n \"Start\": 15,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W47\",\n \"Mod\": \"start\",\n \"type\": \"daterange\",\n \"start\": \"2018-11-19\",\n \"end\": \"2018-11-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will finish the work later this week\n", "targets": "\"Results\": [\n {\n \"Text\": \"later this week\",\n \"Start\": 23,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W48\",\n \"type\": \"daterange\",\n \"start\": \"2018-11-30\",\n \"end\": \"2018-12-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ncreate appointment at 3 p . m .\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 p . m .\",\n \"Start\": 22,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T15\",\n \"type\": \"time\",\n \"value\": \"15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI suppose one hour and half is sufficient to finish the task.\n", "targets": "\"Results\": [\n {\n \"Text\": \"one hour and half\",\n \"Start\": 10,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1.5H\",\n \"type\": \"duration\",\n \"value\": \"5400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI suppose one hour and a half is sufficient to finish the task.\n", "targets": "\"Results\": [\n {\n \"Text\": \"one hour and a half\",\n \"Start\": 10,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1.5H\",\n \"type\": \"duration\",\n \"value\": \"5400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI suppose one and a half hour is sufficient to finish the task.\n", "targets": "\"Results\": [\n {\n \"Text\": \"one and a half hour\",\n \"Start\": 10,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1.5H\",\n \"type\": \"duration\",\n \"value\": \"5400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI suppose one and half hour is sufficient to finish the task.\n", "targets": "\"Results\": [\n {\n \"Text\": \"one and half hour\",\n \"Start\": 10,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1.5H\",\n \"type\": \"duration\",\n \"value\": \"5400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI suppose one and a half hours are sufficient to finish the task.\n", "targets": "\"Results\": [\n {\n \"Text\": \"one and a half hours\",\n \"Start\": 10,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1.5H\",\n \"type\": \"duration\",\n \"value\": \"5400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHe will take a one and a quarter year gap to work as an intern at an Internet company.\n", "targets": "\"Results\": [\n {\n \"Text\": \"one and a quarter year\",\n \"Start\": 15,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1.25Y\",\n \"type\": \"duration\",\n \"value\": \"39420000\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHe will take a one year and a quarter gap to work as an intern at an Internet company.\n", "targets": "\"Results\": [\n {\n \"Text\": \"one year and a quarter\",\n \"Start\": 15,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1.25Y\",\n \"type\": \"duration\",\n \"value\": \"39420000\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI have twenty-one coins in my pocket\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThere are two to four people in the room\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nOne may ask a question to themselves\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTwenty-six people die in accident at Techiman\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThat one Tuesday was a blast!\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday\",\n \"Start\": 9,\n \"End\": 16,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2019-01-22\"\n },\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2019-01-29\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any arrangement on Monday 21!\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday 21\",\n \"Start\": 31,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"date\",\n \"value\": \"2019-01-21\"\n },\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"date\",\n \"value\": \"2019-10-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any arrangement on Monday 21!\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday 21\",\n \"Start\": 31,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-21\",\n \"type\": \"date\",\n \"value\": \"2019-01-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any arrangement on Sunday 31!\n", "targets": "\"Results\": [\n {\n \"Text\": \"sunday 31\",\n \"Start\": 31,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-7\",\n \"type\": \"date\",\n \"value\": \"2017-12-31\"\n },\n {\n \"timex\": \"XXXX-WXX-7\",\n \"type\": \"date\",\n \"value\": \"2019-03-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any arrangement on Friday 31!\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday 31\",\n \"Start\": 31,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"date\",\n \"value\": \"2018-08-31\"\n },\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"date\",\n \"value\": \"2019-05-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any plan after mid May?\n", "targets": "\"Results\": [\n {\n \"Text\": \"after mid may\",\n \"Start\": 21,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05\",\n \"Mod\": \"after-mid\",\n \"type\": \"daterange\",\n \"start\": \"2018-05-21\",\n \"sourceEntity\": \"datetimerange\"\n },\n {\n \"timex\": \"XXXX-05\",\n \"Mod\": \"after-mid\",\n \"type\": \"daterange\",\n \"start\": \"2019-05-21\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened before early September\n", "targets": "\"Results\": [\n {\n \"Text\": \"before early september\",\n \"Start\": 14,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-09\",\n \"Mod\": \"before-start\",\n \"type\": \"daterange\",\n \"end\": \"2018-09-01\",\n \"sourceEntity\": \"datetimerange\"\n },\n {\n \"timex\": \"XXXX-09\",\n \"Mod\": \"before-start\",\n \"type\": \"daterange\",\n \"end\": \"2019-09-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened since late July?\n", "targets": "\"Results\": [\n {\n \"Text\": \"since late july\",\n \"Start\": 14,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07\",\n \"Mod\": \"since-end\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-16\",\n \"sourceEntity\": \"datetimerange\"\n },\n {\n \"timex\": \"XXXX-07\",\n \"Mod\": \"since-end\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-16\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nUnless 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.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any arrangement on this upcoming Friday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"this upcoming friday\",\n \"Start\": 31,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-02-01\",\n \"type\": \"date\",\n \"value\": \"2019-02-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any arrangement on next Friday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next friday\",\n \"Start\": 31,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-02-08\",\n \"type\": \"date\",\n \"value\": \"2019-02-08\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any arrangement on following Friday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"following friday\",\n \"Start\": 31,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-02-08\",\n \"type\": \"date\",\n \"value\": \"2019-02-08\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDo you have any arrangement on coming Thursday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"coming thursday\",\n \"Start\": 31,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-02-07\",\n \"type\": \"date\",\n \"value\": \"2019-02-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you on this past Wednesday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"this past wednesday\",\n \"Start\": 18,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-30\",\n \"type\": \"date\",\n \"value\": \"2019-01-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you on past Wednesday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"past wednesday\",\n \"Start\": 18,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-30\",\n \"type\": \"date\",\n \"value\": \"2019-01-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you on previous Wednesday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"previous wednesday\",\n \"Start\": 18,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-23\",\n \"type\": \"date\",\n \"value\": \"2019-01-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you on last Wednesday?\n", "targets": "\"Results\": [\n {\n \"Text\": \"last wednesday\",\n \"Start\": 18,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-23\",\n \"type\": \"date\",\n \"value\": \"2019-01-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you the 12th between 0730-0930\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 0730-0930\",\n \"Start\": 24,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T07:30,T09:30,PT2H)\",\n \"type\": \"timerange\",\n \"start\": \"07:30:00\",\n \"end\": \"09:30:00\"\n },\n {\n \"timex\": \"(T19:30,T21:30,PT2H)\",\n \"type\": \"timerange\",\n \"start\": \"19:30:00\",\n \"end\": \"21:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you between 0730-0930?\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 0730-0930\",\n \"Start\": 15,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T07:30,T09:30,PT2H)\",\n \"type\": \"timerange\",\n \"start\": \"07:30:00\",\n \"end\": \"09:30:00\"\n },\n {\n \"timex\": \"(T19:30,T21:30,PT2H)\",\n \"type\": \"timerange\",\n \"start\": \"19:30:00\",\n \"end\": \"21:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you between 0930-0730?\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 0930-0730\",\n \"Start\": 15,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T09:30,T19:30,PT10H)\",\n \"type\": \"timerange\",\n \"start\": \"09:30:00\",\n \"end\": \"19:30:00\"\n },\n {\n \"timex\": \"(T21:30,T07:30,PT10H)\",\n \"type\": \"timerange\",\n \"start\": \"21:30:00\",\n \"end\": \"07:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhere were you between 730-930?\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBook a meeting for Monday 21 between 9:30 and 3:00 pm PST.\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday 21 between 9:30 and 3:00 pm\",\n \"Start\": 19,\n \"End\": 53,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-1T09:30,XXXX-WXX-1T15:00,PT5H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-01-21 09:30:00\",\n \"end\": \"2019-01-21 15:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-1T09:30,XXXX-WXX-1T15:00,PT5H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-10-21 09:30:00\",\n \"end\": \"2019-10-21 15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWill you be free Tuesday, Jan 15, 1:00 PM - 1:15 PM?\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday, jan 15, 1:00 pm - 1:15 pm\",\n \"Start\": 17,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-01-15T13:00,XXXX-01-15T13:15,PT15M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-01-15 13:00:00\",\n \"end\": \"2019-01-15 13:15:00\"\n },\n {\n \"timex\": \"(XXXX-01-15T13:00,XXXX-01-15T13:15,PT15M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2020-01-15 13:00:00\",\n \"end\": \"2020-01-15 13:15:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nYour renewal will be January 18, 2019. You have until then to add the paid support. @Cortana, Please schedule a Skype call at 3pm today.\n", "targets": "\"Results\": [\n {\n \"Text\": \"january 18, 2019\",\n \"Start\": 21,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-01-18\",\n \"type\": \"date\",\n \"value\": \"2019-01-18\"\n }\n ]\n }\n },\n {\n \"Text\": \"3pm today\",\n \"Start\": 127,\n \"End\": 136,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-02-28T15\",\n \"type\": \"datetime\",\n \"value\": \"2019-02-28 15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nbook my time for swimming every Tuesday and Thursday 19:00 - 21:00.\n", "targets": "\"Results\": [\n {\n \"Text\": \"every tuesday\",\n \"Start\": 26,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n },\n {\n \"Text\": \"thursday 19:00 - 21:00\",\n \"Start\": 44,\n \"End\": 66,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-4T19:00,XXXX-WXX-4T21:00,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-02-28 19:00:00\",\n \"end\": \"2019-02-28 21:00:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-4T19:00,XXXX-WXX-4T21:00,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-03-07 19:00:00\",\n \"end\": \"2019-03-07 21:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIs this a valid date? 12-2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"12-2015\",\n \"Start\": 22,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015-12\",\n \"type\": \"daterange\",\n \"start\": \"2015-12-01\",\n \"end\": \"2016-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIs this a valid date? 32-2015\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIs this a valid date? 32 - 2015\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIs this a valid date? 2015-12\n", "targets": "\"Results\": [\n {\n \"Text\": \"2015-12\",\n \"Start\": 22,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015-12\",\n \"type\": \"daterange\",\n \"start\": \"2015-12-01\",\n \"end\": \"2016-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIs this a valid date? 2015-32\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIs this a valid date? 2015 - 32\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTel: +86 138-2010-2015\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTel: +86 2010-2015-86\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTel: 000 111 82-2100\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back at 9:00a.\n", "targets": "\"Results\": [\n {\n \"Text\": \"9:00a\",\n \"Start\": 16,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T09:00\",\n \"type\": \"time\",\n \"value\": \"09:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back tomorrow at 8:45a.\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow at 8:45a\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-03-29T08:45\",\n \"type\": \"datetime\",\n \"value\": \"2019-03-29 08:45:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe event happened in two years since 2011.\n", "targets": "\"Results\": [\n {\n \"Text\": \"in two years since 2011\",\n \"Start\": 19,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2013-01-01\",\n \"type\": \"date\",\n \"value\": \"2013-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe event happened in two weeks since the year 2011.\n", "targets": "\"Results\": [\n {\n \"Text\": \"in two weeks since the year 2011\",\n \"Start\": 19,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2011-01-15\",\n \"type\": \"date\",\n \"value\": \"2011-01-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll stay in China before the year 2019.\n", "targets": "\"Results\": [\n {\n \"Text\": \"before the year 2019\",\n \"Start\": 19,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"end\": \"2019-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be there on wednesday 4 oclock.\n", "targets": "\"Results\": [\n {\n \"Text\": \"wednesday 4 oclock\",\n \"Start\": 17,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-3T04\",\n \"type\": \"datetime\",\n \"value\": \"2019-04-10 04:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-3T04\",\n \"type\": \"datetime\",\n \"value\": \"2019-04-17 04:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-3T16\",\n \"type\": \"datetime\",\n \"value\": \"2019-04-10 16:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-3T16\",\n \"type\": \"datetime\",\n \"value\": \"2019-04-17 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMeet me at 3 pm or later.\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 pm or later\",\n \"Start\": 11,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T15\",\n \"Mod\": \"since\",\n \"type\": \"timerange\",\n \"start\": \"15:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMeet me at 3 pm or later on Monday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 pm or later on monday\",\n \"Start\": 11,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-1T15\",\n \"Mod\": \"since\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-04-15 15:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n },\n {\n \"timex\": \"XXXX-WXX-1T15\",\n \"Mod\": \"since\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-04-22 15:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back at 9.am.\n", "targets": "\"Results\": [\n {\n \"Text\": \"9.am\",\n \"Start\": 16,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T09\",\n \"type\": \"time\",\n \"value\": \"09:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet on march eighteenth nine thirty.\n", "targets": "\"Results\": [\n {\n \"Text\": \"march eighteenth nine thirty\",\n \"Start\": 14,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-03-18T09:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-03-18 09:30:00\"\n },\n {\n \"timex\": \"XXXX-03-18T09:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-03-18 09:30:00\"\n },\n {\n \"timex\": \"XXXX-03-18T21:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-03-18 21:30:00\"\n },\n {\n \"timex\": \"XXXX-03-18T21:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-03-18 21:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet on february twenty second.\n", "targets": "\"Results\": [\n {\n \"Text\": \"february twenty second\",\n \"Start\": 14,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-22\",\n \"type\": \"date\",\n \"value\": \"2019-02-22\"\n },\n {\n \"timex\": \"XXXX-02-22\",\n \"type\": \"date\",\n \"value\": \"2020-02-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet on february twenty second 3:30.\n", "targets": "\"Results\": [\n {\n \"Text\": \"february twenty second 3:30\",\n \"Start\": 14,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-22T03:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-02-22 03:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T03:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-02-22 03:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T15:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-02-22 15:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T15:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-02-22 15:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease can you arrange a Microsoft Teams Meeting starting January 7th to discuss ARM Templates?\n", "targets": "\"Results\": [\n {\n \"Text\": \"starting january 7th\",\n \"Start\": 49,\n \"End\": 69,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-01-07\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2019-01-07\"\n },\n {\n \"timex\": \"XXXX-01-07\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2020-01-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease can you arrange a Microsoft Teams Meeting starting on January 7th to discuss ARM Templates?\n", "targets": "\"Results\": [\n {\n \"Text\": \"starting on january 7th\",\n \"Start\": 49,\n \"End\": 72,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-01-07\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2019-01-07\"\n },\n {\n \"timex\": \"XXXX-01-07\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2020-01-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet on february twenty second at 3:30\n", "targets": "\"Results\": [\n {\n \"Text\": \"february twenty second at 3:30\",\n \"Start\": 14,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-22T03:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-02-22 03:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T03:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-02-22 03:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T15:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-02-22 15:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T15:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-02-22 15:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet on february 22nd 3:30.\n", "targets": "\"Results\": [\n {\n \"Text\": \"february 22nd 3:30\",\n \"Start\": 14,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-22T03:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-02-22 03:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T03:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-02-22 03:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T15:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-02-22 15:30:00\"\n },\n {\n \"timex\": \"XXXX-02-22T15:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-02-22 15:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease can you arrange a Microsoft Teams Meeting beginning January 7th to discuss ARM Templates?\n", "targets": "\"Results\": [\n {\n \"Text\": \"beginning january 7th\",\n \"Start\": 49,\n \"End\": 70,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-01-07\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2019-01-07\"\n },\n {\n \"timex\": \"XXXX-01-07\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2020-01-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease can you arrange a Microsoft Teams Meeting beginning on January 7th to discuss ARM Templates?\n", "targets": "\"Results\": [\n {\n \"Text\": \"beginning on january 7th\",\n \"Start\": 49,\n \"End\": 73,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-01-07\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2019-01-07\"\n },\n {\n \"timex\": \"XXXX-01-07\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2020-01-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet on friday march fifteenth nine a m.\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday march fifteenth nine a m\",\n \"Start\": 14,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-03-15T09\",\n \"type\": \"datetime\",\n \"value\": \"2019-03-15 09:00:00\"\n },\n {\n \"timex\": \"XXXX-03-15T09\",\n \"type\": \"datetime\",\n \"value\": \"2020-03-15 09:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet on january first two thousand and thirty two\n", "targets": "\"Results\": [\n {\n \"Text\": \"january first two thousand and thirty two\",\n \"Start\": 14,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2032-01-01\",\n \"type\": \"date\",\n \"value\": \"2032-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWed Oct 26 15:50:06 2016 is not a day in 2019.\n", "targets": "\"Results\": [\n {\n \"Text\": \"wed oct 26 15:50:06 2016\",\n \"Start\": 0,\n \"End\": 24,\n \"Typename\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-10-26T15:50:06\",\n \"type\": \"datetime\",\n \"value\": \"2016-10-26 15:50:06\"\n }\n ]\n }\n },\n {\n \"Text\": \"a day\",\n \"Start\": 32,\n \"End\": 37,\n \"Typename\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"duration\",\n \"value\": \"86400\"\n }\n ]\n }\n },\n {\n \"Text\": \"2019\",\n \"Start\": 41,\n \"End\": 45,\n \"Typename\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will do my work between now and November 15th\n", "targets": "\"Results\": [\n {\n \"Text\": \"between now and november 15th\",\n \"Start\": 18,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-04-23,XXXX-11-15,P206D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-04-23\",\n \"end\": \"2019-11-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI have finished my work between Jan 22 and now\n", "targets": "\"Results\": [\n {\n \"Text\": \"between jan 22 and now\",\n \"Start\": 24,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-01-22,2019-04-25,P93D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-22\",\n \"end\": \"2019-04-25\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet between now and May 21th, not right now, ok?\n", "targets": "\"Results\": [\n {\n \"Text\": \"between now and may 21th\",\n \"Start\": 11,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-05-09,XXXX-05-21,P12D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-05-09\",\n \"end\": \"2019-05-21\"\n }\n ]\n }\n },\n {\n \"Text\": \"right now\",\n \"Start\": 41,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2019-05-09 12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTotal sales from april to June in 2017 were below expectations.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from april to june in 2017\",\n \"Start\": 12,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-04-01,2017-06-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-01\",\n \"end\": \"2017-06-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTotal sales from april in 2016 to June in 2017 were below expectations.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from april in 2016 to june in 2017\",\n \"Start\": 12,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-04-01,2017-06-01,P14M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-01\",\n \"end\": \"2017-06-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthe conflict lasted from January to april 2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"from january to april 2015\",\n \"Start\": 20,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2015-01-01,2015-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2015-01-01\",\n \"end\": \"2015-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana, please set up a Skype call sometime on this Friday 7.6 with Jim.\n", "targets": "\"Results\": [\n {\n \"Text\": \"this friday 7.6\",\n \"Start\": 48,\n \"End\": 63,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07-06\",\n \"type\": \"date\",\n \"value\": \"2019-07-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should be done on 5.12\n", "targets": "\"Results\": [\n {\n \"Text\": \"5.12\",\n \"Start\": 28,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-12\",\n \"type\": \"date\",\n \"value\": \"2019-05-12\"\n },\n {\n \"timex\": \"XXXX-05-12\",\n \"type\": \"date\",\n \"value\": \"2020-05-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should be done friday 5/12\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday 5/12\",\n \"Start\": 25,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-12\",\n \"type\": \"date\",\n \"value\": \"2019-05-12\"\n },\n {\n \"timex\": \"XXXX-05-12\",\n \"type\": \"date\",\n \"value\": \"2020-05-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should be done this friday 5/12\n", "targets": "\"Results\": [\n {\n \"Text\": \"this friday 5/12\",\n \"Start\": 25,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-12\",\n \"type\": \"date\",\n \"value\": \"2019-05-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should be done next friday 5/12\n", "targets": "\"Results\": [\n {\n \"Text\": \"next friday 5/12\",\n \"Start\": 25,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-12\",\n \"type\": \"date\",\n \"value\": \"2019-05-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should be done this 5/12\n", "targets": "\"Results\": [\n {\n \"Text\": \"this 5/12\",\n \"Start\": 25,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-12\",\n \"type\": \"date\",\n \"value\": \"2019-05-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should be done next 5/12\n", "targets": "\"Results\": [\n {\n \"Text\": \"next 5/12\",\n \"Start\": 25,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-12\",\n \"type\": \"date\",\n \"value\": \"2020-05-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should be done next 6th of April\n", "targets": "\"Results\": [\n {\n \"Text\": \"next 6th of april\",\n \"Start\": 25,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-04-06\",\n \"type\": \"date\",\n \"value\": \"2020-04-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfrom this 5/12 to next 5/19\n", "targets": "\"Results\": [\n {\n \"Text\": \"from this 5/12 to next 5/19\",\n \"Start\": 0,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-05-12,XXXX-05-19,P373D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-05-12\",\n \"end\": \"2020-05-19\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfrom this friday 5/12 to next sunday 5/20\n", "targets": "\"Results\": [\n {\n \"Text\": \"from this friday 5/12 to next sunday 5/20\",\n \"Start\": 0,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-05-12,XXXX-05-20,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-05-12\",\n \"end\": \"2019-05-20\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'm not talking about this, but about Jan/3\n", "targets": "\"Results\": [\n {\n \"Text\": \"jan/3\",\n \"Start\": 38,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-01-03\",\n \"type\": \"date\",\n \"value\": \"2019-01-03\"\n },\n {\n \"timex\": \"XXXX-01-03\",\n \"type\": \"date\",\n \"value\": \"2020-01-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThere are 10 students.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThere are 10 stars.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWho are us presidents in 90 s.\n", "targets": "\"Results\": [\n {\n \"Text\": \"90 s\",\n \"Start\": 25,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XX90-01-01,XX00-01-01,P10Y)\",\n \"type\": \"daterange\",\n \"start\": \"1990-01-01\",\n \"end\": \"2000-01-01\"\n },\n {\n \"timex\": \"(XX90-01-01,XX00-01-01,P10Y)\",\n \"type\": \"daterange\",\n \"start\": \"2090-01-01\",\n \"end\": \"2100-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll stay in China after the year 2020.\n", "targets": "\"Results\": [\n {\n \"Text\": \"after the year 2020\",\n \"Start\": 19,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"start\": \"2021-01-01\",\n \"sourceEntity\": \"datetimerange\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana find 30 minutes later this week\n", "targets": "\"Results\": [\n {\n \"Text\": \"30 minutes\",\n \"Start\": 13,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT30M\",\n \"type\": \"duration\",\n \"value\": \"1800\"\n }\n ]\n }\n },\n {\n \"Text\": \"later this week\",\n \"Start\": 24,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W22\",\n \"type\": \"daterange\",\n \"start\": \"2019-05-30\",\n \"end\": \"2019-06-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's take a walk 30 minutes later\n", "targets": "\"Results\": [\n {\n \"Text\": \"30 minutes later\",\n \"Start\": 18,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-05-27T12:30:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-05-27 12:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will travel in Japan on 26 june to 28 june in 2020.\n", "targets": "\"Results\": [\n {\n \"Text\": \"26 june to 28 june in 2020\",\n \"Start\": 26,\n \"End\": 52,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-06-26,2020-06-28,P2D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-06-26\",\n \"end\": \"2020-06-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will travel in Japan on 26 june in 2019 to 28 june in 2020.\n", "targets": "\"Results\": [\n {\n \"Text\": \"26 june in 2019 to 28 june in 2020\",\n \"Start\": 26,\n \"End\": 60,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-06-26,2020-06-28,P368D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-06-26\",\n \"end\": \"2020-06-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will go back to China on 28 june in 2020.\n", "targets": "\"Results\": [\n {\n \"Text\": \"28 june in 2020\",\n \"Start\": 27,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-06-28\",\n \"type\": \"date\",\n \"value\": \"2020-06-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on black friday 2010\n", "targets": "\"Results\": [\n {\n \"Text\": \"black friday 2010\",\n \"Start\": 16,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2010-11-26\",\n \"type\": \"date\",\n \"value\": \"2010-11-26\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on earth day 2010\n", "targets": "\"Results\": [\n {\n \"Text\": \"earth day 2010\",\n \"Start\": 16,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2010-04-22\",\n \"type\": \"date\",\n \"value\": \"2010-04-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on easter 2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"easter 2018\",\n \"Start\": 16,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-04-01\",\n \"type\": \"date\",\n \"value\": \"2018-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on monday the twenty seventh at six pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday the twenty seventh at six pm\",\n \"Start\": 16,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-05-27T18\",\n \"type\": \"datetime\",\n \"value\": \"2019-05-27 18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on monday the twenty fourth six pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday the twenty fourth six pm\",\n \"Start\": 16,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-06-24T18\",\n \"type\": \"datetime\",\n \"value\": \"2019-06-24 18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe sales went up during 2017-q1\n", "targets": "\"Results\": [\n {\n \"Text\": \"2017-q1\",\n \"Start\": 25,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-01-01,2017-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-01-01\",\n \"end\": \"2017-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe sales went up during 2017 q1\n", "targets": "\"Results\": [\n {\n \"Text\": \"2017 q1\",\n \"Start\": 25,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-01-01,2017-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-01-01\",\n \"end\": \"2017-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2019 H2 will bring challenges\n", "targets": "\"Results\": [\n {\n \"Text\": \"2019 h2\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-07-01,2020-01-01,P6M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2019-H2 will bring challenges\n", "targets": "\"Results\": [\n {\n \"Text\": \"2019-h2\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-07-01,2020-01-01,P6M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe sales went up during from 2017-q1 to 2018-q1\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2017-q1 to 2018-q1\",\n \"Start\": 25,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-01-01,2018-01-01,P12M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe sales went up during from 2017 q1 to 2018 q1\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2017 q1 to 2018 q1\",\n \"Start\": 25,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-01-01,2018-01-01,P12M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe sales went up during from q1 of 2017 - q3 of 2018\n", "targets": "\"Results\": [\n {\n \"Text\": \"from q1 of 2017 - q3 of 2018\",\n \"Start\": 25,\n \"End\": 53,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-01-01,2018-07-01,P18M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-01-01\",\n \"end\": \"2018-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nJanuary first 2000 was a special day for me\n", "targets": "\"Results\": [\n {\n \"Text\": \"january first 2000\",\n \"Start\": 0,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2000-01-01\",\n \"type\": \"date\",\n \"value\": \"2000-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nJanuary first 12 was a special day for me\n", "targets": "\"Results\": [\n {\n \"Text\": \"january first 12\",\n \"Start\": 0,\n \"End\": 16,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2012-01-01\",\n \"type\": \"date\",\n \"value\": \"2012-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis contract will end in 2150, right?\n", "targets": "\"Results\": [\n {\n \"Text\": \"2150\",\n \"Start\": 26,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2150\",\n \"type\": \"daterange\",\n \"start\": \"2150-01-01\",\n \"end\": \"2151-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBrunch with Anna at 13:00 February 28, 2013\n", "targets": "\"Results\": [\n {\n \"Text\": \"13:00 february 28, 2013\",\n \"Start\": 20,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2013-02-28T13:00\",\n \"type\": \"datetime\",\n \"value\": \"2013-02-28 13:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI have a lot of gains in this school year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"this school year\",\n \"Start\": 25,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"SY2019\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI got a lot of gains in last fiscal year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"last fiscal year\",\n \"Start\": 24,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"FY2018\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI have a lot of gains in this calendar year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"this calendar year\",\n \"Start\": 25,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the fiscal year 2008\n", "targets": "\"Results\": [\n {\n \"Text\": \"fiscal year 2008\",\n \"Start\": 18,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"FY2008\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the school year 2008\n", "targets": "\"Results\": [\n {\n \"Text\": \"school year 2008\",\n \"Start\": 18,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"SY2008\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the calendar year 2008\n", "targets": "\"Results\": [\n {\n \"Text\": \"calendar year 2008\",\n \"Start\": 18,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2008\",\n \"type\": \"daterange\",\n \"start\": \"2008-01-01\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the cy 2008\n", "targets": "\"Results\": [\n {\n \"Text\": \"cy 2008\",\n \"Start\": 18,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2008\",\n \"type\": \"daterange\",\n \"start\": \"2008-01-01\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the sy 2008\n", "targets": "\"Results\": [\n {\n \"Text\": \"sy 2008\",\n \"Start\": 18,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"SY2008\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in fiscal year\n", "targets": "\"Results\": [\n {\n \"Text\": \"fiscal year\",\n \"Start\": 14,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"FYXXXX\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the sy18\n", "targets": "\"Results\": [\n {\n \"Text\": \"sy18\",\n \"Start\": 18,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"SY2018\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the cy18\n", "targets": "\"Results\": [\n {\n \"Text\": \"cy18\",\n \"Start\": 18,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on saint patrick 2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"saint patrick 2020\",\n \"Start\": 16,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-03-17\",\n \"type\": \"date\",\n \"value\": \"2020-03-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back at five-thirty tomorrow evening\n", "targets": "\"Results\": [\n {\n \"Text\": \"five-thirty tomorrow evening\",\n \"Start\": 16,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-06-29T17:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-06-29 17:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's play basketball from three thirty to four thirty\n", "targets": "\"Results\": [\n {\n \"Text\": \"from three thirty to four thirty\",\n \"Start\": 22,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T03:30,T04:30,PT1H)\",\n \"type\": \"timerange\",\n \"start\": \"03:30:00\",\n \"end\": \"04:30:00\"\n },\n {\n \"timex\": \"(T15:30,T16:30,PT1H)\",\n \"type\": \"timerange\",\n \"start\": \"15:30:00\",\n \"end\": \"16:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's play basketball from two thirty to two forty five\n", "targets": "\"Results\": [\n {\n \"Text\": \"from two thirty to two forty five\",\n \"Start\": 22,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T02:30,T02:45,PT15M)\",\n \"type\": \"timerange\",\n \"start\": \"02:30:00\",\n \"end\": \"02:45:00\"\n },\n {\n \"timex\": \"(T14:30,T14:45,PT15M)\",\n \"type\": \"timerange\",\n \"start\": \"14:30:00\",\n \"end\": \"14:45:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n=2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"=2019\",\n \"Start\": 0,\n \"End\": 5,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n> = 2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"> = 2019\",\n \"Start\": 0,\n \"End\": 8,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"start\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n< =2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"< =2019\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019\",\n \"Mod\": \"until\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSales for this quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"this quarter\",\n \"Start\": 10,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-07-01,2019-10-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-01\",\n \"end\": \"2019-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSales for current quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"current quarter\",\n \"Start\": 10,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-07-01,2019-10-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-01\",\n \"end\": \"2019-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSales for last quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"last quarter\",\n \"Start\": 10,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-04-01,2019-07-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-04-01\",\n \"end\": \"2019-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSales for last quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"last quarter\",\n \"Start\": 10,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-01,2019-01-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's discuss the work for the next quarter.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next quarter\",\n \"Start\": 31,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-10-01,2020-01-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-10-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's discuss the work for the next quarter.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next quarter\",\n \"Start\": 31,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-01-01,2020-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2020-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's discuss the work for the coming quarter.\n", "targets": "\"Results\": [\n {\n \"Text\": \"coming quarter\",\n \"Start\": 31,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-10-01,2020-01-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-10-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's discuss the work for the following quarter.\n", "targets": "\"Results\": [\n {\n \"Text\": \"following quarter\",\n \"Start\": 31,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-10-01,2020-01-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-10-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSales for previous quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"previous quarter\",\n \"Start\": 10,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-04-01,2019-07-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-04-01\",\n \"end\": \"2019-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSales for past quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"past quarter\",\n \"Start\": 10,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-04-01,2019-07-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-04-01\",\n \"end\": \"2019-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will be out in 11:30 am to 12:30 december 27th\n", "targets": "\"Results\": [\n {\n \"Text\": \"11:30 am to 12:30 december 27th\",\n \"Start\": 17,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-12-27T11:30,XXXX-12-27T12:30,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-12-27 11:30:00\",\n \"end\": \"2018-12-27 12:30:00\"\n },\n {\n \"timex\": \"(XXXX-12-27T11:30,XXXX-12-27T12:30,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-12-27 11:30:00\",\n \"end\": \"2019-12-27 12:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's have a meeting in 12:30 december 27th\n", "targets": "\"Results\": [\n {\n \"Text\": \"12:30 december 27th\",\n \"Start\": 24,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12-27T12:30\",\n \"type\": \"datetime\",\n \"value\": \"2018-12-27 12:30:00\"\n },\n {\n \"timex\": \"XXXX-12-27T12:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-27 12:30:00\"\n },\n {\n \"timex\": \"XXXX-12-27T00:30\",\n \"type\": \"datetime\",\n \"value\": \"2018-12-27 00:30:00\"\n },\n {\n \"timex\": \"XXXX-12-27T00:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-27 00:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI bought it for $12 December 27\n", "targets": "\"Results\": [\n {\n \"Text\": \"december 27\",\n \"Start\": 20,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12-27\",\n \"type\": \"date\",\n \"value\": \"2018-12-27\"\n },\n {\n \"timex\": \"XXXX-12-27\",\n \"type\": \"date\",\n \"value\": \"2019-12-27\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI bought it for $ 12 December 27\n", "targets": "\"Results\": [\n {\n \"Text\": \"december 27\",\n \"Start\": 21,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12-27\",\n \"type\": \"date\",\n \"value\": \"2018-12-27\"\n },\n {\n \"timex\": \"XXXX-12-27\",\n \"type\": \"date\",\n \"value\": \"2019-12-27\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTim says:30 December is OK\n", "targets": "\"Results\": [\n {\n \"Text\": \"30 december\",\n \"Start\": 9,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12-30\",\n \"type\": \"date\",\n \"value\": \"2018-12-30\"\n },\n {\n \"timex\": \"XXXX-12-30\",\n \"type\": \"date\",\n \"value\": \"2019-12-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n3pm : I'll be out on this week\n", "targets": "\"Results\": [\n {\n \"Text\": \"3pm\",\n \"Start\": 0,\n \"End\": 3,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T15\",\n \"type\": \"time\",\n \"value\": \"15:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"this week\",\n \"Start\": 21,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W28\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-08\",\n \"end\": \"2019-07-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthis week 8am should be a daterange and a time.\n", "targets": "\"Results\": [\n {\n \"Text\": \"this week\",\n \"Start\": 0,\n \"End\": 9,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W28\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-08\",\n \"end\": \"2019-07-15\"\n }\n ]\n }\n },\n {\n \"Text\": \"8am\",\n \"Start\": 10,\n \"End\": 13,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T08\",\n \"type\": \"time\",\n \"value\": \"08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthis week 8p.m. should be a daterange and a time.\n", "targets": "\"Results\": [\n {\n \"Text\": \"this week\",\n \"Start\": 0,\n \"End\": 9,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W28\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-08\",\n \"end\": \"2019-07-15\"\n }\n ]\n }\n },\n {\n \"Text\": \"8p.m.\",\n \"Start\": 10,\n \"End\": 15,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T20\",\n \"type\": \"time\",\n \"value\": \"20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nweek 10 8 p.m. should be a daterange and a time.\n", "targets": "\"Results\": [\n {\n \"Text\": \"week 10\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W10\",\n \"type\": \"daterange\",\n \"start\": \"2019-03-04\",\n \"end\": \"2019-03-11\"\n }\n ]\n }\n },\n {\n \"Text\": \"8 p.m.\",\n \"Start\": 8,\n \"End\": 14,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T20\",\n \"type\": \"time\",\n \"value\": \"20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nweek 10 8p.m. should be a daterange and a time.\n", "targets": "\"Results\": [\n {\n \"Text\": \"week 10\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W10\",\n \"type\": \"daterange\",\n \"start\": \"2019-03-04\",\n \"end\": \"2019-03-11\"\n }\n ]\n }\n },\n {\n \"Text\": \"8p.m.\",\n \"Start\": 8,\n \"End\": 13,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T20\",\n \"type\": \"time\",\n \"value\": \"20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nweek 10 10:20 should be a daterange and a time.\n", "targets": "\"Results\": [\n {\n \"Text\": \"week 10\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W10\",\n \"type\": \"daterange\",\n \"start\": \"2019-03-04\",\n \"end\": \"2019-03-11\"\n }\n ]\n }\n },\n {\n \"Text\": \"10:20\",\n \"Start\": 8,\n \"End\": 13,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T10:20\",\n \"type\": \"time\",\n \"value\": \"10:20:00\"\n },\n {\n \"timex\": \"T22:20\",\n \"type\": \"time\",\n \"value\": \"22:20:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened in late afternoon.\n", "targets": "\"Results\": [\n {\n \"Text\": \"late afternoon\",\n \"Start\": 17,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TAF\",\n \"Mod\": \"end\",\n \"type\": \"timerange\",\n \"start\": \"14:00:00\",\n \"end\": \"16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened later in the afternoon.\n", "targets": "\"Results\": [\n {\n \"Text\": \"later in the afternoon\",\n \"Start\": 14,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TAF\",\n \"Mod\": \"end\",\n \"type\": \"timerange\",\n \"start\": \"14:00:00\",\n \"end\": \"16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened in early morning.\n", "targets": "\"Results\": [\n {\n \"Text\": \"early morning\",\n \"Start\": 17,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"Mod\": \"start\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"10:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened early in the morning.\n", "targets": "\"Results\": [\n {\n \"Text\": \"early in the morning\",\n \"Start\": 14,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"Mod\": \"start\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"10:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go for coffee next week later in the afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week\",\n \"Start\": 20,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W30\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-22\",\n \"end\": \"2019-07-29\"\n }\n ]\n }\n },\n {\n \"Text\": \"later in the afternoon\",\n \"Start\": 30,\n \"End\": 52,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TAF\",\n \"Mod\": \"end\",\n \"type\": \"timerange\",\n \"start\": \"14:00:00\",\n \"end\": \"16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go for coffee next week later in the morning.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week\",\n \"Start\": 20,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W30\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-22\",\n \"end\": \"2019-07-29\"\n }\n ]\n }\n },\n {\n \"Text\": \"later in the morning\",\n \"Start\": 30,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"Mod\": \"end\",\n \"type\": \"timerange\",\n \"start\": \"10:00:00\",\n \"end\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go for coffee next week later in the evening.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week\",\n \"Start\": 20,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W30\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-22\",\n \"end\": \"2019-07-29\"\n }\n ]\n }\n },\n {\n \"Text\": \"later in the evening\",\n \"Start\": 30,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TEV\",\n \"Mod\": \"end\",\n \"type\": \"timerange\",\n \"start\": \"18:00:00\",\n \"end\": \"20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'm in the pacific timezone\n", "targets": "\"Results\": [\n {\n \"Text\": \"pacific timezone\",\n \"Start\": 11,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.timezone\",\n \"Resolution\": {\n \"values\": [\n {\n \"type\": \"timezone\",\n \"value\": \"UTC-08:00\",\n \"utcOffsetMins\": \"-480\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet at 1pm mountain timezone\n", "targets": "\"Results\": [\n {\n \"Text\": \"1pm mountain timezone\",\n \"Start\": 14,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T13\",\n \"type\": \"time\",\n \"timezone\": \"UTC-06:00\",\n \"timezoneText\": \"mountain timezone\",\n \"utcOffsetMins\": \"-360\",\n \"value\": \"13:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI drank a cup of coffee on mar4 night.\n", "targets": "\"Results\": [\n {\n \"Text\": \"mar4 night\",\n \"Start\": 27,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-03-04TNI\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-03-04 20:00:00\",\n \"end\": \"2019-03-04 23:59:59\"\n },\n {\n \"timex\": \"XXXX-03-04TNI\",\n \"type\": \"datetimerange\",\n \"start\": \"2020-03-04 20:00:00\",\n \"end\": \"2020-03-04 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI drank a cup of coffee on tues the 4th 7pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"tues the 4th 7pm\",\n \"Start\": 27,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-06-04T19\",\n \"type\": \"datetime\",\n \"value\": \"2019-06-04 19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go for coffee on tuesday the eleventh.\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday the eleventh\",\n \"Start\": 23,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-06-11\",\n \"type\": \"date\",\n \"value\": \"2019-06-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go for coffee on wednesday the thirty first.\n", "targets": "\"Results\": [\n {\n \"Text\": \"wednesday the thirty first\",\n \"Start\": 23,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-07-31\",\n \"type\": \"date\",\n \"value\": \"2019-07-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go for coffee on building 34 this afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"this afternoon\",\n \"Start\": 35,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-07-30TAF\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-07-30 12:00:00\",\n \"end\": \"2019-07-30 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go for coffee on building 4 this afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"this afternoon\",\n \"Start\": 34,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-07-30TAF\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-07-30 12:00:00\",\n \"end\": \"2019-07-30 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n134 this afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"this afternoon\",\n \"Start\": 4,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-07-30TAF\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-07-30 12:00:00\",\n \"end\": \"2019-07-30 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go for coffee on tuesday of next week\n", "targets": "\"Results\": [\n {\n \"Text\": \"on tuesday of next week\",\n \"Start\": 20,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08-06\",\n \"type\": \"date\",\n \"value\": \"2019-08-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe met on tuesday of last week\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday of last week\",\n \"Start\": 10,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-07-23\",\n \"type\": \"date\",\n \"value\": \"2019-07-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet later this afternoon.\n", "targets": "\"Results\": [\n {\n \"Text\": \"later this afternoon\",\n \"Start\": 11,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08-01TAF\",\n \"Mod\": \"end\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-08-01 14:00:00\",\n \"end\": \"2019-08-01 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet late this morning.\n", "targets": "\"Results\": [\n {\n \"Text\": \"late this morning\",\n \"Start\": 11,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08-01TMO\",\n \"Mod\": \"end\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-08-01 10:00:00\",\n \"end\": \"2019-08-01 12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet early this evening.\n", "targets": "\"Results\": [\n {\n \"Text\": \"early this evening\",\n \"Start\": 11,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08-01TEV\",\n \"Mod\": \"start\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-08-01 16:00:00\",\n \"end\": \"2019-08-01 18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will leave from next friday to Oct 1st 2020.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from next friday to oct 1st 2020\",\n \"Start\": 13,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-08-09,2020-10-01,P419D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-08-09\",\n \"end\": \"2020-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCortana could try to arrange a Skype call this or next week please?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week\",\n \"Start\": 50,\n \"End\": 59,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W32\",\n \"type\": \"daterange\",\n \"start\": \"2019-08-05\",\n \"end\": \"2019-08-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nYes. May I ask why?\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nOk, may I ask Cortana to help?\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nABC-12345-A1B2C3 this is yet to be submitted\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmar3 this week or next\n", "targets": "\"Results\": [\n {\n \"Text\": \"mar3\",\n \"Start\": 0,\n \"End\": 4,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-03-03\",\n \"type\": \"date\",\n \"value\": \"2019-03-03\"\n },\n {\n \"timex\": \"XXXX-03-03\",\n \"type\": \"date\",\n \"value\": \"2020-03-03\"\n }\n ]\n }\n },\n {\n \"Text\": \"this week\",\n \"Start\": 5,\n \"End\": 14,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W32\",\n \"type\": \"daterange\",\n \"start\": \"2019-08-05\",\n \"end\": \"2019-08-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI want to loan $10000 over 3 years\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 years\",\n \"Start\": 27,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3Y\",\n \"type\": \"duration\",\n \"value\": \"94608000\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI want to loan $10000 in 3 years\n", "targets": "\"Results\": [\n {\n \"Text\": \"in 3 years\",\n \"Start\": 22,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-08-12\",\n \"type\": \"date\",\n \"value\": \"2022-08-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMust deliver sixteen (16) units before the thirty-first day of the month.\n", "targets": "\"Results\": [\n {\n \"Text\": \"before the thirty-first day of the month\",\n \"Start\": 32,\n \"End\": 72,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08-31\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"end\": \"2019-08-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI will have a long vacation from next monday to friday\n", "targets": "\"Results\": [\n {\n \"Text\": \"from next monday to friday\",\n \"Start\": 28,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-09-09,2019-09-13,P4D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-09-09\",\n \"end\": \"2019-09-13\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n6,107.31 August 2019 should not include the decimal\n", "targets": "\"Results\": [\n {\n \"Text\": \"august 2019\",\n \"Start\": 9,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08\",\n \"type\": \"daterange\",\n \"start\": \"2019-08-01\",\n \"end\": \"2019-09-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n0.8/15 looks like a formula\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n8/1.5 looks like a formula\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfeb 30 2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 30 2019\",\n \"Start\": 0,\n \"End\": 11,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-02-30\",\n \"type\": \"date\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfeb 30\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 30\",\n \"Start\": 0,\n \"End\": 6,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-30\",\n \"type\": \"date\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfeb 30\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 30\",\n \"Start\": 0,\n \"End\": 6,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-30\",\n \"type\": \"date\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThat's absurd like saying we should meet in feb 30 2019 17:20!\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 30 2019 17:20\",\n \"Start\": 44,\n \"End\": 61,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-02-30T17:20\",\n \"type\": \"datetime\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet once a week\n", "targets": "\"Results\": [\n {\n \"Text\": \"once a week\",\n \"Start\": 11,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1W\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHave vitamins one a day\n", "targets": "\"Results\": [\n {\n \"Text\": \"one a day\",\n \"Start\": 14,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI go on vacation once a year\n", "targets": "\"Results\": [\n {\n \"Text\": \"once a year\",\n \"Start\": 17,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1Y\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe request is ABC-12345-A1B2C3 this round. Let's arrange a 30 minutes call this week. Look forward to speaking again this week.\n", "targets": "\"Results\": [\n {\n \"Text\": \"30 minutes\",\n \"Start\": 60,\n \"End\": 70,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT30M\",\n \"type\": \"duration\",\n \"value\": \"1800\"\n }\n ]\n }\n },\n {\n \"Text\": \"this week\",\n \"Start\": 76,\n \"End\": 85,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W37\",\n \"type\": \"daterange\",\n \"start\": \"2019-09-09\",\n \"end\": \"2019-09-16\"\n }\n ]\n }\n },\n {\n \"Text\": \"this week\",\n \"Start\": 118,\n \"End\": 127,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W37\",\n \"type\": \"daterange\",\n \"start\": \"2019-09-09\",\n \"end\": \"2019-09-16\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe've met last week this time, right?\n", "targets": "\"Results\": [\n {\n \"Text\": \"last week\",\n \"Start\": 10,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W36\",\n \"type\": \"daterange\",\n \"start\": \"2019-09-02\",\n \"end\": \"2019-09-09\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nOpen ABC-12345-A1B2C3 next\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWas it last week or this?\n", "targets": "\"Results\": [\n {\n \"Text\": \"last week\",\n \"Start\": 7,\n \"End\": 16,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-W36\",\n \"type\": \"daterange\",\n \"start\": \"2019-09-02\",\n \"end\": \"2019-09-09\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease schedule a ½ hour Teams call.\n", "targets": "\"Results\": [\n {\n \"Text\": \"½ hour\",\n \"Start\": 18,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT0.5H\",\n \"type\": \"duration\",\n \"value\": \"1800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's target a second round\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt happened due to a one second time difference.\n", "targets": "\"Results\": [\n {\n \"Text\": \"one second\",\n \"Start\": 21,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1S\",\n \"type\": \"duration\",\n \"value\": \"1\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat date is 3 days from today?\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 days from today\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08-27\",\n \"type\": \"date\",\n \"value\": \"2019-08-27\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmy vacation will start from October\n", "targets": "\"Results\": [\n {\n \"Text\": \"october\",\n \"Start\": 28,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-10\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-01\",\n \"end\": \"2018-11-01\"\n },\n {\n \"timex\": \"XXXX-10\",\n \"type\": \"daterange\",\n \"start\": \"2019-10-01\",\n \"end\": \"2019-11-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet after breakfast\n", "targets": "\"Results\": [\n {\n \"Text\": \"after breakfast\",\n \"Start\": 11,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMEB\",\n \"Mod\": \"after\",\n \"type\": \"timerange\",\n \"start\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet before lunch\n", "targets": "\"Results\": [\n {\n \"Text\": \"before lunch\",\n \"Start\": 11,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMEL\",\n \"Mod\": \"before\",\n \"type\": \"timerange\",\n \"end\": \"11:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet around dinner\n", "targets": "\"Results\": [\n {\n \"Text\": \"around dinner\",\n \"Start\": 11,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMED\",\n \"Mod\": \"approx\",\n \"type\": \"timerange\",\n \"start\": \"16:00:00\",\n \"end\": \"20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will have lunch together with Jim\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will have that staff dinner seven p . m .\n", "targets": "\"Results\": [\n {\n \"Text\": \"seven p . m .\",\n \"Start\": 31,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T19\",\n \"type\": \"time\",\n \"value\": \"19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow is the weather in the next two days?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next two days\",\n \"Start\": 26,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-09-20,2019-09-22,P2D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-09-20\",\n \"end\": \"2019-09-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about 2019/aug/01\n", "targets": "\"Results\": [\n {\n \"Text\": \"2019/aug/01\",\n \"Start\": 10,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08-01\",\n \"type\": \"date\",\n \"value\": \"2019-08-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about 2019-aug-1\n", "targets": "\"Results\": [\n {\n \"Text\": \"2019-aug-1\",\n \"Start\": 10,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-08-01\",\n \"type\": \"date\",\n \"value\": \"2019-08-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHe has been China from 2019-aug-01 to today.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2019-aug-01 to today\",\n \"Start\": 18,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-08-01,2019-10-14,P74D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-08-01\",\n \"end\": \"2019-10-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2019/aug/01 to today\n", "targets": "\"Results\": [\n {\n \"Text\": \"2019/aug/01 to today\",\n \"Start\": 0,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-08-01,2019-10-14,P74D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-08-01\",\n \"end\": \"2019-10-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nwhat about 30 min later?\n", "targets": "\"Results\": [\n {\n \"Text\": \"30 min later\",\n \"Start\": 11,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-11-01T15:46:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-11-01 15:46:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nEvery other Friday\n", "targets": "\"Results\": [\n {\n \"Text\": \"every other friday\",\n \"Start\": 0,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's have a quarterly meeting.\n", "targets": "\"Results\": [\n {\n \"Text\": \"quarterly\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3M\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nq1 and q2 could be any year\n", "targets": "\"Results\": [\n {\n \"Text\": \"q1\",\n \"Start\": 0,\n \"End\": 2,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-01-01,XXXX-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2019-04-01\"\n },\n {\n \"timex\": \"(XXXX-01-01,XXXX-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2020-04-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"q2\",\n \"Start\": 7,\n \"End\": 9,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-01,XXXX-07-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-04-01\",\n \"end\": \"2019-07-01\"\n },\n {\n \"timex\": \"(XXXX-04-01,XXXX-07-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2020-04-01\",\n \"end\": \"2020-07-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"any year\",\n \"Start\": 19,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1Y\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about 2019 q1\n", "targets": "\"Results\": [\n {\n \"Text\": \"2019 q1\",\n \"Start\": 10,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2019-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2019-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about 2019-Q1\n", "targets": "\"Results\": [\n {\n \"Text\": \"2019-q1\",\n \"Start\": 10,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2019-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2019-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow about q3 2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"q3 2019\",\n \"Start\": 10,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-07-01,2019-10-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-01\",\n \"end\": \"2019-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nq1-2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"q1-2019\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2019-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2019-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2019 q3 and 2020 q1\n", "targets": "\"Results\": [\n {\n \"Text\": \"2019 q3\",\n \"Start\": 0,\n \"End\": 7,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-07-01,2019-10-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-07-01\",\n \"end\": \"2019-10-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"2020 q1\",\n \"Start\": 12,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-01-01,2020-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2020-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nplease schedule a meeting for w/c Feb 4.\n", "targets": "\"Results\": [\n {\n \"Text\": \"w/c feb 4\",\n \"Start\": 30,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-04\",\n \"type\": \"daterange\",\n \"start\": \"2019-02-04\",\n \"end\": \"2019-02-11\"\n },\n {\n \"timex\": \"XXXX-02-04\",\n \"type\": \"daterange\",\n \"start\": \"2020-02-03\",\n \"end\": \"2020-02-10\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nplease schedule a meeting for the week beginning February 4\n", "targets": "\"Results\": [\n {\n \"Text\": \"the week beginning february 4\",\n \"Start\": 30,\n \"End\": 59,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-04\",\n \"type\": \"daterange\",\n \"start\": \"2019-02-04\",\n \"end\": \"2019-02-11\"\n },\n {\n \"timex\": \"XXXX-02-04\",\n \"type\": \"daterange\",\n \"start\": \"2020-02-03\",\n \"end\": \"2020-02-10\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nplease schedule a meeting for the week starting on February 4\n", "targets": "\"Results\": [\n {\n \"Text\": \"the week starting on february 4\",\n \"Start\": 30,\n \"End\": 61,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-04\",\n \"type\": \"daterange\",\n \"start\": \"2019-02-04\",\n \"end\": \"2019-02-11\"\n },\n {\n \"timex\": \"XXXX-02-04\",\n \"type\": \"daterange\",\n \"start\": \"2020-02-03\",\n \"end\": \"2020-02-10\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nplease schedule a meeting for the week commencing February 4\n", "targets": "\"Results\": [\n {\n \"Text\": \"the week commencing february 4\",\n \"Start\": 30,\n \"End\": 60,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-04\",\n \"type\": \"daterange\",\n \"start\": \"2019-02-04\",\n \"end\": \"2019-02-11\"\n },\n {\n \"timex\": \"XXXX-02-04\",\n \"type\": \"daterange\",\n \"start\": \"2020-02-03\",\n \"end\": \"2020-02-10\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis popular family friendly concert returns to the Hall for another lunchtime filled with traditional carols and festive favourites\n", "targets": "\"Results\": [\n {\n \"Text\": \"lunchtime\",\n \"Start\": 69,\n \"End\": 78,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMEL\",\n \"type\": \"timerange\",\n \"start\": \"11:00:00\",\n \"end\": \"13:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nany available time to run errands at lunchtime today\n", "targets": "\"Results\": [\n {\n \"Text\": \"at lunchtime\",\n \"Start\": 34,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMEL\",\n \"type\": \"timerange\",\n \"start\": \"11:00:00\",\n \"end\": \"13:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"today\",\n \"Start\": 47,\n \"End\": 52,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-11-07\",\n \"type\": \"date\",\n \"value\": \"2019-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back at 8.30pm today\n", "targets": "\"Results\": [\n {\n \"Text\": \"at 8.30pm today\",\n \"Start\": 13,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-12-26T20:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-26 20:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back today at 8.30pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"today at 8.30pm\",\n \"Start\": 13,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-12-26T20:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-26 20:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 8.30pm today\n", "targets": "\"Results\": [\n {\n \"Text\": \"8.30pm today\",\n \"Start\": 13,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-12-26T20:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-26 20:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back at 8.30 pm today\n", "targets": "\"Results\": [\n {\n \"Text\": \"at 8.30 pm today\",\n \"Start\": 13,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-12-26T20:30\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-26 20:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe target time is 8.10 pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"8.10 pm\",\n \"Start\": 19,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T20:10\",\n \"type\": \"time\",\n \"value\": \"20:10:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBook a trip from 26th june of 2020 to 28th june of 2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 26th june of 2020 to 28th june of 2020\",\n \"Start\": 12,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-06-26,2020-06-28,P2D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-06-26\",\n \"end\": \"2020-06-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBook something from 26th of june of 2020 to the 28th of june of 2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 26th of june of 2020 to the 28th of june of 2020\",\n \"Start\": 15,\n \"End\": 68,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-06-26,2020-06-28,P2D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-06-26\",\n \"end\": \"2020-06-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat about from june 26th of 2020 to june the 28th 2020?\n", "targets": "\"Results\": [\n {\n \"Text\": \"from june 26th of 2020 to june the 28th 2020\",\n \"Start\": 11,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-06-26,2020-06-28,P2D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-06-26\",\n \"end\": \"2020-06-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis company was established at the end of 2000\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of 2000\",\n \"Start\": 36,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2000\",\n \"Mod\": \"end\",\n \"type\": \"daterange\",\n \"start\": \"2000-09-01\",\n \"end\": \"2001-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis company was established at the middle of 2000\n", "targets": "\"Results\": [\n {\n \"Text\": \"middle of 2000\",\n \"Start\": 36,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2000\",\n \"Mod\": \"mid\",\n \"type\": \"daterange\",\n \"start\": \"2000-05-01\",\n \"end\": \"2000-09-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis company was established at the beginning of 2000\n", "targets": "\"Results\": [\n {\n \"Text\": \"beginning of 2000\",\n \"Start\": 36,\n \"End\": 53,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2000\",\n \"Mod\": \"start\",\n \"type\": \"daterange\",\n \"start\": \"2000-01-01\",\n \"end\": \"2000-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe have lived here since the end of 1989\n", "targets": "\"Results\": [\n {\n \"Text\": \"since the end of 1989\",\n \"Start\": 19,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1989\",\n \"Mod\": \"since-end\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"start\": \"1989-09-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe have lived here from the end of 1989\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of 1989\",\n \"Start\": 28,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1989\",\n \"Mod\": \"end\",\n \"type\": \"daterange\",\n \"start\": \"1989-09-01\",\n \"end\": \"1990-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe have lived here from mid 1989\n", "targets": "\"Results\": [\n {\n \"Text\": \"mid 1989\",\n \"Start\": 24,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1989\",\n \"Mod\": \"mid\",\n \"type\": \"daterange\",\n \"start\": \"1989-05-01\",\n \"end\": \"1989-09-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow many clusters docked between Jan 2019 and today\n", "targets": "\"Results\": [\n {\n \"Text\": \"between jan 2019 and today\",\n \"Start\": 25,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2020-04-26,P481D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2020-04-26\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow many clusters docked between Jan 2019 and tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"between jan 2019 and tomorrow\",\n \"Start\": 25,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2020-04-27,P482D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2020-04-27\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow many clusters docked between Jan 2019 and now\n", "targets": "\"Results\": [\n {\n \"Text\": \"between jan 2019 and now\",\n \"Start\": 25,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2020-04-26,P481D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2020-04-26\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis task should be carried out between today and tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"between today and tomorrow\",\n \"Start\": 32,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-05-06,2020-05-07,P1D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-05-06\",\n \"end\": \"2020-05-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe allotted time was between 22/Jan/2019 and yesterday\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 22/jan/2019 and yesterday\",\n \"Start\": 22,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-22,2020-05-05,P469D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-22\",\n \"end\": \"2020-05-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt should have been completed between Aug 2019 and now\n", "targets": "\"Results\": [\n {\n \"Text\": \"between aug 2019 and now\",\n \"Start\": 30,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-08-01,2020-05-06,P279D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-08-01\",\n \"end\": \"2020-05-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe ssn is 123-12-1234\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe COVID-19 was very serious at 02-02-2020 - 03-03-2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"02-02-2020 - 03-03-2020\",\n \"Start\": 33,\n \"End\": 56,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-02-02,2020-03-03,P30D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-02-02\",\n \"end\": \"2020-03-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe period is 10/1-11/2/2017\n", "targets": "\"Results\": [\n {\n \"Text\": \"10/1-11/2/2017\",\n \"Start\": 14,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2017-10-01,2017-11-02,P32D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-10-01\",\n \"end\": \"2017-11-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe code of this object is 133-03-03-2020\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe file's name is sales_report-2002-10-09.xlsx\n", "targets": "\"Results\": [\n {\n \"Text\": \"2002-10-09\",\n \"Start\": 32,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2002-10-09\",\n \"type\": \"date\",\n \"value\": \"2002-10-09\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2015-1-32 is a wrong date\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCall me al (206) 555-1212\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n1st week of Oct. on Friday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"1st week of oct. on friday\",\n \"Start\": 0,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-10-WXX-5-#1\",\n \"type\": \"date\",\n \"value\": \"2019-10-04\"\n },\n {\n \"timex\": \"XXXX-10-WXX-5-#1\",\n \"type\": \"date\",\n \"value\": \"2020-10-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's celebrate International Workers' Day!\n", "targets": "\"Results\": [\n {\n \"Text\": \"international workers' day\",\n \"Start\": 16,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-01\",\n \"type\": \"date\",\n \"value\": \"2020-05-01\"\n },\n {\n \"timex\": \"XXXX-05-01\",\n \"type\": \"date\",\n \"value\": \"2021-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBook a room for two days?\n", "targets": "\"Results\": [\n {\n \"Text\": \"two days\",\n \"Start\": 16,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2D\",\n \"type\": \"duration\",\n \"value\": \"172800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBook a room for two nights?\n", "targets": "\"Results\": [\n {\n \"Text\": \"two nights\",\n \"Start\": 16,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2D\",\n \"type\": \"duration\",\n \"value\": \"172800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nBook a room for 1 night?\n", "targets": "\"Results\": [\n {\n \"Text\": \"1 night\",\n \"Start\": 16,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"duration\",\n \"value\": \"86400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfourth of july of 1995\n", "targets": "\"Results\": [\n {\n \"Text\": \"fourth of july of 1995\",\n \"Start\": 0,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1995-07-04\",\n \"type\": \"date\",\n \"value\": \"1995-07-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\njune of 1992\n", "targets": "\"Results\": [\n {\n \"Text\": \"june of 1992\",\n \"Start\": 0,\n \"End\": 12,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1992-06\",\n \"type\": \"daterange\",\n \"start\": \"1992-06-01\",\n \"end\": \"1992-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\njuly 4th of 1995\n", "targets": "\"Results\": [\n {\n \"Text\": \"july 4th of 1995\",\n \"Start\": 0,\n \"End\": 16,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1995-07-04\",\n \"type\": \"date\",\n \"value\": \"1995-07-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n4th of july of 1995\n", "targets": "\"Results\": [\n {\n \"Text\": \"4th of july of 1995\",\n \"Start\": 0,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1995-07-04\",\n \"type\": \"date\",\n \"value\": \"1995-07-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfourth of july 1995\n", "targets": "\"Results\": [\n {\n \"Text\": \"fourth of july 1995\",\n \"Start\": 0,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1995-07-04\",\n \"type\": \"date\",\n \"value\": \"1995-07-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nfourth of july, 1995\n", "targets": "\"Results\": [\n {\n \"Text\": \"fourth of july, 1995\",\n \"Start\": 0,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1995-07-04\",\n \"type\": \"date\",\n \"value\": \"1995-07-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n9 to 12 of June: another tapa festival\n", "targets": "\"Results\": [\n {\n \"Text\": \"9 to 12 of june\",\n \"Start\": 0,\n \"End\": 15,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-06-09,XXXX-06-12,P3D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-06-09\",\n \"end\": \"2019-06-12\"\n },\n {\n \"timex\": \"(XXXX-06-09,XXXX-06-12,P3D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-06-09\",\n \"end\": \"2020-06-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe average temperature for the three month (June-August 1992) summer period in Detroit was 67.0\n", "targets": "\"Results\": [\n {\n \"Text\": \"three month\",\n \"Start\": 32,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3M\",\n \"type\": \"duration\",\n \"value\": \"7776000\"\n }\n ]\n }\n },\n {\n \"Text\": \"june-august 1992\",\n \"Start\": 45,\n \"End\": 61,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(1992-06-01,1992-08-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"1992-06-01\",\n \"end\": \"1992-08-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"summer\",\n \"Start\": 63,\n \"End\": 69,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"SU\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThursdays at 17.30 Beijing time\n", "targets": "\"Results\": [\n {\n \"Text\": \"thursdays at 17.30\",\n \"Start\": 0,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-4T17:30\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nJuneteenth, which is also known as Freedom Day and Jubilee Day, dates back to 1865, and it is observed on 19 June every year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"juneteenth\",\n \"Start\": 0,\n \"End\": 10,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2019-06-19\"\n },\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2020-06-19\"\n }\n ]\n }\n },\n {\n \"Text\": \"freedom day\",\n \"Start\": 35,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2019-06-19\"\n },\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2020-06-19\"\n }\n ]\n }\n },\n {\n \"Text\": \"jubilee day\",\n \"Start\": 51,\n \"End\": 62,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2019-06-19\"\n },\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2020-06-19\"\n }\n ]\n }\n },\n {\n \"Text\": \"1865\",\n \"Start\": 78,\n \"End\": 82,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1865\",\n \"type\": \"daterange\",\n \"start\": \"1865-01-01\",\n \"end\": \"1866-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"19 june\",\n \"Start\": 106,\n \"End\": 113,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2019-06-19\"\n },\n {\n \"timex\": \"XXXX-06-19\",\n \"type\": \"date\",\n \"value\": \"2020-06-19\"\n }\n ]\n }\n },\n {\n \"Text\": \"every year\",\n \"Start\": 114,\n \"End\": 124,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1Y\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ntomorrow on skype for business between 3:00 pm and 5:00 pm eastern\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 0,\n \"End\": 8,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-06-13\",\n \"type\": \"date\",\n \"value\": \"2020-06-13\"\n }\n ]\n }\n },\n {\n \"Text\": \"between 3:00 pm and 5:00 pm\",\n \"Start\": 31,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T15:00,T17:00,PT2H)\",\n \"type\": \"timerange\",\n \"start\": \"15:00:00\",\n \"end\": \"17:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDate: Wednesday at 3.30pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"wednesday at 3.30pm\",\n \"Start\": 6,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-3T15:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-06-10 15:30:00\"\n },\n {\n \"timex\": \"XXXX-WXX-3T15:30\",\n \"type\": \"datetime\",\n \"value\": \"2020-06-17 15:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease schedule a meeting semi-annually\n", "targets": "\"Results\": [\n {\n \"Text\": \"semi-annually\",\n \"Start\": 26,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P0.5Y\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease schedule a semiannual meeting\n", "targets": "\"Results\": [\n {\n \"Text\": \"semiannual\",\n \"Start\": 18,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P0.5Y\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPlease schedule a meeting with everyone next week\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week\",\n \"Start\": 40,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-W25\",\n \"type\": \"daterange\",\n \"start\": \"2020-06-15\",\n \"end\": \"2020-06-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's make sure that happens every weekday\n", "targets": "\"Results\": [\n {\n \"Text\": \"every weekday\",\n \"Start\": 29,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1WD\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nwhy don't you take the remaining of the week off?\n", "targets": "\"Results\": [\n {\n \"Text\": \"remaining of the week\",\n \"Start\": 23,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-06-12,2020-06-14,P2D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-06-12\",\n \"end\": \"2020-06-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nit's almost time for the annual review\n", "targets": "\"Results\": [\n {\n \"Text\": \"annual\",\n \"Start\": 25,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1Y\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlaws and regulations require reporting financials each quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"each quarter\",\n \"Start\": 50,\n \"End\": 62,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3M\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n4th of july is around the corner\n", "targets": "\"Results\": [\n {\n \"Text\": \"4th of july\",\n \"Start\": 0,\n \"End\": 11,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-07-04\",\n \"type\": \"date\",\n \"value\": \"2019-07-04\"\n },\n {\n \"timex\": \"XXXX-07-04\",\n \"type\": \"date\",\n \"value\": \"2020-07-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthe bi-monthly drills will happens thoughout the whole summer\n", "targets": "\"Results\": [\n {\n \"Text\": \"bi-monthly\",\n \"Start\": 4,\n \"End\": 14,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2M\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n },\n {\n \"Text\": \"summer\",\n \"Start\": 55,\n \"End\": 61,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"SU\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndo you do that every weekend?\n", "targets": "\"Results\": [\n {\n \"Text\": \"every weekend\",\n \"Start\": 15,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-WE\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nevery two weekends\n", "targets": "\"Results\": [\n {\n \"Text\": \"every two weekends\",\n \"Start\": 0,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2WE\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthe course lasts three weekends\n", "targets": "\"Results\": [\n {\n \"Text\": \"three weekends\",\n \"Start\": 17,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3WE\",\n \"type\": \"duration\",\n \"value\": \"518400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthe first quarter of the year is usually slower\n", "targets": "\"Results\": [\n {\n \"Text\": \"the first quarter of the year\",\n \"Start\": 0,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-01-01,XXXX-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2020-04-01\"\n },\n {\n \"timex\": \"(XXXX-01-01,XXXX-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2021-01-01\",\n \"end\": \"2021-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWinter, and more so the whole 1st quarter of 2013, was very polluted\n", "targets": "\"Results\": [\n {\n \"Text\": \"winter\",\n \"Start\": 0,\n \"End\": 6,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"WI\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n },\n {\n \"Text\": \"1st quarter of 2013\",\n \"Start\": 30,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2013-01-01,2013-04-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2013-01-01\",\n \"end\": \"2013-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthe course will last three weekends\n", "targets": "\"Results\": [\n {\n \"Text\": \"three weekends\",\n \"Start\": 21,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3WE\",\n \"type\": \"duration\",\n \"value\": \"518400\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthis appointment shouldn't last two hours at all\n", "targets": "\"Results\": [\n {\n \"Text\": \"two hours\",\n \"Start\": 32,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT2H\",\n \"type\": \"duration\",\n \"value\": \"7200\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nRace - 3pm - this week\n", "targets": "\"Results\": [\n {\n \"Text\": \"3pm\",\n \"Start\": 7,\n \"End\": 10,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T15\",\n \"type\": \"time\",\n \"value\": \"15:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"this week\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-W25\",\n \"type\": \"daterange\",\n \"start\": \"2020-06-15\",\n \"end\": \"2020-06-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nStuck in Traffic today - let colleagues know will need to change meeting to 8:30 instead of 8am\n", "targets": "\"Results\": [\n {\n \"Text\": \"today\",\n \"Start\": 17,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-06-16\",\n \"type\": \"date\",\n \"value\": \"2020-06-16\"\n }\n ]\n }\n },\n {\n \"Text\": \"8:30\",\n \"Start\": 76,\n \"End\": 80,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T08:30\",\n \"type\": \"time\",\n \"value\": \"08:30:00\"\n },\n {\n \"timex\": \"T20:30\",\n \"type\": \"time\",\n \"value\": \"20:30:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"8am\",\n \"Start\": 92,\n \"End\": 95,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T08\",\n \"type\": \"time\",\n \"value\": \"08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nJane Johnson - May 25th - Coffee date - Starbucks on 29th - meet at 2pm for 1 hr\n", "targets": "\"Results\": [\n {\n \"Text\": \"may 25th\",\n \"Start\": 15,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-25\",\n \"type\": \"date\",\n \"value\": \"2020-05-25\"\n },\n {\n \"timex\": \"XXXX-05-25\",\n \"type\": \"date\",\n \"value\": \"2021-05-25\"\n }\n ]\n }\n },\n {\n \"Text\": \"29th\",\n \"Start\": 53,\n \"End\": 57,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-XX-29\",\n \"type\": \"date\",\n \"value\": \"2020-05-29\"\n },\n {\n \"timex\": \"XXXX-XX-29\",\n \"type\": \"date\",\n \"value\": \"2020-06-29\"\n }\n ]\n }\n },\n {\n \"Text\": \"2pm\",\n \"Start\": 68,\n \"End\": 71,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T14\",\n \"type\": \"time\",\n \"value\": \"14:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"1 hr\",\n \"Start\": 76,\n \"End\": 80,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1H\",\n \"type\": \"duration\",\n \"value\": \"3600\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nAdd meeting with boss to my calendar - Tuesdays at 9am\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesdays at 9am\",\n \"Start\": 39,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2T09\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nsee you tonite, honey!\n", "targets": "\"Results\": [\n {\n \"Text\": \"tonite\",\n \"Start\": 8,\n \"End\": 14,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-07-01TNI\",\n \"type\": \"datetimerange\",\n \"start\": \"2020-07-01 20:00:00\",\n \"end\": \"2020-07-01 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhen is the next new year day?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next new year day\",\n \"Start\": 12,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-01-01\",\n \"type\": \"date\",\n \"value\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhen was the last easter?\n", "targets": "\"Results\": [\n {\n \"Text\": \"last easter\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-04-01\",\n \"type\": \"date\",\n \"value\": \"2018-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ntonight at 1am\n", "targets": "\"Results\": [\n {\n \"Text\": \"tonight at 1am\",\n \"Start\": 0,\n \"End\": 14,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-12-26T01\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-26 01:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back tonight at 2am\n", "targets": "\"Results\": [\n {\n \"Text\": \"tonight at 2am\",\n \"Start\": 13,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-12-26T02\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-26 02:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back tonight around 7\n", "targets": "\"Results\": [\n {\n \"Text\": \"tonight around 7\",\n \"Start\": 13,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-12-26T19\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-26 19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back tonight around 3\n", "targets": "\"Results\": [\n {\n \"Text\": \"tonight around 3\",\n \"Start\": 13,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-12-26T03\",\n \"type\": \"datetime\",\n \"value\": \"2019-12-26 03:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhen was the previous easter?\n", "targets": "\"Results\": [\n {\n \"Text\": \"previous easter\",\n \"Start\": 13,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-04-01\",\n \"type\": \"date\",\n \"value\": \"2018-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhen was the last easter?\n", "targets": "\"Results\": [\n {\n \"Text\": \"last easter\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-04-21\",\n \"type\": \"date\",\n \"value\": \"2019-04-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhen was the next easter?\n", "targets": "\"Results\": [\n {\n \"Text\": \"next easter\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-04-21\",\n \"type\": \"date\",\n \"value\": \"2019-04-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhen was the following easter?\n", "targets": "\"Results\": [\n {\n \"Text\": \"following easter\",\n \"Start\": 13,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-04-12\",\n \"type\": \"date\",\n \"value\": \"2020-04-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back by end of this month\n", "targets": "\"Results\": [\n {\n \"Text\": \"by end of this month\",\n \"Start\": 13,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11\",\n \"Mod\": \"before-end\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2016-12-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back before end of this year\n", "targets": "\"Results\": [\n {\n \"Text\": \"before end of this year\",\n \"Start\": 13,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016\",\n \"Mod\": \"before-end\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2017-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back end of this year\n", "targets": "\"Results\": [\n {\n \"Text\": \"end of this year\",\n \"Start\": 13,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016\",\n \"Mod\": \"end\",\n \"type\": \"daterange\",\n \"start\": \"2016-07-01\",\n \"end\": \"2017-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back after the beginning of March\n", "targets": "\"Results\": [\n {\n \"Text\": \"after the beginning of march\",\n \"Start\": 13,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-03\",\n \"Mod\": \"after-start\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"start\": \"2016-03-01\"\n },\n {\n \"timex\": \"XXXX-03\",\n \"Mod\": \"after-start\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"start\": \"2017-03-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back before the end of December\n", "targets": "\"Results\": [\n {\n \"Text\": \"before the end of december\",\n \"Start\": 13,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12\",\n \"Mod\": \"before-end\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2016-01-01\"\n },\n {\n \"timex\": \"XXXX-12\",\n \"Mod\": \"before-end\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2017-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will come back before the twenty-sixth day of the month\n", "targets": "\"Results\": [\n {\n \"Text\": \"before the twenty-sixth day of the month\",\n \"Start\": 18,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-07-26\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"end\": \"2020-07-26\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will come back after the 15th day of next month\n", "targets": "\"Results\": [\n {\n \"Text\": \"after the 15th day of next month\",\n \"Start\": 18,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-08-15\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2020-08-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will come back on the 15th day of next month\n", "targets": "\"Results\": [\n {\n \"Text\": \"the 15th day of next month\",\n \"Start\": 21,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-08-15\",\n \"type\": \"date\",\n \"value\": \"2020-08-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will come back after the 15th day of June\n", "targets": "\"Results\": [\n {\n \"Text\": \"after the 15th day of june\",\n \"Start\": 18,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-06-15\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2020-06-15\"\n },\n {\n \"timex\": \"XXXX-06-15\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2021-06-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will come back on the twenty third day of September\n", "targets": "\"Results\": [\n {\n \"Text\": \"twenty third day of september\",\n \"Start\": 25,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-09-23\",\n \"type\": \"date\",\n \"value\": \"2019-09-23\"\n },\n {\n \"timex\": \"XXXX-09-23\",\n \"type\": \"date\",\n \"value\": \"2020-09-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow many Azure clusters docked till date?\n", "targets": "\"Results\": [\n {\n \"Text\": \"till date\",\n \"Start\": 31,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"daterange\",\n \"Mod\": \"before\",\n \"end\": \"2016-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow many Azure clusters docked to date?\n", "targets": "\"Results\": [\n {\n \"Text\": \"to date\",\n \"Start\": 31,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"daterange\",\n \"Mod\": \"before\",\n \"end\": \"2016-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow many Azure clusters docked from March to date?\n", "targets": "\"Results\": [\n {\n \"Text\": \"from march to date\",\n \"Start\": 31,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-03-01,2016-11-07,P251D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-03-01\",\n \"end\": \"2016-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen on the 17 from 2pm to 4pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"the 17 from 2pm to 4pm\",\n \"Start\": 18,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-XX-17T14,XXXX-XX-17T16,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-10-17 14:00:00\",\n \"end\": \"2016-10-17 16:00:00\"\n },\n {\n \"timex\": \"(XXXX-XX-17T14,XXXX-XX-17T16,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-17 14:00:00\",\n \"end\": \"2016-11-17 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen on the 17 between 2 and 4pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"the 17 between 2 and 4pm\",\n \"Start\": 18,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-XX-17T14,XXXX-XX-17T16,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-10-17 14:00:00\",\n \"end\": \"2016-10-17 16:00:00\"\n },\n {\n \"timex\": \"(XXXX-XX-17T14,XXXX-XX-17T16,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-17 14:00:00\",\n \"end\": \"2016-11-17 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out between 7 and 9:30 last night\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 7 and 9:30 last night\",\n \"Start\": 12,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-05-31T19,2018-05-31T21:30,PT2H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-31 19:00:00\",\n \"end\": \"2018-05-31 21:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen between 10 and 11:30 this morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 10 and 11:30 this morning\",\n \"Start\": 15,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-05-31T10,2018-05-31T11:30,PT1H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-31 10:00:00\",\n \"end\": \"2018-05-31 11:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen next evening between 10:30 and 11:45\n", "targets": "\"Results\": [\n {\n \"Text\": \"next evening between 10:30 and 11:45\",\n \"Start\": 15,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-05-31T22:30,2018-05-31T23:45,PT1H15M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-31 22:30:00\",\n \"end\": \"2018-05-31 23:45:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out between 7 and 9 last night\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 7 and 9 last night\",\n \"Start\": 12,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-05-31T19,2018-05-31T21,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-31 19:00:00\",\n \"end\": \"2018-05-31 21:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndinner with mom weekend.\n", "targets": "\"Results\": [\n {\n \"Text\": \"weekend\",\n \"Start\": 16,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-W45-WE\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-12\",\n \"end\": \"2016-11-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndinner with mom the weekend.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the weekend\",\n \"Start\": 16,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-W45-WE\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-12\",\n \"end\": \"2016-11-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndinner with mom any weekend.\n", "targets": "\"Results\": [\n {\n \"Text\": \"any weekend\",\n \"Start\": 16,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1WE\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndinner with mom all weekends.\n", "targets": "\"Results\": [\n {\n \"Text\": \"all weekends\",\n \"Start\": 16,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1WE\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out next evening from 7 to 9\n", "targets": "\"Results\": [\n {\n \"Text\": \"next evening from 7 to 9\",\n \"Start\": 12,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-06-02T19,2018-06-02T21,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-06-02 19:00:00\",\n \"end\": \"2018-06-02 21:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey were working between 7 and 9 last morning.\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 7 and 9 last morning\",\n \"Start\": 18,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-05-31T07,2018-05-31T09,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2018-05-31 07:00:00\",\n \"end\": \"2018-05-31 09:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2007 to the end of 2008.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2007 to the end of 2008\",\n \"Start\": 13,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2007-01-01,2009-01-01,P24M)\",\n \"type\": \"daterange\",\n \"start\": \"2007-01-01\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is between 2007 and the end of 2008.\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2007 and the end of 2008\",\n \"Start\": 13,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2007-01-01,2009-01-01,P24M)\",\n \"type\": \"daterange\",\n \"start\": \"2007-01-01\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt has been closed from April until the end of June.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from april until the end of june\",\n \"Start\": 19,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-01,XXXX-07-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-01\",\n \"end\": \"2016-07-01\"\n },\n {\n \"timex\": \"(XXXX-04-01,XXXX-07-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-01\",\n \"end\": \"2017-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2007 to the start of 2008.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2007 to the start of 2008\",\n \"Start\": 13,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2007-01-01,2008-01-01,P12M)\",\n \"type\": \"daterange\",\n \"start\": \"2007-01-01\",\n \"end\": \"2008-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is between the end of 2007 and the end of 2008.\n", "targets": "\"Results\": [\n {\n \"Text\": \"between the end of 2007 and the end of 2008\",\n \"Start\": 13,\n \"End\": 56,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2008-01-01,2009-01-01,P12M)\",\n \"type\": \"daterange\",\n \"start\": \"2008-01-01\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from the middle of 2007 to the end of 2008.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from the middle of 2007 to the end of 2008\",\n \"Start\": 13,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2007-07-02,2009-01-01,P18M)\",\n \"type\": \"daterange\",\n \"start\": \"2007-07-02\",\n \"end\": \"2009-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from the end of March to the middle of September.\n", "targets": "\"Results\": [\n {\n \"Text\": \"from the end of march to the middle of september\",\n \"Start\": 13,\n \"End\": 61,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-01,XXXX-09-16,P5M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-01\",\n \"end\": \"2016-09-16\"\n },\n {\n \"timex\": \"(XXXX-04-01,XXXX-09-16,P5M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-01\",\n \"end\": \"2017-09-16\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is between the middle of March and the end of September.\n", "targets": "\"Results\": [\n {\n \"Text\": \"between the middle of march and the end of september\",\n \"Start\": 13,\n \"End\": 65,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-03-16,XXXX-10-01,P7M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-03-16\",\n \"end\": \"2016-10-01\"\n },\n {\n \"timex\": \"(XXXX-03-16,XXXX-10-01,P7M)\",\n \"type\": \"daterange\",\n \"start\": \"2017-03-16\",\n \"end\": \"2017-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen this working week\n", "targets": "\"Results\": [\n {\n \"Text\": \"this working week\",\n \"Start\": 15,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W26\",\n \"type\": \"daterange\",\n \"start\": \"2018-06-25\",\n \"end\": \"2018-06-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen on next workweek\n", "targets": "\"Results\": [\n {\n \"Text\": \"next workweek\",\n \"Start\": 18,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W27\",\n \"type\": \"daterange\",\n \"start\": \"2018-07-02\",\n \"end\": \"2018-07-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI am feeling sick from around 1pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"around 1pm\",\n \"Start\": 23,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T13\",\n \"Mod\": \"approx\",\n \"type\": \"timerange\",\n \"value\": \"13:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI am feeling sick before around 2pm today\n", "targets": "\"Results\": [\n {\n \"Text\": \"before around 2pm today\",\n \"Start\": 18,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-17T14\",\n \"Mod\": \"before-approx\",\n \"type\": \"datetimerange\",\n \"end\": \"2018-08-17 14:00:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI am feeling sick after around 3:30pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"after around 3:30pm\",\n \"Start\": 18,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T15:30\",\n \"Mod\": \"after-approx\",\n \"type\": \"timerange\",\n \"start\": \"15:30:00\",\n \"sourceEntity\": \"datetimepoint\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI am feeling sick around 1pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"around 1pm\",\n \"Start\": 18,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T13\",\n \"Mod\": \"approx\",\n \"type\": \"timerange\",\n \"value\": \"13:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2014\n", "targets": "\"Results\": [\n {\n \"Text\": \"2014\",\n \"Start\": 18,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2014\",\n \"type\": \"daterange\",\n \"start\": \"2014-01-01\",\n \"end\": \"2015-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe range is from 2015 and 2016\n", "targets": "\"Results\": [\n {\n \"Text\": \"2015\",\n \"Start\": 18,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015\",\n \"type\": \"daterange\",\n \"start\": \"2015-01-01\",\n \"end\": \"2016-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"2016\",\n \"Start\": 27,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016\",\n \"type\": \"daterange\",\n \"start\": \"2016-01-01\",\n \"end\": \"2017-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nafter January 1, 2007 and no later than January 1, 2010\n", "targets": "\"Results\": [\n {\n \"Text\": \"after january 1, 2007\",\n \"Start\": 0,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2007-01-01\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2007-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"no later than january 1, 2010\",\n \"Start\": 26,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2010-01-01\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"end\": \"2010-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSince January 1, 2010 or no later than January 1, 2007\n", "targets": "\"Results\": [\n {\n \"Text\": \"since january 1, 2010\",\n \"Start\": 0,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2010-01-01\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"2010-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"no later than january 1, 2007\",\n \"Start\": 25,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2007-01-01\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"end\": \"2007-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndeliver 2000 pieces of toys.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales of 2007 and 2009\n", "targets": "\"Results\": [\n {\n \"Text\": \"2007\",\n \"Start\": 14,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2007\",\n \"type\": \"daterange\",\n \"start\": \"2007-01-01\",\n \"end\": \"2008-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"2009\",\n \"Start\": 23,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2009\",\n \"type\": \"daterange\",\n \"start\": \"2009-01-01\",\n \"end\": \"2010-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen 3 days from Tuesday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 days from tuesday\",\n \"Start\": 15,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-11\",\n \"type\": \"date\",\n \"value\": \"2016-11-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen 2 weeks from January 15.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2 weeks from january 15\",\n \"Start\": 15,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-01-29\",\n \"type\": \"date\",\n \"value\": \"2017-01-29\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen 4 months from tomorrow.\n", "targets": "\"Results\": [\n {\n \"Text\": \"4 months from tomorrow\",\n \"Start\": 15,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-03-08\",\n \"type\": \"date\",\n \"value\": \"2017-03-08\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen 16 days from 01/02/2018.\n", "targets": "\"Results\": [\n {\n \"Text\": \"16 days from 01/02/2018\",\n \"Start\": 15,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-01-18\",\n \"type\": \"date\",\n \"value\": \"2018-01-18\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will end two months after next Friday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"two months after next friday\",\n \"Start\": 12,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-01-18\",\n \"type\": \"date\",\n \"value\": \"2017-01-18\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt will happen 3 days after January 12th.\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 days after january 12th\",\n \"Start\": 15,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-01-15\",\n \"type\": \"date\",\n \"value\": \"2017-01-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt happened 2 weeks before May 13 1999.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2 weeks before may 13 1999\",\n \"Start\": 12,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1999-04-29\",\n \"type\": \"date\",\n \"value\": \"1999-04-29\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave every day at 7:13 p.m.\n", "targets": "\"Results\": [\n {\n \"Text\": \"every day at 7:13 p.m.\",\n \"Start\": 11,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T19:13\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave every evening at 7:13 p.m.\n", "targets": "\"Results\": [\n {\n \"Text\": \"every evening at 7:13 p.m.\",\n \"Start\": 11,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T19:13\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat happened on Easter Monday at 10:30 am?\n", "targets": "\"Results\": [\n {\n \"Text\": \"easter monday\",\n \"Start\": 17,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-04-22\",\n \"type\": \"date\",\n \"value\": \"2019-04-22\"\n },\n {\n \"timex\": \"XXXX-04-22\",\n \"type\": \"date\",\n \"value\": \"2020-04-13\"\n }\n ]\n }\n },\n {\n \"Text\": \"10:30 am\",\n \"Start\": 34,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T10:30\",\n \"type\": \"time\",\n \"value\": \"10:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nwhich films are shown on christmas eve at 6 p.m.?\n", "targets": "\"Results\": [\n {\n \"Text\": \"christmas eve\",\n \"Start\": 25,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12-24\",\n \"type\": \"date\",\n \"value\": \"2018-12-24\"\n },\n {\n \"timex\": \"XXXX-12-24\",\n \"type\": \"date\",\n \"value\": \"2019-12-24\"\n }\n ]\n }\n },\n {\n \"Text\": \"6 p.m.\",\n \"Start\": 42,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T18\",\n \"type\": \"time\",\n \"value\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndinner with mom weekends.\n", "targets": "\"Results\": [\n {\n \"Text\": \"weekends\",\n \"Start\": 16,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1WE\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out Tuesday from 2:00 to 2:30 pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday from 2:00 to 2:30 pm\",\n \"Start\": 12,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-2T14:00,XXXX-WXX-2T14:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-01 14:00:00\",\n \"end\": \"2016-11-01 14:30:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-2T14:00,XXXX-WXX-2T14:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 14:00:00\",\n \"end\": \"2016-11-08 14:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out Tuesday at 2:00 - 2:30 pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday at 2:00 - 2:30 pm\",\n \"Start\": 12,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-2T14:00,XXXX-WXX-2T14:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-01 14:00:00\",\n \"end\": \"2016-11-01 14:30:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-2T14:00,XXXX-WXX-2T14:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 14:00:00\",\n \"end\": \"2016-11-08 14:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out on December 12th at 4 - 6:30 pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"december 12th at 4 - 6:30 pm\",\n \"Start\": 15,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-12-12T16,XXXX-12-12T18:30,PT2H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2015-12-12 16:00:00\",\n \"end\": \"2015-12-12 18:30:00\"\n },\n {\n \"timex\": \"(XXXX-12-12T16,XXXX-12-12T18:30,PT2H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-12-12 16:00:00\",\n \"end\": \"2016-12-12 18:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out at 2:00 - 2:30 pm on Tuesday\n", "targets": "\"Results\": [\n {\n \"Text\": \"2:00 - 2:30 pm on tuesday\",\n \"Start\": 15,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-2T14:00,XXXX-WXX-2T14:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-01 14:00:00\",\n \"end\": \"2016-11-01 14:30:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-2T14:00,XXXX-WXX-2T14:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 14:00:00\",\n \"end\": \"2016-11-08 14:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out from 2:30 to 2:15 pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2:30 to 2:15 pm\",\n \"Start\": 12,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T02:30,T14:15,PT11H45M)\",\n \"type\": \"timerange\",\n \"start\": \"02:30:00\",\n \"end\": \"14:15:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt happened the year before 2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"the year\",\n \"Start\": 12,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018\",\n \"type\": \"daterange\",\n \"start\": \"2018-01-01\",\n \"end\": \"2019-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"before 2015\",\n \"Start\": 21,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2015-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt happened 2 weeks before Christmas.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2 weeks before christmas\",\n \"Start\": 12,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-12-11\",\n \"type\": \"date\",\n \"value\": \"2016-12-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt happened three months after Easter.\n", "targets": "\"Results\": [\n {\n \"Text\": \"three months after easter\",\n \"Start\": 12,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-07-16\",\n \"type\": \"date\",\n \"value\": \"2017-07-16\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will meet 5 days before new year.\n", "targets": "\"Results\": [\n {\n \"Text\": \"5 days before new year\",\n \"Start\": 13,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-12-27\",\n \"type\": \"date\",\n \"value\": \"2016-12-27\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in two thousand and twenty\n", "targets": "\"Results\": [\n {\n \"Text\": \"two thousand and twenty\",\n \"Start\": 14,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2021-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey left in nineteen ninety six and came back in two thousand and fifteen\n", "targets": "\"Results\": [\n {\n \"Text\": \"nineteen ninety six\",\n \"Start\": 13,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1996\",\n \"type\": \"daterange\",\n \"start\": \"1996-01-01\",\n \"end\": \"1997-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"two thousand and fifteen\",\n \"Start\": 50,\n \"End\": 74,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015\",\n \"type\": \"daterange\",\n \"start\": \"2015-01-01\",\n \"end\": \"2016-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe've reached the end of today\n", "targets": "\"Results\": [\n {\n \"Text\": \"the end of today\",\n \"Start\": 14,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-06-26T23:59:59\",\n \"type\": \"datetime\",\n \"value\": \"2018-06-26 23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe've reached the end of the line\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe've reached end of the line\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nend of\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nend of the\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales all week\n", "targets": "\"Results\": [\n {\n \"Text\": \"all week\",\n \"Start\": 11,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1W\",\n \"type\": \"duration\",\n \"value\": \"604800\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the first week\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the 1st week\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nFeb 29\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 29\",\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-29\",\n \"type\": \"date\",\n \"value\": \"2016-02-29\"\n },\n {\n \"timex\": \"XXXX-02-29\",\n \"type\": \"date\",\n \"value\": \"2020-02-29\"\n }\n ]\n },\n \"Start\": 0,\n \"End\": 6\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2/29\n", "targets": "\"Results\": [\n {\n \"Text\": \"2/29\",\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-29\",\n \"type\": \"date\",\n \"value\": \"2016-02-29\"\n },\n {\n \"timex\": \"XXXX-02-29\",\n \"type\": \"date\",\n \"value\": \"2020-02-29\"\n }\n ]\n },\n \"Start\": 0,\n \"End\": 4\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nFeb 29th\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 29th\",\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-29\",\n \"type\": \"date\",\n \"value\": \"2020-02-29\"\n },\n {\n \"timex\": \"XXXX-02-29\",\n \"type\": \"date\",\n \"value\": \"2024-02-29\"\n }\n ]\n },\n \"Start\": 0,\n \"End\": 8\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nFeb 30\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 30\",\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-30\",\n \"type\": \"date\",\n \"value\": \"not resolved\"\n }\n ]\n },\n \"Start\": 0,\n \"End\": 6\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2/29/2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"2/29/2019\",\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-02-29\",\n \"type\": \"date\",\n \"value\": \"not resolved\"\n }\n ]\n },\n \"Start\": 0,\n \"End\": 9\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2/29/2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"2/29/2020\",\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-02-29\",\n \"type\": \"date\",\n \"value\": \"2020-02-29\"\n }\n ]\n },\n \"Start\": 0,\n \"End\": 9\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nFeb 28th to March 1st\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 28th to march 1st\",\n \"Start\": 0,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-02-28,XXXX-03-01,P1D)\",\n \"type\": \"daterange\",\n \"start\": \"2019-02-28\",\n \"end\": \"2019-03-01\"\n },\n {\n \"timex\": \"(XXXX-02-28,XXXX-03-01,P2D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-02-28\",\n \"end\": \"2020-03-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2/29-3/1\n", "targets": "\"Results\": [\n {\n \"Text\": \"2/29-3/1\",\n \"Start\": 0,\n \"End\": 8,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-02-29,XXXX-03-01,P1D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-02-29\",\n \"end\": \"2016-03-01\"\n },\n {\n \"timex\": \"(XXXX-02-29,XXXX-03-01,P1D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-02-29\",\n \"end\": \"2020-03-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n2/29-3/1/2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"2/29-3/1/2019\",\n \"Start\": 0,\n \"End\": 13,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-02-29,2019-03-01,PXD)\",\n \"type\": \"daterange\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nPierre de Fermat died otd.\n", "targets": "\"Results\": [\n {\n \"Text\": \"otd\",\n \"Start\": 22,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-01-15\",\n \"type\": \"date\",\n \"value\": \"2021-01-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI have a secure enough supply line, at the minute I'm ok.\n", "targets": "\"Results\": [\n {\n \"Text\": \"at the minute\",\n \"Start\": 36,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2021-01-15 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nFeb 2th 9:00 am\n", "targets": "\"Results\": [\n {\n \"Text\": \"feb 2th 9:00 am\",\n \"Start\": 0,\n \"End\": 15,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-02-02T09:00\",\n \"type\": \"datetime\",\n \"value\": \"2020-02-02 09:00:00\"\n },\n {\n \"timex\": \"XXXX-02-02T09:00\",\n \"type\": \"datetime\",\n \"value\": \"2021-02-02 09:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nit happened last night at 8.\n", "targets": "\"Results\": [\n {\n \"Text\": \"last night at 8\",\n \"Start\": 12,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-08-15T20\",\n \"type\": \"datetime\",\n \"value\": \"2018-08-15 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMy temperature was 37.1 in the morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the morning\",\n \"Start\": 24,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLabs were notable for a BUN/Cr of 30/4.85, troponin 0.182\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Sep-23-2020.\n", "targets": "\"Results\": [\n {\n \"Text\": \"sep-23-2020\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-09-23\",\n \"type\": \"date\",\n \"value\": \"2020-09-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back September-2020-23.\n", "targets": "\"Results\": [\n {\n \"Text\": \"september-2020-23\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-09-23\",\n \"type\": \"date\",\n \"value\": \"2020-09-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 2020/23/Sep.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2020/23/sep\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-09-23\",\n \"type\": \"date\",\n \"value\": \"2020-09-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni'll go back 2020/Sep/23\n", "targets": "\"Results\": [\n {\n \"Text\": \"2020/sep/23\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-09-23\",\n \"type\": \"date\",\n \"value\": \"2020-09-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni'll go back 23/Sep/2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"23/sep/2020\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-09-23\",\n \"type\": \"date\",\n \"value\": \"2020-09-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni'll go back 23-2020-September\n", "targets": "\"Results\": [\n {\n \"Text\": \"23-2020-september\",\n \"Start\": 13,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-09-23\",\n \"type\": \"date\",\n \"value\": \"2020-09-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni'll go back friday 23 at 4\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday 23 at 4\",\n \"Start\": 13,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-5T04\",\n \"type\": \"datetime\",\n \"value\": \"2018-11-23 04:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-5T04\",\n \"type\": \"datetime\",\n \"value\": \"2019-08-23 04:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-5T16\",\n \"type\": \"datetime\",\n \"value\": \"2018-11-23 16:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-5T16\",\n \"type\": \"datetime\",\n \"value\": \"2019-08-23 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet at friday the 26th at 4\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday the 26th at 4\",\n \"Start\": 14,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-03-26T04\",\n \"type\": \"datetime\",\n \"value\": \"2021-03-26 04:00:00\"\n },\n {\n \"timex\": \"2021-03-26T16\",\n \"type\": \"datetime\",\n \"value\": \"2021-03-26 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet at friday the 26th around 4\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday the 26th around 4\",\n \"Start\": 14,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-03-26T04\",\n \"type\": \"datetime\",\n \"value\": \"2021-03-26 04:00:00\"\n },\n {\n \"timex\": \"2021-03-26T16\",\n \"type\": \"datetime\",\n \"value\": \"2021-03-26 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDoes friday at 4pm work?\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday at 4pm\",\n \"Start\": 5,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-5T16\",\n \"type\": \"datetime\",\n \"value\": \"2021-03-12 16:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-5T16\",\n \"type\": \"datetime\",\n \"value\": \"2021-03-19 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ncirca 5 in the morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"circa 5 in the morning\",\n \"Start\": 0,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T05\",\n \"Mod\": \"approx\",\n \"type\": \"timerange\",\n \"value\": \"05:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 12/12/30.\n", "targets": "\"Results\": [\n {\n \"Text\": \"12/12/30\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XX30-12-12\",\n \"type\": \"date\",\n \"value\": \"1930-12-12\"\n },\n {\n \"timex\": \"XX30-12-12\",\n \"type\": \"date\",\n \"value\": \"2030-12-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 11/12/35.\n", "targets": "\"Results\": [\n {\n \"Text\": \"11/12/35\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XX35-11-12\",\n \"type\": \"date\",\n \"value\": \"1935-11-12\"\n },\n {\n \"timex\": \"XX35-11-12\",\n \"type\": \"date\",\n \"value\": \"2035-11-12\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 23/08/39.\n", "targets": "\"Results\": [\n {\n \"Text\": \"23/08/39\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XX39-08-23\",\n \"type\": \"date\",\n \"value\": \"1939-08-23\"\n },\n {\n \"timex\": \"XX39-08-23\",\n \"type\": \"date\",\n \"value\": \"2039-08-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 03/18/40.\n", "targets": "\"Results\": [\n {\n \"Text\": \"03/18/40\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1940-03-18\",\n \"type\": \"date\",\n \"value\": \"1940-03-18\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n$DEC farming is coming to $CUB Finance!\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIn dec $DEC farming is coming to $CUB Finance!\n", "targets": "\"Results\": [\n {\n \"Text\": \"dec\",\n \"Start\": 3,\n \"End\": 6,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12\",\n \"type\": \"daterange\",\n \"start\": \"2015-12-01\",\n \"end\": \"2016-01-01\"\n },\n {\n \"timex\": \"XXXX-12\",\n \"type\": \"daterange\",\n \"start\": \"2016-12-01\",\n \"end\": \"2017-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 9am on Tuesday\n", "targets": "\"Results\": [\n {\n \"Text\": \"9am on tuesday\",\n \"Start\": 13,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2T09\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-01 09:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-2T09\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 09:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTune in tomorrow, 13/04/21, at 7 PM CET for episode 3 of Decentralized\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow, 13/04/21, at 7 pm\",\n \"Start\": 8,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-04-13T19\",\n \"type\": \"datetime\",\n \"value\": \"2021-04-13 19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe sun will set tomorrow at seven twenty-seven\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow at seven twenty-seven\",\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08T07:27\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 07:27:00\"\n },\n {\n \"timex\": \"2016-11-08T19:27\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 19:27:00\"\n }\n ]\n },\n \"Start\": 17,\n \"End\": 47\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe sun will set tomorrow at six forty-three minutes\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow at six forty-three minutes\",\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08T06:43\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 06:43:00\"\n },\n {\n \"timex\": \"2016-11-08T18:43\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 18:43:00\"\n }\n ]\n },\n \"Start\": 17,\n \"End\": 52\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe sun will set tomorrow at thirty-six minutes past eight\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow at thirty-six minutes past eight\",\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08T08:36\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 08:36:00\"\n },\n {\n \"timex\": \"2016-11-08T20:36\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-08 20:36:00\"\n }\n ]\n },\n \"Start\": 17,\n \"End\": 58\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nOur 24th retweet competition #WINNER has been randomly selected! Congratulations, @dreaming_70! You have won $100 in $ETH. This tweet begins (and counts towards) the next day of the retweet competition. Winners will be selected daily until April 27th\n", "targets": "\"Results\": [\n {\n \"Text\": \"the next day\",\n \"Start\": 162,\n \"End\": 174,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-05-23\",\n \"type\": \"date\",\n \"value\": \"2018-05-23\"\n }\n ]\n }\n },\n {\n \"Text\": \"daily\",\n \"Start\": 228,\n \"End\": 233,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n },\n {\n \"Text\": \"until april 27th\",\n \"Start\": 234,\n \"End\": 250,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-04-27\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"end\": \"2018-04-27\"\n },\n {\n \"timex\": \"XXXX-04-27\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimepoint\",\n \"end\": \"2019-04-27\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCan we meet now\n", "targets": "\"Results\": [\n {\n \"Text\": \"now\",\n \"Start\": 12,\n \"End\": 15,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go right now\n", "targets": "\"Results\": [\n {\n \"Text\": \"right now\",\n \"Start\": 9,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCan you meet at the moment?\n", "targets": "\"Results\": [\n {\n \"Text\": \"at the moment\",\n \"Start\": 13,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHe's not here at present.\n", "targets": "\"Results\": [\n {\n \"Text\": \"at present\",\n \"Start\": 14,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe're working on that at the present time.\n", "targets": "\"Results\": [\n {\n \"Text\": \"at the present time\",\n \"Start\": 22,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe're not open at this time.\n", "targets": "\"Results\": [\n {\n \"Text\": \"at this time\",\n \"Start\": 15,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PRESENT_REF\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be offline for the hour\n", "targets": "\"Results\": [\n {\n \"Text\": \"the hour\",\n \"Start\": 20,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"PT1H\",\n \"type\": \"duration\",\n \"value\": \"3600\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe same story played out in Kolkata, the capital city of the eastern state of West Bengal, a fortnight later.\n", "targets": "\"Results\": [\n {\n \"Text\": \"a fortnight later\",\n \"Start\": 92,\n \"End\": 109,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-06-03\",\n \"type\": \"date\",\n \"value\": \"2021-06-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nin a fortnight’s time\n", "targets": "\"Results\": [\n {\n \"Text\": \"in a fortnight\",\n \"Start\": 0,\n \"End\": 14,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-06-03\",\n \"type\": \"date\",\n \"value\": \"2021-06-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'm unavailable the fortnight\n", "targets": "\"Results\": [\n {\n \"Text\": \"the fortnight\",\n \"Start\": 16,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2021-05-17,2021-05-31,P2W)\",\n \"type\": \"daterange\",\n \"start\": \"2021-05-17\",\n \"end\": \"2021-05-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMumbai has seen the highest number of daily infections over the past fortnight\n", "targets": "\"Results\": [\n {\n \"Text\": \"daily\",\n \"Start\": 38,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n },\n {\n \"Text\": \"past fortnight\",\n \"Start\": 64,\n \"End\": 78,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2021-05-03,2021-05-17,P2W)\",\n \"type\": \"daterange\",\n \"start\": \"2021-05-03\",\n \"end\": \"2021-05-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe hope to leave in the next fortnight.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next fortnight\",\n \"Start\": 24,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2021-05-31,2021-06-14,P2W)\",\n \"type\": \"daterange\",\n \"start\": \"2021-05-31\",\n \"end\": \"2021-06-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLatitude: 40.1693, 1666.90125 BRL\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back within 5 minutes\n", "targets": "\"Results\": [\n {\n \"Text\": \"within 5 minutes\",\n \"Start\": 13,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T00:00:00,2016-11-07T00:05:00,PT5M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 00:00:00\",\n \"end\": \"2016-11-07 00:05:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back in 3 min\n", "targets": "\"Results\": [\n {\n \"Text\": \"in 3 min\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-07T00:03:00\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:03:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back 3 minutes from now\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 minutes from now\",\n \"Start\": 13,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-07T00:03:00\",\n \"type\": \"datetime\",\n \"value\": \"2016-11-07 00:03:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back within 3 min\n", "targets": "\"Results\": [\n {\n \"Text\": \"within 3 min\",\n \"Start\": 13,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-07-30T00:00:00,2019-07-30T00:03:00,PT3M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-07-30 00:00:00\",\n \"end\": \"2019-07-30 00:03:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back from now until 3 min later\n", "targets": "\"Results\": [\n {\n \"Text\": \"from now until 3 min later\",\n \"Start\": 13,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(PRESENT_REF,2019-07-30T00:03:00,PT3M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2019-07-30 00:00:00\",\n \"end\": \"2019-07-30 00:03:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back within the next day and 5 hours\n", "targets": "\"Results\": [\n {\n \"Text\": \"within the next day and 5 hours\",\n \"Start\": 13,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T16:12:00,2016-11-08T21:12:00,P1DT5H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 16:12:00\",\n \"end\": \"2016-11-08 21:12:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet in the daytime\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the daytime\",\n \"Start\": 11,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TDT\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthey were working in the night-time\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the night-time\",\n \"Start\": 18,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TNT\",\n \"type\": \"timerange\",\n \"start\": \"00:00:00\",\n \"end\": \"08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\netfs with negative flows of at least $1k last month\n", "targets": "\"Results\": [\n {\n \"Text\": \"last month\",\n \"Start\": 41,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-10\",\n \"type\": \"daterange\",\n \"start\": \"2016-10-01\",\n \"end\": \"2016-11-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will be only 3 next week.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next week\",\n \"Start\": 18,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-W46\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-14\",\n \"end\": \"2016-11-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI counted 13 last minute.\n", "targets": "\"Results\": [\n {\n \"Text\": \"last minute\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T12:29:00,2016-11-07T12:30:00,PT1M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 12:29:00\",\n \"end\": \"2016-11-07 12:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe will be gone for only the 3 next weeks.\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 next weeks\",\n \"Start\": 29,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-08,2016-11-29,P3W)\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-08\",\n \"end\": \"2016-11-29\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI counted 3 in the 13 last minutes.\n", "targets": "\"Results\": [\n {\n \"Text\": \"13 last minutes\",\n \"Start\": 19,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T12:17:00,2016-11-07T12:30:00,PT13M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 12:17:00\",\n \"end\": \"2016-11-07 12:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out from August to October\n", "targets": "\"Results\": [\n {\n \"Text\": \"from august to october\",\n \"Start\": 12,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-08-01,XXXX-10-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2015-08-01\",\n \"end\": \"2015-10-01\"\n },\n {\n \"timex\": \"(XXXX-08-01,XXXX-10-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-08-01\",\n \"end\": \"2016-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out from August to October\n", "targets": "\"Results\": [\n {\n \"Text\": \"from august to october\",\n \"Start\": 12,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-08-01,XXXX-10-01,P2M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-08-01\",\n \"end\": \"2016-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe project was submitted last month and 3 weeks later it was approved\n", "targets": "\"Results\": [\n {\n \"Text\": \"last month\",\n \"Start\": 26,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-10\",\n \"type\": \"daterange\",\n \"start\": \"2016-10-01\",\n \"end\": \"2016-11-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"3 weeks later\",\n \"Start\": 41,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-28\",\n \"type\": \"date\",\n \"value\": \"2016-11-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey worked on the problem for the last 3 months and 2 days ago they found a solution\n", "targets": "\"Results\": [\n {\n \"Text\": \"last 3 months\",\n \"Start\": 35,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-08-07,2016-11-07,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-08-07\",\n \"end\": \"2016-11-07\"\n }\n ]\n }\n },\n {\n \"Text\": \"2 days ago\",\n \"Start\": 53,\n \"End\": 63,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-05\",\n \"type\": \"date\",\n \"value\": \"2016-11-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey worked on the problem for the last 3 months and 2 weeks and 2 days ago they found a solution\n", "targets": "\"Results\": [\n {\n \"Text\": \"last 3 months\",\n \"Start\": 35,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-08-07,2016-11-07,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-08-07\",\n \"end\": \"2016-11-07\"\n }\n ]\n }\n },\n {\n \"Text\": \"2 weeks\",\n \"Start\": 53,\n \"End\": 60,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2W\",\n \"type\": \"duration\",\n \"value\": \"1209600\"\n }\n ]\n }\n },\n {\n \"Text\": \"2 days ago\",\n \"Start\": 65,\n \"End\": 75,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-05\",\n \"type\": \"date\",\n \"value\": \"2016-11-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nFor the last 3 months, they worked on the problem and 2 weeks and 2 days ago they found a solution\n", "targets": "\"Results\": [\n {\n \"Text\": \"last 3 months\",\n \"Start\": 8,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-08-07,2016-11-07,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-08-07\",\n \"end\": \"2016-11-07\"\n }\n ]\n }\n },\n {\n \"Text\": \"2 weeks and 2 days ago\",\n \"Start\": 54,\n \"End\": 76,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-10-22\",\n \"type\": \"date\",\n \"value\": \"2016-10-22\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey worked on the problem for the last 3 months and 2 weeks and 2 days.\n", "targets": "\"Results\": [\n {\n \"Text\": \"last 3 months and 2 weeks and 2 days\",\n \"Start\": 35,\n \"End\": 71,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-07-22,2016-11-07,P3M2W2D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-07-22\",\n \"end\": \"2016-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back Thursday before 5pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"thursday before 5pm\",\n \"Start\": 13,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-4T17\",\n \"type\": \"datetimerange\",\n \"Mod\": \"before\",\n \"end\": \"2016-11-03 17:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-4T17\",\n \"type\": \"datetimerange\",\n \"Mod\": \"before\",\n \"end\": \"2016-11-10 17:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back tomorrow before 5pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow before 5pm\",\n \"Start\": 13,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08T17\",\n \"type\": \"datetimerange\",\n \"Mod\": \"before\",\n \"end\": \"2016-11-08 17:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back 23/12 before 5pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"23/12 before 5pm\",\n \"Start\": 13,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12-23T17\",\n \"type\": \"datetimerange\",\n \"Mod\": \"before\",\n \"end\": \"2015-12-23 17:00:00\"\n },\n {\n \"timex\": \"XXXX-12-23T17\",\n \"type\": \"datetimerange\",\n \"Mod\": \"before\",\n \"end\": \"2016-12-23 17:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back within 2h\n", "targets": "\"Results\": [\n {\n \"Text\": \"within 2h\",\n \"Start\": 13,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T16:12:00,2016-11-07T18:12:00,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 16:12:00\",\n \"end\": \"2016-11-07 18:12:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nshow statistics from the last week of this month\n", "targets": "\"Results\": [\n {\n \"Text\": \"the last week of this month\",\n \"Start\": 21,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-10-W05\",\n \"type\": \"daterange\",\n \"start\": \"2021-10-25\",\n \"end\": \"2021-11-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nshow statistics from the last week of last month\n", "targets": "\"Results\": [\n {\n \"Text\": \"the last week of last month\",\n \"Start\": 21,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-09-W05\",\n \"type\": \"daterange\",\n \"start\": \"2021-09-27\",\n \"end\": \"2021-10-04\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndates which are greater than or equals to date 1\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMy dentist uses the most up to date equipment\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI've kept it up-to-date.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nrows equals to date from 2010-01-01 till current date\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2010-01-01 till current date\",\n \"Start\": 20,\n \"End\": 53,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2010-01-01,2021-06-18,P4186D)\",\n \"type\": \"daterange\",\n \"start\": \"2010-01-01\",\n \"end\": \"2021-06-18\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI want to book a flight for the weekend of halloween\n", "targets": "\"Results\": [\n {\n \"Text\": \"the weekend of halloween\",\n \"Start\": 28,\n \"End\": 52,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-W43-WE\",\n \"type\": \"daterange\",\n \"start\": \"2021-10-30\",\n \"end\": \"2021-11-01\"\n },\n {\n \"timex\": \"2022-W43-WE\",\n \"type\": \"daterange\",\n \"start\": \"2022-10-29\",\n \"end\": \"2022-11-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI want to book a flight for halloween weekend 2021\n", "targets": "\"Results\": [\n {\n \"Text\": \"halloween weekend 2021\",\n \"Start\": 28,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-W43-WE\",\n \"type\": \"daterange\",\n \"start\": \"2021-10-30\",\n \"end\": \"2021-11-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI need to prepare for labor day weekend\n", "targets": "\"Results\": [\n {\n \"Text\": \"labor day weekend\",\n \"Start\": 22,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-W35-WE\",\n \"type\": \"daterange\",\n \"start\": \"2021-09-04\",\n \"end\": \"2021-09-07\"\n },\n {\n \"timex\": \"2022-W35-WE\",\n \"type\": \"daterange\",\n \"start\": \"2022-09-03\",\n \"end\": \"2022-09-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI need to prepare for labor day 2021 weekend\n", "targets": "\"Results\": [\n {\n \"Text\": \"labor day 2021 weekend\",\n \"Start\": 22,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-W35-WE\",\n \"type\": \"daterange\",\n \"start\": \"2021-09-04\",\n \"end\": \"2021-09-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe'll take weekend of thanksgiving 2023 off\n", "targets": "\"Results\": [\n {\n \"Text\": \"weekend of thanksgiving 2023\",\n \"Start\": 11,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2023-W47-WE\",\n \"type\": \"daterange\",\n \"start\": \"2023-11-23\",\n \"end\": \"2023-11-27\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe Employer operates a policy of job flexibility and the Employer may, at its discretion, require you to perform additional or other duties, whether skilled or unskilled, not within the scope of your normal duties and may at its discretion amend your Job Description at any time.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat we have witnessed is the dawn of a second wave of digital transformation sweeping every company and every industry.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's find one morning together\n", "targets": "\"Results\": [\n {\n \"Text\": \"morning\",\n \"Start\": 15,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet one in the morning together\n", "targets": "\"Results\": [\n {\n \"Text\": \"one in the morning\",\n \"Start\": 11,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T01\",\n \"type\": \"time\",\n \"value\": \"01:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's go out 1 evening\n", "targets": "\"Results\": [\n {\n \"Text\": \"evening\",\n \"Start\": 15,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TEV\",\n \"type\": \"timerange\",\n \"start\": \"16:00:00\",\n \"end\": \"20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nStudents must attend all four afternoon classes\n", "targets": "\"Results\": [\n {\n \"Text\": \"afternoon\",\n \"Start\": 30,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TAF\",\n \"type\": \"timerange\",\n \"start\": \"12:00:00\",\n \"end\": \"16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI met them at 2 morning sessions\n", "targets": "\"Results\": [\n {\n \"Text\": \"morning\",\n \"Start\": 16,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey work at three night markets.\n", "targets": "\"Results\": [\n {\n \"Text\": \"night\",\n \"Start\": 19,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TNI\",\n \"type\": \"timerange\",\n \"start\": \"20:00:00\",\n \"end\": \"23:59:59\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe should go back at mid night.\n", "targets": "\"Results\": [\n {\n \"Text\": \"mid night\",\n \"Start\": 21,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T00\",\n \"type\": \"time\",\n \"value\": \"00:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI was born in April of 1987\n", "targets": "\"Results\": [\n {\n \"Text\": \"april of 1987\",\n \"Start\": 14,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1987-04\",\n \"type\": \"daterange\",\n \"start\": \"1987-04-01\",\n \"end\": \"1987-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI was born in April of 87\n", "targets": "\"Results\": [\n {\n \"Text\": \"april of 87\",\n \"Start\": 14,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1987-04\",\n \"type\": \"daterange\",\n \"start\": \"1987-04-01\",\n \"end\": \"1987-05-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI was born on 15 April of 87\n", "targets": "\"Results\": [\n {\n \"Text\": \"15 april of 87\",\n \"Start\": 14,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1987-04-15\",\n \"type\": \"date\",\n \"value\": \"1987-04-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe event starts on Christmas early morning at 8:00\n", "targets": "\"Results\": [\n {\n \"Text\": \"christmas\",\n \"Start\": 20,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12-25\",\n \"type\": \"date\",\n \"value\": \"2018-12-25\"\n },\n {\n \"timex\": \"XXXX-12-25\",\n \"type\": \"date\",\n \"value\": \"2019-12-25\"\n }\n ]\n }\n },\n {\n \"Text\": \"early morning at 8:00\",\n \"Start\": 30,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T08:00\",\n \"type\": \"time\",\n \"value\": \"08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe event starts on Sunday early morning at 8:00\n", "targets": "\"Results\": [\n {\n \"Text\": \"sunday early morning at 8:00\",\n \"Start\": 20,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-7T08:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-08-04 08:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-7T08:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-08-11 08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe event starts on Christmas at 8:00 early morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"christmas\",\n \"Start\": 20,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12-25\",\n \"type\": \"date\",\n \"value\": \"2018-12-25\"\n },\n {\n \"timex\": \"XXXX-12-25\",\n \"type\": \"date\",\n \"value\": \"2019-12-25\"\n }\n ]\n }\n },\n {\n \"Text\": \"8:00 early morning\",\n \"Start\": 33,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T08:00\",\n \"type\": \"time\",\n \"value\": \"08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe event starts on Sunday at 8:00 early morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"sunday at 8:00 early morning\",\n \"Start\": 20,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-7T08:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-08-04 08:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-7T08:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-08-11 08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe event starts on Sunday late evening at 10:00\n", "targets": "\"Results\": [\n {\n \"Text\": \"sunday late evening at 10:00\",\n \"Start\": 20,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-7T22:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-08-04 22:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-7T22:00\",\n \"type\": \"datetime\",\n \"value\": \"2019-08-11 22:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShe was born on January twenty five nineteen eighty six\n", "targets": "\"Results\": [\n {\n \"Text\": \"january twenty five nineteen eighty six\",\n \"Start\": 16,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1986-01-25\",\n \"type\": \"date\",\n \"value\": \"1986-01-25\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShe was born on twenty five January nineteen eighty six\n", "targets": "\"Results\": [\n {\n \"Text\": \"twenty five january nineteen eighty six\",\n \"Start\": 16,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1986-01-25\",\n \"type\": \"date\",\n \"value\": \"1986-01-25\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nOn fifteen August nineteen hundred ninety three, the plant started operations.\n", "targets": "\"Results\": [\n {\n \"Text\": \"fifteen august nineteen hundred ninety three\",\n \"Start\": 3,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1993-08-15\",\n \"type\": \"date\",\n \"value\": \"1993-08-15\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey arrived 13 Sept nineteen seventy two\n", "targets": "\"Results\": [\n {\n \"Text\": \"13 sept nineteen seventy two\",\n \"Start\": 13,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1972-09-13\",\n \"type\": \"date\",\n \"value\": \"1972-09-13\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe ship set sails on 6 April seventeen hundred thirty three\n", "targets": "\"Results\": [\n {\n \"Text\": \"6 april seventeen hundred thirty three\",\n \"Start\": 22,\n \"End\": 60,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"1733-04-06\",\n \"type\": \"date\",\n \"value\": \"1733-04-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out August two thousand and fifteen\n", "targets": "\"Results\": [\n {\n \"Text\": \"august two thousand and fifteen\",\n \"Start\": 12,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015-08\",\n \"type\": \"daterange\",\n \"start\": \"2015-08-01\",\n \"end\": \"2015-09-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe conference was in October two thousand and five\n", "targets": "\"Results\": [\n {\n \"Text\": \"october two thousand and five\",\n \"Start\": 22,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2005-10\",\n \"type\": \"daterange\",\n \"start\": \"2005-10-01\",\n \"end\": \"2005-11-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey left in October two thousand and returned in December\n", "targets": "\"Results\": [\n {\n \"Text\": \"october two thousand\",\n \"Start\": 13,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2000-10\",\n \"type\": \"daterange\",\n \"start\": \"2000-10-01\",\n \"end\": \"2000-11-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"december\",\n \"Start\": 50,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-12\",\n \"type\": \"daterange\",\n \"start\": \"2015-12-01\",\n \"end\": \"2016-01-01\"\n },\n {\n \"timex\": \"XXXX-12\",\n \"type\": \"daterange\",\n \"start\": \"2016-12-01\",\n \"end\": \"2017-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 20161016.\n", "targets": "\"Results\": [\n {\n \"Text\": \"20161016\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-10-16\",\n \"type\": \"date\",\n \"value\": \"2016-10-16\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nOn 2016 10 16, the conference started.\n", "targets": "\"Results\": [\n {\n \"Text\": \"2016 10 16\",\n \"Start\": 3,\n \"End\": 13,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-10-16\",\n \"type\": \"date\",\n \"value\": \"2016-10-16\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCreated On is in the first week of 2021\n", "targets": "\"Results\": [\n {\n \"Text\": \"the first week of 2021\",\n \"Start\": 17,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-W01\",\n \"type\": \"daterange\",\n \"start\": \"2021-01-04\",\n \"end\": \"2021-01-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nCreated On is in the second week of 2021\n", "targets": "\"Results\": [\n {\n \"Text\": \"the second week of 2021\",\n \"Start\": 17,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-W02\",\n \"type\": \"daterange\",\n \"start\": \"2021-01-11\",\n \"end\": \"2021-01-18\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey will leave the third month of 2021\n", "targets": "\"Results\": [\n {\n \"Text\": \"the third month of 2021\",\n \"Start\": 16,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-03\",\n \"type\": \"daterange\",\n \"start\": \"2021-03-01\",\n \"end\": \"2021-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe 9th month of next year we will conduct a review of the progress.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the 9th month of next year\",\n \"Start\": 0,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-09\",\n \"type\": \"daterange\",\n \"start\": \"2022-09-01\",\n \"end\": \"2022-10-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nRooms already fully booked for the first 2 weeks of 2021\n", "targets": "\"Results\": [\n {\n \"Text\": \"the first 2 weeks of 2021\",\n \"Start\": 31,\n \"End\": 56,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2021-01-04,2021-01-18,P2W)\",\n \"type\": \"daterange\",\n \"start\": \"2021-01-04\",\n \"end\": \"2021-01-18\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nMaintenance is scheduled for the last 3 weeks of this year\n", "targets": "\"Results\": [\n {\n \"Text\": \"the last 3 weeks of this year\",\n \"Start\": 29,\n \"End\": 58,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-12-09,2019-12-30,P3W)\",\n \"type\": \"daterange\",\n \"start\": \"2019-12-09\",\n \"end\": \"2019-12-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe results for the last four months of 2021 have been listed\n", "targets": "\"Results\": [\n {\n \"Text\": \"the last four months of 2021\",\n \"Start\": 16,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2021-09-01,2022-01-01,P4M)\",\n \"type\": \"daterange\",\n \"start\": \"2021-09-01\",\n \"end\": \"2022-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThey visited Paris first ten days of last year\n", "targets": "\"Results\": [\n {\n \"Text\": \"first ten days of last year\",\n \"Start\": 19,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-01-01,2020-01-11,P10D)\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2020-01-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Monday two weeks from now.\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday two weeks from now\",\n \"Start\": 13,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-21\",\n \"type\": \"date\",\n \"value\": \"2016-11-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back two months from today on Tuesday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"two months from today on tuesday\",\n \"Start\": 13,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-09-06\",\n \"type\": \"date\",\n \"value\": \"2016-09-06\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Thursday, two year from now.\n", "targets": "\"Results\": [\n {\n \"Text\": \"thursday, two year from now\",\n \"Start\": 13,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2023-01-05\",\n \"type\": \"date\",\n \"value\": \"2023-01-05\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back in 3 days on Friday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"in 3 days on friday\",\n \"Start\": 13,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-11\",\n \"type\": \"date\",\n \"value\": \"2016-11-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back 3 weeks after Christmas on Friday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"3 weeks after christmas on friday\",\n \"Start\": 13,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-01-14\",\n \"type\": \"date\",\n \"value\": \"2022-01-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Sunday 3 weeks after January 15th.\n", "targets": "\"Results\": [\n {\n \"Text\": \"sunday 3 weeks after january 15th\",\n \"Start\": 13,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-01-31\",\n \"type\": \"date\",\n \"value\": \"2021-01-31\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Saturday 3 days from now.\n", "targets": "\"Results\": [\n {\n \"Text\": \"saturday 3 days from now\",\n \"Start\": 13,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2021-01-09\",\n \"type\": \"date\",\n \"value\": \"2021-01-09\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nSchedule a meeting every week starting next week\n", "targets": "\"Results\": [\n {\n \"Text\": \"every week\",\n \"Start\": 19,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1W\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n },\n {\n \"Text\": \"starting next week\",\n \"Start\": 30,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-W03\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"start\": \"2022-01-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Mon 13th\n", "targets": "\"Results\": [\n {\n \"Text\": \"mon 13th\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"date\",\n \"value\": \"2021-12-13\"\n },\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"date\",\n \"value\": \"2022-06-13\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Tue 13th\n", "targets": "\"Results\": [\n {\n \"Text\": \"tue 13th\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2021-07-13\"\n },\n {\n \"timex\": \"XXXX-WXX-2\",\n \"type\": \"date\",\n \"value\": \"2022-09-13\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Wed 13th\n", "targets": "\"Results\": [\n {\n \"Text\": \"wed 13th\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-3\",\n \"type\": \"date\",\n \"value\": \"2022-04-13\"\n },\n {\n \"timex\": \"XXXX-WXX-3\",\n \"type\": \"date\",\n \"value\": \"2022-07-13\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Thu 14th\n", "targets": "\"Results\": [\n {\n \"Text\": \"thu 14th\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-4\",\n \"type\": \"date\",\n \"value\": \"2022-04-14\"\n },\n {\n \"timex\": \"XXXX-WXX-4\",\n \"type\": \"date\",\n \"value\": \"2022-07-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Fri 14th\n", "targets": "\"Results\": [\n {\n \"Text\": \"fri 14th\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"date\",\n \"value\": \"2022-01-14\"\n },\n {\n \"timex\": \"XXXX-WXX-5\",\n \"type\": \"date\",\n \"value\": \"2022-10-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Sat 14th\n", "targets": "\"Results\": [\n {\n \"Text\": \"sat 14th\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-6\",\n \"type\": \"date\",\n \"value\": \"2021-08-14\"\n },\n {\n \"timex\": \"XXXX-WXX-6\",\n \"type\": \"date\",\n \"value\": \"2022-05-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Sun 14th\n", "targets": "\"Results\": [\n {\n \"Text\": \"sun 14th\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-7\",\n \"type\": \"date\",\n \"value\": \"2021-11-14\"\n },\n {\n \"timex\": \"XXXX-WXX-7\",\n \"type\": \"date\",\n \"value\": \"2022-08-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt's an everyday routine.\n", "targets": "\"Results\": [\n {\n \"Text\": \"everyday\",\n \"Start\": 8,\n \"End\": 16,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1D\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWe meet in half an hour\n", "targets": "\"Results\": [\n {\n \"Text\": \"in half an hour\",\n \"Start\": 8,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-01-07T19:25:00\",\n \"type\": \"datetime\",\n \"value\": \"2022-01-07 19:25:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat about half an hour from now?\n", "targets": "\"Results\": [\n {\n \"Text\": \"half an hour from now\",\n \"Start\": 11,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-01-07T19:26:00\",\n \"type\": \"datetime\",\n \"value\": \"2022-01-07 19:26:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back on Mon 13th\n", "targets": "\"Results\": [\n {\n \"Text\": \"mon 13th\",\n \"Start\": 16,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"date\",\n \"value\": \"2021-12-13\"\n },\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"date\",\n \"value\": \"2022-06-13\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out tuesday afternoon\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday afternoon\",\n \"Start\": 12,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2TAF\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-01 12:00:00\",\n \"end\": \"2016-11-01 16:00:00\"\n },\n {\n \"timex\": \"XXXX-WXX-2TAF\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 12:00:00\",\n \"end\": \"2016-11-08 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out tuesday afternoons\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday afternoons\",\n \"Start\": 12,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-2TAF\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out Friday mornings\n", "targets": "\"Results\": [\n {\n \"Text\": \"friday mornings\",\n \"Start\": 12,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-5TMO\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out mornings\n", "targets": "\"Results\": [\n {\n \"Text\": \"mornings\",\n \"Start\": 12,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out in the mornings\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the mornings\",\n \"Start\": 12,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI wish all my students the best of luck and success for their academic studies starting on Sep 2019\n", "targets": "\"Results\": [\n {\n \"Text\": \"starting on sep 2019\",\n \"Start\": 79,\n \"End\": 99,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2019-09\",\n \"Mod\": \"since\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"start\": \"2019-09-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI left here 2 years 1 month 21 days later\n", "targets": "\"Results\": [\n {\n \"Text\": \"2 years 1 month 21 days later\",\n \"Start\": 12,\n \"End\": 41,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-01-13\",\n \"type\": \"date\",\n \"value\": \"2020-01-13\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nRating where year is greater than 2015\n", "targets": "\"Results\": [\n {\n \"Text\": \"greater than 2015\",\n \"Start\": 21,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2015\",\n \"Mod\": \"after\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"start\": \"2016-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the week 3 of 2027\n", "targets": "\"Results\": [\n {\n \"Text\": \"week 3 of 2027\",\n \"Start\": 18,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2027-W03\",\n \"type\": \"daterange\",\n \"start\": \"2027-01-18\",\n \"end\": \"2027-01-25\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nShow sales in the week 27 of last year\n", "targets": "\"Results\": [\n {\n \"Text\": \"week 27 of last year\",\n \"Start\": 18,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-W27\",\n \"type\": \"daterange\",\n \"start\": \"2017-07-03\",\n \"end\": \"2017-07-10\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe project should start in the next decade\n", "targets": "\"Results\": [\n {\n \"Text\": \"the next decade\",\n \"Start\": 28,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-01-01,2030-01-01,P10Y)\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2030-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThe project should be completed in the next two decades.\n", "targets": "\"Results\": [\n {\n \"Text\": \"the next two decades\",\n \"Start\": 35,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2020-01-01,2040-01-01,P20Y)\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2040-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nLet's meet on Thursday, week 23\n", "targets": "\"Results\": [\n {\n \"Text\": \"thursday\",\n \"Start\": 14,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-4\",\n \"type\": \"date\",\n \"value\": \"2018-06-28\"\n },\n {\n \"timex\": \"XXXX-WXX-4\",\n \"type\": \"date\",\n \"value\": \"2018-07-05\"\n }\n ]\n }\n },\n {\n \"Text\": \"week 23\",\n \"Start\": 24,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-W23\",\n \"type\": \"daterange\",\n \"start\": \"2018-06-04\",\n \"end\": \"2018-06-11\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nshow me sales from 2010 to 2018 or before 2000\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2010 to 2018\",\n \"Start\": 14,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2010-01-01,2018-01-01,P8Y)\",\n \"type\": \"daterange\",\n \"start\": \"2010-01-01\",\n \"end\": \"2018-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"before 2000\",\n \"Start\": 35,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2000\",\n \"Mod\": \"before\",\n \"type\": \"daterange\",\n \"sourceEntity\": \"datetimerange\",\n \"end\": \"2000-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be out November 19-20\n", "targets": "\"Results\": [\n {\n \"Text\": \"november 19-20\",\n \"Start\": 12,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-11-19,XXXX-11-20,P1D)\",\n \"type\": \"daterange\",\n \"start\": \"2015-11-19\",\n \"end\": \"2015-11-20\"\n },\n {\n \"timex\": \"(XXXX-11-19,XXXX-11-20,P1D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-19\",\n \"end\": \"2016-11-20\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHelp me book a meeting tonight from 7 to 7:30\n", "targets": "\"Results\": [\n {\n \"Text\": \"tonight from 7 to 7:30\",\n \"Start\": 23,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T19,2016-11-07T19:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 19:00:00\",\n \"end\": \"2016-11-07 19:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHelp me book a meeting this evening from 7 to 7:30\n", "targets": "\"Results\": [\n {\n \"Text\": \"this evening from 7 to 7:30\",\n \"Start\": 23,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T19,2016-11-07T19:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 19:00:00\",\n \"end\": \"2016-11-07 19:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHelp me book a meeting today from 7 to 7:30\n", "targets": "\"Results\": [\n {\n \"Text\": \"today from 7 to 7:30\",\n \"Start\": 23,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T07,2016-11-07T07:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 07:00:00\",\n \"end\": \"2016-11-07 07:30:00\"\n },\n {\n \"timex\": \"(2016-11-07T19,2016-11-07T19:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 19:00:00\",\n \"end\": \"2016-11-07 19:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHelp me book a meeting Tuesday from 7 to 7:30\n", "targets": "\"Results\": [\n {\n \"Text\": \"tuesday from 7 to 7:30\",\n \"Start\": 23,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-WXX-2T07,XXXX-WXX-2T07:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-01 07:00:00\",\n \"end\": \"2016-11-01 07:30:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-2T07,XXXX-WXX-2T07:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 07:00:00\",\n \"end\": \"2016-11-08 07:30:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-2T19,XXXX-WXX-2T19:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-01 19:00:00\",\n \"end\": \"2016-11-01 19:30:00\"\n },\n {\n \"timex\": \"(XXXX-WXX-2T19,XXXX-WXX-2T19:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 19:00:00\",\n \"end\": \"2016-11-08 19:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHelp me book a meeting tonight from 7 to 7:30pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"tonight from 7 to 7:30pm\",\n \"Start\": 23,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T19,2016-11-07T19:30,PT30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 19:00:00\",\n \"end\": \"2016-11-07 19:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHelp me book a meeting on December 15 2016 from 7:00 to 8:00pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"december 15 2016 from 7:00 to 8:00pm\",\n \"Start\": 26,\n \"End\": 62,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-12-15T19:00,2016-12-15T20:00,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-12-15 19:00:00\",\n \"end\": \"2016-12-15 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHelp me book a meeting tomorrow from 7:00 to 8:00pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"tomorrow from 7:00 to 8:00pm\",\n \"Start\": 23,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-08T19:00,2016-11-08T20:00,PT1H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 19:00:00\",\n \"end\": \"2016-11-08 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nhelp me book a meeting between now and eight o'clock\n", "targets": "\"Results\": [\n {\n \"Text\": \"between now and eight o'clock\",\n \"Start\": 23,\n \"End\": 52,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(PRESENT_REF,2016-11-07T20,PT9H40M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 10:20:00\",\n \"end\": \"2016-11-07 20:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nHow many calls between eight o'clock and now?\n", "targets": "\"Results\": [\n {\n \"Text\": \"between eight o'clock and now\",\n \"Start\": 15,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T08,PRESENT_REF,PT2H20M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 08:00:00\",\n \"end\": \"2016-11-07 10:20:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be away from 2pm till tomorrow 4:30pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2pm till tomorrow 4:30pm\",\n \"Start\": 13,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-07T14,2016-11-08T16:30,PT26H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-07 14:00:00\",\n \"end\": \"2016-11-08 14:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be away between 2 and 4:30pm tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2 and 4:30pm tomorrow\",\n \"Start\": 13,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-08T14,2016-11-08T16:30,PT2H30M)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 14:00:00\",\n \"end\": \"2016-11-08 16:30:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be away between 2:00 tomorrow and 4:00\n", "targets": "\"Results\": [\n {\n \"Text\": \"between 2:00 tomorrow and 4:00\",\n \"Start\": 13,\n \"End\": 43,\n \"TypeName\": \"datetimeV2.datetimerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-11-08T02:00,2016-11-08T04:00,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 02:00:00\",\n \"end\": \"2016-11-08 04:00:00\"\n },\n {\n \"timex\": \"(2016-11-08T14:00,2016-11-08T16:00,PT2H)\",\n \"type\": \"datetimerange\",\n \"start\": \"2016-11-08 14:00:00\",\n \"end\": \"2016-11-08 16:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave for 10D\n", "targets": "\"Results\": [\n {\n \"Text\": \"10d\",\n \"Start\": 15,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P10D\",\n \"type\": \"duration\",\n \"value\": \"864000\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthe plants were grown for 3Y\n", "targets": "\"Results\": [\n {\n \"Text\": \"3y\",\n \"Start\": 26,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3Y\",\n \"type\": \"duration\",\n \"value\": \"94608000\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthe cold lasted 2W\n", "targets": "\"Results\": [\n {\n \"Text\": \"2w\",\n \"Start\": 16,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.duration\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2W\",\n \"type\": \"duration\",\n \"value\": \"1209600\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n-2020-07-01-\n", "targets": "\"Results\": [\n {\n \"Text\": \"2020-07-01\",\n \"Start\": 1,\n \"End\": 11,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-07-01\",\n \"type\": \"date\",\n \"value\": \"2020-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\n-20200701-\n", "targets": "\"Results\": [\n {\n \"Text\": \"20200701\",\n \"Start\": 1,\n \"End\": 9,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020-07-01\",\n \"type\": \"date\",\n \"value\": \"2020-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nwww.example.com/users/12345/archive-2018-09-23-page-01\n", "targets": "\"Results\": [\n {\n \"Text\": \"2018-09-23\",\n \"Start\": 36,\n \"End\": 46,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2018-09-23\",\n \"type\": \"date\",\n \"value\": \"2018-09-23\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nwww.example2.com/data/report-20170302.html\n", "targets": "\"Results\": [\n {\n \"Text\": \"20170302\",\n \"Start\": 29,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2017-03-02\",\n \"type\": \"date\",\n \"value\": \"2017-03-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDateTime search phrase 23.04.2022 14:55\n", "targets": "\"Results\": [\n {\n \"Text\": \"23.04.2022 14:55\",\n \"Start\": 23,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-04-23T14:55\",\n \"type\": \"datetime\",\n \"value\": \"2022-04-23 14:55:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDateTime search phrase\n23.04.2022 14:55\n30.04.2022 12:04\n", "targets": "\"Results\": [\n {\n \"Text\": \"23.04.2022 14:55\",\n \"Start\": 23,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-04-23T14:55\",\n \"type\": \"datetime\",\n \"value\": \"2022-04-23 14:55:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"30.04.2022 12:04\",\n \"Start\": 40,\n \"End\": 56,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-04-30T12:04\",\n \"type\": \"datetime\",\n \"value\": \"2022-04-30 12:04:00\"\n },\n {\n \"timex\": \"2022-04-30T00:04\",\n \"type\": \"datetime\",\n \"value\": \"2022-04-30 00:04:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nDateTime search phrase\n23.04.2022 14:55\n30.04.2022 12:04 some text 2020\n", "targets": "\"Results\": [\n {\n \"Text\": \"23.04.2022 14:55\",\n \"Start\": 23,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-04-23T14:55\",\n \"type\": \"datetime\",\n \"value\": \"2022-04-23 14:55:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"30.04.2022 12:04\",\n \"Start\": 40,\n \"End\": 56,\n \"TypeName\": \"datetimeV2.datetime\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-04-30T12:04\",\n \"type\": \"datetime\",\n \"value\": \"2022-04-30 12:04:00\"\n },\n {\n \"timex\": \"2022-04-30T00:04\",\n \"type\": \"datetime\",\n \"value\": \"2022-04-30 00:04:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"2020\",\n \"Start\": 67,\n \"End\": 71,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2020\",\n \"type\": \"daterange\",\n \"start\": \"2020-01-01\",\n \"end\": \"2021-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off april 9th through 17th\n", "targets": "\"Results\": [\n {\n \"Text\": \"april 9th through 17th\",\n \"Start\": 9,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-09\",\n \"end\": \"2016-04-17\"\n },\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-09\",\n \"end\": \"2017-04-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off april ninth through seventeenth\n", "targets": "\"Results\": [\n {\n \"Text\": \"april ninth through seventeenth\",\n \"Start\": 9,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-09\",\n \"end\": \"2016-04-17\"\n },\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-09\",\n \"end\": \"2017-04-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off april ninth through 17th\n", "targets": "\"Results\": [\n {\n \"Text\": \"april ninth through 17th\",\n \"Start\": 9,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-09\",\n \"end\": \"2016-04-17\"\n },\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-09\",\n \"end\": \"2017-04-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off april 9th through seventeenth\n", "targets": "\"Results\": [\n {\n \"Text\": \"april 9th through seventeenth\",\n \"Start\": 9,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-09\",\n \"end\": \"2016-04-17\"\n },\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-09\",\n \"end\": \"2017-04-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off from ninth till seventeenth of april\n", "targets": "\"Results\": [\n {\n \"Text\": \"from ninth till seventeenth of april\",\n \"Start\": 9,\n \"End\": 45,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-09\",\n \"end\": \"2016-04-17\"\n },\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-09\",\n \"end\": \"2017-04-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off between ninth and seventeenth of april\n", "targets": "\"Results\": [\n {\n \"Text\": \"between ninth and seventeenth of april\",\n \"Start\": 9,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-09\",\n \"end\": \"2016-04-17\"\n },\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-09\",\n \"end\": \"2017-04-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off between the ninth and the seventeenth of april\n", "targets": "\"Results\": [\n {\n \"Text\": \"between the ninth and the seventeenth of april\",\n \"Start\": 9,\n \"End\": 55,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-09\",\n \"end\": \"2016-04-17\"\n },\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-09\",\n \"end\": \"2017-04-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off from april the ninth till the seventeenth\n", "targets": "\"Results\": [\n {\n \"Text\": \"from april the ninth till the seventeenth\",\n \"Start\": 9,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-09\",\n \"end\": \"2016-04-17\"\n },\n {\n \"timex\": \"(XXXX-04-09,XXXX-04-17,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-09\",\n \"end\": \"2017-04-17\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off from april twenty-seventh to the third\n", "targets": "\"Results\": [\n {\n \"Text\": \"from april twenty-seventh to the third\",\n \"Start\": 9,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-04-27,XXXX-05-03,P6D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-04-27\",\n \"end\": \"2016-05-03\"\n },\n {\n \"timex\": \"(XXXX-04-27,XXXX-05-03,P6D)\",\n \"type\": \"daterange\",\n \"start\": \"2017-04-27\",\n \"end\": \"2017-05-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ni am off from the twenty-seventh to the third of april\n", "targets": "\"Results\": [\n {\n \"Text\": \"from the twenty-seventh to the third of april\",\n \"Start\": 9,\n \"End\": 54,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-XX-27,XXXX-04-03,P158D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-10-27\",\n \"end\": \"2017-04-03\"\n },\n {\n \"timex\": \"(XXXX-XX-27,XXXX-04-03,P127D)\",\n \"type\": \"daterange\",\n \"start\": \"2016-11-27\",\n \"end\": \"2017-04-03\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a 1:1 on monday\n", "targets": "\"Results\": [\n {\n \"Text\": \"monday\",\n \"Start\": 21,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"date\",\n \"value\": \"2016-10-31\"\n },\n {\n \"timex\": \"XXXX-WXX-1\",\n \"type\": \"date\",\n \"value\": \"2016-11-07\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nThis screen has a 4:3 aspect ratio.\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back 7:56:30 am\n", "targets": "\"Results\": [\n {\n \"Text\": \"7:56:30 am\",\n \"Start\": 13,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T07:56:30\",\n \"type\": \"time\",\n \"value\": \"07:56:30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt's 20 min past eight in the evening\n", "targets": "\"Results\": [\n {\n \"Text\": \"20 min past eight in the evening\",\n \"Start\": 5,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T20:20\",\n \"type\": \"time\",\n \"value\": \"20:20:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back in the afternoon at 7\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the afternoon at 7\",\n \"Start\": 13,\n \"End\": 34,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T19\",\n \"type\": \"time\",\n \"value\": \"19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back noonish\n", "targets": "\"Results\": [\n {\n \"Text\": \"noonish\",\n \"Start\": 13,\n \"End\": 20,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T12\",\n \"type\": \"time\",\n \"value\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back 11ish\n", "targets": "\"Results\": [\n {\n \"Text\": \"11ish\",\n \"Start\": 13,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T11\",\n \"type\": \"time\",\n \"value\": \"11:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nthey were working in the night-time\n", "targets": "\"Results\": [\n {\n \"Text\": \"in the night-time\",\n \"Start\": 18,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TNT\",\n \"type\": \"timerange\",\n \"start\": \"00:00:00\",\n \"end\": \"08:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll go back Nov/2\n", "targets": "\"Results\": [\n {\n \"Text\": \"nov/2\",\n \"Start\": 13,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11-02\",\n \"type\": \"date\",\n \"value\": \"2016-11-02\"\n },\n {\n \"timex\": \"XXXX-11-02\",\n \"type\": \"date\",\n \"value\": \"2017-11-02\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me from 2 july to 10 july\n", "targets": "\"Results\": [\n {\n \"Text\": \"from 2 july to 10 july\",\n \"Start\": 8,\n \"End\": 30,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XXXX-07-02,XXXX-07-10,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2022-07-02\",\n \"end\": \"2022-07-10\"\n },\n {\n \"timex\": \"(XXXX-07-02,XXXX-07-10,P8D)\",\n \"type\": \"daterange\",\n \"start\": \"2023-07-02\",\n \"end\": \"2023-07-10\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the last quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"last quarter\",\n \"Start\": 27,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-04-01,2019-07-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-04-01\",\n \"end\": \"2019-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the last 2 quarters\n", "targets": "\"Results\": [\n {\n \"Text\": \"last 2 quarters\",\n \"Start\": 27,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2019-07-01,P6M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2019-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the past two quarters\n", "targets": "\"Results\": [\n {\n \"Text\": \"past two quarters\",\n \"Start\": 27,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-01-01,2019-07-01,P6M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-01-01\",\n \"end\": \"2019-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the previous three quarters\n", "targets": "\"Results\": [\n {\n \"Text\": \"previous three quarters\",\n \"Start\": 27,\n \"End\": 50,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2018-10-01,2019-07-01,P9M)\",\n \"type\": \"daterange\",\n \"start\": \"2018-10-01\",\n \"end\": \"2019-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the previous eleven quarters\n", "targets": "\"Results\": [\n {\n \"Text\": \"previous eleven quarters\",\n \"Start\": 27,\n \"End\": 51,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2016-10-01,2019-07-01,P33M)\",\n \"type\": \"daterange\",\n \"start\": \"2016-10-01\",\n \"end\": \"2019-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the next quarter\n", "targets": "\"Results\": [\n {\n \"Text\": \"next quarter\",\n \"Start\": 27,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-10-01,2020-01-01,P3M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-10-01\",\n \"end\": \"2020-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the following 2 quarters\n", "targets": "\"Results\": [\n {\n \"Text\": \"following 2 quarters\",\n \"Start\": 27,\n \"End\": 47,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-10-01,2020-04-01,P6M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-10-01\",\n \"end\": \"2020-04-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the coming three quarters\n", "targets": "\"Results\": [\n {\n \"Text\": \"coming three quarters\",\n \"Start\": 27,\n \"End\": 48,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-10-01,2020-07-01,P9M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-10-01\",\n \"end\": \"2020-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWhat are the sales for the next 7 quarters\n", "targets": "\"Results\": [\n {\n \"Text\": \"next 7 quarters\",\n \"Start\": 27,\n \"End\": 42,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(2019-10-01,2021-07-01,P21M)\",\n \"type\": \"daterange\",\n \"start\": \"2019-10-01\",\n \"end\": \"2021-07-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nListen to 1990s music\n", "targets": "\"Results\": [\n {\n \"Text\": \"1990s\",\n \"Start\": 10,\n \"End\": 15,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(1990-01-01,2000-01-01,P10Y)\",\n \"type\": \"daterange\",\n \"start\": \"1990-01-01\",\n \"end\": \"2000-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nWho are us presidents in nineties\n", "targets": "\"Results\": [\n {\n \"Text\": \"nineties\",\n \"Start\": 25,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(XX90-01-01,XX00-01-01,P10Y)\",\n \"type\": \"daterange\",\n \"start\": \"1990-01-01\",\n \"end\": \"2000-01-01\"\n },\n {\n \"timex\": \"(XX90-01-01,XX00-01-01,P10Y)\",\n \"type\": \"daterange\",\n \"start\": \"2090-01-01\",\n \"end\": \"2100-01-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back at 7ampm\n", "targets": "\"Results\": [\n {\n \"Text\": \"7ampm\",\n \"Start\": 16,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T07\",\n \"type\": \"time\",\n \"value\": \"07:00:00\"\n },\n {\n \"timex\": \"T19\",\n \"type\": \"time\",\n \"value\": \"19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll be back at 7p\n", "targets": "\"Results\": [\n {\n \"Text\": \"7p\",\n \"Start\": 16,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T19\",\n \"type\": \"time\",\n \"value\": \"19:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet on eid al fitr\n", "targets": "\"Results\": [\n {\n \"Text\": \"eid al fitr\",\n \"Start\": 8,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-05-02\",\n \"type\": \"date\",\n \"value\": \"2022-05-02\"\n },\n {\n \"timex\": \"XXXX-05-02\",\n \"type\": \"date\",\n \"value\": \"2023-04-21\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a 1:1 meeting\n", "targets": "\"Results\": []"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a 1:1 meeting on 14 nov\n", "targets": "\"Results\": [\n {\n \"Text\": \"14 nov\",\n \"Start\": 29,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-11-14\",\n \"type\": \"date\",\n \"value\": \"2015-11-14\"\n },\n {\n \"timex\": \"XXXX-11-14\",\n \"type\": \"date\",\n \"value\": \"2016-11-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a 1:1 on saturday\n", "targets": "\"Results\": [\n {\n \"Text\": \"saturday\",\n \"Start\": 21,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-6\",\n \"type\": \"date\",\n \"value\": \"2022-04-23\"\n },\n {\n \"timex\": \"XXXX-WXX-6\",\n \"type\": \"date\",\n \"value\": \"2022-04-30\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nschedule me a 1:1 meeting 14 nov 2023\n", "targets": "\"Results\": [\n {\n \"Text\": \"14 nov 2023\",\n \"Start\": 26,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2023-11-14\",\n \"type\": \"date\",\n \"value\": \"2023-11-14\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTake medicines after dinner tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"after dinner\",\n \"Start\": 15,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMED\",\n \"Mod\": \"after\",\n \"type\": \"timerange\",\n \"start\": \"20:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"tomorrow\",\n \"Start\": 28,\n \"End\": 36,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-07-28\",\n \"type\": \"date\",\n \"value\": \"2022-07-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nTake medicines after dinnertime tomorrow\n", "targets": "\"Results\": [\n {\n \"Text\": \"after dinnertime\",\n \"Start\": 15,\n \"End\": 31,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMED\",\n \"Mod\": \"after\",\n \"type\": \"timerange\",\n \"start\": \"20:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"tomorrow\",\n \"Start\": 32,\n \"End\": 40,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-07-28\",\n \"type\": \"date\",\n \"value\": \"2022-07-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nlet's meet at lunch tomorrow.\n", "targets": "\"Results\": [\n {\n \"Text\": \"at lunch\",\n \"Start\": 11,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMEL\",\n \"type\": \"timerange\",\n \"start\": \"11:00:00\",\n \"end\": \"13:00:00\"\n }\n ]\n }\n },\n {\n \"Text\": \"tomorrow\",\n \"Start\": 20,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-07-28\",\n \"type\": \"date\",\n \"value\": \"2022-07-28\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next month\n", "targets": "\"Results\": [\n {\n \"Text\": \"next month\",\n \"Start\": 8,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-05\",\n \"type\": \"daterange\",\n \"start\": \"2022-05-01\",\n \"end\": \"2022-06-01\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next month in morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"next month\",\n \"Start\": 8,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-05\",\n \"type\": \"daterange\",\n \"start\": \"2022-05-01\",\n \"end\": \"2022-06-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"in morning\",\n \"Start\": 19,\n \"End\": 29,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next month at 6pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"next month\",\n \"Start\": 8,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-05\",\n \"type\": \"daterange\",\n \"start\": \"2022-05-01\",\n \"end\": \"2022-06-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"6pm\",\n \"Start\": 22,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T18\",\n \"type\": \"time\",\n \"value\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet next month between 2:20 to 3pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"next month\",\n \"Start\": 5,\n \"End\": 15,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-05\",\n \"type\": \"daterange\",\n \"start\": \"2022-05-01\",\n \"end\": \"2022-06-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"between 2:20 to 3pm\",\n \"Start\": 16,\n \"End\": 35,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T14:20,T15,PT40M)\",\n \"type\": \"timerange\",\n \"start\": \"14:20:00\",\n \"end\": \"15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet next month after 3pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"next month\",\n \"Start\": 5,\n \"End\": 15,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-05\",\n \"type\": \"daterange\",\n \"start\": \"2022-05-01\",\n \"end\": \"2022-06-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"after 3pm\",\n \"Start\": 16,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T15\",\n \"Mod\": \"after\",\n \"type\": \"timerange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next year at 6pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"next year\",\n \"Start\": 8,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2023\",\n \"type\": \"daterange\",\n \"start\": \"2023-01-01\",\n \"end\": \"2024-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"6pm\",\n \"Start\": 21,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T18\",\n \"type\": \"time\",\n \"value\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next year at 6.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next year\",\n \"Start\": 8,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2023\",\n \"type\": \"daterange\",\n \"start\": \"2023-01-01\",\n \"end\": \"2024-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"6\",\n \"Start\": 21,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T06\",\n \"type\": \"time\",\n \"value\": \"06:00:00\"\n },\n {\n \"timex\": \"T18\",\n \"type\": \"time\",\n \"value\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next year between 2:20 to 3pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"next year\",\n \"Start\": 8,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2023\",\n \"type\": \"daterange\",\n \"start\": \"2023-01-01\",\n \"end\": \"2024-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"between 2:20 to 3pm\",\n \"Start\": 18,\n \"End\": 37,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"(T14:20,T15,PT40M)\",\n \"type\": \"timerange\",\n \"start\": \"14:20:00\",\n \"end\": \"15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next year after 3pm\n", "targets": "\"Results\": [\n {\n \"Text\": \"next year\",\n \"Start\": 8,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2023\",\n \"type\": \"daterange\",\n \"start\": \"2023-01-01\",\n \"end\": \"2024-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"after 3pm\",\n \"Start\": 18,\n \"End\": 27,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T15\",\n \"Mod\": \"after\",\n \"type\": \"timerange\",\n \"sourceEntity\": \"datetimepoint\",\n \"start\": \"15:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next month at 6.\n", "targets": "\"Results\": [\n {\n \"Text\": \"next month\",\n \"Start\": 8,\n \"End\": 18,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2022-05\",\n \"type\": \"daterange\",\n \"start\": \"2022-05-01\",\n \"end\": \"2022-06-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"6\",\n \"Start\": 22,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T06\",\n \"type\": \"time\",\n \"value\": \"06:00:00\"\n },\n {\n \"timex\": \"T18\",\n \"type\": \"time\",\n \"value\": \"18:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nmeet me next year in morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"next year\",\n \"Start\": 8,\n \"End\": 17,\n \"TypeName\": \"datetimeV2.daterange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2023\",\n \"type\": \"daterange\",\n \"start\": \"2023-01-01\",\n \"end\": \"2024-01-01\"\n }\n ]\n }\n },\n {\n \"Text\": \"in morning\",\n \"Start\": 18,\n \"End\": 28,\n \"TypeName\": \"datetimeV2.timerange\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"timerange\",\n \"start\": \"08:00:00\",\n \"end\": \"12:00:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave everyday 6am\n", "targets": "\"Results\": [\n {\n \"Text\": \"everyday 6am\",\n \"Start\": 11,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T06\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave 6am everyday\n", "targets": "\"Results\": [\n {\n \"Text\": \"6am everyday\",\n \"Start\": 11,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T06\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nremind me to pay bill on 19th of every month.\n", "targets": "\"Results\": [\n {\n \"Text\": \"19th of every month\",\n \"Start\": 25,\n \"End\": 44,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-XX-19\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nplan trip quarterly\n", "targets": "\"Results\": [\n {\n \"Text\": \"quarterly\",\n \"Start\": 10,\n \"End\": 19,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P3M\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave every Sunday.\n", "targets": "\"Results\": [\n {\n \"Text\": \"every sunday\",\n \"Start\": 11,\n \"End\": 23,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"XXXX-WXX-7\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\ndinner on me every night.\n", "targets": "\"Results\": [\n {\n \"Text\": \"every night\",\n \"Start\": 13,\n \"End\": 24,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TNI\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nwe will run every morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"every morning\",\n \"Start\": 12,\n \"End\": 25,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"TMO\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll leave early every other day\n", "targets": "\"Results\": [\n {\n \"Text\": \"every other day\",\n \"Start\": 17,\n \"End\": 32,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P2D\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI'll take a run weekly\n", "targets": "\"Results\": [\n {\n \"Text\": \"weekly\",\n \"Start\": 16,\n \"End\": 22,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1W\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nwe will meet after school every weekend.\n", "targets": "\"Results\": [\n {\n \"Text\": \"every weekend\",\n \"Start\": 26,\n \"End\": 39,\n \"TypeName\": \"datetimeV2.set\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"P1WE\",\n \"type\": \"set\",\n \"value\": \"not resolved\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI made this purchase at 10 past 9\n", "targets": "\"Results\": [\n {\n \"Text\": \"10 past 9\",\n \"Start\": 24,\n \"End\": 33,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T09:10\",\n \"type\": \"time\",\n \"value\": \"09:10:00\"\n },\n {\n \"timex\": \"T21:10\",\n \"type\": \"time\",\n \"value\": \"21:10:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt's 15 past seven o'clock\n", "targets": "\"Results\": [\n {\n \"Text\": \"15 past seven o'clock\",\n \"Start\": 5,\n \"End\": 26,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T07:15\",\n \"type\": \"time\",\n \"value\": \"07:15:00\"\n },\n {\n \"timex\": \"T19:15\",\n \"type\": \"time\",\n \"value\": \"19:15:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nI made this purchase at ten past 9 in the evening\n", "targets": "\"Results\": [\n {\n \"Text\": \"ten past 9 in the evening\",\n \"Start\": 24,\n \"End\": 49,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T21:10\",\n \"type\": \"time\",\n \"value\": \"21:10:00\"\n }\n ]\n }\n }\n]"} {"inputs": "Please identify all date or time mentions and their types in the input sentence provided below.\nTake into consideration the provided reference datetime, if relevant.\nPay attention to the provided example. You should output the results in JSON format, following a similar structure to the example result provided. \n\nExample sentence, reference datetime, and results:\n\nI'll go back tomorrow\n\nReference datetime: 2016-11-07T00:00:00\n\n\"Results\": [\n {\n \"Text\": \"tomorrow\",\n \"Start\": 13,\n \"End\": 21,\n \"TypeName\": \"datetimeV2.date\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"2016-11-08\",\n \"type\": \"date\",\n \"value\": \"2016-11-08\"\n }\n ]\n }\n }\n]\n\nConsidering the input sentence below, what is the output result?\n\nIt's fifteen past eight in the morning\n", "targets": "\"Results\": [\n {\n \"Text\": \"fifteen past eight in the morning\",\n \"Start\": 5,\n \"End\": 38,\n \"TypeName\": \"datetimeV2.time\",\n \"Resolution\": {\n \"values\": [\n {\n \"timex\": \"T08:15\",\n \"type\": \"time\",\n \"value\": \"08:15:00\"\n }\n ]\n }\n }\n]"}