inputs
stringlengths
306
2.46k
targets
stringlengths
13
4.91k
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? As I mentioned in my voice mail, Mike Roberts going to hire Sara Woody, a recent MBA grad from Rice, into his group.
"Results": [ { "TypeName": "PER", "Text": "Mike Roberts", "Start": 33, "End": 45 }, { "TypeName": "PER", "Text": "Sara Woody", "Start": 60, "End": 70 }, { "TypeName": "LOC", "Text": "Rice", "Start": 95, "End": 99 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? However, when we were talking about this position, Mike compared Sara to Elena.
"Results": [ { "TypeName": "PER", "Text": "Mike", "Start": 51, "End": 55 }, { "TypeName": "PER", "Text": "Sara", "Start": 65, "End": 69 }, { "TypeName": "PER", "Text": "Elena", "Start": 73, "End": 78 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Elena 's title is admin coordinator, and I know that Sara should not have this title, and honestly do not think that Elena should also.
"Results": [ { "TypeName": "PER", "Text": "Elena", "Start": 0, "End": 5 }, { "TypeName": "PER", "Text": "Sara", "Start": 53, "End": 57 }, { "TypeName": "PER", "Text": "Elena", "Start": 0, "End": 5 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Admin coordinator's do primarily administrative work.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? I suggest that you compare Elena and Sarah 's duties/ level to other Sr. Spec. in your group such as Kenneth Parkhill and Sevil to determine if they are equivalent, or if their scope of responsibilities and experience is not as broad.
"Results": [ { "TypeName": "PER", "Text": "Elena", "Start": 27, "End": 32 }, { "TypeName": "PER", "Text": "Sarah", "Start": 37, "End": 42 }, { "TypeName": "PER", "Text": "Kenneth Parkhill", "Start": 101, "End": 117 }, { "TypeName": "PER", "Text": "Sevil", "Start": 122, "End": 127 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? If the latter is the case, we could place both Sara and Elena in a specialist job group ( the salary range is 33-66K).
"Results": [ { "TypeName": "PER", "Text": "Sara", "Start": 47, "End": 51 }, { "TypeName": "PER", "Text": "Elena", "Start": 56, "End": 61 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Please advise.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Thanks,
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Anne
"Results": [ { "TypeName": "PER", "Text": "Anne", "Start": 0, "End": 4 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Clayton,
"Results": [ { "TypeName": "PER", "Text": "Clayton", "Start": 0, "End": 7 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Thanks a lot.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? I appreciate all your help.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Vince
"Results": [ { "TypeName": "PER", "Text": "Vince", "Start": 0, "End": 5 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Vince-
"Results": [ { "TypeName": "PER", "Text": "Vince", "Start": 0, "End": 5 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Good news.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Martin 's box is working wonderfully- I 'll have everything transferred to it and give him the keys by Friday.
"Results": [ { "TypeName": "PER", "Text": "Martin", "Start": 0, "End": 6 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? This was (another) nice deal for Enron.
"Results": [ { "TypeName": "ORG", "Text": "Enron", "Start": 33, "End": 38 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? We save $21,000 in real money this way, the cash refund Sun is giving Enron for our other server, using a box that was n't being used by anyone.
"Results": [ { "TypeName": "ORG", "Text": "Sun", "Start": 56, "End": 59 }, { "TypeName": "ORG", "Text": "Enron", "Start": 70, "End": 75 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? I 'm happy about this.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Clayton
"Results": [ { "TypeName": "PER", "Text": "Clayton", "Start": 0, "End": 7 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Iris,
"Results": [ { "TypeName": "PER", "Text": "Iris", "Start": 0, "End": 4 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Congratulations.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Anne, please, include this info in Iris ' file
"Results": [ { "TypeName": "PER", "Text": "Anne", "Start": 0, "End": 4 }, { "TypeName": "PER", "Text": "Iris", "Start": 35, "End": 39 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Vince
"Results": [ { "TypeName": "PER", "Text": "Vince", "Start": 0, "End": 5 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? David W Delainey@ECT
"Results": [ { "TypeName": "PER", "Text": "David W Delainey@ECT", "Start": 0, "End": 20 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? 11/10/2000 01:04 PM
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Steve, I noticed that our allocation from 2000 to 2001 is going up by 21% year on year (ie) $13.9M from $11.5M.
"Results": [ { "TypeName": "PER", "Text": "Steve", "Start": 0, "End": 5 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? We have been able to keep ENA 's direct group expenses flat year on year, we are trying hard to keep the corporate allocation flat year to year as well.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Do you have a view on how we might be able to achieve this goal?
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Regards
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Delainey
"Results": [ { "TypeName": "PER", "Text": "Delainey", "Start": 0, "End": 8 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Do n't worry about it ... sorry for putting you back on speaker.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? I just wanted Sue to hear (she enjoys utility bashing so much).
"Results": [ { "TypeName": "PER", "Text": "Sue", "Start": 14, "End": 17 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Thanks for the comment on the hearing.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? In some respects I do n't think the first panel could have gone much better; everyone thanked FERC for intervening (though for different reasons).
"Results": [ { "TypeName": "ORG", "Text": "FERC", "Start": 94, "End": 98 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? The other staff reports are also looking good.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Scott Miller has been a godsend -- somebody not afraid to tell it like it is.
"Results": [ { "TypeName": "PER", "Text": "Scott Miller", "Start": 0, "End": 12 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Jeff Dasovich
"Results": [ { "TypeName": "PER", "Text": "Jeff Dasovich", "Start": 0, "End": 13 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Sent by: Jeff Dasovich
"Results": [ { "TypeName": "PER", "Text": "Jeff Dasovich", "Start": 9, "End": 22 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? 11/10/2000 12:33 PM
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? I apologize if I offended anyone.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Please let them know that I was simply quoting the CEO of a large, regulated utility in California.
"Results": [ { "TypeName": "LOC", "Text": "California", "Start": 88, "End": 98 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Thanks for attributing the quote to me.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? You did a great job at the hearing----it went decidely downhill after you left.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Best,
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Jeff
"Results": [ { "TypeName": "PER", "Text": "Jeff", "Start": 0, "End": 4 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Does she have any interest in meeting one-on-one or is she just looking for a public hanging?
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? I remain convinced that if we can just get the facts in front of people they will modulate their approach.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Jeff Dasovich
"Results": [ { "TypeName": "PER", "Text": "Jeff Dasovich", "Start": 0, "End": 13 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Sent by: Jeff Dasovich
"Results": [ { "TypeName": "PER", "Text": "Jeff Dasovich", "Start": 9, "End": 22 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? 11/10/2000 12:21 PM
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Given the short notice, we will politely decline to participate at the hearing on Monday, but will let the good Senator know that, in general, we intend to engage actively in the process and plan to help California find a solution that works for everybody.
"Results": [ { "TypeName": "LOC", "Text": "California", "Start": 204, "End": 214 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Amen.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? See below.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Can we get some help on the IBM issues?
"Results": [ { "TypeName": "ORG", "Text": "IBM", "Start": 28, "End": 31 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Erin Rice
"Results": [ { "TypeName": "PER", "Text": "Erin Rice", "Start": 0, "End": 9 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? 11/10/2000 11:08 AM
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Steve:
"Results": [ { "TypeName": "PER", "Text": "Steve", "Start": 0, "End": 5 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? At this point, our IT contacts are backpedalling a bit and suggesting they can overcome the TIBCO and Terminal Server problems.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? There are still four important issues, however:
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? IT still can not commit to transferring messages across domains.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? This means that messages initiated at Corp and intended for the entire Enron organization will not reach any business units outside the Corp domain.
"Results": [ { "TypeName": "ORG", "Text": "Enron", "Start": 71, "End": 76 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? No messages will reach the EES organization unless IBM agrees not to use their proprietary message delivery tool, WebSphere, and will use WebLogic instead.
"Results": [ { "TypeName": "ORG", "Text": "IBM", "Start": 51, "End": 54 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? WebLogic is required by BackWeb, although it is designed by a separate company.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? HR, intended to be a key user of this tool, will not use BackWeb because survey responses can not be made anonymous.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? HR has already purchased a tool called CONFIRMIT that can execute anonymous surveys.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Messages will not be delivered simultaneously to all users in the same domain, nor will they be delivered for two to five hours after they are sent by the message administrator.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Another thing to consider is that these messages will be set to expire and disappear within a set period of time, meaning users can not retrieve them and read them later (as they can with e-mail).
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? This means that I could be away from the office for several days and miss a message entirely, because it would have expired and disappeared by the time I returned.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? The plain fact is that a few members of IT are pushing this initiative, but they lack commercial sponsorship.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? They are hoping Corp will foot the bill for a pilot which will allow them to fully test this tool before implementing it company-wide.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Please let us know if you have additional questions.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? - er
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Steven J Kean
"Results": [ { "TypeName": "PER", "Text": "Steven J Kean", "Start": 0, "End": 13 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? 11/09/2000 11:35 AM
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Do we have a sense for how many we can reach, how many we ca n't and where they are?
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Are whole offices (eg Tokyo) unreachable or is it only those who have home offices?
"Results": [ { "TypeName": "LOC", "Text": "Tokyo", "Start": 22, "End": 27 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Courtney Votaw
"Results": [ { "TypeName": "PER", "Text": "Courtney Votaw", "Start": 0, "End": 14 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? 11/08/2000 11:02 AM
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Mark and Steve-
"Results": [ { "TypeName": "PER", "Text": "Mark", "Start": 0, "End": 4 }, { "TypeName": "PER", "Text": "Steve", "Start": 9, "End": 14 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Erin Rice and I would like to meet with you to discuss the issues concerning BackWeb before we proceed.
"Results": [ { "TypeName": "PER", "Text": "Erin Rice", "Start": 0, "End": 9 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? As you can see from the Design Document, they are pretty significant.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Thanks,
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Courtney
"Results": [ { "TypeName": "PER", "Text": "Courtney", "Start": 0, "End": 8 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? calendar
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Paul Kaufman@ECT
"Results": [ { "TypeName": "PER", "Text": "Paul Kaufman@ECT", "Start": 0, "End": 16 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Sent by: Lysa Akin@ECT
"Results": [ { "TypeName": "PER", "Text": "Lysa Akin@ECT", "Start": 9, "End": 22 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? 11/10/2000 05:59 PM
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Paul Kaufman has asked me to set a conference call to review the FERC Meeting that was held Thursday, Nov. 9th.
"Results": [ { "TypeName": "PER", "Text": "Paul Kaufman", "Start": 0, "End": 12 }, { "TypeName": "ORG", "Text": "FERC", "Start": 65, "End": 69 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Please be advised that I have set the call as follows:
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Date: Monday, Nov. 13th
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Time: 11:30am / 1:30pm Central / 2:30pm Eastern
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Call In #: 888-422-7132
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Pin #: 411507
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Pin # for Paul Kaufman ONLY: 362416
"Results": [ { "TypeName": "PER", "Text": "Paul Kaufman", "Start": 10, "End": 22 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? If you have any questions, please call 503/464-7927.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Lysa Akin Ass't. to Paul Kaufman
"Results": [ { "TypeName": "PER", "Text": "Lysa Akin", "Start": 0, "End": 9 }, { "TypeName": "PER", "Text": "Paul Kaufman", "Start": 20, "End": 32 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? Hello Janice:
"Results": [ { "TypeName": "PER", "Text": "Janice", "Start": 6, "End": 12 } ]
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? I enjoyed your recent e-mail but was sorry to hear about your dad.
"Results": []
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location. Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people. Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided. Example sentence and results: Where in the world is Iguazu? "Results": [ { "TypeName": "LOC", "Text": "Iguazu", "Start": 22, "End": 28 } ] Considering the input sentence below, what is the output result? It sounds as though his health has deteriorated significantly.
"Results": []