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?
That arrest in turn led to the dramatic capture of Khalid Mohammed, Al Qaeda 's #3.
| "Results": [
{
"TypeName": "PER",
"Text": "Khalid Mohammed",
"Start": 51,
"End": 66
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 68,
"End": 76
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Mohammed allegedly was hiding in the home of the Pakistani bacteriologist Dr. Abdul Qadoos Khan.
| "Results": [
{
"TypeName": "PER",
"Text": "Mohammed",
"Start": 0,
"End": 8
},
{
"TypeName": "PER",
"Text": "Abdul Qadoos Khan",
"Start": 78,
"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?
Along with Zawahiri, Abdel Rahman and his two sons have had considerable influence over Bin Laden.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 11,
"End": 19
},
{
"TypeName": "PER",
"Text": "Abdel Rahman",
"Start": 21,
"End": 33
},
{
"TypeName": "PER",
"Text": "Bin Laden",
"Start": 88,
"End": 97
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
He reportedly treated them like sons.
| "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?
Although while in jail in the early 1980s, Zawahiri caused considerable tension by challenging the blind sheik 's ability to lead a coalition of the Egyptian Islamic Jihad and the Egyptian Islamic Group, Zawahiri and OBL are Rahman 's friends.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 43,
"End": 51
},
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Jihad",
"Start": 149,
"End": 171
},
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Group",
"Start": 180,
"End": 202
},
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 43,
"End": 51
},
{
"TypeName": "PER",
"Text": "Rahman",
"Start": 225,
"End": 231
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 imprisoned WTC 1993 plotter Yousef was KSM 's nephew.
| "Results": [
{
"TypeName": "LOC",
"Text": "WTC",
"Start": 15,
"End": 18
},
{
"TypeName": "PER",
"Text": "Yousef",
"Start": 32,
"End": 38
},
{
"TypeName": "PER",
"Text": "KSM",
"Start": 43,
"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?
Thus, the leaders in charge of Al Qaeda 's anthrax production program had a close connection to those imprisoned in connection with the earlier bombing of the World Trade Center.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 31,
"End": 39
},
{
"TypeName": "LOC",
"Text": "World Trade Center",
"Start": 159,
"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?
According to the controversial "Feith memo," which summarized purported intelligence showing an Iraqi/Al Qaeda connection, Osama Bin Laden had asked Iraqi intelligence for technical assistance in sending letter bombs a half year before the Al Hayat letters were sent.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 102,
"End": 110
},
{
"TypeName": "PER",
"Text": "Osama Bin Laden",
"Start": 123,
"End": 138
},
{
"TypeName": "PER",
"Text": "Al Hayat",
"Start": 240,
"End": 248
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Just because Al Qaeda likes its truck bombs and the like to be effective does not mean they do not see the value in a deadly missive.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 13,
"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?
As Brian Jenkins once said, "terrorism is theater."
| "Results": [
{
"TypeName": "PER",
"Text": "Brian Jenkins",
"Start": 3,
"End": 16
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
A sender purporting to be islamist sent cyanide in both early 2002 and early 2003 in New Zealand and ingredients of nerve gas in Belgium in 2003.
| "Results": [
{
"TypeName": "LOC",
"Text": "New Zealand",
"Start": 85,
"End": 96
},
{
"TypeName": "LOC",
"Text": "Belgium",
"Start": 129,
"End": 136
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 's even a chapter titled "Poisonous Letter" in the Al Qaeda manual.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 57,
"End": 65
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 "Federal Eagle" stamp used in the anthrax mailings was a blue-green.
| "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 was widely published among the militant islamists that martyrs go to paradise "in the hearts of green birds."
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
In the very interview in which they admitted 9/11, and described the codes used for the four targets for the planes, the masterminds admitted to the Jenny code, the code for representing the date 9/11, and used the symbolism of the "Green Birds."
| "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?
Osama Bin Laden later invoked the symbolism in his video "The 19 Martyrs."
| "Results": [
{
"TypeName": "PER",
"Text": "Osama Bin Laden",
"Start": 0,
"End": 15
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 FAQ on the Azzam Publications website explained that "In the Hearts of Green Birds" refers to what is inside.
| "Results": [
{
"TypeName": "ORG",
"Text": "Azzam Publications",
"Start": 13,
"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?
The mailer 's use of "Greendale School" as the return address for the letters to the Senators is also revealing.
| "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?
A May 2001 letter that Zawahiri sent to Egyptian Islamic Jihad members abroad establish that Zawahiri used "school" as a code word for the Egyptian militant islamists in his correspondence.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 23,
"End": 31
},
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Jihad",
"Start": 40,
"End": 62
},
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 23,
"End": 31
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Green symbolizes Islam and was the Prophet Mohammed 's color.
| "Results": [
{
"TypeName": "PER",
"Text": "Mohammed",
"Start": 43,
"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?
By Greendale School, the anthrax perp was being cute, just as Yazid Sufaat was being cute in naming his lab Green Laboratory Medicine.
| "Results": [
{
"TypeName": "PER",
"Text": "Yazid Sufaat",
"Start": 62,
"End": 74
},
{
"TypeName": "ORG",
"Text": "Green Laboratory Medicine",
"Start": 108,
"End": 133
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
"Dale" means "river valley."
| "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?
Greendale likely refers to green river valley -- i.e., Cairo 's Egyptian Islamic Jihad or the Islamic Group.
| "Results": [
{
"TypeName": "LOC",
"Text": "Cairo",
"Start": 55,
"End": 60
},
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Jihad",
"Start": 64,
"End": 86
},
{
"TypeName": "ORG",
"Text": "Islamic Group",
"Start": 94,
"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?
The sender probably is announcing that he is of either Egyptian Islamic Jihad, Egyptian Islamic Group or Jihad-al Qaeda, which is actually the full name of the group after the merger of the Egyptian Islamic Jihad and al Qaeda.
| "Results": [
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Jihad",
"Start": 55,
"End": 77
},
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Group",
"Start": 79,
"End": 101
},
{
"TypeName": "ORG",
"Text": "al Qaeda",
"Start": 111,
"End": 119
},
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Jihad",
"Start": 55,
"End": 77
},
{
"TypeName": "ORG",
"Text": "al Qaeda",
"Start": 111,
"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?
At the Darunta complex where jihadis trained, recruits would wear green uniforms, except for Friday when they were washed.
| "Results": [
{
"TypeName": "LOC",
"Text": "Darunta",
"Start": 7,
"End": 14
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
In a Hadith the Messenger of Allah explains that the souls of the martyrs are in the hearts of green birds that fly wherever they please in the Paradise.
| "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?
As to opportunity, though seldom reported, there is a wealth of "open source" information about possible Al Qaeda or Egyptian Islamic Jihad or Egyptian Islamic Group in the United States and Canada.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 105,
"End": 113
},
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Jihad",
"Start": 117,
"End": 139
},
{
"TypeName": "ORG",
"Text": "Egyptian Islamic Group",
"Start": 143,
"End": 165
},
{
"TypeName": "LOC",
"Text": "United States",
"Start": 173,
"End": 186
},
{
"TypeName": "LOC",
"Text": "Canada",
"Start": 191,
"End": 197
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 public information mostly relates to those suspected sleepers who have been detained or who are at large and are being sought.
| "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?
Zawahiri 's mission in the United States in 1995 was to do spadework for terrorism, not fundraising for charitable causes.
| "Results": [
{
"TypeName": "PER",
"Text": "Zawahiri",
"Start": 0,
"End": 8
},
{
"TypeName": "LOC",
"Text": "United States",
"Start": 27,
"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 traveled under an alias and was accompanied by a former US Army sergeant named Ali Mohammed.
| "Results": [
{
"TypeName": "ORG",
"Text": "US Army",
"Start": 59,
"End": 66
},
{
"TypeName": "PER",
"Text": "Mohammed",
"Start": 86,
"End": 94
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
What mosques exactly did they visit and who did they meet?
| "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?
Whatever your political persuasion, the FBI and CIA deserve our support.
| "Results": [
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 40,
"End": 43
},
{
"TypeName": "ORG",
"Text": "CIA",
"Start": 48,
"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?
We are, after all, in this together.
| "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?
First, the nature of such an investigation is that we lack sufficient information to second-guess (or even know) what the FBI is doing.
| "Results": [
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 122,
"End": 125
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Media reports are a poor approximation of reality because of the lack of good sources.
| "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?
Second, hindsight is 20/20.
| "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?
Third, with the "new age" Efrem Zimbalist, Jr. in charge of the investigation, it is not likely we could do better in striking the appropriate balance between due process and national security.
| "Results": [
{
"TypeName": "PER",
"Text": "Efrem Zimbalist, Jr.",
"Start": 26,
"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?
Finally, the "Hatfill theory" seems to have been exhausted or at least lost public favor.
| "Results": [
{
"TypeName": "PER",
"Text": "Hatfill",
"Start": 14,
"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?
The "Hatfill theory" accusing Dr. Stephen Hatfill was always highly dubious.
| "Results": [
{
"TypeName": "PER",
"Text": "Hatfill",
"Start": 5,
"End": 12
},
{
"TypeName": "PER",
"Text": "Stephen Hatfill",
"Start": 34,
"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?
The suspicion was founded on many false premises, and there was no reliable publicly known evidence indicating his guilt.
| "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 FBI 's fixation on Hatfill (at least as rumored by some reporters) may have stemmed from a warning by one Senator that careers hung in the balance.
| "Results": [
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 4,
"End": 7
},
{
"TypeName": "PER",
"Text": "Hatfill",
"Start": 23,
"End": 30
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Leahy 's chief of staff apparently started with the strong predisposition that some right-winger was involved because two liberal democrats had been targeted.
| "Results": [
{
"TypeName": "PER",
"Text": "Leahy",
"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?
The Hatfill theory -- to include ongoing interviews and ongoing 7/24 surveillance by 8 surveillance specialists -- is now the subject of pending civil rights and libel claims of uncertain merit.
| "Results": [
{
"TypeName": "PER",
"Text": "Hatfill",
"Start": 4,
"End": 11
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 suit against the New York Times and columnist Nicholas Kristof was dismissed in late November 2004.
| "Results": [
{
"TypeName": "ORG",
"Text": "New York Times",
"Start": 19,
"End": 33
},
{
"TypeName": "PER",
"Text": "Nicholas Kristof",
"Start": 48,
"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?
The judge had agreed to delay the civil rights matter from proceeding until at least October 2004.
| "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 judge, frustrated by the apparent lack of progress, encouraged that the parties reach a negotiated compromise that would permit some limited discovery to proceed (and the judge has directed that the government to file an Answer to the Complaint).
| "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 Hatfill Theory ironically might best be understood as an Al Qaeda theory, with a coincidental Malaysian connection adding to the other circumstances.
| "Results": [
{
"TypeName": "PER",
"Text": "Hatfill",
"Start": 4,
"End": 11
},
{
"TypeName": "ORG",
"Text": "Al Qaeda",
"Start": 61,
"End": 69
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Given the regrettable leaks that he was under suspicion, it is only fair that the FBI leak with equal enthusiasm the fact that Dr. Hatfill has now been dropped as a suspect if and when that proves to be the case.
| "Results": [
{
"TypeName": "ORG",
"Text": "FBI",
"Start": 82,
"End": 85
},
{
"TypeName": "PER",
"Text": "Hatfill",
"Start": 131,
"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?
A search of Dr. Ken Berry 's residences likely will prove just about the last gasp of a biodefense insider theory.
| "Results": [
{
"TypeName": "PER",
"Text": "Ken Berry",
"Start": 16,
"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?
Senior officials have been quoted in the press as saying that the searches were for the purpose of excluding him as much as including him.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
In Baghdad the fighting still continues in several areas, mostly in Sadr city and Adhamiya.
| "Results": [
{
"TypeName": "LOC",
"Text": "Baghdad",
"Start": 3,
"End": 10
},
{
"TypeName": "LOC",
"Text": "Sadr city",
"Start": 68,
"End": 77
},
{
"TypeName": "LOC",
"Text": "Adhamiya",
"Start": 82,
"End": 90
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Baghdadis do n't venture much out of their neighbourhoods any more, you never know where you might get stuck.
| "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 has been talk that the night curfew might be implemented again.
| "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?
My neighbourhood has been surrounded by American troops for three days now, helicopters have been circling over our heads non-stop.
| "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?
Fedayeen are now visible on the street and they have become bolder than ever.
| "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?
Yesterday there were tens of them putting road blocks on our street and setting up mortars, they only come out in the open when Americans leave the area, then they start firing mortars indiscriminately and shooting their AK-47's in the air.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
They are setting the road blocks at the exact same positions they were during the war last year, which indicates they are the same people.
| "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?
And there is nothing we can do about it really, people who are suggesting that we go out and fight them are living in dream land.
| "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?
Even the IP and ICDC have abandoned the neighbourhood, and those are trained and armed, so do n't expect scared civilians to do anything except to hide inside and pray a helicopter or a tank does n't bomb them, and also how are American soldiers going to distinguish the brave and valiant civilians from the Fedayeen?
| "Results": [
{
"TypeName": "ORG",
"Text": "IP",
"Start": 9,
"End": 11
},
{
"TypeName": "ORG",
"Text": "ICDC",
"Start": 16,
"End": 20
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Everyone is apprehensive, there is some talk that April 9th and 10th are going to be bloody days.
| "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?
Most people have n't gone to work the last few days, although it seems that the rest of Baghdad is 'normal' (if you can define what normal is).
| "Results": [
{
"TypeName": "LOC",
"Text": "Baghdad",
"Start": 88,
"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?
There are rumours about preparations by slum dwellers for another looting spree against banks, governmental and public property similar to the one that took place last April, and I have already overheard youngsters in my neighbourhood joking about it and saying things like "This time we will be the first to loot, we did n't get anything the last time".
| "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?
Mosques are calling for donating blood, food, and medicine for Fallujah, and several convoys have already headed out for Fallujah, most of them returned later though.
| "Results": [
{
"TypeName": "LOC",
"Text": "Fallujah",
"Start": 63,
"End": 71
},
{
"TypeName": "LOC",
"Text": "Fallujah",
"Start": 63,
"End": 71
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
What irritates me is this sudden false 'solidarity' between Sunni and Shi'ite clerics, we all know that they would be glad to get at each other s throats when they have the chance, and Shia clerics were describing Fallujan insurgents as 'Ba'athists', 'Saddamites', 'Wahhabis', and 'terrorists' just a few days ago.
| "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?
So what happened?
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
I guess it 's just the old new Arab 'Me against my brother, me and my brother against my cousin, me and my cousin against my enemy', or 'The enemy of my enemy is my friend' thing going on again.
| "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?
Speaking of Fallujah, we have only Al-Jazeera to rely on for our news from there.
| "Results": [
{
"TypeName": "LOC",
"Text": "Fallujah",
"Start": 12,
"End": 20
},
{
"TypeName": "ORG",
"Text": "Al-Jazeera",
"Start": 35,
"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?
They have sent over their top reporter Ahmed Mansour to the town, and he is spouting all kinds of propaganda hourly reminding me of Al-Sahhaf.
| "Results": [
{
"TypeName": "PER",
"Text": "Ahmed Mansour",
"Start": 39,
"End": 52
},
{
"TypeName": "PER",
"Text": "Al-Sahhaf",
"Start": 132,
"End": 141
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
"They are targetting ambulances", "American snipers are shooting children and pregnant women", and "They are using cluster bombs against civilians" is all you get to hear from him.
| "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?
He did once make an unforgivable error when he mentioned that Fallujan militants were shooting at the Marines from the roofs of mosques and houses in Hay Al-Golan, but of course that is okay for Al-Jazeera.
| "Results": [
{
"TypeName": "ORG",
"Text": "Marines",
"Start": 102,
"End": 109
},
{
"TypeName": "LOC",
"Text": "Hay Al-Golan",
"Start": 150,
"End": 162
},
{
"TypeName": "ORG",
"Text": "Al-Jazeera",
"Start": 195,
"End": 205
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Someone who called himself Abu Hafs from the Ibn Al-Khattab Brigades (another new group) was on Al-Jazeera describing the enormous casualties among the Marines and he sweared that American soldiers were mutilating the bodies of dead insurgents.
| "Results": [
{
"TypeName": "PER",
"Text": "Abu Hafs",
"Start": 27,
"End": 35
},
{
"TypeName": "ORG",
"Text": "Al-Khattab Brigades",
"Start": 49,
"End": 68
},
{
"TypeName": "ORG",
"Text": "Al-Jazeera",
"Start": 96,
"End": 106
},
{
"TypeName": "ORG",
"Text": "Marines",
"Start": 152,
"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?
Over 300 Iraqis are reported dead and 500 wounded in Fallujah alone.
| "Results": [
{
"TypeName": "LOC",
"Text": "Fallujah",
"Start": 53,
"End": 61
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Al-Iraqiyah tv said that ICDC were controlling Ramadi.
| "Results": [
{
"TypeName": "ORG",
"Text": "Al-Iraqiyah",
"Start": 0,
"End": 11
},
{
"TypeName": "ORG",
"Text": "ICDC",
"Start": 25,
"End": 29
},
{
"TypeName": "LOC",
"Text": "Ramadi",
"Start": 47,
"End": 53
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Azzaman newspaper mentioned an announcement signed by Abdul Aziz bin Muqrin, an Al-Qaeda operative in Saudi Arabia on an Islamic website 'the voice of Jihad', in which he stated that "although mutilating dead bodies is not originally permitted in Islam, but in this case it is allowed if Muslims use it against infidels to deter them from committing criminal actions".
| "Results": [
{
"TypeName": "ORG",
"Text": "Azzaman",
"Start": 0,
"End": 7
},
{
"TypeName": "PER",
"Text": "Abdul Aziz bin Muqrin",
"Start": 54,
"End": 75
},
{
"TypeName": "ORG",
"Text": "Al-Qaeda",
"Start": 80,
"End": 88
},
{
"TypeName": "LOC",
"Text": "Saudi Arabia",
"Start": 102,
"End": 114
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 added that "America does not understand anything except the language of force and retaliation, they were kicked out of Somalia in humiliation after that soldier was dragged in Mogadishu for the whole world to see", and that "the day will come when the dead bodies of Americans and Jews would be dragged, defiled, and stepped on in the Arabian peninsula together with their agents and supporters".
| "Results": [
{
"TypeName": "LOC",
"Text": "America",
"Start": 15,
"End": 22
},
{
"TypeName": "LOC",
"Text": "Somalia",
"Start": 122,
"End": 129
},
{
"TypeName": "LOC",
"Text": "Mogadishu",
"Start": 179,
"End": 188
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
One week to elections day and the general atmosphere in the capital is eerie, yet strikingly 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?
I suspect the streets of Baghdad will look as if a war is looming this week.
| "Results": [
{
"TypeName": "LOC",
"Text": "Baghdad",
"Start": 25,
"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?
There is no doubt that many Iraqis regard the date of 30 January as a day of renewed hope, one they have been awaiting all their lives, but at the same time, many others are already dreading it.
| "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 interim government has promised security measures that would reduce the violence on the day of elections, but I fail to see how they will be able to protect all 5,000 (or so) balloting centres.
| "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?
Many voting centres have already been successfully attacked or destroyed in many areas.
| "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?
Now that the picture is clear, the two main competing lists seem to be the United Iraqi Coalition list and Allawi 's Al-Iraqiya list.
| "Results": [
{
"TypeName": "ORG",
"Text": "United Iraqi Coalition",
"Start": 75,
"End": 97
},
{
"TypeName": "PER",
"Text": "Allawi",
"Start": 107,
"End": 113
},
{
"TypeName": "ORG",
"Text": "Al-Iraqiya",
"Start": 117,
"End": 127
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Ayad Allawi, and other ministers running on his list, have quite expectedly used their governmental positions in campaigning.
| "Results": [
{
"TypeName": "PER",
"Text": "Ayad Allawi",
"Start": 0,
"End": 11
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
One minister reportedly handed out 100 dollar 'gifts' to journalists attending a press conference for Allawi, a practice that brings back bad memories to many Iraqis.
| "Results": [
{
"TypeName": "PER",
"Text": "Allawi",
"Start": 102,
"End": 108
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Sheikh Naji Al-Abbudi, a spokesman for Sistani, affirmed the claims that the Grand Ayatollah is backing the United Iraqi Coalition list.
| "Results": [
{
"TypeName": "PER",
"Text": "Sheikh Naji Al-Abbudi",
"Start": 0,
"End": 21
},
{
"TypeName": "PER",
"Text": "Sistani",
"Start": 39,
"End": 46
},
{
"TypeName": "ORG",
"Text": "United Iraqi Coalition",
"Start": 108,
"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?
Indeed, Sistani 's agents all over the country have been quite active in educating Iraqi Shia on the merits of elections, which has led to the assassination of at least two of them.
| "Results": [
{
"TypeName": "PER",
"Text": "Sistani",
"Start": 8,
"End": 15
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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-Abbudi stated that "His Emminence" decided to openly support the list because "others" (obviously a reference to Allawi) have been abusing official state positions and media outlets in their campaigning.
| "Results": [
{
"TypeName": "PER",
"Text": "Al-Abbudi",
"Start": 0,
"End": 9
},
{
"TypeName": "PER",
"Text": "Allawi",
"Start": 116,
"End": 122
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Again there is no official written statement from Sistani 's office confirming this allegation, which I think is intentional.
| "Results": [
{
"TypeName": "PER",
"Text": "Sistani",
"Start": 50,
"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?
Ahmed Al-Chalabi and defense minister Hazim Al-Sha'lan have been engaging in shrill public attacks over the media.
| "Results": [
{
"TypeName": "PER",
"Text": "Ahmed Al-Chalabi",
"Start": 0,
"End": 16
},
{
"TypeName": "PER",
"Text": "Hazim Al-Sha'lan",
"Start": 38,
"End": 54
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Chalabi describing Sha'lan as a "Ba'athist" and a "former double agent for Saddam and the CIA", while Sha'lan dismisses Chalabi as a "thief" and an "Iranian stooge who longs for his own origins by defending Iran".
| "Results": [
{
"TypeName": "PER",
"Text": "Chalabi",
"Start": 0,
"End": 7
},
{
"TypeName": "PER",
"Text": "Sha'lan",
"Start": 19,
"End": 26
},
{
"TypeName": "PER",
"Text": "Saddam",
"Start": 75,
"End": 81
},
{
"TypeName": "ORG",
"Text": "CIA",
"Start": 90,
"End": 93
},
{
"TypeName": "PER",
"Text": "Sha'lan",
"Start": 19,
"End": 26
},
{
"TypeName": "PER",
"Text": "Chalabi",
"Start": 0,
"End": 7
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
One remark made by Sha'lan on Al-Arabiya TV, that he could n't say more about Chalabi because he would embarrass himself and the viewers almost made me roll on the floor.
| "Results": [
{
"TypeName": "PER",
"Text": "Sha'lan",
"Start": 19,
"End": 26
},
{
"TypeName": "ORG",
"Text": "Al-Arabiya TV",
"Start": 30,
"End": 43
},
{
"TypeName": "PER",
"Text": "Chalabi",
"Start": 78,
"End": 85
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
It was an extremely amusing episode, watching Chalabi looking smug and amused, contrasted with Sha'lan, all serious and barely keeping himself from swearing.
| "Results": [
{
"TypeName": "PER",
"Text": "Chalabi",
"Start": 46,
"End": 53
},
{
"TypeName": "PER",
"Text": "Sha'lan",
"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?
Fistfights, please.
| "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?
Hazim Al-Sha'lan, by the way, is the son of the late Sheikh of Al-Khaza'il in Diwaniya and has the potential to replace former information minister, M.S. Al-Sahaf, in his nonsensical media statements, which can be passed as jokes.
| "Results": [
{
"TypeName": "PER",
"Text": "Hazim Al-Sha'lan",
"Start": 0,
"End": 16
},
{
"TypeName": "LOC",
"Text": "Al-Khaza'il",
"Start": 63,
"End": 74
},
{
"TypeName": "LOC",
"Text": "Diwaniya",
"Start": 78,
"End": 86
},
{
"TypeName": "PER",
"Text": "M.S. Al-Sahaf",
"Start": 149,
"End": 162
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 main Kurdish coalition list (PUK and KDP) is barely mentioned outside the Kurdish region.
| "Results": [
{
"TypeName": "ORG",
"Text": "PUK",
"Start": 33,
"End": 36
},
{
"TypeName": "ORG",
"Text": "KDP",
"Start": 41,
"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?
Even there, many Kurds look and act as if they are going to grab the chance to vote them out of power.
| "Results": [] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
I doubt that will be the outcome though.
| "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?
Many Iraqis, including conservative and religious Iraqis, are surprisingly rooting for the Iraqi Communist party, probably in an attempt to counter the influence of Islamists in the forthcoming National Assembly.
| "Results": [
{
"TypeName": "ORG",
"Text": "Iraqi Communist party",
"Start": 91,
"End": 112
},
{
"TypeName": "ORG",
"Text": "National Assembly",
"Start": 194,
"End": 211
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where 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 Communist party has the largest number of registered party members in the country and can be considered as the oldest popular political party in Iraq.
| "Results": [
{
"TypeName": "ORG",
"Text": "Communist party",
"Start": 4,
"End": 19
},
{
"TypeName": "LOC",
"Text": "Iraq",
"Start": 149,
"End": 153
}
] |
Please identify all the named entities mentioned in the input sentence provided below. Use only the categories: PER - person, ORG - organization, and LOC - location.
Remember, nationalities are neither locations nor organizations, and organizations can represent other groups of people.
Pay attention to the provided example. You should only output the results in JSON format, following a similar structure to the example result provided.
Example sentence and results:
Where in the world is Iguazu?
"Results": [
{
"TypeName": "LOC",
"Text": "Iguazu",
"Start": 22,
"End": 28
}
]
Considering the input sentence below, what is the output result?
Its support base is much larger than what it seems.
| "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?
***
| "Results": [] |
Subsets and Splits