instructions
stringclasses 1
value | input
sequencelengths 1
100
| output
sequencelengths 1
100
|
---|---|---|
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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਡੱਬਵਾਲੀ",
"ਸੜਕ",
"ਹਾਦਸੇ",
"'",
"ਚ",
"4",
"ਮੌਤਾਂ"
] | [
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪ੍ਰਚਾਰਕਾਂ",
"ਵਜੋਂ",
"ਪਰਮੇਸ਼ੁਰ",
"ਦੀ",
"ਵਡਿਆਈ",
"ਕਰੋ"
] | [
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਸ",
"ਤੋਂ",
"ਇਲਾਵਾ",
"ਸ਼ਾਮ",
"ਸੁੰਦਰ",
"ਮਲਹੋਤਰਾ",
"ਸੀਨੀਅਰ",
"ਡਿਪਟੀ",
"ਮੇਅਰ",
"ਤੇ",
"ਸਰਬਜੀਤ",
"ਕੌਰ",
"ਡਿਪਟੀ",
"ਮੇਅਰ",
"ਬਣੇ",
"ਹਨ",
"।"
] | [
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਬ੍ਰਿਕਸ",
"ਤੰਦਰੁਸਤੀ",
"ਫੋਰਮ",
"(",
"10",
"-",
"11",
"ਸਤੰਬਰ",
"2016",
",",
"ਬੰਗਲੁਰੂ",
")"
] | [
"B-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਬਾਰ੍ਹਵੀਂ",
"ਜਮਾਤ",
"ਵਿੱਚੋਂ",
"ਰਿਸ਼ਮਦੀਪ",
"ਕੌਰ",
"ਨੇ",
"ਪਹਿਲਾ",
"ਅਤੇ",
"ਕੋਮਲਪ੍ਰੀਤ",
"ਕੌਰ",
",",
"ਸੀਮਾ",
"ਬਾਂਸਲ",
"ਨੇ",
"ਕ੍ਰਮਵਾਰ",
"ਦੂਜਾ",
"ਅਤੇ",
"ਤੀਜਾ",
"ਸਥਾਨ",
"ਪ੍ਰਾਪਤ",
"ਕੀਤਾ",
"।"
] | [
"B-ORG",
"I-ORG",
"O",
"B-PER",
"I-PER",
"O",
"O",
"O",
"B-PER",
"I-PER",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਸਾਲ",
"1939",
"ਵਿਚ",
"ਯੂਰਪ",
"ਵਿਚ",
"ਦੂਜਾ",
"ਵਿਸ਼ਵ",
"ਯੁੱਧ",
"ਛਿੜ",
"ਪਿਆ",
"ਅਤੇ",
"ਸੋਵੀਅਤ",
"ਸੰਘ",
"ਨੇ",
"ਸਾਡੇ",
"ਦੇਸ਼",
"ਫਿਨਲੈਂਡ",
"ਤੇ",
"ਵੀ",
"ਹਮਲਾ",
"ਕਰ",
"ਦਿੱਤਾ",
"।"
] | [
"O",
"O",
"O",
"B-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਨੇ",
"ਇਸ",
"ਬਾਰੇ",
"ਕੇਂਦਰੀ",
"ਗ੍ਰਹਿ",
"ਮੰਤਰੀ",
"ਰਾਜਨਾਥ",
"ਸਿੰਘ",
"ਨਾਲ",
"ਵੀ",
"ਫੋਨ",
"'",
"ਤੇ",
"ਗੱਲ",
"ਕੀਤੀ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਦੱਸਿਆ",
"ਕਿ",
"ਬਿੰਦਲ",
"ਦੇ",
"ਨਾਂ",
"'",
"ਤੇ",
"ਪਾਰਟੀ",
"'",
"ਚ",
"ਪਹਿਲਾਂ",
"ਹੀ",
"ਸਹਿਮਤੀ",
"ਬਣ",
"ਚੁੱਕੀ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਜਿਸ",
"ਕਾਰਨ",
"ਇਹ",
"ਸਥਿਤੀ",
"ਪੈਦਾ",
"ਹੋਈ",
"।"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਮੌੜ",
"ਮੰਡੀ",
",",
"20",
"ਮਈ"
] | [
"B-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਦੋਵਾਂ",
"ਨੂੰ",
"ਸੈਕਰਡ",
"ਹਾਰਟ",
"ਹਸਪਤਾਲ",
"ਲਿਆਂਦਾ",
"ਗਿਆ",
"।"
] | [
"O",
"O",
"B-LOC",
"I-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਹ",
"ਕਮੇਟੀ",
"ਬੋਰਡ",
"ਦੇ",
"ਮੁੱਖ",
"ਅਪਰੇਟਿੰਗ",
"ਅਧਿਕਾਰੀ",
"ਸੁੰਦਰ",
"ਰਮਨ",
"ਖ਼ਿਲਾਫ਼",
"ਸੱਟੇਬਾਜ਼ੀ",
"ਦੇ",
"ਦੋਸ਼ਾਂ",
"ਦੀ",
"ਜਾਂਚ",
"ਕਰੇਗੀ",
"ਤੇ",
"ਜੇਕਰ",
"ਉਹ",
"ਦੋਸ਼ੀ",
"ਪਾਇਆ",
"ਗਿਆ",
"ਤਾਂ",
"ਉਸ",
"ਨੂੰ",
"ਵੀ",
"ਸਜ਼ਾ",
"ਹੋਵੇਗੀ",
"।"
] | [
"O",
"O",
"B-ORG",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਜੇਕਰ",
"ਤੁਸੀਂ",
"ਇਸ",
"ਦੀ",
"ਇਕ",
"ਕਾਪੀ",
"ਪ੍ਰਾਪਤ",
"ਕਰਨੀ",
"ਚਾਹੋ",
",",
"ਜਾਂ",
"ਇਕ",
"ਮੁਫ਼ਤ",
"ਗ੍ਰਹਿ",
"ਬਾਈਬਲ",
"ਅਧਿਐਨ",
"ਪਸੰਦ",
"ਕਰੋ",
",",
"ਤਾਂ",
"ਕਿਰਪਾ",
"ਕਰ",
"ਕੇ",
"Watch",
"Tower",
",",
"The",
"Ridgeway",
",",
"London",
"NW7",
"1RN",
"ਨੂੰ",
",",
"ਜਾਂ",
"ਸਫ਼ਾ",
"5",
"ਉੱਤੇ",
"ਦਿੱਤੇ",
"ਉਪਯੁਕਤ",
"ਪਤੇ",
"ਤੇ",
"ਲਿਖੋ",
"।"
] | [
"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-LOC",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਸ",
"ਵਿੱਚ",
"ਕੀ",
"ਸ਼ਾਮਲ",
"ਹੈ",
"?"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਾ",
"ਹੁੰਦਾ",
"ਹੈ",
"ਜੋ",
"ਹਰ",
"ਕੋਨੇ",
"ਵਿਚ",
"ਭੋਜਨ",
"ਤਾਜ਼ਾ",
"ਰੱਖਦਾ",
"ਹੈ",
"ਅਤੇ",
"ਡਿਜੀਟਲ",
"ਇਨਵਰਟਰ",
"ਟੈਕਨਾਲੌਜੀ",
"ਜੋ",
"50ਰਜਾ",
"ਦੀ",
"XNUMX",
"ਪ੍ਰਤੀਸ਼ਤ",
"ਬਚਤ",
"ਪ੍ਰਦਾਨ",
"ਕਰਦੀ",
"ਹੈ",
"."
] | [
"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"
] |
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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਹਾਲਾਂਕਿ",
"ਉਸ",
"ਨੇ",
"ਓਪਰੇਟੈਟਿਕ",
"ਅਤੇ",
"ਵੋਕਲ",
"ਰਚਨਾਵਾਂ",
"ਦਾ",
"ਇੱਕ",
"ਵਿਸ਼ਾਲ",
"ਰਿਪੋਰੀ",
"ਗਾਇਆ",
",",
"ਨੀਲਸਨ",
"ਰਿਚਰਡ",
"ਵੈਗਨਰ",
"ਅਤੇ",
"ਰਿਚਰਡ",
"ਸਟ੍ਰੌਸ",
"ਦੇ",
"ਓਪੇਰਾ",
"ਵਿੱਚ",
"ਉਸ",
"ਦੇ",
"ਪ੍ਰਦਰਸ਼ਨ",
"ਲਈ",
"ਸਭ",
"ਤੋਂ",
"ਜਿਆਦਾ",
"ਜਾਣੀ",
"ਜਾਂਦੀ",
"ਸੀ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਰਬਿੰਦਰਨਾਥ",
"ਸ਼ਰਮਾ",
",",
"ਪੋ੍ਰ",
"."
] | [
"B-PER",
"I-PER",
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਸੂਬਾ",
"ਸਰਕਾਰ",
"ਨੂੰ",
"ਹਰ",
"ਸੰਭਵ",
"ਮਦਦ",
"ਦਾ",
"ਭਰੋਸਾ",
"ਦਿਵਾਇਆ",
"।"
] | [
"O",
"B-ORG",
"I-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਸ",
"ਮੌਕੇ",
"ਪੰਕਜ",
"ਸ਼ਰਮਾ",
",",
"ਤਾਨੀਆ",
",",
"ਬਨਵਾਰੀ",
"ਲਾਲ",
",",
"ਦੀਪਕ",
",",
"ਸਿਧਾਰਥ",
",",
"ਕਮਲਪ੍ਰੀਤ",
",",
"ਪਰਮਜੀਤ",
"ਕੌਰ",
"ਅਤੇ",
"ਸ਼ੀਤਲ",
"ਆਦਿ",
"ਹਾਜ਼ਰ",
"ਸਨ",
"।"
] | [
"O",
"O",
"O",
"B-PER",
"O",
"B-PER",
"I-PER",
"B-PER",
"I-PER",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"I-PER",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਸ",
"ਰੈਲੀ",
"ਵਿੱਚ",
"ਬਿਜਲੀ",
",",
"ਜਲ",
"ਸਪਲਾਈ",
",",
"ਬਾਗਬਾਨੀ",
",",
"ਸੜਕਾਂ",
",",
"ਮੈਂਟੀਨੈਂਸ",
",",
"ਆਈਸੀਸੀਡਬਲਿਊ",
",",
"ਹਾਊਸਿੰਗ",
"ਬੋਰਡ",
",",
"ਸਿਟਕੋ",
",",
"ਨਗਰ",
"ਨਿਗਮ",
"ਤੇ",
"ਸਿਹਤ",
"ਆਦਿ",
"ਸਮੇਤ",
"ਵੱਖ",
"ਵੱਖ",
"ਵਿਭਾਗਾਂ",
"ਦੇ",
"ਮੁਲਾਜ਼ਮ",
"ਸ਼ਾਮਲ",
"ਹੋਏ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"O",
"B-ORG",
"I-ORG",
"O",
"B-ORG",
"O",
"O",
"B-ORG",
"O",
"B-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਕਰਕਰੇ",
"ਮੁੰਬਈ",
"ਅਤਿਵਾਦੀ",
"ਹਮਲੇ",
"ਦੌਰਾਨ",
"ਸ਼ਹੀਦ",
"ਹੋ",
"ਗਏ",
"ਸਨ",
"।"
] | [
"B-PER",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪਹਿਲੇ",
"ਲੇਖ",
"ਵਿਚ",
"ਅਸੀਂ",
"ਬਾਈਬਲ",
"ਵਿਚ",
"ਦਿੱਤੇ",
"ਕਾਇਨ",
",",
"ਸੁਲੇਮਾਨ",
",",
"ਮੂਸਾ",
"ਅਤੇ",
"ਹਾਰੂਨ",
"ਦੇ",
"ਬਿਰਤਾਂਤਾਂ",
"ਤੋਂ",
"ਅਹਿਮ",
"ਸਬਕ",
"ਸਿੱਖਾਂਗੇ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"O",
"B-PER",
"O",
"B-PER",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਸ੍ਰੀਲੰਕਾ",
"ਮਿਆਰੀ",
"ਸਮਾਂ",
"(",
"ਐਸਐਲਐਸਟੀ",
")",
"(",
"ਸਿੰਹਾਲੀਃ",
"ශ්රී",
"ලංකාවේ",
"සම්මත",
"වේලාව",
"Shri",
"Lankavay",
"Sammatha",
"Velava",
"ਤਾਮਿਲਃ",
"இலங்கை",
"நியம",
"நேரம்",
")",
"ਸ਼੍ਰੀਲੰਕਾ",
"ਦਾ",
"ਸਮਾਂ",
"ਖੇਤਰ",
"ਹੈ",
"।"
] | [
"B-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਸੰਜੈ",
"ਭਾਟੀਆ",
"(",
"ਭਾਜਪਾ",
")"
] | [
"B-PER",
"O",
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਗ੍ਰਿਫ਼ਤਾਰ",
"ਕੀਤੇ",
"ਵਿਅਕਤੀਆਂ",
"ਦੀ",
"ਪਛਾਣ",
"ਸਮਸ਼ੇਰ",
"ਸਿੰਘ",
",",
"ਗੁਰਜਿੰਦਰ",
"ਸਿੰਘ",
",",
"ਦਿਲਬਾਗ",
"ਸਿੰਘ",
"ਅਤੇ",
"ਸਰਮੇਲ",
"ਸਿੰਘ",
"(",
"ਸਾਰੇ",
"ਚੋਗਾਵਾਂ",
"ਤੋਂ",
")",
"ਅਤੇ",
"ਸ਼ੁੱਭ",
"(",
"ਵਾਸੀ",
"ਤਪਿਆਲਾ",
")",
"ਵਜੋਂ",
"ਹੋਈ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"O",
"B-PER",
"I-PER",
"O",
"B-PER",
"I-PER",
"O",
"B-PER",
"I-PER",
"O",
"O",
"B-LOC",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਚੌਕੀ",
"ਇੰਚਾਰਜ",
"ਨੇ",
"ਦੱਸਿਆ",
"ਮਾਮਲੇ",
"ਦੀ",
"ਜਾਂਚ",
"ਕੀਤੀ",
"ਜਾ",
"ਰਹੀ",
"ਹੈ",
"।"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਕਾਂਗਰਸ",
"ਆਗੂ",
"ਸੈਮ",
"ਪਿਤਰੋਦਾ",
"ਵੱਲੋਂ",
"'",
"84",
"ਦੇ",
"ਸਿੱਖ",
"ਦੰਗਿਆਂ",
"ਬਾਬਤ",
"ਕੀਤੀਆਂ",
"ਵਿਵਾਦਿਤ",
"ਟਿੱਪਣੀਆਂ",
"ਲਈ",
"ਵੀ",
"ਕਾਂਗਰਸ",
"ਨੂੰ",
"ਨਿਸ਼ਾਨਾ",
"ਬਣਾਇਆ",
"।"
] | [
"O",
"B-ORG",
"O",
"B-PER",
"I-PER",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਆਦੇਸ਼",
"ਦੇ",
"ਅਨੁਸਾਰ",
"ਮਾਲੇਗਾਓਂ",
",",
"ਸੋਲਾਪੁਰ",
",",
"ਅਕੋਲਾ",
",",
"ਅਮਰਾਵਤੀ",
",",
"ਯਵਤਮਲ",
",",
"ਔਰੰਗਾਬਾਦ",
"ਅਤੇ",
"ਨਾਗਪੁਰ",
"ਜਿਹੇ",
"ਵਾਇਰਸ",
"ਨਾਲ",
"ਸਭ",
"ਤੋਂ",
"ਵੱਧ",
"ਪ੍ਰਭਾਵਿਤ",
"ਇਲਾਕਿਆਂ",
"ਤੋਂ",
"ਆਵਾਜਾਈ",
"ਦੀ",
"ਆਗਿਆ",
"ਦੇਣ",
"ਤੋਂ",
"ਪਹਿਲਾਂ",
"ਵੱਡੀ",
"ਦੇਖਭਾਲ",
"ਦੀ",
"ਜ਼ਰੂਰਤ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"B-LOC",
"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",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਸੀਨੀਅਰ",
"ਪੱਤਰਕਾਰ",
"ਗੌਰੀ",
"ਲੰਕੇਸ਼",
"ਦਾ",
"ਗੋਲੀਆਂ",
"ਮਾਰ",
"ਕੇ",
"ਕਤਲ"
] | [
"O",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਰਾਸ਼ਟਰਪਤੀ",
"ਇਸ",
"ਤੋਂ",
"ਪਹਿਲਾਂ",
"ਵੀ",
"ਆਪਣੀ",
"ਤਨਖਾਹ",
"ਸਿਹਤ",
"ਅਤੇ",
"ਮਨੁੱਖੀ",
"ਸੇਵਾ",
"ਵਿਭਾਗ",
",",
"ਰਾਸ਼ਟਰੀ",
"ਪਾਰਕ",
"ਸੇਵਾ",
"ਅਤੇ",
"ਸਿੱਖਿਆ",
"ਵਿਭਾਗ",
"ਨੂੰ",
"ਦਾਨ",
"ਦੇ",
"ਚੁੱਕੇ",
"ਹਨ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"B-ORG",
"I-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਭਾਰਤ",
"ਸਰਕਾਰ",
"ਨੂੰ",
"ਤੁਰੰਤ",
"ਇਸ",
"ਦਿਸ਼ਾ",
"ਵਿੱਚ",
"ਕੰਮ",
"ਕਰਨਾ",
"ਚਾਹੀਦਾ",
"ਹੈ",
"।"
] | [
"B-ORG",
"I-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਮੁੱਖ",
"ਮੰਤਰੀ",
"ਨੇ",
"ਕਿਹਾ",
"ਕਿ",
"ਰਾਹੁਲ",
"ਗਾਂਧੀ",
"ਨੇ",
"ਆਪਣੇ",
"ਭਾਸ਼ਣ",
"ਵਿੱਚ",
"1984",
"ਦੇ",
"ਦੰਗਿਆਂ",
"ਸਣੇ",
"ਹਰ",
"ਤਰ੍ਹਾਂ",
"ਦੀ",
"ਹਿੰਸਾ",
"ਦੀ",
"ਆਲੋਚਨਾ",
"ਕੀਤੀ",
"ਹੈ",
"ਅਤੇ",
"ਹਿੰਸਾਵਾਦੀਆਂ",
"ਲਈ",
"ਸਖ਼ਤ",
"ਸਜ਼ਾ",
"ਦਾ",
"ਸੱਦਾ",
"ਦਿੱਤਾ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਸ",
"ਦਾ",
"ਪਿਤਾ",
",",
"ਫਿਓਦਰ",
"ਇਵਾਨੋਵਿਚ",
"ਪਾਨੋਵ",
",",
"ਸ਼ੌ਼ਕੀਆ",
"ਤੌਰ",
"ਤੇ",
"ਡੌਂਗੀਆਂ",
"ਅਤੇ",
"ਕਿਸਤੀਆਂ",
"ਬਣਾਇਆ",
"ਕਰਦਾ",
"ਸੀ",
",",
"ਅਤੇ",
"ਉਸਨੇ",
"ਰੋਸਤੋਵ",
"ਵਿੱਚ",
"ਦੋ",
"ਕਿਸਤੀ",
"ਕਲੱਬਾਂ",
"ਦੀ",
"ਸਥਾਪਨਾ",
"ਕੀਤੀ",
"ਸੀ",
"।"
] | [
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਸੀ",
"ਲਖਵਿੰਦਰ",
"ਸਿੰਘ",
"ਅਤੇ",
"ਹੋਰ",
"ਅਧਿਕਾਰੀ",
"ਵੀ",
"ਹਾਜ਼ਰ",
"ਸਨ",
"।"
] | [
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਜ਼ਖ਼ਮੀਆਂ",
"ਨੂੰ",
"ਇਲਾਜ",
"ਲਈ",
"ਅਬੋਹਰ",
"ਦੇ",
"ਸਰਕਾਰੀ",
"ਹਸਪਤਾਲ",
"ਵਿੱਚ",
"ਭਰਤੀ",
"ਕਰਵਾਇਆ",
"ਗਿਆ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਨ੍ਹਾਂ",
"ਵਿਚੋਂ",
"ਜ਼ਿਆਦਾਤਰ",
"ਉਡਾਣਾਂ",
"ਦਿੱਲੀ",
",",
"ਮੁੰਬਈ",
",",
"ਹੈਦਰਾਬਾਦ",
"ਅਤੇ",
"ਬੰਗਲੌਰ",
"ਤੋਂ",
"ਆਉਣਗੀਆਂ",
"।"
] | [
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਹ",
"ਸੰਭਵ",
"ਹੈ",
",",
"ਪਰ",
"ਬਹੁਤ",
"ਸੰਭਾਵਨਾ",
"ਨਹੀਂ",
"ਹੈ"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਹ",
"ਭਾਜਪਾ",
"ਦੀ",
"ਰਵਾਇਤੀ",
"ਸੀਟ",
"ਹੈ",
"।"
] | [
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਰਾਸ",
"ਅਲ",
"ਖੈਮਾਹ",
"ਪੁਲਸ",
"ਦੇ",
"ਕਮਾਂਡਰ",
"-",
"ਇਨ",
"-",
"ਚੀਫ",
"ਮੇਜਰ",
"ਜਨਰਲ",
"ਅਲੀ",
"ਅਬਦੁੱਲਾ",
"ਬਿਨ",
"ਅਲਵਾਨ",
"ਨੁਏਮੀ",
"ਨੇ",
"ਦੱਸਿਆ",
"ਕਿ",
"ਵਾਦੀ",
"ਅਲ",
"ਬੀਹ",
"ਵਿਚ",
"ਅਚਾਨਕ",
"ਆਏ",
"ਹੜ੍ਹ",
"ਵਿਚ",
"ਸ਼ਖਸ",
"ਦੀ",
"ਕਾਰ",
"ਰੁੜ੍ਹ",
"ਗਈ",
"ਸੀ",
",",
"ਜਿਸ",
"ਦੇ",
"ਬਾਅਦ",
"ਉਹ",
"ਲਾਪਤਾ",
"ਹੋ",
"ਗਿਆ",
"ਸੀ",
"।"
] | [
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"I-PER",
"I-PER",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਰਾਜੀਵ",
"ਗਾਂਧੀ",
"ਦਾ",
"ਜਨਮ",
"ਦਿਨ",
"ਸਦਭਾਵਨਾ",
"ਦਿਵਸ",
"ਵਜੋਂ",
"ਮਨਾਇਆ"
] | [
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਸ",
"ਨੂੰ",
"ਫ਼ਿਲਮ",
"ਵਿੱਚ",
"ਮੋਦਕ",
"ਦੀ",
"ਮਾਂ",
"ਦੀ",
"ਭੂਮਿਕਾ",
"ਦੀ",
"ਪੇਸ਼ਕਸ਼",
"ਕੀਤੀ",
"ਗਈ",
"ਸੀ",
"ਅਤੇ",
"ਇਹ",
"ਇਕਦਮ",
"ਮਨਜ਼ੂਰ",
"ਕਰ",
"ਲਈ",
"ਸੀ",
"।"
] | [
"O",
"O",
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਕੀ",
"ਹੈ",
"ਗ੍ਰੀਨ",
"ਕਾਰਡ"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਜ਼ਖ਼ਮੀ",
"ਨੂੰ",
"ਗੰਭੀਰ",
"ਹਾਲਤ",
"'",
"ਚ",
"ਸਿਵਲ",
"ਹਸਪਤਾਲ",
"'",
"ਚ",
"ਦਾਖਲ",
"ਕਰਵਾਇਆ",
"ਗਿਆ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਯਾਦ",
"ਰਹੇ",
"ਕਿ",
"ਤਲਵੰਡੀ",
"ਸਾਬੋ",
"ਪੁਲੀਸ",
"ਨੇ",
"ਵਿਨੋਦ",
"ਕੁਮਾਰ",
"ਉਰਫ",
"ਸੋਨੂੰ",
"ਅਰੋੜਾ",
"ਨੂੰ",
"ਪਿੰਡ",
"ਭਾਗੀਵਾਂਦਰ",
"ਤੋਂ",
"ਬੇਰਹਿਮੀ",
"ਨਾਲ",
"ਵੱਢੇ",
"ਹੋਏ",
"ਨੂੰ",
"ਚੁੱਕ",
"ਕੇ",
"ਹਸਪਤਾਲ",
"ਪਹੁੰਚਾਇਆ",
"ਸੀ",
"।"
] | [
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"O",
"O",
"B-PER",
"I-PER",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"B-LOC",
"I-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਐੱਚ",
"-",
"1ਬੀ",
"ਵੀਜ਼ਾ",
"ਇਕ",
"ਗ਼ੈਰ",
"ਅਪਰਵਾਸੀ",
"ਵੀਜ਼ਾ",
"ਹੈ",
",",
"ਜੋ",
"ਅਮਰੀਕੀ",
"ਕੰਪਨੀਆਂ",
"ਨੂੰ",
"ਵਿਦੇਸ਼ੀ",
"ਮਾਹਿਰਾਂ",
"ਨੂੰ",
"ਨੌਕਰੀ",
"'",
"ਤੇ",
"ਰੱਖਣ",
"ਦੀ",
"ਆਗਿਆ",
"ਦਿੰਦਾ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਮਿਸ਼ਨ",
"ਫਤਿਹਃ",
"ਜ਼ਿਲ੍ਹਾ",
"ਪ੍ਰਸ਼ਾਸਨ",
"ਘਰੇਲੂ",
"ਕੁਆਰੰਟੀਨ",
"ਲਾਗੂਕਰਨ",
"ਸਬੰਧੀ",
"ਵਰਤ",
"ਰਿਹਾ",
"ਹੈ",
"ਸਖਤੀ"
] | [
"O",
"O",
"B-ORG",
"I-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਅਸਾਧਾਰਣ",
"ਹਾਲਤਾਂ",
"ਵਿੱਚ",
",",
"ਵਧੇਰੇ",
"ਉਡਾਣਾਂ",
"ਬਾਰੇ",
"ਵਿਚਾਰ",
"ਕੀਤਾ",
"ਜਾ",
"ਸਕਦਾ",
"ਹੈ",
"।"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪੁਲਿਸ",
"ਵੱਲੋਂ",
"ਉਨ੍ਹਾਂ",
"ਦੀ",
"ਲਾਸ਼",
"ਨੂੰ",
"ਪੋਸਟਮਾਰਟਮ",
"ਲਈ",
"ਓਸਮਾਨਿਆ",
"ਹਸਪਤਾਲ",
"ਭੇਜਿਆ",
"ਦਿੱਤਾ",
"ਗਿਆ",
"ਹੈ",
"ਮਾਮਲੇ",
"ਦੀ",
"ਜਾਂਚ",
"ਕੀਤੀ",
"ਜਾ",
"ਰਹੀ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਭਾਰਤ",
"ਸਰਕਾਰ",
"ਨੇ",
"ਕਿਹਾ",
"ਸੀ",
"ਕਿ",
"ਦੂਜੀ",
"ਰਾਜਨਾਇਕ",
"ਪਹੁੰਚ",
"ਨਾ",
"ਤਾਂ",
"ਅਰਥਪੂਰਨ",
"ਸੀ",
"ਅਤੇ",
"ਨਾ",
"ਹੀ",
"ਭਰੋਸੇਯੋਗ",
"ਅਤੇ",
"ਜਾਧਵ",
"ਦੇ",
"ਚਿਹਰੇ",
"'",
"ਤੇ",
"ਤਣਾਅ",
"ਦਿਸ",
"ਰਿਹਾ",
"ਸੀ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਰੱਖਿਆ",
"ਮੰਤਰਾਲਾ",
"ਰੱਖਿਆ",
"ਖੋਜ",
"ਅਤੇ",
"ਵਿਕਾਸ",
"ਸੰਗਠਨ",
"(",
"ਡੀਆਰਡੀਓ",
")",
"ਨੇ",
"ਕੋਵਿਡ",
"-",
"19",
"ਕੀਟਾਣੂਨਾਸ਼ਕ",
"ਪ੍ਰਕਿਰਿਆ",
"ਨੂੰ",
"ਸਮਰੱਥ",
"ਬਣਾਉਣ",
"ਲਈ",
"ਦੋ",
"ਨਵੇਂ",
"ਉਤਪਾਦ",
"ਸ਼ੁਰੂ",
"ਕੀਤੇ",
"ਰੱਖਿਆ",
"ਖੋਜ",
"ਅਤੇ",
"ਵਿਕਾਸ",
"ਸੰਗਠਨ",
"(",
"ਡੀਆਰਡੀਓ",
")",
"ਕੋਵਿਡ",
"-",
"19",
"ਵਿਰੁੱਧ",
"ਲੜਾਈ",
"ਵਿੱਚ",
"ਯੋਗਦਾਨ",
"ਪਾਉਣ",
"ਦੀ",
"ਆਪਣੀ",
"ਨਿਰੰਤਰ",
"ਕੋਸ਼ਿਸ਼",
"ਵਿੱਚ",
"ਆਪਣੀਆਂ",
"ਮੌਜੂਦਾ",
"ਟੈਕਨੋਲੋਜੀਆਂ",
"ਅਤੇ",
"ਅਨੁਭਵ",
"ਦੇ",
"ਭੰਡਾਰ",
"ਤੋਂ",
"ਕਈ",
"ਸਮਾਧਾਨ",
"ਵਿਕਸਿਤ",
"ਕਰਦਾ",
"ਰਿਹਾ",
"ਹੈ",
"।"
] | [
"B-ORG",
"I-ORG",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"B-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"
] |
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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਐਕਰੀਗੇਟਰ",
"ਖ਼ਬਰਾਂ"
] | [
"O",
"B-ORG"
] |
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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਸੇ",
"ਤਰ੍ਹਾਂ",
"ਗੁਰੂ",
"ਨਾਨਕ",
"ਮਾਡਲ",
"ਸੀਨੀਅਰ",
"ਸੈਕੰਡਰੀ",
"ਸਕੂਲ",
"ਦੇ",
"ਵਿਦਿਆਰਥੀਆਂ",
"ਵੱਲੋਂ",
"ਕੋਰੀਓਗ੍ਰਾਫ਼ੀ",
"ਪੇਸ਼",
"ਕੀਤੀ",
"ਗਈ",
"।"
] | [
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਸ",
"ਤੋਂ",
"ਇਲਾਵਾ",
",",
"ਯੂਨੀਵਰਸਿਟੀ",
"ਗ੍ਰਾਂਟਸ",
"ਕਮਿਸ਼ਨ",
"(",
"ਯੂਜੀਸੀ",
")",
"ਨੇ",
"ਕੋਵਿਡ",
"-",
"19",
"ਮਹਾਮਾਰੀ",
"ਦੇ",
"ਕਾਰਨ",
"ਵਿਦਿਆਰਥੀਆਂ",
",",
"ਅਧਿਆਪਕਾਂ",
"ਅਤੇ",
"ਸੰਸਥਾਵਾਂ",
"ਦੇ",
"ਪ੍ਰਸ਼ਨਾਂ",
",",
"ਸ਼ਿਕਾਇਤਾਂ",
"ਅਤੇ",
"ਹੋਰ",
"ਅਕਾਦਮਿਕ",
"ਮਾਮਲਿਆਂ",
"ਦੀ",
"ਨਿਗਰਾਨੀ",
"ਲਈ",
"ਨਿਮਲਿਖਤ",
"ਕਦਮ",
"ਚੁੱਕੇ",
"ਹਨ",
":",
"ਇੱਕ",
"ਸਮਰਪਿਤ",
"ਹੈਲਪਲਾਈਨ",
"ਨੰਬਰ",
":",
"011",
"-",
"23236374",
"ਸਥਾਪਿਤ",
"ਕੀਤਾ",
"ਗਿਆ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਦੱਖਣੀ",
"ਅਫਰੀਕਾ",
"ਨੂੰ",
"ਪਹਿਲੀ",
"ਪਾਰੀ",
"ਵਿਚ",
"103",
"ਦੌੜਾਂ",
"ਦੀ",
"ਮਹੱਤਵਪੂਰਨ",
"ਬੜ੍ਹਤ",
"ਮਿਲੀ",
"ਸੀ",
"।"
] | [
"B-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਵੱਲੋਂ",
"ਉਸ",
"ਦੀ",
"ਬਹੁਤ",
"ਭਾਲ",
"ਕੀਤੀ",
"ਗਈ",
"ਪਰ",
"ਕੁੱਝ",
"ਪਤਾ",
"ਨਹੀਂ",
"ਲੱਗਿਆ",
"।"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਥਾਣਾ",
"ਕੋਤਵਾਲੀ",
"ਪਟਿਆਲਾ",
"ਦੀ",
"ਪੁਲੀਸ",
"ਵੱਲੋਂ",
"ਮੁਲਜ਼ਮ",
"ਖ਼ਿਲਾਫ਼",
"ਕੇਸ",
"ਦਰਜ",
"ਕਰ",
"ਲਿਆ",
"ਹੈ",
"।"
] | [
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਕਰਯੋਗ",
"ਹੈ",
"ਕਿ",
"ਪਹਿਲਾਂ",
"ਸਰਕਾਰ",
"ਨੇ",
"ਮੋਬਾਈਲ",
"ਫੋਨ",
"ਤੋਂ",
"ਲੈ",
"ਕੇ",
"ਬੈਂਕ",
"ਖਾਤਿਆਂ",
"ਤਕ",
"ਕਾਫੀ",
"ਸਹੂਲਤਾਂ",
"ਲਈ",
"ਆਧਾਰ",
"ਕਾਰਡ",
"ਦਾ",
"ਹੋਣਾ",
"ਲਾਜ਼ਮੀ",
"ਕਰ",
"ਦਿੱਤਾ",
"ਸੀ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਟਰੰਪ",
"ਨੇ",
"ਕਿਹਾ",
"ਕਿ",
"ਉਨ੍ਹਾਂ",
"ਵਪਾਰ",
"ਪ੍ਰਤੀਨਿਧੀ",
"ਰੌਬਰਟ",
"ਲਾਈਟਗਰ",
"ਤੋਂ",
"ਚੀਨ",
"ਵੱਲੋਂ",
"ਕੀਤੇ",
"ਅਯਾਤ",
"ਕੀਤੇ",
"ਉਤਪਾਦਾਂ",
"ਦੀ",
"ਪਛਾਣ",
"ਕਰਨ",
"ਨੂੰ",
"ਕਿਹਾ",
"ਹੈ",
"।"
] | [
"B-PER",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇੱਥੇ",
"ਜਾਰੀ",
"ਬਿਆਨ",
"ਵਿੱਚ",
"ਰਾਣਾ",
"ਗੁਰਮੀਤ",
"ਸਿੰਘ",
"ਸੋਢੀ",
"ਨੇ",
"ਦੱਸਿਆ",
"ਕਿ",
"ਪਿਛਲੇ",
"ਦਿਨੀਂ",
"ਅਰਜੁਨਾ",
"ਐਵਾਰਡ",
",",
"ਧਿਆਨ",
"ਚੰਦ",
"ਅਤੇ",
"ਹੋਰ",
"ਕੌਮੀ",
"ਐਵਾਰਡ",
"ਜੇਤੂਆਂ",
"ਨੂੰ",
"ਸਨਮਾਨਤ",
"ਮੌਕੇ",
"ਇਹ",
"ਧਿਆਨ",
"ਵਿੱਚ",
"ਆਇਆ",
"ਸੀ",
"ਕਿ",
"ਕਈ",
"ਉੱਘੇ",
"ਖਿਡਾਰੀ",
"ਕੌਮੀ",
"ਤੇ",
"ਕੌਮਾਂਤਰੀ",
"ਪੱਧਰ",
"'",
"ਤੇ",
"ਮੱਲਾਂ",
"ਮਾਰ",
"ਚੁੱਕੇ",
"ਹਨ",
"ਪਰ",
"ਜ਼ਿਲਾ",
"ਪੱਧਰ",
"'",
"ਤੇ",
"ਖੇਡ",
"ਅਫ਼ਸਰਾਂ",
"ਅਤੇ",
"ਖਿਡਾਰੀਆਂ",
"ਦਰਮਿਆਨ",
"ਆਪਸੀ",
"ਤਾਲਮੇਲ",
"ਦੀ",
"ਘਾਟ",
"ਕਾਰਨ",
"ਇਹ",
"ਖਿਡਾਰੀ",
"ਪੰਜਾਬ",
"ਸਰਕਾਰ",
"ਦੀ",
"ਖੇਡ",
"ਨੀਤੀ",
"-",
"2018",
"ਤਹਿਤ",
"ਮਹਾਰਾਜਾ",
"ਰਣਜੀਤ",
"ਸਿੰਘ",
"ਖੇਡ",
"ਪੁਰਸਕਾਰਾਂ",
"ਅਤੇ",
"ਹੋਰ",
"ਰਿਆਇਤਾਂ",
"ਤੇ",
"ਸਹੂਲਤਾਂ",
"ਤੋਂ",
"ਵਾਂਝੇ",
"ਰਹਿ",
"ਗਏ",
"ਹਨ",
"।"
] | [
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"I-PER",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"O",
"O",
"B-PER",
"I-PER",
"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",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪੁਲੀਸ",
"ਨੇ",
"ਲਾਸ਼",
"ਕਬਜ਼ੇ",
"ਵਿੱਚ",
"ਲੈ",
"ਕੇ",
"ਪੋਸਟ",
"ਮਾਰਟਮ",
"ਲਈ",
"ਫ਼ਰੀਦਕੋਟ",
"ਦੇ",
"ਗੁਰੂ",
"ਗੋਬਿੰਦ",
"ਸਿੰਘ",
"ਮੈਡੀਕਲ",
"ਕਾਲਜ",
"ਵਿੱਚ",
"ਪਹੁੰਚਾ",
"ਦਿੱਤਾ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਦੀਆਂ",
"ਪ੍ਰਾਰਥਨਾਵਾਂ",
"ਦਾ",
"ਫਲ",
"ਮਿਲਿਆ",
",",
"ਨਤੀਜੇ",
"ਵਜੋਂ",
"ਵੱਲੀ",
"ਨਾਮੀ",
"ਲੜਕੀ",
"ਦਾ",
"ਜਨਮ",
"ਹੋਇਆ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਮ੍ਰਿਤਕ",
"ਦੀ",
"ਲਾਸ਼",
"ਪੋਸਟਮਾਰਟਮ",
"ਉਪਰੰਤ",
"ਵਾਰਸਾਂ",
"ਹਵਾਲੇ",
"ਕਰ",
"ਦਿੱਤੀ",
"ਹੈ",
"।"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪਰ",
"ਇਸ",
"ਦੀ",
"ਵਿਸ਼ੇਸ਼ਤਾ",
"ਇਹ",
"ਸੀ",
"ਕਿ",
"ਇਹ",
"ਸ੍ਰੀ",
"ਗੁਰੂ",
"ਨਾਨਕ",
"ਦੇਵ",
"ਜੀ",
"ਦੇ",
"550",
"ਸਾਲਾ",
"ਪ੍ਰਕਾਸ਼",
"ਪੁਰਬ",
"ਨੂੰ",
"ਸਮਰਪਿਤ",
"ਸੀ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਇਸੇ",
"ਤਰ੍ਹਾਂ",
"ਬਣਾਉਣ",
"ਤੇ",
"ਤਬਦੀਲ",
"ਕਰਨ",
"ਦੇ",
"ਮਾਡਲ",
"ਦੇ",
"ਆਧਾਰ",
"ਉੱਤੇ",
"ਸੂਬੇ",
"ਵਿੱਚ",
"ਮੈਟਰੋ",
"ਰੇਲ",
"ਸੇਵਾ",
"ਸ਼ੁਰੂ",
"ਕਰਨ",
"ਦੇ",
"ਸ੍ਰੀ",
"ਅੰਬਾਨੀ",
"ਦੇ",
"ਸੁਝਾਅ",
"ਪ੍ਰਤੀ",
"ਹੁੰਗਾਰਾ",
"ਭਰਦੇ",
"ਹੋਏ",
"ਮੁੱਖ",
"ਮੰਤਰੀ",
"ਨੇ",
"ਉਨ੍ਹਾਂ",
"ਨੂੰ",
"ਲੁਧਿਆਣਾ",
"ਵਿਖੇ",
"ਸ਼ਹਿਰੀ",
"ਟਰਾਂਸਪੋਰਟ",
"ਪ੍ਰਣਾਲੀ",
"ਦਾ",
"ਅਧਿਐਨ",
"ਕਰਨ",
"ਅਤੇ",
"ਐਲੀਵੇਟਿਡ",
"ਮੈਟਰੋ",
"ਸਥਾਪਤ",
"ਕਰਨ",
"ਦੀ",
"ਸੰਭਾਵਨਾ",
"ਦਾ",
"ਪਤਾ",
"ਲਾਉਣ",
"ਦਾ",
"ਸੱਦਾ",
"ਦਿੱਤਾ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪੰਜਾਬੀ",
"ਰੈਪਰ",
"ਹਨੀ",
"ਸਿੰਘ",
"ਆਪਣੇ",
"ਗਾਣੇ",
"ਮੱਖਣਾ",
"ਨੂੰ",
"ਲੈ",
"ਕੇ",
"ਵਿਵਾਦਾਂ",
"'",
"ਚ",
"ਘਿਰ",
"ਗਏ",
"ਹਨ",
"।"
] | [
"O",
"O",
"B-PER",
"I-PER",
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਸ",
"ਨੂੰ",
"ਹਸਪਤਾਲ",
"ਲਿਜਾਇਆ",
"ਗਿਆ",
"ਜਿੱਥੇ",
"ਡਾਕਟਰਾਂ",
"ਨੇ",
"ਉਸ",
"ਨੂੰ",
"ਮ੍ਰਿਤਕ",
"ਐਲਾਨ",
"ਦਿੱਤਾ",
"।"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਮੰਨਿਆ",
"ਜਾਂਦਾ",
"ਹੈ",
"ਕਿ",
"ਉਹ",
"ਜ਼ਿਊਸ",
"ਅਤੇ",
"ਲੇਡਾ",
"ਦੀ",
"ਧੀ",
"ਸੀ",
",",
"ਅਤੇ",
"ਕਲੇਟਮੇਨੇਸਟਰ",
",",
"ਕੈਸਟਰ",
"ਅਤੇ",
"ਪੌਲੀਡਿਊਸ",
",",
"ਫਿਲੋਨੋ",
",",
"ਫੋਬੇ",
"ਅਤੇ",
"ਟਿਮੈਂਡਰਾ",
"ਦੀ",
"ਭੈਣ",
"ਸੀ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"B-PER",
"O",
"B-PER",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"O",
"B-PER",
"O",
"B-PER",
"O",
"B-PER",
"O",
"B-PER",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਨਵੀਂ",
"ਦਿੱਲੀ",
"ਵਿੱਚ",
"ਗ੍ਰਹਿ",
"ਮੰਤਰਾਲੇ",
"ਦੇ",
"ਇੱਕ",
"ਅਧਿਕਾਰੀ",
"ਨੇ",
"ਕਿਹਾ",
",",
"\"",
"ਕੇਰਲ",
"ਵਿੱਚ",
"ਆਏ",
"ਹੜ੍ਹ",
"ਅਤੇ",
"ਭੂਸਖਲਨ",
"ਨੂੰ",
"ਵੇਖਦੇ",
"ਹੋਏ",
"ਕਿਹਾ",
"ਜਾ",
"ਸਕਦਾ",
"ਹੈ",
"ਕਿ",
"ਇਹ",
"ਇੱਕ",
"ਗੰਭੀਰ",
"ਕੁਦਰਤ",
"ਦੀ",
"ਆਪਦਾ",
"ਹੈ",
"\"",
"।"
] | [
"B-LOC",
"I-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਸ੍ਰੀਮਤੀ",
"ਰਜ਼ੀਆ",
"ਸੁਲਤਾਨਾ",
"ਨੇ",
"ਕਿਹਾ",
"ਕਿ",
"ਜਿੱਥੋਂ",
"ਤੱਕ",
"ਸਫ਼ਾਈ",
"ਦਾ",
"ਸਬੰਧ",
"ਹੈ",
",",
"ਅਸੀਂ",
"ਪੇਂਡੂ",
"ਲੋਕਾਂ",
"ਦੇ",
"ਰਵੱਈਏ",
"ਨੂੰ",
"ਬਦਲਣ",
"ਸਬੰਧੀ",
"ਸ਼ਲਾਘਾਯੋਗ",
"ਕੰਮ",
"ਕੀਤਾ",
"ਹੈ",
"।"
] | [
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਰੋਸ",
"ਪ੍ਰਦਰਸ਼ਨ",
"ਜਾਰੀ",
"ਰਹਿਣਗੇ",
"।"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਭਾਸ਼ਣਕਾਰ",
"ਨੇ",
"ਅੱਗੇ",
"ਇਕ",
"ਹੋਰ",
"ਬਹੁਤ",
"ਜ਼ਰੂਰੀ",
"ਗੱਲ",
"ਦੱਸੀ",
"ਕਿ",
"\"",
"ਪ੍ਰਬੰਧਕ",
"ਸਭਾ",
"ਵਿਚ",
"ਸੋਸਾਇਟੀ",
"ਦੇ",
"ਡਾਇਰੈਕਟਰਾਂ",
"ਦੇ",
"ਬੋਰਡ",
"ਵਰਗੀਆਂ",
"ਪਦਵੀਆਂ",
"ਨਹੀਂ",
"ਹੁੰਦੀਆਂ",
"ਜਿਵੇਂ",
"ਕਿ",
"ਪ੍ਰਧਾਨ",
",",
"ਉਪ",
"-",
"ਪ੍ਰਧਾਨ",
",",
"ਸੈਕਟਰੀ",
"-",
"ਖ਼ਜ਼ਾਨਚੀ",
",",
"ਅਤੇ",
"ਸਹਾਇਕ",
"ਸੈਕਟਰੀ",
"-",
"ਖ਼ਜ਼ਾਨਚੀ",
"।"
] | [
"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"
] |
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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਦਿੱਲੀ",
"ਪੁਲਿਸ",
"ਦੇ",
"ਪੀ",
".",
"ਆ",
".",
"ਰਓ",
".",
"ਐਮ",
".",
"ਐਸ",
".",
"ਰੰਧਾਵਾ",
"ਨੇ",
"ਕਿਹਾ",
"ਕਿ",
"ਨਜ਼ਰਬੰਦ",
"ਸਾਰੇ",
"ਵਿਦਿਆਰਥੀਆਂ",
"ਨੂੰ",
"ਰਿਹਾ",
"ਕਰ",
"ਦਿੱਤਾ",
"ਗਿਆ",
"ਹੈ",
"।"
] | [
"B-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"I-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਵਣਜ",
"ਮੰਤਰੀ",
"ਪ੍ਰਭੂ",
"ਨੇ",
"ਕਿਹਾ",
"ਕਿ",
"ਭਾਰਤ",
"ਅਤੇ",
"ਅਫਰੀਕਾ",
"ਨੂੰ",
"ਇੱਕ",
"ਫ੍ਰੀ",
"ਟ੍ਰੇਡ",
"ਐਗਰੀਮੈਂਟ",
"ਜਾਂ",
"ਤਰਜੀਹੀ",
"ਵਪਾਰ",
"ਸਮਝੌਤਾ",
"ਕਰਨ",
"ਲਈ",
"ਠੋਸ",
"ਕਦਮ",
"ਚੁੱਕਣੇ",
"ਚਾਹੀਦੇ",
"ਹਨ",
"।"
] | [
"O",
"O",
"B-PER",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪ੍ਰਧਾਨ",
"ਮੰਤਰੀ",
"ਸ਼੍ਰੀ",
"ਨਰੇਂਦਰ",
"ਮੋਦੀ",
"ਨੇ",
"2017",
"ਵਿੱਚ",
"ਉਮੰਗ",
"ਐਪ",
"ਲਾਂਚ",
"ਕੀਤੀ",
"ਸੀ",
"ਤਾਕਿ",
"ਸਾਰੀਆਂ",
"ਸਰਕਾਰੀ",
"ਸੇਵਾਵਾਂ",
"ਨੂੰ",
"ਇੱਕ",
"ਹੀ",
"ਮੋਬਾਈਲ",
"ਐਪ",
"'",
"ਤੇ",
"ਲਿਆਂਦਾ",
"ਜਾ",
"ਸਕੇ",
",",
"ਨਾਲ",
"ਹੀ",
"ਨਾਗਰਿਕਾਂ",
"ਦੇ",
"ਮੋਬਾਈਲ",
"ਫੋਨ",
"'",
"ਤੇ",
"ਸਰਕਾਰ",
"ਦੀ",
"ਪਹੁੰਚ",
"ਬਣਾਉਣ",
"ਦਾ",
"ਇਹ",
"ਇੱਕ",
"ਵੱਡਾ",
"ਟੀਚਾ",
"ਹੋਵੇਗਾ",
"।"
] | [
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਜਦੋਂ",
"ਲੋਕ",
"ਘਰ",
"ਰਹਿੰਦੇ",
"ਹਨ",
",",
"ਤਾਂ",
"ਧਰਤੀ",
"ਸਾਫ",
"ਅਤੇ",
"ਅਜੀਬ",
"ਬਣ",
"ਜਾਂਦੀ",
"ਹੈ",
"."
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਨਵਾਬ",
"ਯੂਸਫ",
"ਰੋਡ"
] | [
"B-LOC",
"I-LOC",
"I-LOC"
] |
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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਚਾਰੇ",
"ਦੋਸ਼ੀਆਂ",
"ਨੂੰ",
"ਜੇਲ੍ਹ",
"ਨੰਬਰ",
"3",
"'",
"ਚ",
"ਫ਼ਾਂਸੀ",
"ਦਿੱਤੀ",
"ਜਾਣੀ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਜੇਐੱਨਐੱਨ",
",",
"ਨਵੀਂ",
"ਦਿੱਲੀ",
":",
"ਬਿੱਗ",
"ਬੌਸ",
"14",
"ਖ਼ਤਮ",
"ਹੋ",
"ਚੁੱਕਾ",
"ਹੈ",
"ਪਰ",
"ਸ਼ੋਅ",
"ਦੇ",
"ਕੰਟੈਸਟੈਂਟ",
"ਹੁਣ",
"ਵੀ",
"ਸੁਰਖ਼ੀਆਂ",
"'",
"ਚ",
"ਬਣੇ",
"ਹੋਏ",
"ਹਨ",
"।"
] | [
"B-ORG",
"O",
"B-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪਹਾੜੀ",
"ਇਲਾਕਿਆਂ",
"'",
"ਚ",
"ਬਰਫਬਾਰੀ",
"ਨਾਲ",
"ਉੱਤਰ",
"ਭਾਰਤ",
"ਠਰਿਆ"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਐੱਚਐੱਸ",
"ਪ੍ਰਣਯ",
"ਨੇ",
"ਫਰਾਂਸ",
"ਦੇ",
"ਬ੍ਰਾਈਸ",
"ਲੇਵਰਡੇਜ",
"ਨੂੰ",
"11",
"-",
"21,21",
"-",
"16,21",
"-",
"18",
"ਨਾਲ",
"ਮਾਤ",
"ਦਿੱਤੀ",
"।"
] | [
"B-PER",
"I-PER",
"O",
"B-LOC",
"O",
"B-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਝੋਲੇ",
"ਵਾਲਾ",
"ਰਾਜਾ"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਰਾਮਗੜ੍ਹੀਆ",
"ਸਮਾਜ",
"ਦਾ",
"ਰਾਜ",
"ਪੱਧਰੀ",
"ਜਾਗ੍ਰਿਤੀ",
"ਸੰਮੇਲਨ"
] | [
"B-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਓ",
"ਬੀ",
"ਸੀ",
"ਅਤੇ",
"ਯੁਨਾਈਟਿਡ",
"ਬੈਂਕ",
"ਆਫ਼",
"ਇੰਡੀਆ",
"ਨੂੰ",
"ਪੰਜਾਬ",
"ਨੈਸ਼ਨਲ",
"ਬੈਂਕ",
",",
"ਸਿੰਡੀਕੇਟ",
"ਬੈਂਕ",
"ਨੂੰ",
"ਕੇਨਰਾ",
"ਬੈਂਕ",
",",
"ਆਂਧਰਾ",
"ਬੈਂਕ",
"ਅਤੇ",
"ਕਾਰਪੋਰੇਸ਼ਨ",
"ਬੈਂਕ",
"ਦਾ",
"ਯੂਨੀਅਨ",
"ਬੈਂਕ",
"ਆਫ",
"ਇੰਡੀਆ",
"ਵਿਚ",
"ਅਤੇ",
"ਅਲਾਹਾਬਾਦ",
"ਬੈਂਕ",
"ਨੂੰ",
"ਇੰਡੀਅਨ",
"ਬੈਂਕ",
"ਵਿਚ",
"ਮਿਲਾ",
"ਦਿੱਤਾ",
"ਗਿਆ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"B-ORG",
"I-ORG",
"O",
"B-ORG",
"I-ORG",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪੰਜਾਬ",
"ਦਾ",
"ਹਰ",
"ਵਰਗ",
"ਕਾਂਗਰਸ",
"ਤੇ",
"ਅਕਾਲੀ",
"-",
"ਭਾਜਪਾ",
"ਤੋਂ",
"ਦੁਖੀ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪੰਜਾਬ",
"ਦੇ",
"ਮੁੱਖ",
"ਮੰਤਰੀ",
"ਕੈਪਟਨ",
"ਅਮਰਿੰਦਰ",
"ਸਿੰਘ",
"ਵੱਲੋਂ",
"ਡਿਪਟੀ",
"ਕਮਿਸ਼ਨਰ",
"ਧਰਮ",
"ਪਾਲ",
"ਗੁਪਤਾ",
",",
"ਸਭਿਆਚਾਰਕ",
"ਬਾਰੇ",
"ਮੰਤਰੀ",
"ਨਵਜੋਤ",
"ਸਿੰਘ",
"ਸਿੱਧੂ",
"ਵੱਲੋਂ",
"ਐਸ",
".",
"ਐਸ",
".",
"ਪੀ",
".",
"ਪਰਮਬੀਰ",
"ਸਿੰਘ",
"ਪਰਮਾਰ",
"ਅਤੇ",
"ਜ਼ਿਲ੍ਹਾ",
"ਪ੍ਰਸ਼ਾਸਨ",
"ਵੱਲੋਂ",
"ਐਸ",
"."
] | [
"B-LOC",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਕਿਹਾ",
"ਕਿ",
"ਭਾਜਪਾ",
"ਸਿਰਸਾ",
"ਅਤੇ",
"ਫਤਿਹਾਬਾਦ",
"ਵਿਚ",
"ਇਕ",
"ਵੀ",
"ਸੀਟ",
"ਨਹੀਂ",
"ਜਿਤੇਗੀ",
",",
"ਇਹੀ",
"ਹਾਲ",
"ਰੋਹਤਕ",
"ਵਿਚ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਕਿਹਾ",
"ਕਿ",
"ਭਾਰਤੀ",
"ਮੂਲ",
"ਦੇ",
"ਅਮਰੀਕੀ",
"ਲੋਕ",
"ਪ੍ਰਧਾਨ",
"ਮੰਤਰੀ",
"ਨਰਿੰਦਰ",
"ਮੋਦੀ",
"ਨੂੰ",
"ਅਪੀਲ",
"ਕਰਦੇ",
"ਹਨ",
"ਕਿ",
"ਉਹ",
"ਪਾਕਿਸਤਾਨ",
"ਨਾਲ",
"ਸਾਰੇ",
"ਕੂਟਨੀਤਕ",
"ਰਿਸ਼ਤੇ",
"ਤੋੜ",
"ਦੇਣ",
"ਅਤੇ",
"ਉਸ",
"ਨੂੰ",
"ਉਸੇ",
"ਦੀ",
"ਭਾਸ਼ਾ",
"'",
"ਚ",
"ਜਵਾਬ",
"ਦੇਣ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"I-PER",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਪਾਵਰਕੌਮ",
"ਟੀਮ",
"ਨਾਲ",
"ਪਿੰਡ",
"ਵਾਸੀਆਂ",
"ਦਾ",
"ਤਕਰਾਰ"
] | [
"B-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਬਿਰਤਾਂਤ",
"ਕਹਿੰਦਾ",
"ਹੈਃ",
"\"",
"ਜਾਂ",
"ਉਨ੍ਹਾਂ",
"[",
"ਰਸੂਲਾਂ",
"ਅਤੇ",
"ਦੂਜੇ",
"ਭਰਾਵਾਂ",
"ਨੇ",
"]",
"ਏਹ",
"ਗੱਲਾਂ",
"ਸੁਣੀਆਂ",
"ਤਾਂ",
"ਚੁੱਪ",
"ਹੋ",
"ਗਏ",
"ਅਤੇ",
"ਇਹ",
"ਕਹਿ",
"ਕੇ",
"ਪਰਮੇਸ਼ੁਰ",
"ਦੀ",
"ਵਡਿਆਈ",
"ਕੀਤੀ",
"ਕਿ",
"ਤਦ",
"ਤਾਂ",
"ਪਰਮੇਸ਼ੁਰ",
"ਨੇ",
"ਪਰਾਈਆਂ",
"ਕੌਮਾਂ",
"ਨੂੰ",
"ਭੀ",
"ਜੀਉਣ",
"ਲਈ",
"ਤੋਬਾ",
"ਬਖ਼ਸ਼ੀ",
"ਹੈ",
"।",
"\""
] | [
"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-PER",
"O",
"O",
"O",
"O",
"O",
"O",
"B-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਗਠਜੋੜ",
"ਸਰਕਾਰ",
"ਦੇ",
"ਮੁੱਖ",
"ਮੰਤਰੀ",
"ਕੁਮਾਰਸਵਾਮੀ",
"ਅਤੇ",
"ਕਾਂਗਰਸ",
"ਦੇ",
"ਜਨਰਲ",
"ਸਕੱਤਰ",
"ਕੇ",
".",
"ਸੀ",
".",
"ਵੇਣੂਗੋਪਾਲ",
"ਨੇ",
"ਸਾਂਝੀ",
"ਪ੍ਰੈਸ",
"ਕਾਨਫਰੰਸ",
"ਨੂੰ",
"ਸੰਬੋਧਨ",
"ਕਰਦਿਆਂ",
"ਦੱਸਿਆ",
"ਕਿ",
"ਕੈਬਨਿਟ",
"ਵਿਸਥਾਰ",
"ਨੂੰ",
"ਲੈ",
"ਕੇ",
"ਦੋਵੇਂ",
"ਪਾਰਟੀਆਂ",
"'",
"ਚ",
"ਸਹਿਮਤੀ",
"ਬਣ",
"ਗਈ",
"ਹੈ",
"।"
] | [
"O",
"O",
"O",
"O",
"O",
"B-PER",
"O",
"B-ORG",
"O",
"O",
"O",
"B-PER",
"I-PER",
"I-PER",
"I-PER",
"I-PER",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਵਾਲੀਅਮ",
"ਚੁੱਪ"
] | [
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਕੋਟ",
"ਫਤੂਹੀ",
",",
"4",
"ਸਤੰਬਰ"
] | [
"B-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਸੇਂਟ",
"ਜੋਸਫ",
"ਕਾਨਵੈਂਟ",
"ਸਕੂਲ",
"ਜਲੰਧਰ",
"ਦੀ",
"ਵਿਦਿਆਰਥਣ",
"ਜੈਸਮੀਨ",
"ਨੇ",
"ਇਸ",
"ਪ੍ਰੀਖਿਆ",
"ਵਿੱਚ",
"99",
"ਫੀਸਦੀ",
"ਅੰਕ",
"ਪ੍ਰਾਪਤ",
"ਕੀਤੇ",
"ਹਨ",
"।"
] | [
"B-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"B-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਭਾਰਤ",
"ਸਰਕਾਰ",
"ਨੇ",
"ਪੂਰੇ",
"ਦੇਸ਼",
"ਵਿੱਚ",
"ਸਰਕਾਰੀ",
"ਸੇਵਾਵਾਂ",
"ਦੀ",
"ਆਨਲਾਈਨ",
"ਵੰਡ",
"ਵਿੱਚ",
"ਵੱਡੀ",
"ਤਬਦੀਲੀ",
"ਦਾ",
"ਟੀਚਾ",
"ਚੁੱਕਿਆ",
"ਹੈ",
"।"
] | [
"B-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਤਸੁਦਾ",
"ਉਮੇਕੋ",
"ਦਾ",
"ਜਨਮ",
"ਇਡੋ",
"ਦੇ",
"ਉਸ਼ਿਗੋਮ",
"ਇਲਾਕੇ",
"ਵਿੱਚ",
"ਤਸੁਦਾ",
"ਸੇਨ",
"ਦੀ",
"ਧੀ",
"ਵਜੋਂ",
"ਹੋਇਆ",
",",
"ਇੱਕ",
"ਪ੍ਰਗਤੀਸ਼ੀਲ",
"ਕਿਸਾਨ",
"ਅਤੇ",
"ਪੱਛਮੀਕਰਨ",
"ਅਤੇ",
"ਜਪਾਨ",
"ਦੇ",
"ਈਸਾਈਕਰਨ",
"ਦੇ",
"ਮਜ਼ਬੂਤ",
"ਪ੍ਰੋਫੈਸਰ",
"ਵਿੱਚ",
"ਹੋਇਆ",
"ਸੀ",
"।"
] | [
"B-PER",
"I-PER",
"O",
"O",
"B-LOC",
"O",
"B-LOC",
"O",
"O",
"B-PER",
"I-PER",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਬ੍ਰਿਕਸ",
"ਦੇ",
"ਭ੍ਰਿਸ਼ਟਾਚਾਰ",
"ਵਿਰੁੱਧ",
"ਕਾਰਜਕਾਰੀ",
"ਗਰੁੱਪ",
"ਦੀ",
"ਪਹਿਲੀ",
"ਮੀਟਿੰਗ",
"-",
"26",
"ਫਰਵਰੀ",
"(",
"ਬਿਊਨਸ",
"ਆਇਰਸ",
",",
"ਅਰਜਨਟਾਈਨਾ",
")"
] | [
"B-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"O",
"B-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਸਰਕਾਰੀ",
"ਬੁਲਾਰੇ",
"ਮੁਤਾਬਕ",
"ਮੇਵਾਤ",
"ਅਸਲ",
"ਵਿੱਚ",
"ਇਕ",
"ਭੂਗੋਲਿਕ",
"-",
"ਸਭਿਆਚਾਰਕ",
"ਇਕਾਈ",
"ਹੈ",
"ਨਾ",
"ਕਿ",
"ਕੋਈ",
"ਸ਼ਹਿਰ",
"।"
] | [
"O",
"O",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਉਨ੍ਹਾਂ",
"ਕਿਹਾ",
"ਕਿ",
"ਪਟਨਾ",
"ਵਿੱਚ",
"ਇੱਕ",
"ਏਮਸ",
"ਬਣ",
"ਗਿਆ",
"ਹੈ",
"ਜਦਕਿ",
"ਲੋਕਾਂ",
"ਦੀਆਂ",
"ਸਿਹਤ",
"ਸੰਭਾਲ",
"ਲੋੜਾਂ",
"ਪੂਰੀਆਂ",
"ਕਰਨ",
"ਲਈ",
"ਰਾਜ",
"ਵਿੱਚ",
"ਇੱਕ",
"ਹੋਰ",
"ਏਮਸ",
"ਸਥਾਪਤ",
"ਕਰਨ",
"ਲਈ",
"ਕੰਮ",
"ਚਲ",
"ਰਿਹਾ",
"ਹੈ",
"।",
"\"",
"ਪ੍ਰਧਾਨ",
"ਮੰਤਰੀ",
"ਨੇ",
"ਪਟਨਾ",
"ਵਿਖੇ",
"ਰਿਵਰ",
"ਫਰੰਟ",
"ਡਿਵੈਲਪਮੈਂਟ",
"ਦੇ",
"ਪਹਿਲੇ",
"ਪੜਾਅ",
"ਦਾ",
"ਉਦਘਾਟਨ",
"ਕੀਤਾ",
"।"
] | [
"O",
"O",
"O",
"B-LOC",
"O",
"O",
"B-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"O",
"B-ORG",
"I-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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਬੀਰਭੂਮ",
"ਦਾ",
"ਪੱਛਮੀ",
"ਹਿੱਸਾ",
"ਇੱਕ",
"ਝਾੜੀ",
"ਵਾਲਾ",
"ਖੇਤਰ",
",",
"ਛੋਟਾ",
"ਨਾਗਪੁਰ",
"ਪਠਾਰ",
"ਦਾ",
"ਇੱਕ",
"ਹਿੱਸਾ",
"ਹੈ",
"।"
] | [
"B-LOC",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"B-LOC",
"I-LOC",
"I-LOC",
"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, 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.
Do not try to answer the question! Just tag each token in the sentence. | [
"ਮੁੱਖ",
"ਮੰਤਰੀ",
"ਨੇ",
"ਚੰਡੀਗੜ੍ਹ",
"ਯੂ",
".",
"ਟੀ",
".",
"ਵੱਲੋਂ",
"ਪ੍ਰਸ਼ਾਸਨ",
"ਵਿਚ",
"ਪੰਜਾਬ",
"ਦੀ",
"60",
"ਫੀਸਦੀ",
"ਹਿੱਸੇਦਾਰੀ",
"ਨੂੰ",
"ਖੋਰਾ",
"ਲਾ",
"ਕੇ",
"ਆਪਣਾ",
"ਕਾਡਰ",
"ਕਾਇਮ",
"ਕਰਨ",
"ਦਾ",
"ਮੁੱਦਾ",
"ਵੀ",
"ਚੁੱਕਿਆ",
"।"
] | [
"O",
"O",
"O",
"B-ORG",
"I-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"B-ORG",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O",
"O"
] |