inputs
stringlengths 690
1.46k
| targets
stringlengths 13
1.97k
|
---|---|
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 meeting was pushed together by the CIA and the US Defence Department who were desperately anxious to secure a peaceful election in Afghanistan and the non-interference of alleged Pakistani backed Taliban.
| "Results": [
{
"TypeName": "ORG",
"Text": "CIA",
"Start": 39,
"End": 42
},
{
"TypeName": "ORG",
"Text": "US Defence Department",
"Start": 51,
"End": 72
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 135,
"End": 146
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 200,
"End": 207
}
] |
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?
Western and Afghan diplomats intimately involved with the meeting, said Bush pushed Musharraf hard on reigning in the Taliban so the elections could take place peacefully.
| "Results": [
{
"TypeName": "PER",
"Text": "Bush",
"Start": 72,
"End": 76
},
{
"TypeName": "PER",
"Text": "Musharraf",
"Start": 84,
"End": 93
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 118,
"End": 125
}
] |
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?
‘’Where are Mullah Omar, Mullah Usmani and Gulbuddin Hikmetar?’’
| "Results": [
{
"TypeName": "PER",
"Text": "Mullah Omar",
"Start": 12,
"End": 23
},
{
"TypeName": "PER",
"Text": "Mullah Usmani",
"Start": 25,
"End": 38
},
{
"TypeName": "PER",
"Text": "Gulbuddin Hikmetar",
"Start": 43,
"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?
Bush is reported to have asked a flustered Musharraf.
| "Results": [
{
"TypeName": "PER",
"Text": "Bush",
"Start": 0,
"End": 4
},
{
"TypeName": "PER",
"Text": "Musharraf",
"Start": 43,
"End": 52
}
] |
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?
All three are extremist Taliban or their allies and known to be living in Pakistan.
| "Results": [
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 24,
"End": 31
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 74,
"End": 82
}
] |
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?
(Mullah Omar is leader of the Taliban, Usmani is the former corps commander of Kandahar under the Taliban regime and now a commander of Taliban forces while Hikmetyar heads the extremist Hizb-e-Islami.)
| "Results": [
{
"TypeName": "PER",
"Text": "Mullah Omar",
"Start": 1,
"End": 12
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 30,
"End": 37
},
{
"TypeName": "PER",
"Text": "Usmani",
"Start": 39,
"End": 45
},
{
"TypeName": "LOC",
"Text": "Kandahar",
"Start": 79,
"End": 87
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 30,
"End": 37
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 30,
"End": 37
},
{
"TypeName": "PER",
"Text": "Hikmetyar",
"Start": 157,
"End": 166
},
{
"TypeName": "ORG",
"Text": "Hizb-e-Islami",
"Start": 187,
"End": 200
}
] |
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 was the first time that Bush totally focused on the Taliban threat rather than Al Qaeda with the Pakistanis,’’ says a Western diplomat.
| "Results": [
{
"TypeName": "PER",
"Text": "Bush",
"Start": 29,
"End": 33
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 57,
"End": 64
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 84,
"End": 92
}
] |
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?
‘’Bush was very well briefed before the meeting,’’ the diplomat said.
| "Results": [
{
"TypeName": "PER",
"Text": "Bush",
"Start": 2,
"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?
An Afghan official at the meeting added, ‘’The Americans now realise that the Taliban are a bigger threat to our security than Al Qaeda.’’
| "Results": [
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 78,
"End": 85
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 127,
"End": 135
}
] |
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?
Karzai was clearly pleased at the results.
| "Results": [
{
"TypeName": "PER",
"Text": "Karzai",
"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?
‘’President Musharraf promised to help us and cooperate with us on curbing terrorist activity by the Taliban,’’ says Karzai.
| "Results": [
{
"TypeName": "PER",
"Text": "Musharraf",
"Start": 12,
"End": 21
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 101,
"End": 108
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 117,
"End": 123
}
] |
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 next day an angry Musharraf categorically said that Pakistan would not send Pakistani troops to Iraq, a clear snub to the Americans.
| "Results": [
{
"TypeName": "PER",
"Text": "Musharraf",
"Start": 22,
"End": 31
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 56,
"End": 64
},
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 100,
"End": 104
}
] |
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?
Until then he had said Pakistan ’s options were open.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 23,
"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?
However Pakistani officials insist that the decision was unconnected to the tripartite meeting.
| "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?
US and NATO military officers in Kabul say it is too early to say whether Bush ’s tough message was instrumental in persuading Musharraf and the ISI to pressure the Taliban to restrain from disrupting the elections.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 0,
"End": 2
},
{
"TypeName": "ORG",
"Text": "NATO",
"Start": 7,
"End": 11
},
{
"TypeName": "LOC",
"Text": "Kabul",
"Start": 33,
"End": 38
},
{
"TypeName": "PER",
"Text": "Bush",
"Start": 74,
"End": 78
},
{
"TypeName": "PER",
"Text": "Musharraf",
"Start": 127,
"End": 136
},
{
"TypeName": "ORG",
"Text": "ISI",
"Start": 145,
"End": 148
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 165,
"End": 172
}
] |
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 there were visible signs of a crackdown on the Pakistan side.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 55,
"End": 63
}
] |
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?
‘’Pakistan now has a large force deployed in Baluchistan which was not there before,’’ says Lt. General David Barno.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 2,
"End": 10
},
{
"TypeName": "LOC",
"Text": "Baluchistan",
"Start": 45,
"End": 56
},
{
"TypeName": "PER",
"Text": "David Barno",
"Start": 104,
"End": 115
}
] |
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 is much better tactical cooperation between our forces on both sides of the border, but the movement of Taliban still goes on both ways,’’ he adds.
| "Results": [
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 112,
"End": 119
}
] |
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?
Also several days before the elections Pakistan closed the border crossing point at Chaman in Baluchistan which is a key entry point for the Taliban into Afghanistan.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 39,
"End": 47
},
{
"TypeName": "LOC",
"Text": "Chaman",
"Start": 84,
"End": 90
},
{
"TypeName": "LOC",
"Text": "Baluchistan",
"Start": 94,
"End": 105
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 141,
"End": 148
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 154,
"End": 165
}
] |
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 US military officers say regular army officers - many of them Pashtun - leading units of the Frontier Corps who are on the border remain deeply sympathetic to the Taliban and the mullahs of the JUI.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 8,
"End": 10
},
{
"TypeName": "ORG",
"Text": "Frontier Corps",
"Start": 101,
"End": 115
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 171,
"End": 178
},
{
"TypeName": "ORG",
"Text": "JUI",
"Start": 202,
"End": 205
}
] |
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 the same time the US remains oblivious of the serious problems and political fallout which the army is facing in its operations in Waziristan.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 21,
"End": 23
},
{
"TypeName": "LOC",
"Text": "Waziristan",
"Start": 134,
"End": 144
}
] |
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?
Not only is the army facing serious political fallout, growing anti-Americanism and anti-army feeling in the tribal areas but it is also taking heavy casualties -between 400-500 Pakistani soldiers have been killed in the region since March.
| "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?
Musharraf has always maintained that the US has never provided actionable intelligence about Taliban leaders hiding in Baluchistan.
| "Results": [
{
"TypeName": "PER",
"Text": "Musharraf",
"Start": 0,
"End": 9
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 41,
"End": 43
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 93,
"End": 100
},
{
"TypeName": "LOC",
"Text": "Baluchistan",
"Start": 119,
"End": 130
}
] |
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?
That too may change.
| "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?
US and Afghan intelligence will shortly be presenting the ISI with a list of Taliban extremists and their suspected whereabouts.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 0,
"End": 2
},
{
"TypeName": "ORG",
"Text": "ISI",
"Start": 58,
"End": 61
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 77,
"End": 84
}
] |
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?
Moreover there are now major covert attempts under way to try and bring back to Kabul leading Taliban commanders, who have been living quietly in Pakistan and have taken no part in the Taliban insurgency.
| "Results": [
{
"TypeName": "LOC",
"Text": "Kabul",
"Start": 80,
"End": 85
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 94,
"End": 101
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 146,
"End": 154
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 94,
"End": 101
}
] |
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?
With the Taliban failure to disrupt the Afghan elections, the militants are even more isolated from the mainstream Taliban who want to return home.
| "Results": [
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 9,
"End": 16
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 9,
"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?
Until now Pakistan has not facilitated such a return and clearly it can not happen until there is both a pull from Kabul and a push from Islamabad.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 10,
"End": 18
},
{
"TypeName": "LOC",
"Text": "Kabul",
"Start": 115,
"End": 120
},
{
"TypeName": "LOC",
"Text": "Islamabad",
"Start": 137,
"End": 146
}
] |
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?
With President Karzai certain to win the elections and the demotion of key former Northern Alliance figures such as General Fahim and warlord Ismail Khan, there is now little reason for moderate Taliban leaders to fear reprisals from former Northern Alliance figures if they return home.
| "Results": [
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 15,
"End": 21
},
{
"TypeName": "ORG",
"Text": "Northern Alliance",
"Start": 82,
"End": 99
},
{
"TypeName": "PER",
"Text": "Fahim",
"Start": 124,
"End": 129
},
{
"TypeName": "PER",
"Text": "Ismail Khan",
"Start": 142,
"End": 153
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 195,
"End": 202
},
{
"TypeName": "ORG",
"Text": "Northern Alliance",
"Start": 82,
"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?
Their removal should also provide increased motivation for Pakistan to help the return of moderate Taliban.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 59,
"End": 67
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 99,
"End": 106
}
] |
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?
Afghan officials welcomed the appointment on October 3 of Lt. General Ashfaq Kiyani as the new ISI chief.
| "Results": [
{
"TypeName": "PER",
"Text": "Ashfaq Kiyani",
"Start": 70,
"End": 83
},
{
"TypeName": "ORG",
"Text": "ISI",
"Start": 95,
"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?
Kayani is well known and liked in Kabul as during the last year he led the Pakistani delegation in the tripartite military meetings with the Afghan and US military on issues related to border issues.
| "Results": [
{
"TypeName": "PER",
"Text": "Kayani",
"Start": 0,
"End": 6
},
{
"TypeName": "LOC",
"Text": "Kabul",
"Start": 34,
"End": 39
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 152,
"End": 154
}
] |
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?
Karzai also has to deal with the stepped up rivalry between India and Pakistan in Afghanistan.
| "Results": [
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 0,
"End": 6
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 60,
"End": 65
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 70,
"End": 78
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 82,
"End": 93
}
] |
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?
Islamabad accuses New Delhi of using its consulates in Kandahar and Jalalabad to train Balochi insurgents who are active in Pakistani Balochistan.
| "Results": [
{
"TypeName": "LOC",
"Text": "Islamabad",
"Start": 0,
"End": 9
},
{
"TypeName": "LOC",
"Text": "New Delhi",
"Start": 18,
"End": 27
},
{
"TypeName": "LOC",
"Text": "Kandahar",
"Start": 55,
"End": 63
},
{
"TypeName": "LOC",
"Text": "Jalalabad",
"Start": 68,
"End": 77
},
{
"TypeName": "LOC",
"Text": "Balochistan",
"Start": 134,
"End": 145
}
] |
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?
Pakistani officials claim there are as many as 42 RAW agents based in Kandahar and another 12 in Jalalabad.
| "Results": [
{
"TypeName": "LOC",
"Text": "Kandahar",
"Start": 70,
"End": 78
},
{
"TypeName": "LOC",
"Text": "Jalalabad",
"Start": 97,
"End": 106
}
] |
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 have no business being there unless they are undermining Pakistan,’’ says a Pakistani official.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 64,
"End": 72
}
] |
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?
Both India and Afghanistan deny the claim.
| "Results": [
{
"TypeName": "LOC",
"Text": "India",
"Start": 5,
"End": 10
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 15,
"End": 26
}
] |
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?
‘’Should Pakistan show us any evidence of an Indian hand using Afghan soil to work against our neighbours we will take it very seriously,” says Amrullah Saleh the head of Afghanistan ’s National Security Directorate.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 9,
"End": 17
},
{
"TypeName": "PER",
"Text": "Amrullah Saleh",
"Start": 144,
"End": 158
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 171,
"End": 182
},
{
"TypeName": "ORG",
"Text": "National Security Directorate",
"Start": 186,
"End": 215
}
] |
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?
Karzai categorically said that he has assured Musharraf repeatedly that any adverse action against Pakistan taken by Indian diplomats inside Afghanistan would be acted upon swiftly.
| "Results": [
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 0,
"End": 6
},
{
"TypeName": "PER",
"Text": "Musharraf",
"Start": 46,
"End": 55
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 99,
"End": 107
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 141,
"End": 152
}
] |
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?
Senior US diplomats and military officials have warned India also.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 7,
"End": 9
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 55,
"End": 60
}
] |
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 a major regional shift reflecting the newly strengthened position of Karzai, Iran, Russia and India which have traditionally backed the Tajik dominated former Northern Alliance made strenuous efforts to convince presidential candidate Younis Qanooni to strike a deal with Karzai before the elections and not to oppose Karzai.
| "Results": [
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 72,
"End": 78
},
{
"TypeName": "LOC",
"Text": "Iran",
"Start": 80,
"End": 84
},
{
"TypeName": "LOC",
"Text": "Russia",
"Start": 86,
"End": 92
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 97,
"End": 102
},
{
"TypeName": "ORG",
"Text": "Northern Alliance",
"Start": 162,
"End": 179
},
{
"TypeName": "PER",
"Text": "Younis Qanooni",
"Start": 238,
"End": 252
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 72,
"End": 78
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 72,
"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?
Iran in particular feared that Qanooni would loose and then be politically isolated from the mainstream.
| "Results": [
{
"TypeName": "LOC",
"Text": "Iran",
"Start": 0,
"End": 4
},
{
"TypeName": "PER",
"Text": "Qanooni",
"Start": 31,
"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?
Qanooni refused to accept the Iranian advice as his fellow Panjsheri Tajiks urged him to stand against Karzai.
| "Results": [
{
"TypeName": "PER",
"Text": "Qanooni",
"Start": 0,
"End": 7
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 103,
"End": 109
}
] |
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 since the elections Iranian influence has proved critical in convincing the Hazara Shia candidate Mohammed Mohaqeq to accept the results of the elections and later convincing Qanooni to do the same.
| "Results": [
{
"TypeName": "PER",
"Text": "Mohammed Mohaqeq",
"Start": 106,
"End": 122
},
{
"TypeName": "PER",
"Text": "Qanooni",
"Start": 183,
"End": 190
}
] |
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?
With the US military presence posing a threat on their borders in both Iraq and Afghanistan, Iran ’s moderate leadership is keen to help stabilise Karzai so that the US presence in Afghanistan is reduced.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 9,
"End": 11
},
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 71,
"End": 75
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 80,
"End": 91
},
{
"TypeName": "LOC",
"Text": "Iran",
"Start": 93,
"End": 97
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 147,
"End": 153
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 9,
"End": 11
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 80,
"End": 91
}
] |
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 powerful hardliners in Tehran may be trying to undermine that strategy and a new issue is likely to deepen the rift with the moderates.
| "Results": [
{
"TypeName": "LOC",
"Text": "Tehran",
"Start": 31,
"End": 37
}
] |
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?
Iranian officials are deeply concerned about the US occupation of Shindand, a massive Soviet-era airbase just 30 kilometres from Iran ’s border.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 49,
"End": 51
},
{
"TypeName": "LOC",
"Text": "Shindand",
"Start": 66,
"End": 74
},
{
"TypeName": "LOC",
"Text": "Iran",
"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?
The enhanced US presence in western Afghanistan was only made possible after the ousting of Ismail Khan, the warlord and Governor of Herat province last month, who was a close ally of Iranian hardliners.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 13,
"End": 15
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 36,
"End": 47
},
{
"TypeName": "PER",
"Text": "Ismail Khan",
"Start": 92,
"End": 103
},
{
"TypeName": "LOC",
"Text": "Herat province",
"Start": 133,
"End": 147
}
] |
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?
Iranian officials say they made no objections to Khan ’s ouster because they want to strengthen Karzai ’s campaign against warlords.
| "Results": [
{
"TypeName": "PER",
"Text": "Khan",
"Start": 49,
"End": 53
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 96,
"End": 102
}
] |
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 a time of heightened tensions between Tehran and Washington over Iran ’s nuclear weapons program and calls by neo-conservatives in Washington that a second Bush term should deal with Iran aggressively, the Iranians fear that Shindand could be used as a listening post, spying facility and even a launching pad for any future US actions against Iran.
| "Results": [
{
"TypeName": "LOC",
"Text": "Tehran",
"Start": 41,
"End": 47
},
{
"TypeName": "LOC",
"Text": "Washington",
"Start": 52,
"End": 62
},
{
"TypeName": "LOC",
"Text": "Iran",
"Start": 68,
"End": 72
},
{
"TypeName": "LOC",
"Text": "Washington",
"Start": 52,
"End": 62
},
{
"TypeName": "PER",
"Text": "Bush",
"Start": 159,
"End": 163
},
{
"TypeName": "LOC",
"Text": "Iran",
"Start": 68,
"End": 72
},
{
"TypeName": "LOC",
"Text": "Shindand",
"Start": 228,
"End": 236
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 328,
"End": 330
},
{
"TypeName": "LOC",
"Text": "Iran",
"Start": 68,
"End": 72
}
] |
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?
Afghan officials say the Americans have moved over 100 Special Forces and helicopters to Shindand.
| "Results": [
{
"TypeName": "LOC",
"Text": "Shindand",
"Start": 89,
"End": 97
}
] |
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 General Barno insists the US presence poses no threat to Iran.
| "Results": [
{
"TypeName": "PER",
"Text": "Barno",
"Start": 16,
"End": 21
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 34,
"End": 36
},
{
"TypeName": "LOC",
"Text": "Iran",
"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?
‘’We have a very small number of forces in Shindand with a few helicopters,’’ says Barno.
| "Results": [
{
"TypeName": "LOC",
"Text": "Shindand",
"Start": 43,
"End": 51
},
{
"TypeName": "PER",
"Text": "Barno",
"Start": 83,
"End": 88
}
] |
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?
Nevertheless this places Karzai in a difficult and sensitive situation because he has to maintain excellent relations with both the US and Iran.
| "Results": [
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 25,
"End": 31
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 132,
"End": 134
},
{
"TypeName": "LOC",
"Text": "Iran",
"Start": 139,
"End": 143
}
] |
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?
‘’Afghanistan has had the benefit of cooperation from both the US and Iran.
| "Results": [
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 2,
"End": 13
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 63,
"End": 65
},
{
"TypeName": "LOC",
"Text": "Iran",
"Start": 70,
"End": 74
}
] |
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?
So far what they have done together has been good for us and that ’s how we would like to keep it’’, says Karzai.
| "Results": [
{
"TypeName": "LOC",
"Text": "us",
"Start": 54,
"End": 56
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 106,
"End": 112
}
] |
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?
Nobody can claim that the interference of Afghanistan ’s neighbours is over, but the elections will do much to strengthen Karzai and deal more firmly with neighbours ’ interference.
| "Results": [
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 42,
"End": 53
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 122,
"End": 128
}
] |
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 the post election scenario it is becoming abundantly clear that the Taliban do not have the support of the Afghan people nor the Afghan Pashtuns.
| "Results": [
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 71,
"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?
In a highly significant move Afghan Pashtun tribes along the Pakistan border warned the Taliban in Quetta and Chaman that if they try and disrupt the elections, they would be resisted.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 61,
"End": 69
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 88,
"End": 95
},
{
"TypeName": "LOC",
"Text": "Quetta",
"Start": 99,
"End": 105
},
{
"TypeName": "LOC",
"Text": "Chaman",
"Start": 110,
"End": 116
}
] |
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?
Many Taliban living in Afghanistan voted for President Karzai.
| "Results": [
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 5,
"End": 12
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 23,
"End": 34
},
{
"TypeName": "PER",
"Text": "Karzai",
"Start": 55,
"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?
It is now abundantly clear that with the rapidly changing face of Afghanistan, the demise of key Northern Alliance figures and the fluid political situation in Afghanistan, Pakistan should reconsider its policy of giving unlimited sanctuary to Taliban extremists living on Pakistani soil.
| "Results": [
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 66,
"End": 77
},
{
"TypeName": "ORG",
"Text": "Northern Alliance",
"Start": 97,
"End": 114
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 66,
"End": 77
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 173,
"End": 181
},
{
"TypeName": "ORG",
"Text": "Taliban",
"Start": 244,
"End": 251
}
] |
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?
Pakistan Link 16/10/2004
| "Results": [
{
"TypeName": "ORG",
"Text": "Pakistan Link",
"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?
Unreported by the international media, the Valley of Kashmir has seen an ethnic and cultural genocide that has resulted in the fleeing from the valley of almost all the Hindu families who have been living there since human habitation was first recorded.
| "Results": [
{
"TypeName": "LOC",
"Text": "Valley of Kashmir",
"Start": 43,
"End": 60
}
] |
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?
Over nine dozen temples that had served the Hindu population have been destroyed, with some used as building material and others as urinals.
| "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?
Thus far, none of the many "human rights" busybodies across the world have bothered to even notice such a development.
| "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?
Musharraf calls the bluff
| "Results": [
{
"TypeName": "PER",
"Text": "Musharraf",
"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?
M.D. Nalapat
| "Results": [
{
"TypeName": "PER",
"Text": "M.D. Nalapat",
"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?
While most U.S. secretaries of state -- save perhaps Dean Rusk -- have gobbled up credit for outcomes that they had little to do with, few have been as brazen as Colin Powell.
| "Results": [
{
"TypeName": "LOC",
"Text": "U.S.",
"Start": 11,
"End": 15
},
{
"TypeName": "PER",
"Text": "Dean Rusk",
"Start": 53,
"End": 62
},
{
"TypeName": "PER",
"Text": "Colin Powell",
"Start": 162,
"End": 174
}
] |
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?
Two years ago, Pakistani President Pervez Musharraf was surprised when the leader of the main Islamist alliance -- Maulana Fazlur Rahman -- visited India and issued a series of highly conciliatory statements.
| "Results": [
{
"TypeName": "PER",
"Text": "Pervez Musharraf",
"Start": 35,
"End": 51
},
{
"TypeName": "PER",
"Text": "Maulana Fazlur Rahman",
"Start": 115,
"End": 136
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 148,
"End": 153
}
] |
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 Pakistan 's president had been telling the United States he was "forced" into taking a hawkish line on India precisely by the likes of Rahman, this was an embarrassment.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 3,
"End": 11
},
{
"TypeName": "LOC",
"Text": "United States",
"Start": 46,
"End": 59
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 106,
"End": 111
},
{
"TypeName": "PER",
"Text": "Rahman",
"Start": 138,
"End": 144
}
] |
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 reality is that India is no longer the enemy of choice for the people of Pakistan.
| "Results": [
{
"TypeName": "LOC",
"Text": "India",
"Start": 20,
"End": 25
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 77,
"End": 85
}
] |
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?
That distinction has now gone to the United States.
| "Results": [
{
"TypeName": "LOC",
"Text": "United States",
"Start": 37,
"End": 50
}
] |
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?
Realists, and this even includes members of the U.S. Democratic foreign policy establishment such as Strobe Talbott, who have long sought to divest India of its defensive capability against another nuclear power in Asia, understand the only feasible solution for Kashmir is the acceptance of the status quo.
| "Results": [
{
"TypeName": "LOC",
"Text": "U.S.",
"Start": 48,
"End": 52
},
{
"TypeName": "ORG",
"Text": "Strobe Talbott",
"Start": 101,
"End": 115
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 148,
"End": 153
},
{
"TypeName": "LOC",
"Text": "Asia",
"Start": 215,
"End": 219
},
{
"TypeName": "LOC",
"Text": "Kashmir",
"Start": 263,
"End": 270
}
] |
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?
India keeps what it has while Pakistan and China (which was gifted a slice of the territory three decades ago) do likewise.
| "Results": [
{
"TypeName": "LOC",
"Text": "India",
"Start": 0,
"End": 5
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 30,
"End": 38
},
{
"TypeName": "LOC",
"Text": "China",
"Start": 43,
"End": 48
}
] |
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?
Simultaneously, New Delhi would ensure a degree of autonomy for the state that would help cut popular support off from jihadis attempting to convert Kashmir into a second Afghanistan.
| "Results": [
{
"TypeName": "LOC",
"Text": "New Delhi",
"Start": 16,
"End": 25
},
{
"TypeName": "LOC",
"Text": "Kashmir",
"Start": 149,
"End": 156
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 171,
"End": 182
}
] |
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?
Bill Clinton understood this at the end of his term in office yet, under Colin Powell (who appears to have an affinity for generals active in politics), the pendulum of U.S. policy has once again swung toward a quixotic effort to prize at least the Valley of Kashmir loose from India.
| "Results": [
{
"TypeName": "PER",
"Text": "Bill Clinton",
"Start": 0,
"End": 12
},
{
"TypeName": "PER",
"Text": "Colin Powell",
"Start": 73,
"End": 85
},
{
"TypeName": "LOC",
"Text": "U.S.",
"Start": 169,
"End": 173
},
{
"TypeName": "LOC",
"Text": "Valley of Kashmir",
"Start": 249,
"End": 266
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 278,
"End": 283
}
] |
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, Pakistan 's lobbyist in Washington Christina Rocca has been told, is the "minimum" that the Pakistan army will accept.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 6,
"End": 14
},
{
"TypeName": "PER",
"Text": "Washington Christina Rocca",
"Start": 30,
"End": 56
},
{
"TypeName": "ORG",
"Text": "Pakistan army",
"Start": 98,
"End": 111
}
] |
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 is also far more than what any administration in New Delhi can deliver.
| "Results": [
{
"TypeName": "LOC",
"Text": "New Delhi",
"Start": 52,
"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?
This writer has for years regarded the best solution to the Kashmir problem as being the trifurcation of the Indian part of the state into a Hindu-majority Jammu, a Buddhist-dominated Ladakh and the overwhelmingly Muslim Kashmir Valley, with the third state given little of taxpayers ' money but substantial autonomy.
| "Results": [
{
"TypeName": "LOC",
"Text": "Kashmir",
"Start": 60,
"End": 67
},
{
"TypeName": "LOC",
"Text": "Jammu",
"Start": 156,
"End": 161
},
{
"TypeName": "LOC",
"Text": "Ladakh",
"Start": 184,
"End": 190
},
{
"TypeName": "LOC",
"Text": "Kashmir Valley",
"Start": 221,
"End": 235
}
] |
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?
With luck, the Kashmir Valley can attract investment from the Middle East and other locations where Muslims are dominant and become a tourist, education and services haven within India.
| "Results": [
{
"TypeName": "LOC",
"Text": "Kashmir Valley",
"Start": 15,
"End": 29
},
{
"TypeName": "LOC",
"Text": "Middle East",
"Start": 62,
"End": 73
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 179,
"End": 184
}
] |
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 overwhelming majority of Muslims in Kashmir would be happy with such an outcome, except for the tiny jihadi segment patronized by the U.S. State Department and the Pakistan Army, which would like to even the score with India for their catastrophic defeat in Bangladesh in 1971.
| "Results": [
{
"TypeName": "LOC",
"Text": "Kashmir",
"Start": 40,
"End": 47
},
{
"TypeName": "ORG",
"Text": "U.S. State Department",
"Start": 138,
"End": 159
},
{
"TypeName": "ORG",
"Text": "Pakistan Army",
"Start": 168,
"End": 181
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 223,
"End": 228
},
{
"TypeName": "LOC",
"Text": "Bangladesh",
"Start": 262,
"End": 272
}
] |
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?
Unreported by the international media, the Valley of Kashmir has seen an ethnic and cultural genocide that has resulted in the fleeing from the valley of almost all the Hindu families who have been living there since human habitation was first recorded.
| "Results": [
{
"TypeName": "LOC",
"Text": "Valley of Kashmir",
"Start": 43,
"End": 60
}
] |
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?
Over nine dozen temples that had served the Hindu population have been destroyed, with some used as building material and others as urinals.
| "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?
Thus far, none of the many "human rights" busybodies across the world have bothered to even notice such a development.
| "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?
Indeed, their reports are filled with tales of the "atrocities" of Indian troops on the innocent jihadis.
| "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?
Despite Sept. 11, the United States still supports the Kashmir groups that back jihad as part of the price Washington is paying to keep Pervez Musharraf happy.
| "Results": [
{
"TypeName": "LOC",
"Text": "United States",
"Start": 22,
"End": 35
},
{
"TypeName": "LOC",
"Text": "Kashmir",
"Start": 55,
"End": 62
},
{
"TypeName": "LOC",
"Text": "Washington",
"Start": 107,
"End": 117
},
{
"TypeName": "PER",
"Text": "Pervez Musharraf",
"Start": 136,
"End": 152
}
] |
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?
Unfortunately for them, the general has decided to take seriously Colin Powell 's frequent boasts that it was on his nudging that the Indians made conciliatory gestures toward Islamabad.
| "Results": [
{
"TypeName": "PER",
"Text": "Colin Powell",
"Start": 66,
"End": 78
},
{
"TypeName": "LOC",
"Text": "Islamabad",
"Start": 176,
"End": 185
}
] |
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 U.S. State Department and the misnamed think tanks that follow its lead have held numerous conferences on Kashmir and, in most of them, the solution that has emerged is a valley prized loose from Indian control and under its own version of Ibrahim Rugova.
| "Results": [
{
"TypeName": "ORG",
"Text": "U.S. State Department",
"Start": 4,
"End": 25
},
{
"TypeName": "LOC",
"Text": "Kashmir",
"Start": 110,
"End": 117
},
{
"TypeName": "PER",
"Text": "Ibrahim Rugova",
"Start": 244,
"End": 258
}
] |
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?
That India is not Yugoslavia and that the "foreigner-led" Indian National Congress can least afford to ignore Indian nationalism, has not struck the conferees, among whom have been several Indian "scholars" and "analysts" ready to say and endorse anything for the sake of a free trip to New York or Vienna.
| "Results": [
{
"TypeName": "LOC",
"Text": "India",
"Start": 5,
"End": 10
},
{
"TypeName": "LOC",
"Text": "Yugoslavia",
"Start": 18,
"End": 28
},
{
"TypeName": "ORG",
"Text": "Indian National Congress",
"Start": 58,
"End": 82
},
{
"TypeName": "LOC",
"Text": "New York",
"Start": 287,
"End": 295
},
{
"TypeName": "LOC",
"Text": "Vienna",
"Start": 299,
"End": 305
}
] |
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?
Despite many wrinkles, India remains a part-democracy and merely signing on to a piece of paper that calls for an independent Kashmir does not get you into the trouble that writing an op-ed piece against Sonia Gandhi or Atal Behari Vajpayee would instantly.
| "Results": [
{
"TypeName": "LOC",
"Text": "India",
"Start": 23,
"End": 28
},
{
"TypeName": "LOC",
"Text": "Kashmir",
"Start": 126,
"End": 133
},
{
"TypeName": "PER",
"Text": "Sonia Gandhi",
"Start": 204,
"End": 216
},
{
"TypeName": "PER",
"Text": "Atal Behari Vajpayee",
"Start": 220,
"End": 240
}
] |
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 was the business community in India that stepped in after Vajpayee indulged in an empty bout of saber rattling in 2002, pointing out that the only beneficiary of the mythical perception that war -- especially nuclear war -- was around the corner in the subcontinent was China.
| "Results": [
{
"TypeName": "LOC",
"Text": "India",
"Start": 33,
"End": 38
},
{
"TypeName": "PER",
"Text": "Vajpayee",
"Start": 61,
"End": 69
},
{
"TypeName": "LOC",
"Text": "China",
"Start": 273,
"End": 278
}
] |
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 reason for this is that India is emerging as an alternative investment destination to China, hence the favor that the generals in Islamabad do to their trusty supplier of nukes and missiles by creating a scare about war involving India when in fact the real flashpoints are the Taiwan Straits and North Korea.
| "Results": [
{
"TypeName": "LOC",
"Text": "India",
"Start": 28,
"End": 33
},
{
"TypeName": "LOC",
"Text": "China",
"Start": 90,
"End": 95
},
{
"TypeName": "LOC",
"Text": "Islamabad",
"Start": 134,
"End": 143
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 28,
"End": 33
},
{
"TypeName": "LOC",
"Text": "Taiwan Straits",
"Start": 282,
"End": 296
},
{
"TypeName": "LOC",
"Text": "North Korea",
"Start": 301,
"End": 312
}
] |
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?
Since then, India has talked peace while always signaling that only the status quo would be acceptable as a final settlement: a line of action that is followed in the case of disputes with China as well.
| "Results": [
{
"TypeName": "LOC",
"Text": "India",
"Start": 12,
"End": 17
},
{
"TypeName": "LOC",
"Text": "China",
"Start": 189,
"End": 194
}
] |
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?
Unfortunately for those eager to indefinitely carry on with the lucrative business of conflict resolution in South Asia, Pervez Musharraf has now called Colin Powell 's bluff, challenging him to deliver on his frequent statements implying that the Indians jump to his commands.
| "Results": [
{
"TypeName": "LOC",
"Text": "South Asia",
"Start": 109,
"End": 119
},
{
"TypeName": "PER",
"Text": "Pervez Musharraf",
"Start": 121,
"End": 137
},
{
"TypeName": "PER",
"Text": "Colin Powell",
"Start": 153,
"End": 165
}
] |
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?
Once the Manmohan Singh government shows that it has little appetite for suicide, Musharraf will face the moment of truth: accept the inevitable, or once again ramp up the insurgency and spawn a fresh lot of killers that can hit not merely Mumbai and New Delhi but London and Chicago as well.
| "Results": [
{
"TypeName": "PER",
"Text": "Manmohan Singh",
"Start": 9,
"End": 23
},
{
"TypeName": "PER",
"Text": "Musharraf",
"Start": 82,
"End": 91
},
{
"TypeName": "LOC",
"Text": "Mumbai",
"Start": 240,
"End": 246
},
{
"TypeName": "LOC",
"Text": "New Delhi",
"Start": 251,
"End": 260
},
{
"TypeName": "LOC",
"Text": "London",
"Start": 265,
"End": 271
},
{
"TypeName": "LOC",
"Text": "Chicago",
"Start": 276,
"End": 283
}
] |
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 one country that has shown that it understands the realities in South Asia is China.
| "Results": [
{
"TypeName": "LOC",
"Text": "South Asia",
"Start": 68,
"End": 78
},
{
"TypeName": "LOC",
"Text": "China",
"Start": 82,
"End": 87
}
] |
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?
Under President Hu Jintao, Beijing has opened out to New Delhi and Prime Minister Wen Jiabao is expected to visit early next year, making friends by formally accepting Sikkim as part of India and backing India as a permanent member of the U.N. Security Council -- thus leaving Washington as the only one of the "permanent five" that has not yet done so.
| "Results": [
{
"TypeName": "PER",
"Text": "Hu Jintao",
"Start": 16,
"End": 25
},
{
"TypeName": "LOC",
"Text": "Beijing",
"Start": 27,
"End": 34
},
{
"TypeName": "LOC",
"Text": "New Delhi",
"Start": 53,
"End": 62
},
{
"TypeName": "PER",
"Text": "Wen Jiabao",
"Start": 82,
"End": 92
},
{
"TypeName": "LOC",
"Text": "Sikkim",
"Start": 168,
"End": 174
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 186,
"End": 191
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 186,
"End": 191
},
{
"TypeName": "ORG",
"Text": "U.N. Security Council",
"Start": 239,
"End": 260
},
{
"TypeName": "LOC",
"Text": "Washington",
"Start": 277,
"End": 287
}
] |
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?
With Colin Powell around, the U.S. has no need of an Osama bin Laden
| "Results": [
{
"TypeName": "PER",
"Text": "Colin Powell",
"Start": 5,
"End": 17
},
{
"TypeName": "LOC",
"Text": "U.S.",
"Start": 30,
"End": 34
},
{
"TypeName": "PER",
"Text": "Osama bin Laden",
"Start": 53,
"End": 68
}
] |
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?
M.D. Nalapat, an expert on jihad, is professor of geopolitics at the Manipal Academy of Higher Education, India.
| "Results": [
{
"TypeName": "PER",
"Text": "M.D. Nalapat",
"Start": 0,
"End": 12
},
{
"TypeName": "ORG",
"Text": "Manipal Academy of Higher Education",
"Start": 69,
"End": 104
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 106,
"End": 111
}
] |
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?
Washington Times 28/10/2004
| "Results": [
{
"TypeName": "ORG",
"Text": "Washington Times",
"Start": 0,
"End": 16
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.