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 "trillion spore" issue was at the heart of a lot of mistaken theories of the matter concluding that state sponsorship was necessarily indicated.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
The reported finding at Dugway undermines the argument of both the "bomb Iraq" crowd and the liberals focused on Dr. Steve Hatfill who object to US biodefense research because they view it as being useful for offensive purposes.
| "Results": [
{
"TypeName": "LOC",
"Text": "Dugway",
"Start": 24,
"End": 30
},
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 73,
"End": 77
},
{
"TypeName": "PER",
"Text": "Steve Hatfill",
"Start": 117,
"End": 130
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 145,
"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?
USDA employee Johnelle Bryant first told us, in sensational detail, of Atta 's inquiries about purchasing and retrofitting a cropduster.
| "Results": [
{
"TypeName": "ORG",
"Text": "USDA",
"Start": 0,
"End": 4
},
{
"TypeName": "PER",
"Text": "Johnelle Bryant",
"Start": 14,
"End": 29
},
{
"TypeName": "PER",
"Text": "Atta",
"Start": 71,
"End": 75
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Khalid Mohammed then told interrogators that Zacarias Moussaoui 's inquiries about crop dusting may have related to Yazid Sufaat 's anthrax manufacturing plans.
| "Results": [
{
"TypeName": "PER",
"Text": "Khalid Mohammed",
"Start": 0,
"End": 15
},
{
"TypeName": "PER",
"Text": "Zacarias Moussaoui",
"Start": 45,
"End": 63
},
{
"TypeName": "PER",
"Text": "Yazid Sufaat",
"Start": 116,
"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?
Although the details of the documents on Mohammed 's computer may (or may not) point to possible difficulties in aerial dispersal, they are fully consistent with the product used in the anthrax mailings.
| "Results": [
{
"TypeName": "PER",
"Text": "Mohammed",
"Start": 41,
"End": 49
}
] |
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?
Al Qaeda had both the means and opportunity.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 0,
"End": 8
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
US-trained Malaysian biochemist Yazid Sufaat met with 9/11 plotters and two hijackers in January 2000.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 0,
"End": 2
},
{
"TypeName": "PER",
"Text": "Yazid Sufaat",
"Start": 32,
"End": 44
}
] |
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?
Sufaat was a member of Al Qaeda and a member of Jemaah Islamiah ("JI").
| "Results": [
{
"TypeName": "PER",
"Text": "Sufaat",
"Start": 0,
"End": 6
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 23,
"End": 31
},
{
"TypeName": "ORG",
"Text": "Jemaah Islamiah",
"Start": 48,
"End": 63
},
{
"TypeName": "ORG",
"Text": "JI",
"Start": 66,
"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?
JI has ties with the Moro Front.
| "Results": [
{
"TypeName": "ORG",
"Text": "JI",
"Start": 0,
"End": 2
},
{
"TypeName": "ORG",
"Text": "Moro Front",
"Start": 21,
"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?
Sufaat used his company called Green Laboratory Medicine to buy items useful to Al Qaeda.
| "Results": [
{
"TypeName": "PER",
"Text": "Sufaat",
"Start": 0,
"End": 6
},
{
"TypeName": "ORG",
"Text": "Green Laboratory Medicine",
"Start": 31,
"End": 56
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 80,
"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?
(Green symbolizes "Islam" and Prophet Mohammed 's holy war).
| "Results": [
{
"TypeName": "PER",
"Text": "Mohammed",
"Start": 38,
"End": 46
}
] |
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?
Zacarias Moussaoui, who had a crop dusting manual when he was arrested, stayed at Sufaat 's condominium in 2000 when he was trying to arrange for flight lessons in Malaysia.
| "Results": [
{
"TypeName": "PER",
"Text": "Zacarias Moussaoui",
"Start": 0,
"End": 18
},
{
"TypeName": "PER",
"Text": "Sufaat",
"Start": 82,
"End": 88
},
{
"TypeName": "LOC",
"Text": "Malaysia",
"Start": 164,
"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?
Yazid Sufaat provided Moussaoui with a letter indicating that he was a marketing representative for Infocus Technologies and allegedly provided him $35,000.
| "Results": [
{
"TypeName": "PER",
"Text": "Yazid Sufaat",
"Start": 0,
"End": 12
},
{
"TypeName": "PER",
"Text": "Moussaoui",
"Start": 22,
"End": 31
},
{
"TypeName": "ORG",
"Text": "Infocus Technologies",
"Start": 100,
"End": 120
}
] |
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 crop dusters were to be part of a "second wave."
| "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?
After 9/11, Yazid Sufaat traveled to Afghanistan and Pakistan to work for the Taliban Medical Brigade and to continue his work with anthrax.
| "Results": [
{
"TypeName": "PER",
"Text": "Yazid Sufaat",
"Start": 12,
"End": 24
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 37,
"End": 48
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 53,
"End": 61
},
{
"TypeName": "ORG",
"Text": "Taliban Medical Brigade",
"Start": 78,
"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?
As described in US News, a former reporter from the Kabul Times actually may have met Sufaat, without realizing it, while traveling near Kabul in October 2001, perceiving him as Filipino.
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 16,
"End": 18
},
{
"TypeName": "ORG",
"Text": "Kabul Times",
"Start": 52,
"End": 63
},
{
"TypeName": "PER",
"Text": "Sufaat",
"Start": 86,
"End": 92
},
{
"TypeName": "LOC",
"Text": "Kabul",
"Start": 52,
"End": 57
}
] |
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 fellow was carrying papers from Zawahiri and bragging about his ability to manipulate anthrax.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 36,
"End": 44
}
] |
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?
Sufaat was arrested in December 2001 upon his return to Malaysia.
| "Results": [
{
"TypeName": "PER",
"Text": "Sufaat",
"Start": 0,
"End": 6
},
{
"TypeName": "LOC",
"Text": "Malaysia",
"Start": 56,
"End": 64
}
] |
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?
Newsweek reported that a "second wave" involving biological attacks had been thwarted upon the arrest of Al Qaeda members who had been intended to provide logistical support.
| "Results": [
{
"TypeName": "ORG",
"Text": "Newsweek",
"Start": 0,
"End": 8
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 105,
"End": 113
}
] |
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?
Various doctors, both foreign and American, are associated with Al Qaeda leaders or operatives, to include the doctors Abdul Qadoos Khan, a bacteriologist from Rawalpindi and Aafia Siddiqui, PhD, from Karachi.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 64,
"End": 72
},
{
"TypeName": "PER",
"Text": "Abdul Qadoos Khan",
"Start": 119,
"End": 136
},
{
"TypeName": "LOC",
"Text": "Rawalpindi",
"Start": 160,
"End": 170
},
{
"TypeName": "PER",
"Text": "Aafia Siddiqui",
"Start": 175,
"End": 189
},
{
"TypeName": "LOC",
"Text": "Karachi",
"Start": 201,
"End": 208
}
] |
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?
Microbiologist Abdul Qadoos Khan was charged along with his son, Ahmed, for harboring the fugitives.
| "Results": [
{
"TypeName": "PER",
"Text": "Abdul Qadoos Khan",
"Start": 15,
"End": 32
},
{
"TypeName": "PER",
"Text": "Ahmed",
"Start": 65,
"End": 70
}
] |
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 of March 28, 2003, he was in a hospital for a cardiac problem and had been granted "pre-arrest bail."
| "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?
Yet all you read about at the time was the arrest of the son Ahmed Abdul Qadoos, who receives a stipend from the UN for being officially low-IQ due to lead poisoning.
| "Results": [
{
"TypeName": "PER",
"Text": "Ahmed Abdul Qadoos",
"Start": 61,
"End": 79
},
{
"TypeName": "ORG",
"Text": "UN",
"Start": 113,
"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?
It was Khalid Mohammed who told authorities about Aafia Siddiqui, who has a PhD from Brandeis in neurology.
| "Results": [
{
"TypeName": "PER",
"Text": "Khalid Mohammed",
"Start": 7,
"End": 22
},
{
"TypeName": "PER",
"Text": "Aafia Siddiqui",
"Start": 50,
"End": 64
},
{
"TypeName": "ORG",
"Text": "Brandeis",
"Start": 85,
"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?
The Pakistani press reported that she was nabbed in Karachi after being spotted at the airport in late March or early April 2003.
| "Results": [
{
"TypeName": "LOC",
"Text": "Karachi",
"Start": 52,
"End": 59
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
If mistaken, how did those reports first come about?
| "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?
Understandably, Amerithrax is a confidential investigation.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
The Pakistan ISI and CIA rarely grant press interviews in connection with an ongoing manhunt.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 4,
"End": 12
},
{
"TypeName": "ORG",
"Text": "CIA",
"Start": 21,
"End": 24
}
] |
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 CIA did not even allow the FBI access to KSM for 10 days after his arrest.
| "Results": [
{
"TypeName": "ORG",
"Text": "CIA",
"Start": 4,
"End": 7
},
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 31,
"End": 34
},
{
"TypeName": "PER",
"Text": "KSM",
"Start": 45,
"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?
As agent Van Harp, then head of the Amerithrax investigation said, the information coming from Khalid Mohammed is classified with the authorities releasing only certain limited information.
| "Results": [
{
"TypeName": "PER",
"Text": "Van Harp",
"Start": 9,
"End": 17
},
{
"TypeName": "PER",
"Text": "Khalid Mohammed",
"Start": 95,
"End": 110
}
] |
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 it 's not easy to separate fact from fiction, Attorney General Ashcroft and Director Mueller have publicly confirmed Aafia is still being sought.
| "Results": [
{
"TypeName": "PER",
"Text": "Ashcroft",
"Start": 69,
"End": 77
},
{
"TypeName": "PER",
"Text": "Mueller",
"Start": 91,
"End": 98
},
{
"TypeName": "PER",
"Text": "Aafia",
"Start": 123,
"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?
They would know.
| "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?
Her mother Ismat last saw Aafia and her grandchildren before they left in a minicab at the end of March.
| "Results": [
{
"TypeName": "PER",
"Text": "Ismat",
"Start": 11,
"End": 16
},
{
"TypeName": "PER",
"Text": "Aafia",
"Start": 26,
"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?
Aafia was on her way with her children to visit and uncle and a friend in Islamabad.
| "Results": [
{
"TypeName": "PER",
"Text": "Aafia",
"Start": 0,
"End": 5
},
{
"TypeName": "LOC",
"Text": "Islamabad",
"Start": 74,
"End": 83
}
] |
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?
According to the Pakistan reports, Aafia Siddiqui was detained after being spotted at Karachi International airport (after she was followed to a relative 's house).
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 17,
"End": 25
},
{
"TypeName": "PER",
"Text": "Aafia Siddiqui",
"Start": 35,
"End": 49
},
{
"TypeName": "LOC",
"Text": "Karachi",
"Start": 86,
"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?
(Karachi is in the south).
| "Results": [
{
"TypeName": "LOC",
"Text": "Karachi",
"Start": 1,
"End": 8
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
The reports say she is suspected of having been a member of Al Qaeda 's "Chemical Wire Group."
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 60,
"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?
The family 's lawyer advises me that Aafia did not have enough money to pay for airfare tickets for herself and the kids and called Ismat from the train station.
| "Results": [
{
"TypeName": "PER",
"Text": "Aafia",
"Start": 37,
"End": 42
},
{
"TypeName": "PER",
"Text": "Ismat",
"Start": 132,
"End": 137
}
] |
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 was the last Ismat heard from her.
| "Results": [
{
"TypeName": "PER",
"Text": "Ismat",
"Start": 18,
"End": 23
}
] |
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?
Aafia never reached the uncle 's house.
| "Results": [
{
"TypeName": "PER",
"Text": "Aafia",
"Start": 0,
"End": 5
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Perhaps something got lost in the translation, but the phrase "Chemical Wire Group" has appeared in all the english Pakistan and India papers.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 116,
"End": 124
},
{
"TypeName": "LOC",
"Text": "India",
"Start": 129,
"End": 134
}
] |
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 family 's attorney advises me that Aafia had no knowledge of chemicals (and that would not appear to be her training).
| "Results": [
{
"TypeName": "PER",
"Text": "Aafia",
"Start": 39,
"End": 44
}
] |
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 still is a very hot pursuit of the "Atta-level" Floridian, Adnan El Shukrijumah, who Siddiqui is thought to have known and been assisting.
| "Results": [
{
"TypeName": "PER",
"Text": "Atta",
"Start": 42,
"End": 46
},
{
"TypeName": "PER",
"Text": "Adnan El Shukrijumah",
"Start": 65,
"End": 85
},
{
"TypeName": "PER",
"Text": "Siddiqui",
"Start": 91,
"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?
His nickname is "Jafar the Pilot."
| "Results": [
{
"TypeName": "PER",
"Text": "Jafar the Pilot",
"Start": 17,
"End": 32
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
A senior DOJ official reports that Adnan has experience as a commercial pilot.
| "Results": [
{
"TypeName": "ORG",
"Text": "DOJ",
"Start": 9,
"End": 12
},
{
"TypeName": "PER",
"Text": "Adnan",
"Start": 35,
"End": 40
}
] |
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?
He is said by one FBI agent to be "very, very, very" dangerous.
| "Results": [
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 18,
"End": 21
}
] |
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?
He allegedly was at one or more meetings in the Summer of 2001 in Pakistan at which KSM and Sufaat were present.
| "Results": [
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 66,
"End": 74
},
{
"TypeName": "PER",
"Text": "KSM",
"Start": 84,
"End": 87
},
{
"TypeName": "PER",
"Text": "Sufaat",
"Start": 92,
"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?
He may have been seen in Hamilton, Canada -- along with Egyptian al-Maati, who apparently also has received pilot training.
| "Results": [
{
"TypeName": "LOC",
"Text": "Hamilton",
"Start": 25,
"End": 33
},
{
"TypeName": "LOC",
"Text": "Canada",
"Start": 35,
"End": 41
},
{
"TypeName": "PER",
"Text": "al-Maati",
"Start": 65,
"End": 73
}
] |
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 United States truly no longer has time for faulty analysis or politically-based preconceptions.
| "Results": [
{
"TypeName": "LOC",
"Text": "United States",
"Start": 4,
"End": 17
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
In early June 2003, a CIA report concluded that the reason for Atta 's and Zacarias Moussaoui 's inquiries into cropdusters was in fact for the contemplated use in dispersing biological agents such as anthrax.
| "Results": [
{
"TypeName": "ORG",
"Text": "CIA",
"Start": 22,
"End": 25
},
{
"TypeName": "PER",
"Text": "Atta",
"Start": 63,
"End": 67
},
{
"TypeName": "PER",
"Text": "Zacarias Moussaoui",
"Start": 75,
"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?
It has long been known Osama Bin Laden was interested in using cropdusters to disperse biological agents (since the testimony of millennium bomber Ahmed Ressam).
| "Results": [
{
"TypeName": "PER",
"Text": "Osama Bin Laden",
"Start": 23,
"End": 38
},
{
"TypeName": "PER",
"Text": "Ahmed Ressam",
"Start": 147,
"End": 159
}
] |
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 hijacker Ahmed Alhaznawi appears to have contracted cutaneous anthrax in Afghanistan.
| "Results": [
{
"TypeName": "PER",
"Text": "Ahmed Alhaznawi",
"Start": 13,
"End": 28
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 77,
"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?
It is reasonable to credit his statement that he got the lesion after bumping into a suitcase he was carrying at a camp in Afghanistan.
| "Results": [
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 123,
"End": 134
}
] |
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 lesion is further evidence of Al Qaeda 's anthrax production program at Kandahar.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 34,
"End": 42
},
{
"TypeName": "LOC",
"Text": "Kandahar",
"Start": 76,
"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?
The present evidence relating to Atta 's alleged travel to Prague does not warrant a conclusion that Al Qaeda obtained the Ames strain from Iraq.
| "Results": [
{
"TypeName": "PER",
"Text": "Atta",
"Start": 33,
"End": 37
},
{
"TypeName": "LOC",
"Text": "Prague",
"Start": 59,
"End": 65
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 101,
"End": 109
},
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 140,
"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?
Iraq, however, remains a possible source of the Ames.
| "Results": [
{
"TypeName": "LOC",
"Text": "Iraq",
"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?
Former Russian bioweaponeer Ken Alibek has said that a key Russian scientist assisted Iraq and that Russia had the Ames strain.
| "Results": [
{
"TypeName": "PER",
"Text": "Ken Alibek",
"Start": 28,
"End": 38
},
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 86,
"End": 90
},
{
"TypeName": "LOC",
"Text": "Russia",
"Start": 7,
"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?
(His conclusion may have been based on the fake mobile biolab plans foisted upon the US by the Chalabi associate "Curveball", which Alibek divined to be identical to Russian mobile lab design).
| "Results": [
{
"TypeName": "LOC",
"Text": "US",
"Start": 85,
"End": 87
},
{
"TypeName": "PER",
"Text": "Chalabi",
"Start": 95,
"End": 102
},
{
"TypeName": "PER",
"Text": "Alibek",
"Start": 132,
"End": 138
}
] |
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?
Zawahiri did travel to Baghdad in 1998 with an entourage to attend the birthday party of Saddam 's son.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 0,
"End": 8
},
{
"TypeName": "LOC",
"Text": "Baghdad",
"Start": 23,
"End": 30
},
{
"TypeName": "PER",
"Text": "Saddam",
"Start": 89,
"End": 95
}
] |
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 papers found at headquarters of the Mukhabarat, Iraq 's secret police, show that an entourage from Al Qaeda group was sent to the Iraqi capital in March 1998 from Sudan.
| "Results": [
{
"TypeName": "ORG",
"Text": "Mukhabarat",
"Start": 40,
"End": 50
},
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 52,
"End": 56
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 103,
"End": 111
},
{
"TypeName": "LOC",
"Text": "Sudan",
"Start": 167,
"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?
According to at least some reports, Bin Laden rejected the suggestion of a closer alliance -- preferring to pursue his own concept of jihad.
| "Results": [
{
"TypeName": "PER",
"Text": "Bin Laden",
"Start": 36,
"End": 45
}
] |
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 top Iraqi scientists, code named Charlie and Alpha, are helping the coalition to learn more about Iraqi 's anthrax program, according to Dr. David Kay, head of the Iraq survey group in charge of the hunt for WMD.
| "Results": [
{
"TypeName": "PER",
"Text": "Charlie",
"Start": 37,
"End": 44
},
{
"TypeName": "PER",
"Text": "Alpha",
"Start": 49,
"End": 54
},
{
"TypeName": "LOC",
"Text": "Iraqi",
"Start": 8,
"End": 13
},
{
"TypeName": "PER",
"Text": "David Kay",
"Start": 145,
"End": 154
},
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 8,
"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?
He has said that the Iraqis made surprising innovations in the milling and drying processes needed to weaponize anthrax.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
The media coverage has been seriously confused on the issue of motive and the reason Senators Daschle and Leahy would have been targeted -- tending to simplistically view them as "liberals."
| "Results": [
{
"TypeName": "PER",
"Text": "Daschle",
"Start": 94,
"End": 101
},
{
"TypeName": "PER",
"Text": "Leahy",
"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?
Zawahiri likely targeted Senators Daschle and Leahy to receive anthrax letters, in addition to various media outlets, because of the appropriations made pursuant to the "Leahy Law" to military and security forces.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 0,
"End": 8
},
{
"TypeName": "PER",
"Text": "Daschle",
"Start": 34,
"End": 41
},
{
"TypeName": "PER",
"Text": "Leahy",
"Start": 46,
"End": 51
},
{
"TypeName": "PER",
"Text": "Leahy",
"Start": 46,
"End": 51
}
] |
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 money has prevented the militant islamists from achieving their goals.
| "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?
Al Qaeda members and sympathizers feel that the FBI 's involvement in countries like Egypt, Saudi Arabia, Pakistan, Indonesia, and the Philippines interferes with the sovereignty of those countries.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 0,
"End": 8
},
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 48,
"End": 51
},
{
"TypeName": "LOC",
"Text": "Egypt",
"Start": 85,
"End": 90
},
{
"TypeName": "LOC",
"Text": "Saudi Arabia",
"Start": 92,
"End": 104
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 106,
"End": 114
},
{
"TypeName": "LOC",
"Text": "Indonesia",
"Start": 116,
"End": 125
},
{
"TypeName": "LOC",
"Text": "Philippines",
"Start": 135,
"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?
According to a post she made on the internet, Aafia Siddiqui expressed the same sentiment in connection with US appropriations sought in exchange for the extradition of WTC 1993 plotter Ramzi Yousef from Pakistan.
| "Results": [
{
"TypeName": "PER",
"Text": "Aafia Siddiqui",
"Start": 46,
"End": 60
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 109,
"End": 111
},
{
"TypeName": "LOC",
"Text": "WTC",
"Start": 169,
"End": 172
},
{
"TypeName": "PER",
"Text": "Ramzi Yousef",
"Start": 186,
"End": 198
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 204,
"End": 212
}
] |
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?
Senator Leahy was Chairman of both the Judiciary Committee overseeing the FBI and Appropriations Subcommittee in charge of foreign aid to these countries.
| "Results": [
{
"TypeName": "PER",
"Text": "Leahy",
"Start": 8,
"End": 13
},
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 74,
"End": 77
}
] |
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 late September 2001, it was announced that the President was seeking a blanket waiver that would lift all restrictions on aid to military and security units in connection with pursuing the militant islamists.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
This extradition and imprisonment of Al Qaeda leaders, along with US support for Israel and the Mubarak government in Egypt, remains foremost in the mind of Dr. Zawahiri.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 37,
"End": 45
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 66,
"End": 68
},
{
"TypeName": "LOC",
"Text": "Israel",
"Start": 81,
"End": 87
},
{
"TypeName": "PER",
"Text": "Mubarak",
"Start": 96,
"End": 103
},
{
"TypeName": "LOC",
"Text": "Egypt",
"Start": 118,
"End": 123
},
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 161,
"End": 169
}
] |
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 height of the development of his biological weapons program, his brother was extradited pursuant to a death sentence in the "Albanian returnees" case (now he faces retrial).
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
It 's hard to keep up with the stories about billion dollar appropriations, debt forgiveness, and loan guarantees to countries like Egypt and Israel and now even Pakistan.
| "Results": [
{
"TypeName": "LOC",
"Text": "Egypt",
"Start": 132,
"End": 137
},
{
"TypeName": "LOC",
"Text": "Israel",
"Start": 142,
"End": 148
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 162,
"End": 170
}
] |
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?
Those appropriations pale in comparison to the many tens of billions in appropriations relating to the invasion of Iraq.
| "Results": [
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 115,
"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?
Al Qaeda had a motive in mind.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 0,
"End": 8
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
In his Fall 2001 book titled Knights under the Banner of the Prophet, Zawahiri argued that the secular press was telling "lies" about the militant islamists -- to include the suggestion that the militant islamists were somehow the creation of the United States in connection with expelling the Russians from Afghanistan.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 70,
"End": 78
},
{
"TypeName": "LOC",
"Text": "United States",
"Start": 247,
"End": 260
},
{
"TypeName": "LOC",
"Text": "Afghanistan",
"Start": 308,
"End": 319
}
] |
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?
Zawahiri argued instead that they have been active since the assassination of Anwar Sadat in Egypt because of the Camp David Accord and the resulting peace treaty between Egypt and Israel.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 0,
"End": 8
},
{
"TypeName": "PER",
"Text": "Anwar Sadat",
"Start": 78,
"End": 89
},
{
"TypeName": "LOC",
"Text": "Egypt",
"Start": 93,
"End": 98
},
{
"TypeName": "LOC",
"Text": "Egypt",
"Start": 93,
"End": 98
},
{
"TypeName": "LOC",
"Text": "Israel",
"Start": 181,
"End": 187
}
] |
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 anthrax letters were sent on the date of the Camp David Accord and then the date Anwar Sadat was assassinated as if to underscore the point to anyone paying attention.
| "Results": [
{
"TypeName": "PER",
"Text": "Anwar Sadat",
"Start": 85,
"End": 96
}
] |
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?
Most of the "talking heads" on television, however, knew only that Daschle and Leahy were liberal democrats and did not know anything of Al Qaeda beyond what they read in the US newspapers.
| "Results": [
{
"TypeName": "PER",
"Text": "Daschle",
"Start": 67,
"End": 74
},
{
"TypeName": "PER",
"Text": "Leahy",
"Start": 79,
"End": 84
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 137,
"End": 145
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 175,
"End": 177
}
] |
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 FBI 's profile includes a US-based supporter of the militant islamists.
| "Results": [
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 4,
"End": 7
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 30,
"End": 32
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Attorney General Ashcroft explained that an "either-or" approach is not useful.
| "Results": [
{
"TypeName": "PER",
"Text": "Ashcroft",
"Start": 17,
"End": 25
}
] |
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 media has tended to overlook the fact that when the FBI uses the word "domestic" the word includes a US-based, highly-educated supporter of the militant islamists.
| "Results": [
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 56,
"End": 59
},
{
"TypeName": "LOC",
"Text": "US",
"Start": 105,
"End": 107
}
] |
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 an emerging consensus that anthrax was contained in a letter to AMI, the publisher of the National Enquirer -- in a goofy love letter to Jennifer Lopez enclosing a Star of David and proposing marriage.
| "Results": [
{
"TypeName": "ORG",
"Text": "AMI",
"Start": 73,
"End": 76
},
{
"TypeName": "ORG",
"Text": "National Enquirer",
"Start": 99,
"End": 116
},
{
"TypeName": "PER",
"Text": "Jennifer Lopez",
"Start": 146,
"End": 160
}
] |
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?
A report by the Center for Disease Control of interviews with AMI employees (as well as detailed interviews by author Leonard Cole) supports the conclusion that there were not one, but two, such mailings containing anthrax.
| "Results": [
{
"TypeName": "ORG",
"Text": "Center for Disease Control",
"Start": 16,
"End": 42
},
{
"TypeName": "ORG",
"Text": "AMI",
"Start": 62,
"End": 65
},
{
"TypeName": "PER",
"Text": "Leonard Cole",
"Start": 118,
"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?
(The letters were to different AMI publications -- one to the National Enquirer and another to The Sun).
| "Results": [
{
"TypeName": "ORG",
"Text": "AMI",
"Start": 31,
"End": 34
},
{
"TypeName": "ORG",
"Text": "National Enquirer",
"Start": 62,
"End": 79
},
{
"TypeName": "ORG",
"Text": "The Sun",
"Start": 95,
"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?
(News assistant Bobby Bender recalls the letter containing the items to have been addressed to The Sun.)
| "Results": [
{
"TypeName": "PER",
"Text": "Bobby Bender",
"Start": 16,
"End": 28
},
{
"TypeName": "ORG",
"Text": "The Sun",
"Start": 95,
"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?
This tactic of letters is not merely the modus operandi of these militant islamists inspired by Zawahiri, it is their signature.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 96,
"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?
The islamists sent letter bombs in January 1997 to newspaper offices in New York City and Washington, D.C..
| "Results": [
{
"TypeName": "LOC",
"Text": "New York City",
"Start": 72,
"End": 85
},
{
"TypeName": "LOC",
"Text": "Washington",
"Start": 90,
"End": 100
},
{
"TypeName": "LOC",
"Text": "D.C.",
"Start": 102,
"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?
They were sent in connection with the earlier bombing of the World Trade Center and the imprisonment of the blind sheik, Sheik Abdel Rahman.
| "Results": [
{
"TypeName": "LOC",
"Text": "World Trade Center",
"Start": 61,
"End": 79
},
{
"TypeName": "PER",
"Text": "Sheik Abdel Rahman",
"Start": 121,
"End": 139
}
] |
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 former leader of the Egyptian Al-Gamaa al-Islamiya ("Islamic Group"), he was also a spiritual leader of Al Qaeda.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al-Gamaa al-Islamiya",
"Start": 34,
"End": 54
},
{
"TypeName": "ORG",
"Text": "Islamic Group",
"Start": 57,
"End": 70
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 108,
"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?
The letter bombs were sent in connection with the treatment of the Egyptian islamists imprisoned for the earlier attack on the WTC and a related plot.
| "Results": [
{
"TypeName": "LOC",
"Text": "WTC",
"Start": 127,
"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?
The purpose of the letter bombs -- which resulted in minimal casualty -- was to send a message.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
(There initially was an outstanding $2 million reward -- under the rewards for justice program, the reward now is up to $5 million.).
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
There was no claim of responsibility.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
There was no explanation.
| "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?
Once one had been received, the next ten, mailed on two separate dates, were easily collected.
| "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?
Sound familiar?
| "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?
Two bombs were also sent to Leavenworth, where a key WTC 1993 defendant was imprisoned, addressed to "Parole Officer."
| "Results": [
{
"TypeName": "LOC",
"Text": "Leavenworth",
"Start": 28,
"End": 39
},
{
"TypeName": "LOC",
"Text": "WTC",
"Start": 53,
"End": 56
}
] |
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 position does not exist).
| "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?
Abdel Rahman 's son was captured in Quetta, Pakistan in mid-February 2003.
| "Results": [
{
"TypeName": "PER",
"Text": "Abdel Rahman",
"Start": 0,
"End": 12
},
{
"TypeName": "LOC",
"Text": "Quetta",
"Start": 36,
"End": 42
},
{
"TypeName": "LOC",
"Text": "Pakistan",
"Start": 44,
"End": 52
}
] |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.