input
listlengths 2
305
| output
listlengths 2
305
| instructions
stringclasses 1
value |
---|---|---|
[
"2",
".",
"Adverse",
"outcomes",
"of",
"drugs"
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"objective",
"of",
"the",
"branch",
"is",
"to",
"establish",
"a",
"modern",
"integrated",
"management",
"system",
"to",
"increase",
"the",
"economic",
"standard",
"of",
"farming",
"community",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Recurrent",
"Expenditure",
"Capital",
"Expenditure",
"Total",
"Expenditure"
] |
[
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Otherwise",
",",
"the",
"selection",
"will",
"be",
"made",
"by",
"this",
"office",
"and",
"our",
"office",
"will",
"provide",
"the",
"beneficiary's",
"name",
"and",
"address",
"to",
"the",
"donor",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Padaviya",
"Rs",
".",
"160.50",
"Million",
"Bid",
"Evaluation",
"is",
"in",
"progress",
"."
] |
[
"B-LOC",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Providing",
"provisions",
"for",
"the",
"self-employment",
"training",
"to",
"the",
"persons",
"with",
"disabilities",
"in",
"100",
"Divisional",
"Secretariats",
"under",
"the",
"skills",
"development",
"programmes"
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"B-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Accordingly",
",",
"at",
"the",
"revision",
"of",
"electoral",
"registers",
"in",
"2015",
",",
"multiple",
"registrations",
"among",
"newly",
"inserted",
"names",
"within",
"the",
"district",
",",
"newly",
"inserted",
"names",
"within",
"the",
"district",
"and",
"the",
"names",
"in",
"the",
"operative",
"electoral",
"register",
"(",
"2014",
")",
"of",
"the",
"district",
",",
"newly",
"inserted",
"names",
"within",
"the",
"district",
"and",
"newly",
"inserted",
"names",
"in",
"all",
"other",
"districts",
",",
"and",
"newly",
"inserted",
"names",
"within",
"the",
"district",
"and",
"the",
"names",
"in",
"the",
"operative",
"electoral",
"registers",
"of",
"all",
"other",
"districts",
"were",
"examined",
"by",
"using",
"methods",
"to",
"check",
"the",
"multiple",
"registrations",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"1000",
"copies",
"of",
"Newsletter",
"issued",
"under",
"first",
"publication",
"in",
"August",
",",
"2013",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Special",
"magazine",
"on",
"Hindu",
"Religious",
"General",
"Knowledge",
"examination",
"prize",
"giving",
"has",
"also",
"been",
"published",
"."
] |
[
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Actions",
"have",
"been",
"taken",
"to",
"pay",
"bills",
"for",
"telephone",
",",
"water",
",",
"electricity",
"chargers",
"and",
"the",
"total",
"value",
"is",
"Rs",
".",
"5,911,254",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"8",
".",
"Construction",
"of",
"New",
"Security",
"Hut",
"at",
"Horana",
"Court",
"Complex"
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"diverted",
"water",
"from",
"Gin",
"and",
"Nilwala",
"basin",
"during",
"South",
"West",
"monsoon",
"period",
"is",
"to",
"be",
"transferred",
"to",
"meet",
"the",
"irrigation",
"deficit",
"in",
"Muruthawela",
"and",
"Kirama",
"Oya",
"systems",
"and",
"excess",
"water",
"to",
"store",
"in",
"Muruthawela",
"&",
"Chandrika",
"wewa",
"as",
"presently",
"these",
"reservoirs",
"get",
"water",
"during",
"North",
"east",
"monsoon",
"period",
"only",
"."
] |
[
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"I-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Resettlement",
"work",
"has",
"to",
"be",
"completed",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"course",
"consists",
"of",
"three",
"parts",
"as",
"Diploma",
",",
"Higher",
"Diploma",
"and",
"Degree",
"programs",
"."
] |
[
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"notice",
"about",
"the",
"exhibition",
"of",
"“",
"A",
"”",
"and",
"“",
"B",
"”",
"lists",
"under",
"the",
"Section",
"13",
"(",
"2",
")",
"of",
"the",
"Registration",
"of",
"Electors",
"Act",
"was",
"published",
"in",
"Gazette",
"No",
".",
"1936",
"/",
"42",
"of",
"15.10.2015",
"and",
"in",
"all",
"national",
"newspapers",
"on",
"15.10.2015",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"After",
"holding",
"long-term",
"discussions",
"separately",
"for",
"Ministries",
",",
"it",
"was",
"confirmed",
"whether",
"the",
"provisions",
"have",
"been",
"allocated",
"properly",
"for",
"all",
"the",
"projects",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Even",
"in",
"a",
"context",
"where",
",",
"organizational",
"activities",
"related",
"to",
"the",
"Presidential",
"Election",
"and",
"the",
"Parliamentary",
"Election",
"had",
"to",
"be",
"carried",
"out",
",",
"actions",
"were",
"taken",
"to",
"hold",
"3",
"Audit",
"and",
"Management",
"Committee",
"Meetings",
"during",
"the",
"year",
"2015",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Although",
"provisions",
"for",
"gratuity",
"have",
"to",
"be",
"invested",
"separately",
",",
"the",
"total",
"amount",
"could",
"not",
"be",
"invested",
"due",
"to",
"the",
"financial",
"difficulties",
"of",
"the",
"Institute",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"comparative",
"statement",
"of",
"number",
"of",
"electors",
"in",
"polling",
"divisions",
"of",
"each",
"electoral",
"district",
"from",
"the",
"year",
"2006",
"to",
"2015",
"is",
"given",
"in",
"the",
"Table",
"XI",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Implement",
"the",
"Private",
"Public",
"Partnership",
"(",
"PPP",
")"
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Serial",
"number",
"Field",
"Percentage",
"01",
"Depression",
"95%",
"(",
"depressive",
"symptoms",
")",
"02",
"Unemployment",
"68%",
"Unemployment",
"is",
"the",
"main",
"cause",
"30%",
"(",
"unemployment",
"in",
"districts",
")",
"Did",
"not",
"receive",
"vocational",
"training",
"(",
"age",
"15",
"to",
"29",
")",
"65%",
"Preferred",
"Job",
"Preference",
"67",
"(",
"Self",
"Employment",
")",
"10",
"Opportunity",
"to",
"be",
"a",
"self-employed",
"person",
"(",
"no",
"chance",
")",
"37%",
"According",
"the",
"research",
"finding",
"we",
"organized",
"two",
"conferences",
"respectively",
";",
"one",
"in",
"Kilinochchi",
"District",
"with",
"the",
"relevant",
"government",
"and",
"non-government",
"organizations",
"on",
"21.10.2013",
"and",
"another",
"one",
"with",
"relevant",
"line",
"ministries",
"and",
"non-government",
"organizations",
"on",
"04.12.2013",
"."
] |
[
"O",
"O",
"O",
"O",
"B-MISC",
"B-MISC",
"B-MISC",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"B-MISC",
"O",
"B-MISC",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"If",
"Institute",
"operations",
"will",
"not",
"be",
"continued",
"the",
"land",
"should",
"be",
"handed",
"over",
"to",
"the",
"University",
"of",
"Moratuwa",
"as",
"per",
"the",
"MOU",
"signed",
"between",
"University",
"of",
"Moratuwa",
"and",
"the",
"Institute",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"B-ORG",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"drug-addicted",
"persons",
",",
"who",
"enter",
"the",
"Samadhi",
"Home",
",",
"should",
"be",
"rehabilitated",
",",
"intoxicated",
"and",
"improved",
"in",
"skills",
"during",
"their",
"residential",
"time",
"period",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Sabragamuwa",
"Provincial",
"Council",
"Members",
",",
"Kegalle",
"District",
"Secretary",
",",
"Additional",
"Secretary",
"of",
"this",
"Ministry",
",",
"Director",
"and",
"Officers",
"of",
"this",
"Department",
"and",
"public",
"participated",
"at",
"the",
"event",
"."
] |
[
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"rest",
"of",
"79%",
"are",
"non-academic",
"staff",
"."
] |
[
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Grant",
"approval",
"of",
"the",
"Department",
"of",
"the",
"National",
"Budget",
"to",
"travel",
"abroad",
"for",
"various",
"purposes",
"(",
"trainings",
",",
"meetings",
",",
"seminars",
",",
"conference",
"etc",
".",
")"
] |
[
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"institute",
"had",
"enrolled",
"as",
"a",
"continuous",
"participant",
"of",
"“",
"Deyata",
"Kirula",
"”",
"national",
"exhibition",
"in",
"Ampara",
",",
"Bingiriya",
"Mal",
"Wasanthaya",
"and",
"Ag",
"Biz",
"exhibition",
"held",
"in",
"June",
"at",
"the",
"Bandaranayake",
"Memorial",
"International",
"Conference",
"Hall",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"B-MISC",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"These",
"Vehicles",
"are",
"maintained",
"by",
"the",
"establishment",
"Division",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"11",
".",
"Constructions",
"and",
"assets"
] |
[
"B-MISC",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Mission",
"The",
"mission",
"of",
"the",
"Superior",
"Court",
"Complex",
"Management",
"Board",
"is",
"to",
"maintain",
"and",
"improve",
"existing",
"buildings",
"so",
"that",
"all",
"judges",
",",
"lawyers",
",",
"litigants",
",",
"employees",
"of",
"the",
"Ministry",
"of",
"Justice",
"and",
"employees",
"of",
"the",
"Marshall's",
"Office",
",",
"as",
"well",
"as",
"other",
"members",
"of",
"the",
"public",
",",
"can",
"perform",
"their",
"functions",
"efficiently",
"and",
"effectively",
"and",
"achieve",
"the",
"vision",
"of",
"the",
"organization",
"by",
"creating",
"the",
"more",
"people-friendly",
"environment",
"that",
"needs",
"to",
"be",
"achieved",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Unnichchi",
"Tank",
"Rs",
".",
"139.17",
"Mn",
"The",
"revised",
"estimate",
"is",
"to",
"be",
"received",
"on",
"the",
"recommendation",
"of",
"the",
"Dam",
"Protection",
"and",
"Water",
"Resources",
"Planning",
"Project",
"."
] |
[
"B-MISC",
"I-MISC",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"In",
"terms",
"of",
"Section",
"126",
"of",
"the",
"Parliamentary",
"Elections",
"Act",
",",
"action",
"was",
"taken",
"to",
"provide",
"political",
"broadcasting",
"facilities",
"to",
"the",
"contesting",
"political",
"parties",
"and",
"independent",
"groups",
"by",
"the",
"Sri",
"Lanka",
"Broadcasting",
"Corporation",
"and",
"Sri",
"Lanka",
"Rupavahini",
"Corporation",
"."
] |
[
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Expand",
"the",
"project",
"into",
"other",
"districts"
] |
[
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Nawakiri",
"tank",
"330",
"Mn",
"Rs",
".",
"449.83",
"Mn",
"The",
"revised",
"estimate",
"is",
"to",
"be",
"received",
"on",
"the",
"recommendation",
"of",
"the",
"DSRP",
"Project",
"."
] |
[
"B-MISC",
"I-MISC",
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"After",
"that",
"they",
"introduced",
"tea",
"plantation",
"and",
"the",
"first",
"tea",
"sapling",
"planted",
"in",
"the",
"island",
"can",
"be",
"seen",
"in",
"Loolkandura",
"estate",
"in",
"Delthota",
"Divisional",
"secretariat",
"even",
"today",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"potential",
"and",
"the",
"capability",
"of",
"the",
"Institute",
"will",
"be",
"thoroughly",
"tested",
"in",
"the",
"coming",
"years",
"as",
"the",
"external",
"environment",
"related",
"to",
"many",
"aspects",
",",
"both",
"commercial",
"and",
"academic",
"may",
"become",
"very",
"competitive",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"2.1.3",
"Groundwater",
"Investigation",
"Geophysical",
"Investigations",
"have",
"been",
"carried",
"out",
"in",
"8",
"locations",
"at",
"Wilgamuwa",
"DS",
"division",
"and",
"5",
"locations",
"are",
"selected",
"for",
"drilling",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"B-LOC",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Tissue",
"Cultured",
"banana",
"is",
"the",
"most",
"demanded",
"fruit",
"in",
"all",
"around",
"of",
"the",
"country",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Library",
"Collection",
"The",
"Library",
"has",
"a",
"fair",
"collection",
"of",
"very",
"expensive",
"specialized",
"reports",
"and",
"publications",
"with",
"frequent",
"updates",
"obtained",
"from",
"reliable",
"and",
"independent",
"organizations",
"both",
"in",
"and",
"out",
"of",
"the",
"country",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"This",
"is",
"not",
"an",
"estimated",
"expense",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"4.1.7",
".",
"General",
"Deposit",
"Account",
"Six",
"miscellaneous",
"deposit",
"accounts",
"had",
"been",
"executed",
"in",
"the",
"District",
"Secretariat",
",",
"Galle",
"for",
"year",
"2015",
"whilst",
"receipts",
",",
"payments",
"within",
"the",
"year",
"and",
"final",
"balance",
"as",
"at",
"31.12.2015",
"for",
"each",
"account",
"are",
"as",
"follows",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"O",
"B-LOC",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"1.8",
"Water",
"Quality",
"Study",
"in",
"Chronic",
"Kidney",
"disease",
"prevailing",
"areas",
"(",
"Rs",
".",
"5",
"Million",
")",
"CKD",
"(",
"Chronic",
"Kidney",
"Disease",
")",
"is",
"initially",
"reported",
"in",
"some",
"parts",
"of",
"North",
"Central",
"Province",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"I-LOC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"This",
"Institute",
"was",
"established",
"in",
"2010",
"in",
"the",
"court",
"building",
"in",
"Palawatte",
"-",
"Battaramulla",
"to",
"fulfill",
"the",
"training",
"requirements",
"of",
"Non-Judicial",
"Officers",
"who",
"work",
"at",
"Courts",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Robotics",
"Laboratory",
"Construction",
"of",
"mobile",
"platform",
"based",
"applications",
"for",
"exhibition",
"purposes",
"amidst",
"staff",
"shortage",
"."
] |
[
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"This",
"is",
"a",
"novel",
"educational",
"venture",
"for",
"Agriculture",
"entrepreneurs",
"and",
"this",
"is",
"the",
"first",
"opportunity",
"for",
"rural",
"farming",
"community",
"to",
"upgrade",
"their",
"knowledge",
"using",
"local",
"language",
"in",
"Sri",
"Lanka",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"All",
"the",
"vehicles",
"of",
"the",
"Authority",
"are",
"more",
"than",
"10",
"years",
"old",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Bidding",
"Document",
"is",
"reviewed",
"by",
"TEC",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"2.3.1",
"Variation",
"of",
"storage",
"at",
"district",
"wise",
"during",
"Yala",
"2015"
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"workshops",
"were",
"conducted",
"in",
"three",
"selected",
"schools",
"in",
"Kegalle",
",",
"Puttlam",
"and",
"Kurunegala",
"districts",
"to",
"make",
"the",
"school",
"students",
"aware",
"of",
"the",
"dangerous",
"aspect",
"of",
"the",
"Cyber",
"space",
",",
"simultaneously",
"with",
"the",
"Deyata",
"Kirula",
"program",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Four",
"apartment",
"housing",
"schemes",
"were",
"constructed",
"under",
"the",
"Tsunami",
"Rehabilitation",
"Program",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Andara",
"Costage",
"Harisinghe",
"Harischandra",
"De",
"Costa",
"Saidulla",
"Mustajab",
"Marikkar",
"United",
"National",
"Party",
"Being",
"elected",
"to",
"the",
"Parliament"
] |
[
"B-PER",
"I-PER",
"I-PER",
"I-PER",
"I-PER",
"I-PER",
"B-PER",
"I-PER",
"I-PER",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"3.1",
"Financial",
"Result",
"Financial",
"deficiency",
"of",
"the",
"year",
"of",
"2012",
"is",
"Rs",
".",
"12,176,526",
"/",
"-",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"A",
"sum",
"of",
"Rs",
".",
"31,362,104,000",
"had",
"been",
"provided",
"for",
"the",
"Department",
"of",
"National",
"Budget",
"after",
"incorporating",
"the",
"budget",
"proposals",
"and",
"savings",
"from",
"identified",
"expenditure",
"heads",
"to",
"the",
"original",
"estimates",
"of",
"2014",
"."
] |
[
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Although",
"HD",
"58343",
",",
"HD",
"76868",
"and",
"HD",
"56139",
"stars",
"are",
"in",
"good",
"agreement",
"with",
"the",
"theoretical",
"profiles",
"they",
"showed",
"peculiar",
"behavior",
"in",
"their",
"projected",
"rotational",
"velocities",
"."
] |
[
"O",
"B-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"1",
".",
"Rs",
".",
"1000",
"Senior",
"Citizens",
"Allowance",
"The",
"Government",
"has",
"allocated",
"additional",
"provisions",
"for",
"the",
"welfare",
"of",
"the",
"elders",
"under",
"the",
"2012",
"Budget",
"Proposals",
"with",
"the",
"objective",
"of",
"providing",
"protection",
"and",
"welfare",
"for",
"the",
"Sri",
"Lankan",
"elder",
"citizens",
"over",
"70",
"years",
"of",
"age",
"under",
"the",
"Mahinda",
"Chinthana",
"Vision",
"."
] |
[
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"Commissioner",
"of",
"Elections",
"attended",
"the",
"main",
"function",
"held",
"in",
"Badulla",
"District",
"."
] |
[
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"1",
".",
"Programmable",
"Logic",
"Controller",
"Course",
"2013",
"(",
"1st",
")",
"10th",
"March",
"-",
"28th",
"April",
"Rs",
"."
] |
[
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"B-MISC",
"O",
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"A",
"majority",
"of",
"the",
"stakeholders",
"'",
"interviews",
"were",
"completed",
"in",
"2015",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"iii",
")",
"Project",
"expenditure",
"had",
"increased",
"by",
"337%",
"in",
"comparison",
"to",
"the",
"previous",
"year",
"owing",
"to",
"the",
"expenses",
"incurred",
"on",
"Janasevana",
"project",
"and",
"the",
"establishment",
"of",
"management",
"corporations",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Conducting",
"an",
"Exposition",
"of",
"Relics",
"at",
"Sri",
"Sudarmalaya",
"Temple",
"from",
"04th",
"to",
"10th",
"March",
"2015",
"and",
"organizing",
"the",
"procession",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"annual",
"procession",
"held",
"during",
"the",
"month",
"of",
"July",
"to",
"August",
"can",
"be",
"known",
"as",
"the",
"grand",
"cultural",
"display",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Providing",
"provisions",
"for",
"the",
"preparation",
"of",
"the",
"“",
"Kalaya",
"”",
"the",
"annual",
"magazine"
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"At",
"that",
"juncture",
",",
"the",
"payments",
"had",
"to",
"be",
"made",
"on",
"several",
"occasions",
"and",
"the",
"allowance",
"for",
"the",
"month",
"of",
"June",
"2012",
"had",
"to",
"be",
"paid",
"until",
"October",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"24",
".",
"Revocation",
"of",
"Irrevocable",
"Deeds",
"of",
"Gift",
"(",
"Special",
"Provisions",
")",
"Act",
"This",
"Bill",
"provides",
"for",
"the",
"Revocation",
"of",
"Irrevocable",
"Deeds",
"of",
"Gift",
"to",
"be",
"only",
"on",
"the",
"Order",
"of",
"a",
"competent",
"court",
"."
] |
[
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"3.2.7",
".",
"Instructions",
"were",
"given",
"to",
"implement",
"a",
"special",
"programme",
",",
"as",
"in",
"the",
"previous",
"years",
",",
"under",
"the",
"personal",
"supervision",
"of",
"each",
"District",
"Deputy",
"/",
"Assistant",
"Commissioners",
"of",
"Elections",
"to",
"register",
"Tamil",
"speaking",
"persons",
"serving",
"in",
"the",
"plantation",
"industry",
"and",
"other",
"related",
"jobs",
"who",
"have",
"not",
"been",
"registered",
"as",
"electors",
"due",
"to",
"various",
"reasons",
"such",
"as",
"inability",
"to",
"confirm",
"the",
"date",
"of",
"birth",
",",
"problems",
"in",
"relation",
"to",
"the",
"citizenship",
",",
"staying",
"away",
"from",
"home",
"during",
"the",
"enumeration",
"period",
"owing",
"to",
"their",
"careers",
"and",
"not",
"interested",
"in",
"registering",
"as",
"electors",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Forwarding",
"students",
"for",
"the",
"All",
"Island",
"Dhamma",
"School",
"Students",
"Skills",
"Evaluation",
"-",
"2015",
"which",
"was",
"held",
"at",
"Ampara",
"D.S",
".",
"Senanayake",
"College",
"."
] |
[
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"12,000",
"Copies",
"of",
"“",
"Hindu",
"Pnachangam",
"”",
"were",
"published",
"and",
"provided",
"to",
"people",
",",
"temples",
"and",
"Hindu",
"Organizations"
] |
[
"B-MISC",
"I-MISC",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Also",
",",
"all",
"the",
"elder",
"caregivers",
"that",
"are",
"employed",
"will",
"work",
"according",
"to",
"a",
"code",
"of",
"ethics",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"INTERNATIONAL",
"CHILD",
"ABDUCTION",
"ACT",
"NO",
"10",
"OF",
"2001",
"52",
"applications",
"have",
"been",
"received",
"in",
"respect",
"of",
"child",
"abduction",
"under",
"the",
"Act",
"No",
".10",
"of",
"2001",
"."
] |
[
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"3",
".",
"Wattala",
"Courts",
"Complex"
] |
[
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"expenditure",
"on",
"each",
"of",
"Project",
"01",
"and",
"02",
"are",
"as",
"follows",
"separately",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Methods",
"In",
"order",
"to",
"analyse",
"these",
"collected",
"data",
",",
"Ms",
"excel",
",",
"Spss",
"data",
"analysing",
"methods",
"were",
"used",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Therefore",
",",
"total",
"expenditure",
"of",
"the",
"project",
"at",
"the",
"end",
"of",
"December",
"2015",
"was",
"Rs",
".",
"3369.24",
"million",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Slow-moving",
"projects",
"–",
"Reformulation",
"or",
"phasing",
"out",
"of",
"all",
"such",
"projects",
"that",
"have",
"been",
"carried",
"in",
"estimates",
"for",
"several",
"years",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Figure",
"-",
"04",
"Comparison",
"of",
"Laboratory",
"Issues",
"and",
"Plant",
"Sales",
"in",
"last",
"Five",
"Years",
"Three",
"Tissue",
"Culture",
"laboratories",
"are",
"located",
"inside",
"the",
"Institute",
"."
] |
[
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"B-MISC",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"In",
"consequence",
",",
"you",
"are",
"informed",
"that",
"the",
"depreciation",
"amounts",
"are",
"correct",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"This",
"initial",
"study",
"phase",
"in",
"Kilinochchi",
"(",
"July",
"2013",
"–",
"December",
"2013",
")",
"focused",
"on",
"identifying",
"urgent",
"needs",
"and",
"the",
"solutions",
"with",
"the",
"integration",
"of",
"many",
"areas",
"(",
"Infrastructure",
",",
"Education",
"&",
"Training",
",",
"Agriculture",
",",
"Health",
",",
"self-employment",
",",
"etc",
".",
")"
] |
[
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"B-MISC",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Accordingly",
",",
"instructions",
"were",
"given",
"to",
"all",
"District",
"Registering",
"Officers",
"/",
"Government",
"Agents",
"as",
"well",
"as",
"to",
"Deputy",
"/",
"Assistant",
"Commissioners",
"of",
"Elections",
"to",
"afford",
"the",
"priority",
"to",
"low",
"income",
"persons",
"living",
"in",
"urban",
"areas",
",",
"people",
"living",
"in",
"urban",
"high",
"rise",
"apartments",
",",
"people",
"living",
"in",
"rented",
"/",
"leased",
"houses",
",",
"people",
"migrating",
"to",
"urban",
"areas",
"in",
"search",
"of",
"employment",
",",
"Tamil",
"speaking",
"people",
"who",
"were",
"serving",
"in",
"plantation",
"industry",
"and",
"related",
"jobs",
"in",
"Colombo",
",",
"Kalutara",
",",
"Galle",
"and",
"Matara",
"Districts",
"of",
"Central",
",",
"Uva",
"and",
"Sabaragamuwa",
"Provinces",
"and",
",",
"internally",
"displaced",
"persons",
"living",
"in",
"other",
"areas",
"of",
"the",
"Island",
"due",
"to",
"actions",
"of",
"militant",
"groups",
"in",
"Northern",
"and",
"Eastern",
"Provinces",
"and",
"mentally",
"sick",
"people",
"who",
"had",
"been",
"cured",
"but",
"continued",
"to",
"stay",
"in",
"Mental",
"Hospitals",
"due",
"to",
"non-acceptance",
"by",
"their",
"relatives",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Development",
"of",
"Hindu",
"Aranery",
"Schools",
"The",
"Hindu",
"Aranery",
"Schools",
"are",
"functioning",
"with",
"the",
"objectives",
"of",
"to",
"impress",
"the",
"values",
"of",
"moral",
"character",
"and",
"making",
"them",
"to",
"have",
"faith",
"in",
"the",
"almighty",
",",
"prayers",
"and",
"worshipping",
"at",
"temples",
"and",
"preaching",
"them",
"Hinduism",
"."
] |
[
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"However",
",",
"if",
"an",
"election",
"is",
"being",
"held",
"during",
"that",
"period",
",",
"applications",
"must",
"be",
"called",
"within",
"30",
"days",
"after",
"such",
"election",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"08",
".",
"Training",
"Program",
"on",
"Procurement",
"Activities"
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"4.4",
"In",
"accordance",
"with",
"the",
"notice",
"issued",
"on",
"21.11.2014",
"on",
"the",
"election",
"under",
"Section",
"2",
"of",
"the",
"Presidential",
"Elections",
"Act",
"and",
"under",
"the",
"Article",
"23",
"(",
"2",
")",
"of",
"the",
"respective",
"Act",
",",
"postal",
"voting",
"facilities",
"had",
"to",
"be",
"provided",
"to",
"the",
"public",
"officers",
"involved",
"in",
"the",
"election",
"duties",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Studying",
"long",
"standing",
"balances",
"and",
"making",
"recommendations",
"on",
"same",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"XVII",
".",
"Filling",
"of",
"vacancies",
"in",
"Provincial",
"Councils",
"-",
"2015"
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"O",
"B-MISC"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"6.7",
".",
"LEGAL",
"AID",
"COMMISSION",
"(",
"LAC",
")",
"The",
"Legal",
"Aid",
"Commission",
"was",
"established",
"by",
"the",
"Aid",
"Act",
"No",
".27",
"of",
"1978",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Calibrations",
"/",
"Performance",
"Tests",
"Major",
"Clients",
"Digital",
"and",
"Analog",
"Multimeters",
"/",
"Clamp",
"meters",
"/",
"Voltmeters",
"Oscilloscopes",
"Insulation",
"testers",
"/",
"Power",
"/",
"Earth",
"Testers",
"Miscellaneous",
"instruments",
"used",
"for",
"voltage",
",",
"current",
",",
"resistance",
"and",
"time",
"measurements"
] |
[
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Functions",
"Providing",
"vocational",
"training",
"for",
"disabled",
"male",
"and",
"female",
"youth",
",",
"providing",
"them",
"assistive",
"devices",
"for",
"self-employment",
"and",
"grooming",
"them",
"for",
"open",
"employments"
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"It",
"is",
"evident",
"that",
"as",
"the",
"community",
"has",
"accepted",
"mediation",
"to",
"be",
"a",
"mechanism",
"that",
"settles",
"disputes",
"amicably",
"with",
"a",
"convenient",
"and",
"less",
"costly",
"approach",
",",
"a",
"reference",
"to",
"the",
"mediation",
"of",
"disputes",
"is",
"on",
"the",
"increase",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"8,847",
"out",
"of",
"them",
"were",
"government",
"school",
"buildings",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"8.1",
"SRI",
"LANKA",
"JUDGES",
"’",
"INSTITUTE",
"Sri",
"Lanka",
"Judges",
"’",
"Institute",
"was",
"established",
"under",
"Act",
"No",
".",
"46",
"of",
"1985",
"."
] |
[
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"(",
"iv",
")",
"In",
"implementing",
"this",
"programme",
",",
"provisions",
"had",
"been",
"received",
"only",
"to",
"the",
"month",
"of",
"July",
"in",
"terms",
"of",
"making",
"the",
"payments",
"through",
"the",
"related",
"banking",
"books",
"."
] |
[
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"4.1.6",
".",
"Revenue",
"Collected",
"by",
"the",
"District",
"Secretary",
"-",
"Year",
"2015",
"One",
"of",
"the",
"responsibilities",
"of",
"the",
"District",
"Secretariat",
"and",
"Divisional",
"Secretariats",
"is",
"collecting",
"the",
"state",
"revenue",
"on",
"the",
"due",
"date",
"and",
"time",
"as",
"the",
"government",
"representative",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Bail",
"applications",
"have",
"been",
"filed",
"for",
"244",
"Prisoners",
"and",
"the",
"accused",
"have",
"been",
"granted",
"bail",
"by",
"the",
"Courts",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"05",
".",
"Number",
"of",
"cases",
"carried",
"forward",
"to",
"the",
"year",
"2016"
] |
[
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"The",
"following",
"Divisions",
"of",
"the",
"Department",
"assist",
"in",
"performing",
"the",
"above",
"functions",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"A",
"considerable",
"contribution",
"is",
"made",
"to",
"the",
"National",
"Revenue",
"of",
"Sri",
"Lanka",
"by",
"Galle",
"District",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"B-LOC",
"I-LOC",
"O",
"B-LOC",
"I-LOC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"9.1.11",
"Approval",
"of",
"the",
"Management",
"Services",
"Department",
"was",
"obtained",
"to",
"recruit",
"people",
"for",
"38",
"vacant",
"Document",
"Assistant",
"posts",
",",
"where",
"applications",
"were",
"called",
"and",
"an",
"examination",
"was",
"conducted",
"for",
"428",
"applicants",
"by",
"the",
"Sri",
"Lanka",
"Institute",
"of",
"Development",
"Administration",
"and",
"the",
"Department",
"of",
"Elections",
"received",
"the",
"results",
"of",
"this",
"examination",
"on",
"30.12.2015",
"."
] |
[
"B-MISC",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"In",
"1880",
",",
"it",
"had",
"been",
"taken",
"to",
"the",
"Kachcheri",
"building",
"(",
"later",
"called",
"as",
"court",
"building",
")",
"constructed",
"close",
"to",
"Sri",
"Dalada",
"Maligawa"
] |
[
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"I-MISC"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Progress",
"by",
"the",
"end",
"of",
"December",
"2015",
"Construction",
"of",
"Anicut",
"-",
"85%",
"Provisions",
"for",
"the",
"year",
"2015",
"were",
"Rs",
".",
"78",
"million",
"and",
"the",
"expenditure",
"at",
"the",
"end",
"of",
"December",
"was",
"Rs",
".",
"23.39",
"million",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-MISC",
"O",
"B-MISC",
"I-MISC",
"I-MISC",
"I-MISC",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
[
"Ensuring",
"proper",
"maintenance",
"of",
"condominium",
"property",
"and",
"intervene",
"when",
"necessary",
"."
] |
[
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |
You are an NLP assistant whose purpose is to perform Named Entity Recognition (NER). NER involves identifying and classifying named entities in a text into predefined categories such as person names, organizations, locations, miscellaneous entities, and others. You will need to use the tags defined below:
O means the word doesn’t correspond to any entity.
B-PER/I-PER means the word corresponds to the beginning of/is inside a person entity.
B-ORG/I-ORG means the word corresponds to the beginning of/is inside an organization entity.
B-LOC/I-LOC means the word corresponds to the beginning of/is inside a location entity.
B-MISC/I-MISC means the word corresponds to the beginning of/is inside a miscellaneous entity.
Do not try to answer the question! Just tag each token in the sentence.
|
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.